| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-06 | client+server: implement code autoformatting using prettier and black | Shyam Sunder | |
| 2020-04-07 | server/posts/upload: refactor youtube-dl caller code to fix some bugs | Shyam Sunder | |
| 2020-04-03 | server/posts/upload: limit filesize for uploads through youtube-dl | Shyam 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-24 | server: lint | rr- | |
| 2017-02-05 | server: refactor + add type hinting | rr- | |
| - 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-02 | server/image-hash: improve exception handling | rr- | |
| 2017-01-08 | server/uploads: add file upload api | rr- | |
| 2016-09-10 | server/errors: allow extra info in errors | rr- | |
| 2016-08-14 | server/general: embrace most of PEP8 | rr- | |
| 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-02 | server/posts: add post creating | rr- | |
| 2016-04-16 | server/api: refactor + remove ID from user JSON | rr- | |
| 2016-04-10 | client+server/general: fix config references | rr- | |
| ...some references still referred to non-existing config.ini. | |||
| 2016-04-09 | server/users: add avatar support | rr- | |
| 2016-04-03 | server/general: improve pylint score | rr- | |
| + incorporate some in-house rules - no more useless doc strings... | |||
| 2016-04-03 | server/users: fix returning invalid users from api | rr- | |
| 2016-04-03 | server/users: add searching prototype | rr- | |
| 2016-04-02 | server/general: move errors to top level NS | rr- | |