Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move utils to /shared | buoyantair | 2018-10-29 | 5 | -701/+0 |
| | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 1 | -1/+96 |
| | |||||
* | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -0/+103 |
| | |||||
* | Add users search filter | Chocobozzz | 2018-10-08 | 1 | -1/+2 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 1 | -0/+2 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -1/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo | ||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 1 | -3/+2 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 1 | -0/+13 |
| | |||||
* | Add get subscription endpoint | Chocobozzz | 2018-08-27 | 1 | -0/+12 |
| | |||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 1 | -0/+57 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -1/+4 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -0/+22 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 1 | -0/+11 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 1 | -1/+4 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -16/+2 |
| | |||||
* | Move fixtures in tests/ | Chocobozzz | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 1 | -2/+2 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+2 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -2/+3 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+2 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -2/+2 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -1/+25 |
| | |||||
* | Destroy user token when changing its role | Chocobozzz | 2018-01-23 | 1 | -2/+2 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 2 | -2/+25 |
| | |||||
* | Update follower/following counts | Chocobozzz | 2018-01-12 | 1 | -0/+12 |
| | |||||
* | Support video quota on client | Chocobozzz | 2018-01-08 | 1 | -0/+12 |
| | |||||
* | Send account activitypub update events | Chocobozzz | 2018-01-03 | 1 | -0/+29 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -2/+27 |
| | |||||
* | Improve check users parameters tests | Chocobozzz | 2017-12-28 | 1 | -31/+47 |
| | |||||
* | Improve check follow params tests | Chocobozzz | 2017-12-28 | 1 | -5/+5 |
| | |||||
* | Tests directories refractor | Chocobozzz | 2017-12-28 | 2 | -0/+220 |