Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trending by interval | Chocobozzz | 2018-08-31 | 1 | -8/+12 |
| | |||||
* | Videos overview page: first version | Chocobozzz | 2018-08-31 | 2 | -0/+97 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 7 | -4/+204 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix job tests | Chocobozzz | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | Bufferize videos views in redis | Chocobozzz | 2018-08-30 | 4 | -4/+47 |
| | |||||
* | Fix tests | Chocobozzz | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 3 | -4/+60 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fetch outbox when searching an actor | Chocobozzz | 2018-08-27 | 1 | -5/+47 |
| | |||||
* | Search video channel handle/uri | Chocobozzz | 2018-08-27 | 4 | -1/+204 |
| | |||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 2 | -1/+58 |
| | |||||
* | Fix tests | Chocobozzz | 2018-08-27 | 3 | -7/+8 |
| | |||||
* | Refractor comment creation from federation | Chocobozzz | 2018-08-27 | 1 | -2/+2 |
| | |||||
* | Add refresh video on search | Chocobozzz | 2018-08-27 | 11 | -32/+197 |
| | |||||
* | Add ability to search a video with an URL | Chocobozzz | 2018-08-27 | 6 | -18/+46 |
| | |||||
* | Add get subscription endpoint | Chocobozzz | 2018-08-27 | 2 | -5/+81 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 9 | -94/+99 |
| | |||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 4 | -0/+534 |
| | |||||
* | Add quota used in users list | Chocobozzz | 2018-08-14 | 1 | -1/+7 |
| | |||||
* | Don't set a bitrate on unknown audio input | Chocobozzz | 2018-08-14 | 1 | -4/+4 |
| | |||||
* | Flat shared module directory | Chocobozzz | 2018-08-14 | 2 | -2/+2 |
| | |||||
* | Increase video import timeout | Chocobozzz | 2018-08-14 | 2 | -2/+1 |
| | |||||
* | Filter tracker based on infohash | Chocobozzz | 2018-08-14 | 2 | -0/+72 |
| | |||||
* | Add tests when getting a blacklisted video | Chocobozzz | 2018-08-14 | 1 | -11/+48 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 3 | -32/+189 |
| | |||||
* | Try to fix travis tests | Chocobozzz | 2018-08-10 | 2 | -5/+5 |
| | |||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 2 | -24/+141 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -1/+47 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 2 | -7/+40 |
| | |||||
* | Add ability to delete our account | Chocobozzz | 2018-08-08 | 2 | -2/+23 |
| | |||||
* | Increase test timeout for imports | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add torrent tests | Chocobozzz | 2018-08-08 | 3 | -41/+122 |
| | |||||
* | Add check param tests regarding video imports | Chocobozzz | 2018-08-08 | 2 | -5/+89 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 2 | -0/+8 |
| | |||||
* | Merge branch 'release/beta-10' into develop | Chocobozzz | 2018-08-06 | 2 | -1/+28 |
|\ | |||||
| * | Fix caption upload on Mac OS | Chocobozzz | 2018-08-06 | 2 | -1/+28 |
| | | |||||
* | | Fix fps federation | Chocobozzz | 2018-08-06 | 1 | -79/+89 |
| | | |||||
* | | Add tests regarding video import | Chocobozzz | 2018-08-06 | 3 | -5/+197 |
| | | |||||
* | | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 4 | -0/+263 |
| | | |||||
* | | adding tests for audio conversions | Rigel Kent | 2018-08-01 | 1 | -4/+90 |
| | | |||||
* | | fixing tests to deal with new transcoding parameters | Rigel Kent | 2018-08-01 | 1 | -8/+8 |
| | | |||||
* | | Fixing #626 with ffmpeg's low default audio bitrate | Rigel Kent | 2018-08-01 | 1 | -8/+8 |
| | | |||||
* | | Cleanup req files on bad request | Chocobozzz | 2018-07-31 | 2 | -2/+2 |
|/ | |||||
* | Fix handle down test | Chocobozzz | 2018-07-31 | 1 | -35/+58 |
| | |||||
* | Add ability to only filter in the search endpoint | Chocobozzz | 2018-07-24 | 1 | -0/+55 |
| | |||||
* | Fix travis tests | Chocobozzz | 2018-07-24 | 1 | -29/+8 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 2 | -4/+15 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 6 | -147/+459 |
| | |||||
* | Render CSS/title/description tags on server side | Chocobozzz | 2018-07-18 | 1 | -1/+25 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 2 | -2/+86 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 7 | -97/+456 |
| |