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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Run ruff on code
HEAD
main
Joe Banks
2025-08-08
-8
/
+14
*
Validate unique responses on submission
Joe Banks
2025-08-08
-0
/
+16
*
Calculate form ancillary data when fetching form data
Joe Banks
2025-08-08
-4
/
+66
*
ruff format
Joe Banks
2025-05-31
-1
/
+1
*
thread_id is a param, not a body item
Joe Banks
2025-05-31
-5
/
+7
*
Use thread_id for webhook execute on submission
Joe Banks
2025-05-31
-0
/
+3
*
Use redis for the discord member cache over mongo
Chris Lovering
2024-07-16
-1
/
+1
*
Ensure requested condorcet calculations are on vote components
Joe Banks
2024-07-11
-0
/
+5
*
Add new endpoint for performing condorcet calculation on form responses
Joe Banks
2024-07-11
-0
/
+99
*
Move unittest filtering to the Form.dict() function
Chris Lovering
2024-07-09
-19
/
+1
*
Remove erroneous await from non-async set_response_token
Joe Banks
2024-07-08
-1
/
+1
*
Apply fixable lint settings with Ruff
Joe Banks
2024-07-08
-177
/
+155
*
Add tearDown feature to unittests
Janine vN
2023-08-11
-0
/
+2
*
Check If User Exists Before Sending Webhook
Hassan Abouelela
2022-07-10
-5
/
+5
*
Handle Improper Output For Unittests
Hassan Abouelela
2022-07-01
-37
/
+80
*
Fix Broken Error Message
Hassan Abouelela
2022-06-29
-1
/
+1
*
Ensure All Tests Are Prefixed By `test_`
Hassan Abouelela
2022-06-25
-1
/
+2
*
Make Unittests Async
Hassan Abouelela
2022-06-24
-6
/
+8
*
Allow Setup For Unittests
Hassan Abouelela
2022-06-24
-2
/
+4
*
Enable Login Form In Production
Hassan Abouelela
2022-06-17
-16
/
+29
*
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
-30
/
+11
*
Add Role Based Editors To Forms
Hassan Abouelela
2022-02-05
-33
/
+44
*
Add Role Based Authorized Readers
Hassan Abouelela
2022-02-05
-12
/
+25
*
Overhaul Scope System
Hassan Abouelela
2022-02-05
-1
/
+1
*
Don't include user mention for anonymous form submissions
Chris Lovering
2022-01-21
-1
/
+5
*
Model: makes Form.id case insensitive
Matteo Bertucci
2021-12-26
-9
/
+6
*
Hash Cf-Connecting-IP if given, else remote host
Joe Banks
2021-12-25
-1
/
+5
*
Uses Backend URL In Embed
Hassan Abouelela
2021-07-06
-1
/
+1
*
Merge pull request #92 from python-discord/unittest_failures
Hassan Abouelela
2021-06-20
-15
/
+73
|
\
|
*
Updates Unittest Filter To Match New Model
Hassan Abouelela
2021-06-19
-1
/
+1
|
*
Verifies Unittest Error Responses
Hassan Abouelela
2021-06-03
-1
/
+14
|
*
Handles Code Questions With No Tests
Hassan Abouelela
2021-06-03
-1
/
+13
|
*
Documents Return Code
Hassan Abouelela
2021-06-02
-0
/
+1
|
*
Uses 422 For Failed Tests
Hassan Abouelela
2021-06-02
-1
/
+1
|
*
Reports All Unittest Failure Reasons
Hassan Abouelela
2021-06-02
-2
/
+9
|
*
Records Failed Unittests
Hassan Abouelela
2021-06-02
-8
/
+33
|
*
Adds Code Question Model
Hassan Abouelela
2021-06-02
-4
/
+4
*
|
Merge pull request #90 from python-discord/auth-form
Hassan Abouelela
2021-06-20
-5
/
+37
|
\
\
|
*
|
Adds An Empty Form For Authorization
Hassan Abouelela
2021-05-17
-5
/
+37
*
|
|
Handles Null Webhooks
Hassan Abouelela
2021-06-04
-5
/
+7
*
|
|
Reverts "Validates Form Patch Request"
Hassan Abouelela
2021-06-03
-2
/
+6
|
|
/
|
/
|
*
|
Set Form Viewing URL
Hassan Abouelela
2021-05-30
-1
/
+1
*
|
Validates Form Patch Request
Hassan Abouelela
2021-05-30
-1
/
+3
|
/
*
Simplify role assigning rate limit handling
ks129
2021-03-09
-12
/
+6
*
Merge branch 'main' into ks123/role-assigning
ks129
2021-03-09
-6
/
+185
|
\
|
*
Switches Forwarded Protocol Header
Hassan Abouelela
2021-03-07
-4
/
+1
|
*
Fixes Domain URL On Token Cookie
Hassan Abouelela
2021-03-07
-1
/
+3
|
*
Makes Helper To Handle Token SameSite Logic
Hassan Abouelela
2021-03-07
-5
/
+4
[next]