Commit Graph

24 Commits

Author SHA1 Message Date
rr- 612734e9ff server/comments: add comment creating 2016-04-24 10:31:49 +02:00
rr- cf00a3a2de server/posts: add post featuring 2016-04-22 20:58:04 +02:00
rr- a67a5069b7 server/info: implement simple global info
For now it returns total post count and disk usage. To reduce stress on
the file system, the disk usage is cached for an hour.
2016-04-21 19:48:47 +02:00
rr- 46ee9faf72 server/snapshots: add snapshot lists 2016-04-21 19:27:30 +02:00
rr- 97bd935bb6 server/tags: add listing tag siblings 2016-04-20 21:31:46 +02:00
rr- 747c730688 server/tags: add tag merging 2016-04-20 19:02:39 +02:00
rr- 2e57a0746f server/general: consistently use db.session 2016-04-19 18:10:22 +02:00
rr- 15f734d21b server/api: output JSON for HTTP 405 2016-04-19 12:40:08 +02:00
rr- 2fba374e65 server/tags: introduce tag category API 2016-04-19 12:05:14 +02:00
rr- 1597ae7c5c server/db: refactor session usage 2016-04-18 23:06:51 +02:00
rr- 9e873145a4 server/tags: add tag creating 2016-04-16 09:19:55 +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- 6bff0a6a26 server/images: fix processing errors 2016-04-10 18:54:19 +02:00
rr- e8aeb11081 server/users: add avatar support 2016-04-09 22:38:57 +02:00
rr- 92dd958866 client+server: finish password reminders 2016-04-06 17:56:34 +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- 9ce67b64ed server/api: add password reminders 2016-04-03 18:26:16 +02:00
rr- 1ed17a2046 server/users: add editing users 2016-04-03 18:13:22 +02:00
rr- 8bdcb04665 server/users: fix returning invalid users from api 2016-04-03 16:04:10 +02:00
rr- a157d2db0e server/users: add searching prototype 2016-04-03 15:28:10 +02:00
rr- 769ef8f141 server/general: move errors to top level NS 2016-04-02 14:19:01 +02:00
rr- 06cf8c79d4 server/api: move validation to service layer 2016-04-02 10:02:20 +02:00
rr- e487adcc97 split files into client/ and server/ 2016-04-01 18:48:16 +02:00