Commit Graph

12 Commits

Author SHA1 Message Date
Luna 78b45b022a manage: make FakeApp.config be the same thing as Quart.config 2019-10-25 08:41:49 -03:00
Luna c44e184e6e enable FakeApp to create Quart instances
- use a wrapper for app_context inside manager command handlers
2019-10-25 08:34:20 -03:00
Luna 83a1c1ae29 black fmt pass 2019-10-25 07:27:50 -03:00
Luna 103d88d8f8 remove manage.cmd.tests 2019-07-21 13:00:19 -03:00
Luna 195a219f75 add ability to purposefully disable voice initialization
there is an issue (not very urgent) where a traceback was shown at any
`manage.py` usage. this was not catched before because of recent
modifications that removed manager startup when calling `migrate`.
2019-04-22 16:27:50 -03:00
Luna bb542550b8 migration.command: only call init_app_managers when it isnt migrate cmd 2019-04-04 00:29:50 -03:00
Luna 53d7515f8c all: update copyright year 2019-01-26 19:25:46 -03:00
Luna 2632d033fa all: add GPL header 2018-12-07 02:14:58 -03:00
Luna Mendes 8b305407c2 manage.cmd: add invites blueprint
- schema.sql: remove temporary and expires_at columns
 - migration.scripts: remove emporary and expires_at columns
2018-11-19 01:34:04 -03:00
Luna Mendes 77a72f6a1d manage.cmd: add users and tests subparsers
- litecord.auth: add hash_data, check_username_usage
 - litecord.auth: add create_user
 - tests: add credentials.py
2018-11-12 19:25:02 -03:00
Luna Mendes c3210bf5b0 manage: add dummy migration command 2018-11-06 18:43:36 -03:00
Luna Mendes a1a914dc87 add manage.py 2018-11-06 17:42:27 -03:00