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
/
validation.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2021-03-11
Bump deepmerge from 0.1.1 to 0.2.1
dependabot[bot]
-5
/
+5
2021-03-08
Fixes Production URL Constant
Hassan Abouelela
-1
/
+1
2021-03-07
Bump flake8-annotations from 2.5.0 to 2.6.0
dependabot[bot]
-5
/
+5
2021-03-07
Bump pydantic from 1.7.3 to 1.8.1
dependabot[bot]
-27
/
+42
2021-03-07
Corrects Token Cookie Domain
Hassan Abouelela
-4
/
+2
2021-03-07
Switches Forwarded Protocol Header
Hassan Abouelela
-12
/
+9
2021-03-07
Corrects Domain On Token Cookie
Hassan Abouelela
-1
/
+2
2021-03-07
Corrects Domain On Token Cookie
Hassan Abouelela
-2
/
+3
2021-03-07
Fixes Domain URL On Token Cookie
Hassan Abouelela
-11
/
+18
2021-03-07
Makes Helper To Handle Token SameSite Logic
Hassan Abouelela
-19
/
+45
2021-03-06
Revert "Sets Token Cookie To Same Site To Lax"
Hassan Abouelela
-2
/
+2
2021-03-06
Sets Token Cookie To Same Site To Lax
Hassan Abouelela
-2
/
+2
2021-03-06
Formats Authorize File
Hassan Abouelela
-3
/
+3
2021-03-06
Renames Token To `token`
Hassan Abouelela
-4
/
+4
2021-03-01
Make Admin Fetch Async
Hassan Abouelela
-3
/
+3
2021-03-01
Allows All CORS Requests On Development
Hassan Abouelela
-2
/
+3
2021-03-01
Bump httpx from 0.16.1 to 0.17.0
dependabot[bot]
-5
/
+5
2021-02-28
Adds Hassan Abouelela To Code Owners
Hassan Abouelela
-2
/
+2
2021-02-27
Obliterate the _unit_cache variable
Matteo Bertucci
-3
/
+0
2021-02-26
Use base64 encoded code snippets
Matteo Bertucci
-6
/
+8
2021-02-25
Properly hadnle hidden tests starting with test_
Matteo Bertucci
-1
/
+1
2021-02-25
Remove unused import
Matteo Bertucci
-2
/
+4
2021-02-25
Document the SNEKBOX_URL env var
Matteo Bertucci
-0
/
+3
2021-02-25
Make _make_unit_code more readable
Matteo Bertucci
-1
/
+4
2021-02-25
Remove unneeded temp variable
Matteo Bertucci
-4
/
+2
2021-02-25
Only filter units if we aren't using an admin token
Matteo Bertucci
-1
/
+2
2021-02-25
Make use of list.copy() instead of [:]
Matteo Bertucci
-2
/
+2
2021-02-25
Don't try to parse the composed code
Matteo Bertucci
-40
/
+32
2021-02-25
Make use of .raise_for_status()
Matteo Bertucci
-8
/
+6
2021-02-25
Add return code 7 for processes killed by NsJail
Matteo Bertucci
-22
/
+27
2021-02-25
Add return code 6 for exceptions when loading module
Matteo Bertucci
-4
/
+9
2021-02-24
Don't communicate the traceback back to the backend
Matteo Bertucci
-2
/
+1
2021-02-24
Properly handle return codes 5 and 99
Matteo Bertucci
-14
/
+18
2021-02-24
Move most of the unittest template inside of the handler
Matteo Bertucci
-12
/
+11
2021-02-24
Document unittest code
Matteo Bertucci
-12
/
+23
2021-02-24
Censor unittests on GET /forms/$id
Matteo Bertucci
-0
/
+16
2021-02-24
Add support for hidden tests
Matteo Bertucci
-2
/
+17
2021-02-24
Return 403 on failed tests
Matteo Bertucci
-1
/
+1
2021-02-24
Don't lint the unittest template
Matteo Bertucci
-0
/
+1
2021-02-24
Switch to 100 chars line length and get rid of the noqas
Matteo Bertucci
-12
/
+22
2021-02-24
Hook up unittesting in the submit protocol
Matteo Bertucci
-0
/
+14