Commit graph

4245 commits

Author SHA1 Message Date
Miodec 1222e576c0 added config route 2021-07-06 14:52:36 +01:00
Miodec 0cfc796bba defined each function in global scope so they can access each other 2021-07-06 14:52:29 +01:00
Miodec 845845d257 fixed route name 2021-07-06 14:52:08 +01:00
Miodec 844e67ac3e config support 2021-07-06 14:51:43 +01:00
Miodec 9d7427ed3d converted snap initialisation to new system 2021-06-16 20:56:12 +01:00
Miodec 2c01c5f817 fixed tiny bug with token finding 2021-06-16 20:56:00 +01:00
Miodec 32a2a73915 added delete user option, playing around with the return codes and formats 2021-06-16 20:20:16 +01:00
Miodec 978bb753cd rewrote signup to use new system 2021-06-16 20:19:26 +01:00
Miodec 30b335f8eb keeping some code that was used to test exception interception 2021-06-16 20:18:59 +01:00
Miodec 7d4759017c saving port to a variable 2021-06-16 00:47:34 +01:00
Miodec 8cb954dd88 renamed auth to user
moved one require up
2021-06-16 00:46:37 +01:00
Miodec c84f444e15 using require instead of imports, added check name endpoint 2021-06-16 00:46:07 +01:00
Miodec d56887bafb added check name function, using requrie instead of imports 2021-06-16 00:45:49 +01:00
Miodec ecef2da2eb added a is name available check 2021-06-16 00:45:28 +01:00
Miodec 35de40dda1 first attempt to rewrite axios to use new endpoints 2021-06-16 00:45:18 +01:00
Dharmaraj 29dfcd93d3 Optimized server.js 2021-06-14 12:19:23 +05:30
Miodec 386ea44a69 moved eslint 2021-06-13 20:19:33 +01:00
Miodec 7579442b8c missing variable 2021-06-13 20:18:23 +01:00
Miodec 3ff9c999aa Merge branch 'mongo' of https://github.com/Miodec/monkeytype into mongo 2021-06-12 19:02:22 +01:00
Miodec 5eed88b0e7 added result dao and controller 2021-06-12 19:02:19 +01:00
Miodec 025c20268a added one more validation function 2021-06-12 19:02:06 +01:00
Miodec e7c93f7620 reduced the amount of function parameters 2021-06-12 19:01:49 +01:00
Miodec fd5a90e2d5 unused import 2021-06-12 19:01:29 +01:00
Dharmaraj 74685cb52b Removed postinstall script 2021-06-12 23:02:48 +05:30
Miodec 1d00f3b6ec disabled eslint for legacy file that is going to be converted to new system 2021-06-12 17:52:13 +01:00
Miodec be23ab4168 added function to get a list of tags 2021-06-12 17:51:58 +01:00
Miodec b76df52dee added tag verification when setting tags on result 2021-06-12 17:51:30 +01:00
Miodec a692e44038 added eslint 2021-06-12 17:51:15 +01:00
Miodec fdb2568d99 singular 2021-06-12 17:14:57 +01:00
Miodec 267dbb6a1a renamed all dao files 2021-06-12 17:11:07 +01:00
Miodec cb21657d30 moved the last function from users handler - linkdiscord 2021-06-12 14:00:21 +01:00
Miodec f3d1887e83 renamed auth routes and controller to user 2021-06-12 13:48:28 +01:00
Miodec 8a44e170da added public stats dao 2021-06-12 13:39:30 +01:00
Miodec 35262ba080 moved bananas into userdao 2021-06-12 13:33:23 +01:00
Miodec 7d2b6e1cac removed unused function 2021-06-10 16:49:45 +01:00
Jack 15936a99e2 rewrote some of the functions inside the user file to the new standard 2021-06-09 00:08:22 +01:00
Jack bc68e1be59 removed already converted file 2021-06-08 23:56:11 +01:00
Jack 70e66f7ef2 updated bot dao, removed bot file that is not needed anymore 2021-06-08 23:54:30 +01:00
Jack ed01fcac53 added functions to check for pb and tag pb. rewrote pb check 2021-06-08 23:49:54 +01:00
Jack 30b1ac269b added userdao function to remove tag pb 2021-06-08 23:02:11 +01:00
Jack ef008758b0 added tag functions to users dao 2021-06-08 22:57:58 +01:00
Jack 871273c455 added some results dao 2021-06-08 18:37:42 +01:00
Jack f2f9201acb renamed presets to preset 2021-06-08 18:27:51 +01:00
Miodec 218ccb3d53 rewrote config to the new standard 2021-06-08 16:02:44 +01:00
Miodec c09f9723f8 removed empty file 2021-06-08 15:26:59 +01:00
Miodec 6088bb4450 throwing monkey error 2021-06-08 15:25:21 +01:00
Miodec 58139b5728 updated gitignore 2021-06-08 15:23:44 +01:00
Miodec 4b350ab0b6 Merge branch 'mongo' of https://github.com/Miodec/monkeytype into mongo 2021-06-08 14:09:38 +01:00
Miodec c64ef993ff rewrote presets to the new standard 2021-06-08 14:09:35 +01:00
Dharmaraj ff5cbc46d6 Added CoreController 2021-06-07 20:03:15 +05:30