Commit graph

59 commits

Author SHA1 Message Date
d208a254a9 Add /tag/abcd/edit endpoint, no interface yet. 2017-06-14 12:31:39 -07:00
fa176fdfb8 Redirect /tags/abcde to /tag/abcde 2017-06-14 12:31:17 -07:00
6cb13c7835 Order endpoints by URL instead of by name.
That way, gets and posts of same type can be together.
2017-06-12 20:59:01 -07:00
8a0bbbcc56 Add /bookmarks/create_bookmark endpoint. No interface yet. 2017-06-12 20:15:02 -07:00
821a5f3371 Move export functions to their own module. 2017-06-11 22:55:45 -07:00
1ad83937b4 Add 'Create Album' endpoint and interface. 2017-05-13 16:13:26 -07:00
a4a278c173 Give Tags a description field. 2017-05-12 17:31:17 -07:00
f8a78c6ee7 Minor cosmetics 2017-05-06 17:04:42 -07:00
1c30ef5785 Further separate front & back; Create frontends folder
New frontends folder will hold all front-end interfaces for etiquette. Existing flask site moved here and refers to itself as a package with external launcher. etiquette_site renamed to etiquette_flask
2017-05-01 21:49:28 -07:00