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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Run ruff on code
HEAD
main
Joe Banks
2025-08-08
-10
/
+20
*
Add submission_precheck to public fields list
Joe Banks
2025-08-08
-6
/
+9
*
Validate unique responses on submission
Joe Banks
2025-08-08
-0
/
+16
*
Use exp key for JWT as well as expiry key
Joe Banks
2025-08-08
-0
/
+3
*
Calculate form ancillary data when fetching form data
Joe Banks
2025-08-08
-4
/
+66
*
Add UNIQUE_RESPONDER form feature
Joe Banks
2025-08-08
-0
/
+1
*
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
*
Add webhook thread ID to form model
Joe Banks
2025-05-31
-0
/
+10
*
Use redis role cache when validating access to form resources
Chris Lovering
2024-07-28
-7
/
+6
*
Use redis to store the role cache
Chris Lovering
2024-07-17
-37
/
+16
*
Simplify the logic for fetching from member cache
Chris Lovering
2024-07-16
-12
/
+6
*
Use redis for the discord member cache over mongo
Chris Lovering
2024-07-16
-25
/
+13
*
Add redis to the project
Chris Lovering
2024-07-16
-0
/
+3
*
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
*
Return errors in JSON format so they can still be easily parsed
Joe Banks
2024-07-11
-1
/
+13
*
Add new vote question type
Joe Banks
2024-07-11
-0
/
+4
*
Move unittest filtering to the Form.dict() function
Chris Lovering
2024-07-09
-26
/
+10
*
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
-396
/
+380
*
Add timezone question type
Joe Banks
2024-07-03
-2
/
+2
*
Add tearDown feature to unittests
Janine vN
2023-08-11
-0
/
+2
*
Fix ANN401 Linting Failures
Hassan Abouelela
2022-07-20
-5
/
+4
*
Bump Motor Version To 3.0.0
Hassan Abouelela
2022-07-20
-3
/
+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
/
+84
*
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
-4
/
+8
*
Merge branch 'main' into asgi-middleware
Hassan Abouelela
2022-06-18
-19
/
+36
|
\
|
*
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
|
*
Fix NoneType Access Error For Form Editors
Hassan Abouelela
2022-06-13
-1
/
+1
*
|
use Request to generate the state
Adrian Garcia Badaracco
2022-06-17
-1
/
+1
*
|
Update backend/middleware.py
Adrian Garcia Badaracco
2022-06-17
-1
/
+1
*
|
fix linters
Adrian Garcia Badaracco
2022-06-13
-5
/
+3
*
|
Replace BaseHTTPMiddleware with pure ASGI middleware
Adrian Garcia Badaracco
2022-06-13
-11
/
+19
|
/
*
Explicitly Use `_id` Over `id`
Hassan Abouelela
2022-03-14
-4
/
+4
*
Add Default Attribute For Form Access Helper
Hassan Abouelela
2022-03-14
-1
/
+1
*
Ensure Form Existence Is Always Checked
Hassan Abouelela
2022-02-11
-4
/
+4
*
Use HTTPException To Propagate Access Failures
Hassan Abouelela
2022-02-05
-40
/
+26
*
Switch To List Comp
Hassan Abouelela
2022-02-05
-8
/
+2
*
Fix Linting Errors
Hassan Abouelela
2022-02-05
-7
/
+7
*
Add Role Based Editors To Forms
Hassan Abouelela
2022-02-05
-34
/
+51
*
Add Role Based Authorized Readers
Hassan Abouelela
2022-02-05
-14
/
+73
*
Overhaul Scope System
Hassan Abouelela
2022-02-05
-60
/
+246
*
Add Helper Functions For Managing Roles
Hassan Abouelela
2022-01-22
-9
/
+130
[next]