Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 4 | -8/+8 |
| | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text | ||||
* | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 1 | -2/+254 |
| | |||||
* | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 1 | -0/+20 |
| | |||||
* | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 2 | -0/+223 |
| | |||||
* | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 2 | -0/+128 |
| | | | | Including private/unlisted for moderators/admins | ||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 2 | -0/+80 |
| | |||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -0/+10 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 1 | -1/+33 |
| | |||||
* | Basic video redundancy implementation | Chocobozzz | 2018-09-13 | 3 | -12/+108 |
| | |||||
* | 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 |
| |