index
:
forms-backend
dependabot/pip/cryptography-43.0.1
dependabot/pip/starlette-0.40.0
dm-message
logging
main
renovate/httpx-0.x
renovate/motor-3.x
renovate/pre-commit-3.x-lockfile
renovate/pyjwt-2.x-lockfile
renovate/pypi-starlette-vulnerability
renovate/redis-5.x-lockfile
renovate/ruff-0.x
renovate/sentry-sdk-2.x-lockfile
renovate/spectree-1.x-lockfile
renovate/uvicorn-0.x
sqla-migration
testing-strategies
A mirrored copy of the python-discord/forms-backend repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend
/
routes
/
forms
/
form.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Run ruff on code
HEAD
main
Joe Banks
2025-08-08
-7
/
+10
*
Calculate form ancillary data when fetching form data
Joe Banks
2025-08-08
-4
/
+66
*
Move unittest filtering to the Form.dict() function
Chris Lovering
2024-07-09
-6
/
+1
*
Apply fixable lint settings with Ruff
Joe Banks
2024-07-08
-9
/
+7
*
Fix Broken Error Message
Hassan Abouelela
2022-06-29
-1
/
+1
*
Enable Login Form In Production
Hassan Abouelela
2022-06-17
-4
/
+5
*
Fix Error For Unauthorized Form Access
Hassan Abouelela
2022-06-13
-2
/
+6
*
Explicitly Use `_id` Over `id`
Hassan Abouelela
2022-03-14
-2
/
+2
*
Use HTTPException To Propagate Access Failures
Hassan Abouelela
2022-02-05
-17
/
+7
*
Add Role Based Editors To Forms
Hassan Abouelela
2022-02-05
-30
/
+41
*
Model: makes Form.id case insensitive
Matteo Bertucci
2021-12-26
-9
/
+6
*
Merge pull request #90 from python-discord/auth-form
Hassan Abouelela
2021-06-20
-1
/
+8
|
\
|
*
Adds An Empty Form For Authorization
Hassan Abouelela
2021-05-17
-1
/
+8
*
|
Reverts "Validates Form Patch Request"
Hassan Abouelela
2021-06-03
-2
/
+6
*
|
Validates Form Patch Request
Hassan Abouelela
2021-05-30
-1
/
+3
|
/
*
Merge branch 'main' into token-expiry
Hassan Abouelela
2021-02-28
-0
/
+4
|
\
|
*
Only filter units if we aren't using an admin token
Matteo Bertucci
2021-02-25
-1
/
+2
|
*
Censor unittests on GET /forms/$id
Matteo Bertucci
2021-02-24
-0
/
+3
|
*
Switch to 100 chars line length and get rid of the noqas
Matteo Bertucci
2021-02-24
-1
/
+1
*
|
Centralizes Admin Authentication
Hassan Abouelela
2021-02-20
-1
/
+1
|
/
*
Use $in operator for non-admin filtering to allow fetching closed forms
ks129
2021-01-04
-1
/
+1
*
Updates Patching Strategy
Hassan Abouelela
2020-12-22
-7
/
+15
*
Update status code of pydantic errors response
ks129
2020-12-18
-1
/
+1
*
Actually update form in DB in PATCH method
ks129
2020-12-18
-0
/
+5
*
Add PATCH method to form endpoint
ks129
2020-12-18
-2
/
+32
*
Document forms routes
Joe Banks
2020-12-16
-0
/
+7
*
Remove unnecessary status code
ks129
2020-12-16
-1
/
+1
*
Add missing comma
ks129
2020-12-16
-1
/
+1
*
Return some JSON from delete endpoint
ks129
2020-12-16
-1
/
+1
*
Fix grammar
ks129
2020-12-16
-2
/
+2
*
Add DELETE method for form endpoint
ks129
2020-12-16
-2
/
+20
*
Create route for fetching one form
ks129
2020-12-13
-0
/
+36