Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 2 | -1/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -3/+56 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Search video channel handle/uri | Chocobozzz | 2018-08-27 | 1 | -1/+26 |
| | |||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 1 | -0/+40 |
| | |||||
* | Fix tests | Chocobozzz | 2018-08-27 | 1 | -2/+0 |
| | |||||
* | Add ability to search a video with an URL | Chocobozzz | 2018-08-27 | 1 | -3/+3 |
| | |||||
* | Add get subscription endpoint | Chocobozzz | 2018-08-27 | 1 | -4/+55 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 2 | -40/+26 |
| | |||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 2 | -0/+221 |
| | |||||
* | Increase video import timeout | Chocobozzz | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Add tests when getting a blacklisted video | Chocobozzz | 2018-08-14 | 1 | -11/+48 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 1 | -10/+82 |
| | |||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 1 | -18/+97 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -2/+14 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 1 | -1/+7 |
| | |||||
* | Increase test timeout for imports | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add torrent tests | Chocobozzz | 2018-08-08 | 2 | -2/+2 |
| | |||||
* | Add check param tests regarding video imports | Chocobozzz | 2018-08-08 | 2 | -5/+89 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 1 | -0/+3 |
| | |||||
* | Merge branch 'release/beta-10' into develop | Chocobozzz | 2018-08-06 | 1 | -0/+26 |
|\ | |||||
| * | Fix caption upload on Mac OS | Chocobozzz | 2018-08-06 | 1 | -0/+26 |
| | | |||||
* | | Add tests regarding video import | Chocobozzz | 2018-08-06 | 1 | -5/+34 |
| | | |||||
* | | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 3 | -0/+254 |
|/ | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 2 | -0/+123 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 1 | -1/+34 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 3 | -0/+227 |
| | |||||
* | Client: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -2/+3 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 2 | -1/+69 |
| | |||||
* | Increase test timeout for travis | Chocobozzz | 2018-06-27 | 1 | -1/+1 |
| | |||||
* | Fix images size limit | Chocobozzz | 2018-06-22 | 1 | -4/+4 |
| | |||||
* | Do not create a user with the same username than another actor name | Chocobozzz | 2018-06-21 | 1 | -0/+24 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 1 | -0/+29 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -14/+1 |
| | | | | publishing a video | ||||
* | Move fixtures in tests/ | Chocobozzz | 2018-06-07 | 2 | -19/+19 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 3 | -12/+8 |
| | |||||
* | Fix video channel update with an admin account | Chocobozzz | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Add check channel update test in video update | Chocobozzz | 2018-05-11 | 1 | -0/+6 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -0/+6 |
| | | | | The instance should be whitelisted first | ||||
* | Fix tests | Chocobozzz | 2018-05-09 | 2 | -6/+6 |
| | |||||
* | Account/channel descriptions are not required anymore | Chocobozzz | 2018-05-09 | 1 | -26/+0 |
| | |||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 1 | -7/+7 |
| | |||||
* | Implement video channel views | Chocobozzz | 2018-04-25 | 1 | -1/+1 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 1 | -35/+23 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 2 | -47/+99 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 1 | -30/+71 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 1 | -4/+4 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 2 | -4/+21 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 1 | -0/+20 |
| | |||||
* | Fix check comments params unit tests | Chocobozzz | 2018-03-26 | 1 | -2/+2 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 1 | -0/+1 |
| |