summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* templates: Add group heading to sub pagesAlexander Sulfrian2016-01-124-1/+17
| | | | | The group heading should be also visible on the sub pages (group change, group delete, create/edit pad).
* templates: Replace glyphicon with fontawesomeAlexander Sulfrian2016-01-122-5/+6
|
* templates: Remove erroneous media queries for css filesAlexander Sulfrian2016-01-121-4/+4
| | | | The css files should also be used for printing and other media types.
* templates: Load javascript files at end of bodyAlexander Sulfrian2016-01-121-2/+3
|
* templates: Remove IE8 compatibilityAlexander Sulfrian2016-01-121-6/+0
|
* templates: Add group name headding to groups pageAlexander Sulfrian2016-01-121-0/+4
|
* template: Add brand for navbarAlexander Sulfrian2016-01-121-0/+1
|
* templates: Javascript is required nowAlexander Sulfrian2016-01-122-11/+2
| | | | | | The collapsable panels are hidden by default and javascript is required now, but padlite is unusable without javascript anyway. This removes the flashing of the panels during page load.
* templates: Use dropdown for logoutAlexander Sulfrian2016-01-111-2/+25
| | | | | With the dropdown in the navbar we can display the username and have an additional link for logout.
* templates: Use label to display additional informationAlexander Sulfrian2016-01-111-1/+1
|
* templates: is_authenticated() is a functionAlexander Sulfrian2016-01-111-1/+1
|
* templates: span cannot be a self closing tagAlexander Sulfrian2016-01-112-4/+4
|
* templates: Code styleAlexander Sulfrian2016-01-107-30/+55
|
* layout: Remove page-headerAlexander Sulfrian2016-01-109-19/+0
|
* Remove admin interfaceAlexander Sulfrian2016-01-101-4/+0
| | | | | | The admin interface from peewee could not be used with sqlalchemy and flask-admin is not available as debian package, so we drop the admin interface.
* One URL for public/member group view.Alexander Sulfrian2016-01-104-6/+12
| | | | | | The group is now always reachable with a consistent URL regardless of membership of the current_user. If the user is no member the public view is rendered with the possibility to join the group.
* Use sqlalchemy, flask-migrate, flask-login and flask-scriptAlexander Sulfrian2016-01-105-14/+18
| | | | No peewee anymore. All dependencies are available as debian packages now.
* templates/layout: use better glyphicons for login/logoutAlexander Sulfrian2014-11-191-2/+2
|
* templates/pad_delete: add view/template/link to delete a padAlexander Sulfrian2014-11-192-0/+41
|
* templates/group: change pad link is now a buttonAlexander Sulfrian2014-11-191-1/+3
|
* templates/group: add fullsize links in tables cellsAlexander Sulfrian2014-11-191-2/+2
|
* templates/pad: add page with frame for real padAlexander Sulfrian2014-11-192-1/+7
|
* forms: add ChangePad to edit an existing padAlexander Sulfrian2014-11-191-1/+1
|
* templates/group: display pad of groupAlexander Sulfrian2014-11-191-0/+21
|
* forms: add CreatePadAlexander Sulfrian2014-11-192-0/+46
|
* templates/group: add "request membership" to public group viewAlexander Sulfrian2014-11-191-0/+17
|
* templates/group: add public group viewAlexander Sulfrian2014-11-192-1/+4
|
* templates/all: add paginated list of all browsable groupsAlexander Sulfrian2014-11-193-0/+53
|
* views: add group_join for accepting pending membershipsAlexander Sulfrian2014-11-191-1/+6
|
* models: add active flag for membershipAlexander Sulfrian2014-11-191-1/+24
| | | | | Membership for a group should be requested and has to be approved by an admin of the group.
* templates/group: add group_change linkAlexander Sulfrian2014-11-191-0/+4
|
* templates/group: hide group deletion for non group adminsAlexander Sulfrian2014-11-191-17/+19
|
* templates/index: do not collaps create group form on errorAlexander Sulfrian2014-11-191-0/+2
| | | | | | If the user submits the group creation form and the form contains a validation error, the form should be visible to the user with the error message, so we do not hide it.
* forms: generalize DeleteGroup for generic confirmationAlexander Sulfrian2014-11-191-12/+14
| | | | | | | | Group deletion is now done with an extra confirmation step on a new page. There is a simple confirmation form that only contains a hidden field and the csrf magic. This commit also removes the direct deletion form on the group page and replace is with a simple button to the new confirmation page.
* models: add description for groupsAlexander Sulfrian2014-11-191-0/+14
|
* group_change: add form/template/view to change a groupAlexander Sulfrian2014-11-191-0/+25
|
* forms: use Form from flask.ext.wtf as base for all formsAlexander Sulfrian2014-11-191-1/+1
| | | | | Form from flask.ext.wtf has automatic csfr handling included. We need to hide this form fields but we get extra security for nothing more.
* templates/index: collapse create group form with jsAlexander Sulfrian2014-11-192-14/+23
|
* templates/layout: add navbar for breadcrubs and login/logout linksAlexander Sulfrian2014-11-192-12/+45
|
* templates/_formhelpers: adjustment for new bootstrapAlexander Sulfrian2014-11-191-2/+2
|
* static: update bootstrap to 3.3.1, add bootstrap-themeAlexander Sulfrian2014-11-191-0/+1
|
* formhelpers: add support for checkboxesAlexander Sulfrian2013-09-041-17/+40
|
* add ability to delete groupsAlexander Sulfrian2013-09-042-0/+58
|
* views: add group detail pageAlexander Sulfrian2013-09-042-1/+18
|
* add ability to create new groupsAlexander Sulfrian2013-09-041-0/+18
|
* templates: add custom template for login formAlexander Sulfrian2013-09-042-0/+42
|
* views: add simple index viewAlexander Sulfrian2013-09-041-0/+20
|
* template: add bootstrap base layoutAlexander Sulfrian2013-09-041-0/+47