summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Remove custom loggingAlexander Sulfrian2022-01-061-11/+0
|
* Return 404 if study is not foundAlexander Sulfrian2022-01-061-2/+6
|
* Updates for newer Flask versionAlexander Sulfrian2022-01-062-3/+3
| | | | | - flask.ext namespace was removed with flask-1.0. - Form of flask_wtf was renamed to FlaskForm in flask_wtf-0.13
* Update to Python3Alexander Sulfrian2022-01-063-13/+6
|
* fix unicode problems:Marian Sigler2018-04-091-4/+11
| | | | always encode before doing filesystem stuff, always decode after.
* exams: fix headingMarian Sigler2018-04-091-1/+1
|
* fix html on error pageMarian Sigler2017-02-131-1/+1
|
* style: fix horizontal scrollingMarian Sigler2017-02-132-1/+2
|
* use standard sized fontMarian Sigler2017-02-131-1/+1
|
* update repo urlMarian Sigler2017-02-131-1/+1
|
* fix not being able to create new coursesMarian Sigler2017-02-131-1/+1
|
* backend - fix UnicodeDecodeErrorNico Geyso2015-02-121-1/+1
| | | | | Fix UnicodeDecodeError when performing os.walk in get_exams(). Default encoding for python is ascii but in linux it's utf-8.
* Fix git urlNico Geyso2014-12-101-1/+1
|
* Remove optinal slug for formsNico Geyso2014-12-102-17/+6
|
* Fix titleNico Geyso2014-12-101-1/+1
|
* Fix typo in 403.htmlNico Geyso2014-12-101-4/+4
|
* Fix arguments for forbidden()Nico Geyso2014-12-101-2/+2
|
* Change route /forbidden to /403Nico Geyso2014-12-101-1/+1
|
* Add logosNico Geyso2014-12-103-0/+0
|
* RefactoringNico Geyso2014-12-0914-197/+205
|
* Added write functionality to Storage backendNico Geyso2014-12-075-13/+19
|
* Remove dependency of pygit2 instead use directory listingsNico Geyso2014-12-0716-339/+256
|
* Restructure projectNico Geyso2014-12-0714-0/+710