Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix thumbnail/preview in upload script | Chocobozzz | 2018-09-03 | 1 | -2/+2 |
| | |||||
* | Fix videos overview tags section | Chocobozzz | 2018-08-31 | 1 | -5/+8 |
| | |||||
* | Trending by interval | Chocobozzz | 2018-08-31 | 5 | -33/+106 |
| | |||||
* | Add channel avatar to overviews | Chocobozzz | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | Cleanup video API SQL requests | Chocobozzz | 2018-08-31 | 1 | -32/+50 |
| | |||||
* | Use custom rate limiter when asking verif email | Chocobozzz | 2018-08-31 | 2 | -1/+11 |
| | |||||
* | Add sql trace in error log on sequelize error | Chocobozzz | 2018-08-31 | 2 | -2/+10 |
| | |||||
* | Try to improve sql videos list query | Chocobozzz | 2018-08-31 | 1 | -90/+144 |
| | | | | Split the complex query in 2 different queries | ||||
* | Videos overview page: first version | Chocobozzz | 2018-08-31 | 8 | -2/+272 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 22 | -15/+419 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 14 | -23/+270 |
| | |||||
* | Refractor user quota SQL queries | Chocobozzz | 2018-08-28 | 4 | -45/+37 |
| | |||||
* | Add features table on signup | Chocobozzz | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | Optimize channel search query | Chocobozzz | 2018-08-28 | 1 | -11/+10 |
| | |||||
* | Fix tests | Chocobozzz | 2018-08-28 | 3 | -2/+2 |
| | |||||
* | Fix oauth server module | Chocobozzz | 2018-08-28 | 3 | -7/+6 |
| | |||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 15 | -24/+177 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Improve error message on actor name conflict | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 26 | -112/+75 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 13 | -15/+14 |
| | |||||
* | Fetch outbox when searching an actor | Chocobozzz | 2018-08-27 | 7 | -55/+118 |
| | |||||
* | Search video channel handle/uri | Chocobozzz | 2018-08-27 | 12 | -38/+289 |
| | |||||
* | Infinite scroll to list our subscriptions | Chocobozzz | 2018-08-27 | 2 | -44/+8 |
| | |||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 18 | -86/+490 |
| | |||||
* | Fix tests | Chocobozzz | 2018-08-27 | 7 | -14/+15 |
| | |||||
* | Refractor comment creation from federation | Chocobozzz | 2018-08-27 | 3 | -45/+19 |
| | |||||
* | Add refresh video on search | Chocobozzz | 2018-08-27 | 25 | -264/+490 |
| | |||||
* | Add ability to search a video with an URL | Chocobozzz | 2018-08-27 | 16 | -127/+236 |
| | |||||
* | Add local user subscriptions | Chocobozzz | 2018-08-27 | 2 | -7/+17 |
| | |||||
* | Add get subscription endpoint | Chocobozzz | 2018-08-27 | 7 | -34/+137 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 27 | -163/+220 |
| | |||||
* | Use height instead of width to represent the video resolution | Chocobozzz | 2018-08-27 | 3 | -9/+12 |
| | |||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 36 | -93/+1038 |
| | |||||
* | Split users controller | Chocobozzz | 2018-08-27 | 2 | -208/+231 |
| | |||||
* | Ensure youtubedl binary exists in ydl helper | Chocobozzz | 2018-08-16 | 3 | -35/+60 |
| | |||||
* | Add quota used in users list | Chocobozzz | 2018-08-14 | 2 | -4/+34 |
| | |||||
* | Don't set a bitrate on unknown audio input | Chocobozzz | 2018-08-14 | 2 | -16/+18 |
| | |||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 20 | -166/+173 |
| | |||||
* | Flat shared module directory | Chocobozzz | 2018-08-14 | 5 | -6/+5 |
| | |||||
* | Increase video import timeout | Chocobozzz | 2018-08-14 | 2 | -2/+1 |
| | |||||
* | Filter tracker based on infohash | Chocobozzz | 2018-08-14 | 4 | -1/+94 |
| | |||||
* | Add tests when getting a blacklisted video | Chocobozzz | 2018-08-14 | 2 | -11/+50 |
| | |||||
* | Improve blacklist management | Chocobozzz | 2018-08-14 | 6 | -23/+60 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 13 | -104/+452 |
| | |||||
* | Try to fix travis tests | Chocobozzz | 2018-08-10 | 3 | -24/+17 |
| | |||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 15 | -64/+463 |
| | |||||
* | Add ability to ban/unban users | Chocobozzz | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 10 | -13/+109 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 12 | -21/+196 |
| |