aurweb/aurweb
Kevin Morris bfdc85d7d6
change(rpc): use simplified models package
Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-16 19:35:51 -07:00
..
git remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00
models feat(fastapi): include all models in aurweb.models package 2021-10-16 19:35:20 -07:00
packages cleanup: remove int(...) casts on HTTPStatus usage 2021-10-16 17:33:33 -07:00
routers fix(fastapi): EXPECTATION_FAILED -> BAD_REQUEST 2021-10-16 17:38:33 -07:00
scripts fix(FastAPI): use popupdate when [un]voting 2021-10-08 15:29:47 -07:00
testing feat(FastAPI): add get_(errors|successes) testing HTML helpers 2021-10-09 22:04:48 -07:00
__init__.py Use setuptools to install Python modules 2016-09-29 22:07:06 +02:00
asgi.py Added info and multiinfo types for /rpc 2021-09-12 02:21:55 -05:00
auth.py Merge branch 'pu_auth_redirect_vars' into pu 2021-10-07 12:42:53 -07:00
cache.py add aurweb.cache, a redis caching utility module 2021-08-17 19:58:31 -07:00
captcha.py fastapi: Jinja contextfilter renamed to pass_context 2021-06-05 20:11:17 -07:00
config.py fix(FastAPI): use configured letter case for SSH fingerprints 2021-10-04 18:00:50 +00:00
db.py feat(FastAPI): add aurweb.db.delete_all(iterable) 2021-10-07 20:25:23 -07:00
defaults.py feat(FastAPI): added /requests (get) route 2021-10-02 22:43:48 -07:00
exceptions.py git-serve: check update hook permissions 2019-11-23 11:18:16 -05:00
filters.py feat(FastAPI): added /requests (get) route 2021-10-02 22:43:48 -07:00
initdb.py add logging.config.fileConfig 2021-06-24 18:56:38 -07:00
l10n.py jinja2: add 'tn' filter, a numerical translation 2021-08-30 18:49:01 -07:00
logging.py add logging.config.fileConfig 2021-06-24 18:56:38 -07:00
redis.py aurweb.redis: Reduce logging 2021-08-17 21:59:15 -07:00
rpc.py change(rpc): use simplified models package 2021-10-16 19:35:51 -07:00
schema.py aurweb.schema: Fix off-by-one String impls of DECIMAL 2021-06-11 19:57:52 -07:00
spawn.py [php] aurweb.spawn avoid permission denied when running as user 2021-06-29 18:02:20 +01:00
templates.py cleanup: remove int(...) casts on HTTPStatus usage 2021-10-16 17:33:33 -07:00
time.py add aurweb.time module 2021-06-05 20:11:17 -07:00
util.py fix(FastAPI): change a deep copy instead of original 2021-10-10 01:00:36 -07:00