rr-
|
446f4d6611
|
server/search: cache results till non-GET request
250 ms per page --> 30 ms per page (save for the first render). I'd say
it's pretty good
|
2016-05-31 14:18:50 +02:00 |
rr-
|
77998f1660
|
server/tags: let mods set default category
|
2016-05-22 22:17:11 +02:00 |
rr-
|
4ec842024c
|
server/users: implement RANK_MAP
|
2016-05-10 12:15:33 +02:00 |
rr-
|
cecf620126
|
server/config: move config validation to app.py
|
2016-05-10 12:15:33 +02:00 |
rr-
|
d813601d92
|
server/api: log queries in debug mode
|
2016-05-08 20:33:16 +02:00 |
rr-
|
ce095816d9
|
server/posts: add post creating
|
2016-05-02 00:07:33 +02:00 |
rr-
|
83cc7a568d
|
server/posts: add post (un)favoriting
|
2016-04-28 19:04:44 +02:00 |
rr-
|
587a8f8276
|
server/posts: add post retrieving
|
2016-04-25 10:48:15 +02:00 |
rr-
|
52f4018bee
|
server/comments+posts: add rating
|
2016-04-24 16:37:11 +02:00 |
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 |