aurweb/aurweb
Kevin Morris 210e459ba9
Eradicate the dedupe_qs filter
The new `extend_query` and `urlencode` filters are way cleaner ways
to achieve what we did with `dedupe_qs`.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-08-31 14:44:29 -07:00
..
git remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00
models models.account_type: remove duplicated constants 2021-08-25 17:08:19 -07:00
packages [FastAPI] Modularize homepage and add side panel 2021-08-17 19:58:32 -07:00
routers Eradicate the dedupe_qs filter 2021-08-31 14:44:29 -07:00
scripts rendercomment: move Repository init to __init__ 2021-07-20 18:48:28 -07:00
testing implement /packages/{name} as its own route 2021-07-27 20:48:40 -07:00
__init__.py Use setuptools to install Python modules 2016-09-29 22:07:06 +02:00
asgi.py [FastAPI] Basic pkgbase template 2021-07-27 20:48:40 -07:00
auth.py routers.packages: Simplify some existence checks 2021-08-09 23:42:54 -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 Port homepage intro to fastapi 2021-06-27 15:17:04 +02:00
db.py aurweb.db: add commit(), add() and autocommit arg 2021-06-19 09:08:09 -07:00
exceptions.py git-serve: check update hook permissions 2019-11-23 11:18:16 -05: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
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 Eradicate the dedupe_qs filter 2021-08-31 14:44:29 -07:00
time.py add aurweb.time module 2021-06-05 20:11:17 -07:00
util.py Eradicate the dedupe_qs filter 2021-08-31 14:44:29 -07:00