..
auth
fix(auth): refresh the user record on successful auth
2021-12-09 23:01:45 -08:00
git
remove unused imports, rectify isort violations
2021-06-05 21:27:39 -07:00
models
feat(models.user): add User.__str__ -> User.Username
2021-12-31 18:31:48 -08:00
packages
fix(routers.packages): handle package source display
2021-12-30 23:10:00 -08:00
routers
change(routers.packages): delete_package -> pkgbase_delete_instance
2022-01-01 12:29:50 -08:00
scripts
fix(notify): gracefully fail notifications
2021-12-17 18:08:36 -08:00
testing
feat(testing.requests): add Request.__init__
2021-12-31 18:31:48 -08:00
users
revert account type permission changes
2021-12-27 22:41:18 -08:00
__init__.py
Use setuptools to install Python modules
2016-09-29 22:07:06 +02:00
asgi.py
change(fastapi): centralize HTTPException
2021-12-02 23:23:27 -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
feat(exceptions): add InvariantError
2021-12-09 15:10:06 -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(logging): restore aurweb logger; null out root logger
2021-12-07 07:45:59 -08: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(templates): import aurweb.auth.creds directly
2021-12-15 16:06:37 -08:00
time.py
fix(time): unquote timezone when producing it
2021-12-15 14:01:20 -08:00
util.py
fix(util): fix account_url's base url generation
2021-12-14 14:30:34 -08:00