..
git
remove unused imports, rectify isort violations
2021-06-05 21:27:39 -07:00
models
fix(fastapi): fix User.login signature typing
2021-10-28 07:35:20 -07:00
packages
change(fastapi): simplify model imports across code-base
2021-10-16 19:40:00 -07:00
routers
fix(fastapi): sanitize PP/O parameters for package search
2021-10-29 20:39:55 -07:00
scripts
fix(fastapi): centralize logging initialization
2021-10-21 10:40:52 -07:00
testing
feat(fastapi): add configurable commit hash display
2021-10-24 18:12:19 -07:00
__init__.py
Use setuptools to install Python modules
2016-09-29 22:07:06 +02:00
asgi.py
fix(fastapi): increase recursion limit during tests
2021-10-23 20:15:53 -07:00
auth.py
fix(FastAPI): unify tuple return style
2021-10-19 19:04:08 -04: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
fix(FastAPI): use configured letter case for SSH fingerprints
2021-10-04 18:00:50 +00:00
cookies.py
fix(fastapi): rework cookies - do not re-emit generically
2021-10-28 07:35:14 -07: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
fix(fastapi): centralize logging initialization
2021-10-21 10:40:52 -07:00
ratelimit.py
feat(rpc): enforce ratelimiting
2021-10-21 11:07:36 -07:00
redis.py
fix(fastapi): centralize logging initialization
2021-10-21 10:40:52 -07:00
rpc.py
change(rpc): handle 'version' and 'type' arguments in constructor
2021-10-21 11:01:24 -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
fix(fastapi): rework cookies - do not re-emit generically
2021-10-28 07:35:14 -07:00
time.py
add aurweb.time module
2021-06-05 20:11:17 -07:00
util.py
fix(fastapi): sanitize PP/O parameters for package search
2021-10-29 20:39:55 -07:00