Commit 580c712
User routes are up, please check and merge, thanks! (#68)
* feat: moved advent folder -> puzzles, added some comments
* feat(docker): start separation of dev and prod builds, add pytest functionality to backend
* feat(docker): added dev/prod to frontend, transition frontend to yarn
* fix: remove .vscode folder
* fix(makefile): restructured makefile a bit
* feat: removed .vscode folder from git
* feat(auth): get rudimentary autotesting in place, created clear_database function
* feat(test): added all tests for auth/register
* fix(puzzle): changed blueprint in routes/puzzle.py
* Made some stub code for the user routes
Made some stub code for the user routes.
* Stub codes
* feat(auth): refactored registration system, database connections
* fix(auth): minor changes to constructor
* feat(auth): implement email verification endpoints
* feat(test): using fixtures
* feat(auth): finish autotests, still needs commenting
* feat(auth): finished writing tests for the most part
* Merged stuff
* user/stats should be working
* node stuff
* fixed up some stuff about node
* profile, stat and set_name implemented
* merged
* fixed a problem about tokens
* improved tests, stub code for password reset
* manual overhaul, weird stuff happening with email
* All routes going smoothly
Co-authored-by: Hanyuan Li <[email protected]>1 parent 22d3ac4 commit 580c712
File tree
20 files changed
+653
-223
lines changed- backend
- auth
- common
- models
- routes
- templates
- test
- profile
20 files changed
+653
-223
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
225 | 243 | | |
226 | 244 | | |
227 | 245 | | |
| |||
396 | 414 | | |
397 | 415 | | |
398 | 416 | | |
399 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
0 commit comments