aurweb/aurweb
Kevin Morris 4d191b51f9
feat(FastAPI): add /pkgbase/{name}/comaintainers (get, post)
Changes from PHP:

- Form action now points to `/pkgbase/{name}/comaintainers`.
- When an error occurs, users are sent back to
  `/pkgbase/{name}/comaintainers` with an error at the top of the page.
  (PHP used to send people to /pkgbase/, which ended up at a blank
  search page).

Closes: https://gitlab.archlinux.org/archlinux/aurweb/-/issues/51

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-02 20:19:09 -07:00
..
git remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00
models change(FastAPI): allow User.notified to accept a Package OR PackageBase 2021-10-02 16:59:09 -07:00
packages feat(FastAPI): add pkgbase comments (new, edit) 2021-10-02 16:59:10 -07:00
routers feat(FastAPI): add /pkgbase/{name}/comaintainers (get, post) 2021-10-02 20:19:09 -07:00
scripts change(FastAPI): decouple rendercomment logic from main 2021-10-02 16:59:10 -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 Added info and multiinfo types for /rpc 2021-09-12 02:21:55 -05:00
auth.py fix(FastAPI): AnonymousUser.has_credential also takes kwargs 2021-10-02 16:59:21 -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 [FastAPI] Refactor db modifications 2021-09-03 15:03:34 -07:00
exceptions.py git-serve: check update hook permissions 2019-11-23 11:18:16 -05:00
filters.py feat(FastAPI): add templates/partials/widgets/pager.html 2021-09-19 12:44:19 -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 fix(FastAPI): fix flake8 violation 2021-09-17 12:13:02 -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 feat(FastAPI): add templates.render_raw_template 2021-10-02 16:59:09 -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