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
/
models
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Model: makes Form.id case insensitive
Matteo Bertucci
2021-12-26
-2
/
+2
*
Clarify Validator Semantics
Hassan Abouelela
2021-06-03
-1
/
+1
*
Adds Missing Docstrings
Hassan Abouelela
2021-06-02
-0
/
+3
*
Adds Code Question Model
Hassan Abouelela
2021-06-02
-1
/
+25
*
Add back removed parenthesis
ks129
2021-03-16
-1
/
+1
*
Split if statement to multiple lines to avoid noqa
ks129
2021-03-16
-1
/
+4
*
Split public fields constant to multiple lines
ks129
2021-03-16
-1
/
+9
*
Use value of enum member instead of member itself
ks129
2021-03-16
-3
/
+3
*
Add discord_role to public fields
ks129
2021-03-16
-1
/
+1
*
Add missing "is" to error message
ks129
2021-03-09
-1
/
+1
*
Merge branch 'main' into ks123/role-assigning
ks129
2021-01-23
-1
/
+2
|
\
|
*
Add an optional submitted_text field to forms to customize the response upon ...
Jannes Jonkers
2021-01-20
-2
/
+2
|
*
Add an optional response field to forms to customize the response upon submit...
Jannes Jonkers
2021-01-20
-1
/
+2
*
|
Fix too long line
ks129
2020-12-29
-1
/
+3
*
|
Add check for REQUIRES_LOGIN when ASSIGN_ROLE provided
ks129
2020-12-29
-2
/
+6
*
|
Add validator for Discord role field for form
ks129
2020-12-29
-1
/
+11
*
|
Add discord_role field to form and it's schema
ks129
2020-12-29
-0
/
+1
|
/
*
Add required field to question model
ks129
2020-12-28
-0
/
+1
*
Dedents Webhook Object
Hassan Abouelela
2020-12-22
-8
/
+2
*
Merge branch 'main' into big-int-fix
Joe Banks
2020-12-21
-1
/
+75
|
\
|
*
Merge branch 'main' into discord-webhook
Hassan Abouelela
2020-12-21
-1
/
+0
|
|
\
|
*
|
Adds Missing Annotation
Hassan Abouelela
2020-12-18
-1
/
+1
|
*
|
Runs Initial Validation Asynchronously
Hassan Abouelela
2020-12-18
-32
/
+55
|
*
|
Sends Embed Asynchronously
Hassan Abouelela
2020-12-18
-1
/
+1
|
*
|
Merge branch 'main' into discord-webhook
Hassan Abouelela
2020-12-17
-3
/
+19
|
|
\
\
|
*
|
|
Makes Webhooks Optional
Hassan Abouelela
2020-12-17
-2
/
+2
|
*
|
|
Merge branch 'main' into discord-webhook
Hassan Abouelela
2020-12-17
-1
/
+14
|
|
\
\
\
|
*
|
|
|
Adds Webhook Option
Hassan Abouelela
2020-12-17
-0
/
+51
*
|
|
|
|
Remove validator import
ks129
2020-12-21
-1
/
+1
*
|
|
|
|
Remove unnecessary validator
ks129
2020-12-21
-8
/
+0
*
|
|
|
|
Remove unnecessary comment about ID
ks129
2020-12-21
-2
/
+0
*
|
|
|
|
Convert user IDs to string to avoid JS bad behaviours
ks129
2020-12-21
-3
/
+13
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Remove DNS blacklist field from antispam model
ks129
2020-12-18
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'main' into docs/api-spec
ks129
2020-12-17
-1
/
+14
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Update backend/models/form_response.py
Hassan Abouelela
2020-12-17
-1
/
+1
|
*
|
Fixes DB Timestamp on Return
Hassan Abouelela
2020-12-17
-4
/
+11
|
*
|
Adds Timestamp Field
Hassan Abouelela
2020-12-17
-1
/
+7
|
|
/
*
/
Make model changes
Joe Banks
2020-12-16
-3
/
+19
|
/
*
minor refactorings
decorator-factory
2020-12-15
-2
/
+2
*
fix various type annotation issues
decorator-factory
2020-12-15
-9
/
+9
*
Fix whitespace errors
Joe Banks
2020-12-13
-3
/
+3
*
Fix dodgy indent and wrong field name
Joe Banks
2020-12-13
-2
/
+2
*
Fix data sanitization method
Joe Banks
2020-12-13
-1
/
+15
*
Simplify dict function
ks129
2020-12-13
-5
/
+1
*
Add custom dict method in form to return sometimes only public fields
ks129
2020-12-13
-0
/
+11
*
Merge branch 'main' into ks123/form-name-description
Joe Banks
2020-12-12
-1
/
+57
|
\
|
*
Remove some validators from models because they don't work
ks129
2020-12-09
-28
/
+2
|
*
Create model for form response
ks129
2020-12-08
-1
/
+38
|
*
Add AntiSpam and DiscordUser models to __init__.py
ks129
2020-12-08
-1
/
+3
|
*
Create DiscordUser Pydantic model for form response
ks129
2020-12-08
-0
/
+33
[next]