summaryrefslogtreecommitdiffstats
path: root/templates/group.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: Remove reference to old variableAlexander Sulfrian2016-01-121-1/+1
|
* templates: Fix pending member table formattingAlexander Sulfrian2016-01-121-3/+3
|
* templates: Replace glyphicon with fontawesomeAlexander Sulfrian2016-01-121-2/+2
|
* templates: Add group name headding to groups pageAlexander Sulfrian2016-01-121-0/+4
|
* templates: Javascript is required nowAlexander Sulfrian2016-01-121-4/+1
| | | | | | 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 label to display additional informationAlexander Sulfrian2016-01-111-1/+1
|
* templates: span cannot be a self closing tagAlexander Sulfrian2016-01-111-2/+2
|
* templates: Code styleAlexander Sulfrian2016-01-101-12/+18
|
* layout: Remove page-headerAlexander Sulfrian2016-01-101-2/+0
|
* One URL for public/member group view.Alexander Sulfrian2016-01-101-3/+9
| | | | | | 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-101-3/+9
| | | | No peewee anymore. All dependencies are available as debian packages now.
* templates/pad_delete: add view/template/link to delete a padAlexander Sulfrian2014-11-191-0/+3
|
* 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-191-1/+1
|
* 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-191-0/+13
|
* templates/group: add "request membership" to public group viewAlexander Sulfrian2014-11-191-0/+17
|
* templates/group: add public group viewAlexander Sulfrian2014-11-191-0/+3
|
* 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
|
* 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
|
* add ability to delete groupsAlexander Sulfrian2013-09-041-0/+20
|
* views: add group detail pageAlexander Sulfrian2013-09-041-0/+17