summaryrefslogtreecommitdiffstats
path: root/app.py
Commit message (Collapse)AuthorAgeFilesLines
* http return codesnico2020-04-191-29/+15
| | | | | * fix flask returning multiple http status codes * update deprecated htpasswd.update method to use set_password
* Initial release JoplinWebApinico2020-04-181-0/+172
Joplin WebAPI to manage Joplin users and the directory structure + add user creation endpoint + add user deletion endpoint + add user password change endpoint + add README and highlight css + add gitignore file + add uwsgi template file