gallery.accords-library.com/server/szurubooru/func
rr- af62f8c45a server/general: ditch falcon for in-house WSGI app
For quite some time, I hated Falcon's class maps approach that caused
more chaos than good for Szurubooru. I've taken a look at the other
frameworks (hug, flask, etc) again, but they all looked too
bloated/over-engineered. I decided to just talk to WSGI myself.

Regex-based routing may not be the fastest in the world, but I'm fine
with response time of 10 ms for cached /posts.
2016-08-14 16:43:35 +02:00
..
__init__.py server/general: rename 'util' to 'func' 2016-04-20 11:58:17 +02:00
auth.py server/general: add assertions 2016-08-14 16:43:04 +02:00
cache.py server/general: use UTC time stamps 2016-07-03 14:46:28 +02:00
comments.py server/comments: catch bad IDs 2016-08-14 16:43:31 +02:00
favorites.py server/general: add assertions 2016-08-14 16:43:04 +02:00
files.py server/users: fix avatar issues when renaming user 2016-06-17 21:25:28 +02:00
images.py server/images: remove debug blob 2016-06-02 23:42:12 +02:00
mailer.py server/general: rename 'util' to 'func' 2016-04-20 11:58:17 +02:00
mime.py server/tests: update func.mime tests 2016-08-14 16:43:35 +02:00
net.py server/general: add assertions 2016-08-14 16:43:04 +02:00
posts.py server/general: authenticated_user->auth_user 2016-08-14 16:43:04 +02:00
scores.py server/general: add assertions 2016-08-14 16:43:04 +02:00
snapshots.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
tag_categories.py server/tests: add func.tag_categories tests 2016-08-14 16:43:35 +02:00
tags.py server/tests: add func.tags tests 2016-08-14 16:43:35 +02:00
users.py server/tests: add func.users tests 2016-08-14 16:43:35 +02:00
util.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00