Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -1/+2 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -3/+3 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -17/+17 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -33/+15 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 1 | -15/+13 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 1 | -16/+21 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -2/+3 |
| | |||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 1 | -0/+2 |
| | |||||
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 1 | -1/+2 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | Add more embed parameters | Chocobozzz | 2019-06-11 | 1 | -1/+2 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -3/+56 |
| | |||||
* | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 1 | -2/+3 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -3/+4 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -10/+3 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -4/+4 |
| | | | | Because they need dev dependencies | ||||
* | Fix socket.io websocket connection | Chocobozzz | 2019-01-09 | 1 | -1/+2 |
| | |||||
* | throw error if MailDev doesn't run | Josh Morel | 2018-12-17 | 1 | -2/+2 |
| | | | | also allow calling in multiple file | ||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -4/+4 |
| | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -0/+133 |
* add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host |