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
*
Adds Logging For Routes
logging
Hassan Abouelela
2021-03-15
-16
/
+51
*
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
*
Revert "Sets Token Cookie To Same Site To Lax"
Hassan Abouelela
2021-03-06
-1
/
+1
*
Sets Token Cookie To Same Site To Lax
Hassan Abouelela
2021-03-06
-1
/
+1
*
Renames Token To `token`
Hassan Abouelela
2021-03-06
-1
/
+1
*
Merge branch 'main' into token-expiry
Hassan Abouelela
2021-02-28
-1
/
+153
|
\
|
*
Obliterate the _unit_cache variable
Matteo Bertucci
2021-02-27
-3
/
+0
|
*
Use base64 encoded code snippets
Matteo Bertucci
2021-02-26
-4
/
+4
|
*
Properly hadnle hidden tests starting with test_
Matteo Bertucci
2021-02-25
-1
/
+1
|
*
Remove unused import
Matteo Bertucci
2021-02-25
-2
/
+4
|
*
Make _make_unit_code more readable
Matteo Bertucci
2021-02-25
-1
/
+4
|
*
Remove unneeded temp variable
Matteo Bertucci
2021-02-25
-4
/
+2
|
*
Only filter units if we aren't using an admin token
Matteo Bertucci
2021-02-25
-1
/
+2
|
*
Make use of list.copy() instead of [:]
Matteo Bertucci
2021-02-25
-2
/
+2
|
*
Don't try to parse the composed code
Matteo Bertucci
2021-02-25
-40
/
+32
|
*
Make use of .raise_for_status()
Matteo Bertucci
2021-02-25
-8
/
+6
|
*
Add return code 7 for processes killed by NsJail
Matteo Bertucci
2021-02-25
-22
/
+25
|
*
Add return code 6 for exceptions when loading module
Matteo Bertucci
2021-02-25
-1
/
+1
|
*
Properly handle return codes 5 and 99
Matteo Bertucci
2021-02-24
-14
/
+18
|
*
Document unittest code
Matteo Bertucci
2021-02-24
-6
/
+16
|
*
Censor unittests on GET /forms/$id
Matteo Bertucci
2021-02-24
-0
/
+16
|
*
Add support for hidden tests
Matteo Bertucci
2021-02-24
-2
/
+17
|
*
Return 403 on failed tests
Matteo Bertucci
2021-02-24
-1
/
+1
|
*
Switch to 100 chars line length and get rid of the noqas
Matteo Bertucci
2021-02-24
-6
/
+14
|
*
Hook up unittesting in the submit protocol
Matteo Bertucci
2021-02-24
-0
/
+14
|
*
Support code unit testing through snekbox
Matteo Bertucci
2021-02-24
-0
/
+91
*
|
Centralizes Admin Authentication
Hassan Abouelela
2021-02-20
-1
/
+2
*
|
Remove AuthorizationHeaders Class
Hassan Abouelela
2021-02-19
-2
/
+1
*
|
Refreshes User Data On Form Submit
Hassan Abouelela
2021-02-19
-8
/
+38
|
/
*
Order discoverable forms alphabetically
Joe Banks
2021-01-04
-1
/
+1
*
Use $in operator for non-admin filtering to allow fetching closed forms
ks129
2021-01-04
-1
/
+1
*
Add handling of optional fields to submit endpoint
ks129
2020-12-28
-1
/
+4
*
Let Pydantic validate bulk responses delete data
ks129
2020-12-24
-4
/
+8
*
Check does form exists in responses bulk DELETE
ks129
2020-12-23
-1
/
+6
*
Add bulk DELETE method to responses endpoint
ks129
2020-12-23
-1
/
+56
*
Updates Patching Strategy
Hassan Abouelela
2020-12-22
-7
/
+15
*
Dedents Webhook Object
Hassan Abouelela
2020-12-22
-6
/
+5
*
Merge branch 'main' into discord-webhook
Hassan Abouelela
2020-12-21
-8
/
+38
|
\
|
*
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
|
*
Merge branch 'main' into ks123/form-patch
ks129
2020-12-18
-6
/
+1
|
|
\
|
|
*
Merge branch 'main' into ks123/dns-check-remove
Joe Banks
2020-12-18
-2
/
+2
|
|
|
\
|
|
*
|
Remove DNS blacklist handling from submit route
ks129
2020-12-18
-6
/
+1
|
*
|
|
Merge branch 'main' into ks123/form-patch
ks129
2020-12-18
-2
/
+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Add PATCH method to form endpoint
ks129
2020-12-18
-2
/
+32
|
|
|
/
|
|
/
|
*
|
|
Adds and Documents Webhook Message Variables
Hassan Abouelela
2020-12-21
-0
/
+12
*
|
|
Runs Initial Validation Asynchronously
Hassan Abouelela
2020-12-18
-1
/
+17
*
|
|
Uses Builtin User Class
Hassan Abouelela
2020-12-18
-9
/
+17
[next]