aurweb/aurweb
Kevin Morris a0e1a1641d
fix(fastapi): support UsersID and User columns in the Session model
Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-12-01 00:30:20 -08:00
..
auth fix(FastAPI): remove unnecessary arguments to auth_required 2021-12-01 03:11:01 -05:00
git remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00
models fix(fastapi): support UsersID and User columns in the Session model 2021-12-01 00:30:20 -08:00
packages change(notify): converted to use aurweb.db ORM 2021-11-28 19:55:10 -08:00
routers fix(FastAPI): remove unnecessary arguments to auth_required 2021-12-01 03:11:01 -05:00
scripts fix(rendercomment): markdown.util.etree -> xml.etree.ElementTree 2021-11-28 19:55:12 -08:00
testing change(rendercomment): converted to use aurweb.db ORM 2021-11-28 19:55:11 -08:00
users change(fastapi): decouple update logic from account edit 2021-11-17 06:00:07 -08:00
__init__.py Use setuptools to install Python modules 2016-09-29 22:07:06 +02:00
asgi.py change(fastapi): use sys.getrecursionlimit() + 1000 as default 2021-11-17 01:36:19 -08:00
benchmark.py change(mkpkglists): converted to use aurweb.db ORM 2021-11-28 19:55:08 -08:00
cache.py add aurweb.cache, a redis caching utility module 2021-08-17 19:58:31 -07:00
captcha.py change(fastapi): simplify model imports across code-base 2021-10-16 19:40:00 -07:00
config.py feat(aurweb-config): add unset action and simplify 2021-11-27 22:34:15 -08:00
cookies.py fix(fastapi): rework cookies - do not re-emit generically 2021-10-28 07:35:14 -07:00
db.py fix(fastapi): fix SessionID (and ResetKey) generation 2021-11-27 20:19:40 -08:00
defaults.py feat(rpc): add search type handler 2021-10-30 19:25:54 -07:00
exceptions.py change(fastapi): decouple error logic from process_account_form 2021-11-17 05:58:08 -08:00
filters.py feat(FastAPI): added /requests (get) route 2021-10-02 22:43:48 -07:00
initdb.py fix(fastapi): close connection used for initdb 2021-11-17 01:34:58 -08:00
l10n.py jinja2: add 'tn' filter, a numerical translation 2021-08-30 18:49:01 -07:00
logging.py fix(fastapi): centralize logging initialization 2021-10-21 10:40:52 -07:00
prometheus.py fix(fastapi): check for prometheus info.response 2021-11-11 16:24:10 -08:00
ratelimit.py housekeep(fastapi): rework aurweb.db session API 2021-11-14 16:15:50 -08:00
redis.py fix(fastapi): centralize logging initialization 2021-10-21 10:40:52 -07:00
rpc.py fix(rpc): fix ordering of related records 2021-11-30 16:33:34 -05:00
schema.py change(aurweb): add parallel tests and improve aurweb.db 2021-11-17 01:34:59 -08:00
spawn.py fix: update nginx config in aurweb.spawn 2021-11-20 15:47:25 -08:00
templates.py fix(FastAPI): reorganize credential checkin into dedicated file 2021-12-01 02:03:02 -05:00
time.py add aurweb.time module 2021-06-05 20:11:17 -07:00
util.py change(rendercomment): converted to use aurweb.db ORM 2021-11-28 19:55:11 -08:00