index
:
thallium
dependabot/pip/cryptography-44.0.1
dependabot/pip/jinja2-3.1.6
dependabot/pip/virtualenv-20.26.6
main
Outsourced work with the KGB, MIA, CIA and NSTV
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
thallium-backend
/
src
(
follow
)
Commit message (
Collapse
)
Author
Age
Lines
*
Fix the intflag for perms
HEAD
main
Chris Lovering
2024-09-23
-4
/
+4
|
*
Move import to a type checking block to avoid circular import
Chris Lovering
2024-09-23
-2
/
+4
|
*
Reduce the time voucher rows are locked when creating orders
Chris Lovering
2024-09-16
-2
/
+3
|
*
Add a gift emssage to the order
Chris Lovering
2024-09-13
-0
/
+4
|
*
Estimate order costs before submitting the order
Chris Lovering
2024-09-13
-9
/
+15
|
*
Set the external_id of the printful order to the voucher id
Chris Lovering
2024-09-13
-3
/
+7
|
*
Also accept a quantity for order items
Chris Lovering
2024-09-13
-0
/
+1
|
*
Make OrderCosts available via the dto module
Chris Lovering
2024-09-13
-1
/
+2
|
*
Add an endpoint to submit an order to printful
Chris Lovering
2024-09-13
-0
/
+111
|
*
Add the printful store ID to the authorized client as a header
Chris Lovering
2024-09-13
-1
/
+5
|
*
Remove debug endpoint
Chris Lovering
2024-09-05
-5
/
+0
|
*
Add a test endpoint to show off the API docs problem with returning 204s
Chris Lovering
2024-08-28
-0
/
+5
|
*
Allow refreshing of JWTs
Chris Lovering
2024-08-27
-4
/
+21
|
*
Use a generic JWTClaim class for respones
Chris Lovering
2024-08-27
-5
/
+8
|
*
Remove debug log
Chris Lovering
2024-08-27
-1
/
+0
|
*
Update password meta data on password reset
Chris Lovering
2024-08-27
-0
/
+3
|
*
make pw reset codes unique
Chris Lovering
2024-08-27
-1
/
+1
|
*
Add debug endpoint for creating users
Chris Lovering
2024-08-27
-3
/
+40
|
*
Add endpoints for handling user logins and password resets
Chris Lovering
2024-08-27
-4
/
+104
|
*
Update auth middleware to check for users that need to change their password
Chris Lovering
2024-08-27
-9
/
+24
|
*
Include the issued at date stamp in JWTs
Chris Lovering
2024-08-27
-2
/
+3
|
*
Add columns for storing user auth info
Chris Lovering
2024-08-27
-1
/
+14
|
*
Remove unused IntFlag
Chris Lovering
2024-08-27
-8
/
+0
|
*
Add support for nullable colour and colour_code2
Joe Banks
2024-08-25
-4
/
+8
|
*
Add a new route to fetch templates and variants
Chris Lovering
2024-08-25
-11
/
+72
|
*
Add an admin endpoint for syncing templates & variants from printful
Chris Lovering
2024-08-25
-0
/
+115
|
*
Replace products with templates and variants
Chris Lovering
2024-08-25
-20
/
+65
|
*
Move UUIDBase to its own mixin
Chris Lovering
2024-08-24
-5
/
+10
|
*
Add a new permission for updating templates from printful
Chris Lovering
2024-08-24
-2
/
+3
|
*
Don't hitt he db to get voucher info now that it's on the request state
Chris Lovering
2024-08-24
-7
/
+2
|
*
Add a debug endpoint to get a user's JWT
Chris Lovering
2024-08-24
-0
/
+7
|
*
Attach the auth info of the requesting user to the state object
Chris Lovering
2024-08-24
-6
/
+43
|
*
Drop static file mount
Chris Lovering
2024-08-19
-238
/
+2
|
*
backend: Add CORSMiddleware to allow CORS requests from Thallium Frontend
Joe Banks
2024-08-19
-0
/
+9
|
*
Add CORS environment variables to settings
Joe Banks
2024-08-19
-0
/
+2
|
*
Switch from HTTPBase to HTTPBearer
Joe Banks
2024-08-19
-3
/
+3
|
*
Change scheme from token to bearer
Joe Banks
2024-08-19
-2
/
+2
|
*
Slim down generated Scalar documentation
Joe Banks
2024-08-19
-0
/
+2
|
*
Respect X-Forwarded-Proto for building URLs
Joe Banks
2024-08-19
-1
/
+3
|
*
Add connect-src 'self' to allow try-it in Scalar to work
Joe Banks
2024-08-19
-0
/
+1
|
*
Add Scalar to application
Joe Banks
2024-08-19
-7
/
+32
|
*
Rename current voucher route
Joe Banks
2024-08-19
-1
/
+1
|
*
Add jinja2 and templates
Chris Lovering
2024-08-19
-0
/
+238
|
*
Add style-src self & Google Fonts
Joe Banks
2024-08-19
-1
/
+2
|
*
Allow UNPKG in CSP
Joe Banks
2024-08-19
-1
/
+2
|
*
Add data URLs source
Joe Banks
2024-08-19
-0
/
+1
|
*
Add Google fonts
Joe Banks
2024-08-19
-1
/
+2
|
*
Allow unsafe-inline scripts in CSP
Joe Banks
2024-08-19
-1
/
+1
|
*
Satisfy the style dictator
Joe Banks
2024-08-19
-1
/
+3
|
*
Allow JSDelivr in CSP
Joe Banks
2024-08-19
-1
/
+1
|
[next]