summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap customizer destroyed fontsAlexander Sulfrian2013-09-043-0/+0
|
* add public field for groupsAlexander Sulfrian2013-09-043-2/+5
|
* formhelpers: add support for checkboxesAlexander Sulfrian2013-09-041-17/+40
|
* forms: group name should not start with special characterAlexander Sulfrian2013-09-041-0/+2
| | | | | | | | The route /<group_name>/ is used for displaying the group infos. If you want to support additional sites (like all public browsable groups), you need a possibility to recognize such urls. So the group name now has to start with a non special characters. So we could support paths like /_all/ for special pages.
* forms: fix regexpAlexander Sulfrian2013-09-041-1/+1
|
* add ability to delete groupsAlexander Sulfrian2013-09-045-4/+83
|
* views: add group detail pageAlexander Sulfrian2013-09-043-2/+31
|
* add ability to create new groupsAlexander Sulfrian2013-09-044-4/+47
|
* utils: add Unique wtforms validatorAlexander Sulfrian2013-09-041-0/+17
| | | | | The Unique validator could check, if the value of the form field does not alreadyy exists in the database for a specific field of a peewee model.
* modes: add model for group (with many-to-many member model)Alexander Sulfrian2013-09-041-2/+18
|
* templates: add custom template for login formAlexander Sulfrian2013-09-042-0/+42
|
* views: add simple index viewAlexander Sulfrian2013-09-043-0/+32
|
* auth: add custom flask_peewee auth module for ldap authAlexander Sulfrian2013-09-042-0/+64
|
* models: add simple user modelAlexander Sulfrian2013-09-042-0/+20
|
* utils: add templated decorator from flask patternsAlexander Sulfrian2013-09-041-0/+20
|
* app: add padlite api connectionAlexander Sulfrian2013-09-041-0/+2
|
* add base flask appAlexander Sulfrian2013-09-043-0/+21
|
* template: add bootstrap base layoutAlexander Sulfrian2013-09-041-0/+47
|
* static: add bootstrap 3.0 and dependenciesAlexander Sulfrian2013-09-0411-0/+9005
|
* ignore the test databaseAlexander Sulfrian2013-09-011-0/+1
|
* changed settings layoutAlexander Sulfrian2013-09-012-4/+5
|
* padlite: encode paramters as utf-8 before urlencode itAlexander Sulfrian2013-08-111-1/+1
|
* padlite: cleanup of api return valuesAlexander Sulfrian2013-08-111-28/+32
|
* padlite: instance variables are now privateAlexander Sulfrian2013-08-111-14/+14
|
* test: use {i,b}python if availableAlexander Sulfrian2013-08-111-1/+37
|
* inital commitAlexander Sulfrian2013-08-114-0/+197