summaryrefslogtreecommitdiffstats
path: root/templates/index.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: Fix link text for browseAlexander Sulfrian2016-01-121-1/+1
| | | | | The listing of browseable groups is independent of the public status of the groups.
* templates: Javascript is required nowAlexander Sulfrian2016-01-121-7/+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: Code styleAlexander Sulfrian2016-01-101-2/+8
|
* layout: Remove page-headerAlexander Sulfrian2016-01-101-2/+0
|
* One URL for public/member group view.Alexander Sulfrian2016-01-101-1/+1
| | | | | | 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-1/+1
| | | | No peewee anymore. All dependencies are available as debian packages now.
* templates/all: add paginated list of all browsable groupsAlexander Sulfrian2014-11-191-0/+4
|
* 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.
* templates/index: collapse create group form with jsAlexander Sulfrian2014-11-191-11/+20
|
* templates/layout: add navbar for breadcrubs and login/logout linksAlexander Sulfrian2014-11-191-2/+0
|
* views: add group detail pageAlexander Sulfrian2013-09-041-1/+1
|
* add ability to create new groupsAlexander Sulfrian2013-09-041-0/+18
|
* views: add simple index viewAlexander Sulfrian2013-09-041-0/+20