summaryrefslogtreecommitdiff
path: root/server/szurubooru/errors.py
AgeCommit message (Collapse)Author
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-04-07server/posts/upload: refactor youtube-dl caller code to fix some bugsShyam Sunder
2020-04-03server/posts/upload: limit filesize for uploads through youtube-dlShyam Sunder
This will be controlled by the config parameter 'max_dl_filesize'. TODO: In a future commit, the regular downloader should also respect this parameter.
2017-04-24server: lintrr-
2017-02-05server: refactor + add type hintingrr-
- Added type hinting (for now, 3.5-compatible) - Split `db` namespace into `db` module and `model` namespace - Changed elastic search to be created lazily for each operation - Changed to class based approach in entity serialization to allow stronger typing - Removed `required` argument from `context.get_*` family of functions; now it's implied if `default` argument is omitted - Changed `unalias_dict` implementation to use less magic inputs
2017-02-02server/image-hash: improve exception handlingrr-
2017-01-08server/uploads: add file upload apirr-
2016-09-10server/errors: allow extra info in errorsrr-
2016-08-14server/general: embrace most of PEP8rr-
Ignored only the rules about continuing / hanging indentation. Also, added __init__.py to tests so that pylint discovers them. (I don't buy pytest's BS about installing your package.)
2016-05-02server/posts: add post creatingrr-
2016-04-16server/api: refactor + remove ID from user JSONrr-
2016-04-10client+server/general: fix config referencesrr-
...some references still referred to non-existing config.ini.
2016-04-09server/users: add avatar supportrr-
2016-04-03server/general: improve pylint scorerr-
+ incorporate some in-house rules - no more useless doc strings...
2016-04-03server/users: fix returning invalid users from apirr-
2016-04-03server/users: add searching prototyperr-
2016-04-02server/general: move errors to top level NSrr-