Commit Graph

20 Commits

Author SHA1 Message Date
rr- d813601d92 server/api: log queries in debug mode 2016-05-08 20:33:16 +02:00
rr- a567974784 server/general: refactor method names 2016-04-30 23:54:05 +02:00
rr- 57b18c6461 server/general: rename 'util' to 'func' 2016-04-20 11:58:17 +02:00
rr- 15f734d21b server/api: output JSON for HTTP 405 2016-04-19 12:40:08 +02:00
rr- 1597ae7c5c server/db: refactor session usage 2016-04-18 23:06:51 +02:00
rr- bba327fe8a server/middleware: fix session usage 2016-04-18 22:08:30 +02:00
rr- e3a4793d54 server/tags: move tag categories to database 2016-04-18 22:08:30 +02:00
rr- e4239a199c server/api: refactor + remove ID from user JSON 2016-04-16 15:49:21 +02:00
rr- 3d4ceb13b8 server/api: move all io mgmt to context
where input/output includes files, JSON metadata and GET parameters.
Additionally, formalize context with a new class, Context.
2016-04-15 23:26:38 +02:00
rr- 00da04b4d4 server/api: fix decoding JSON 2016-04-10 16:23:35 +02:00
rr- 2af8c9c1a4 server/general: cosmetic changes 2016-04-09 22:44:50 +02:00
rr- e8aeb11081 server/users: add avatar support 2016-04-09 22:38:57 +02:00
rr- 3234da76ad server/api: support file uploads 2016-04-08 22:06:15 +02:00
rr- 19a357611b server: rename 'access ranks' to just 'ranks' 2016-04-06 19:16:44 +02:00
rr- 219ab7c2c3 server/general: be more pythonic 2016-04-03 23:21:22 +02:00
rr- 2578a297bf server/general: improve pylint score
+ incorporate some in-house rules - no more useless doc strings...
2016-04-03 19:17:54 +02:00
rr- baf9b1d31a server/users: track login time 2016-04-03 15:28:10 +02:00
rr- 583e73dfc7 server/middleware: pretty-print JSON 2016-04-02 14:45:19 +02:00
rr- 769ef8f141 server/general: move errors to top level NS 2016-04-02 14:19:01 +02:00
rr- e487adcc97 split files into client/ and server/ 2016-04-01 18:48:16 +02:00