Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Refractor user quota SQL queries | Chocobozzz | 2018-08-28 | 2 | -6/+1 |
| | |||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -0/+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 | 6 | -36/+15 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 5 | -7/+6 |
| | |||||
* | Fetch outbox when searching an actor | Chocobozzz | 2018-08-27 | 1 | -0/+8 |
| | |||||
* | Search video channel handle/uri | Chocobozzz | 2018-08-27 | 1 | -1/+8 |
| | |||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 1 | -1/+6 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 3 | -8/+18 |
| | |||||
* | Use height instead of width to represent the video resolution | Chocobozzz | 2018-08-27 | 1 | -3/+6 |
| | |||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 4 | -17/+42 |
| | |||||
* | Ensure youtubedl binary exists in ydl helper | Chocobozzz | 2018-08-16 | 1 | -3/+19 |
| | |||||
* | Don't set a bitrate on unknown audio input | Chocobozzz | 2018-08-14 | 1 | -12/+14 |
| | |||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 6 | -147/+149 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 1 | -0/+32 |
| | |||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 3 | -6/+46 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -0/+5 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 1 | -6/+7 |
| | |||||
* | Correct webtorrent download cleanup | Chocobozzz | 2018-08-08 | 1 | -2/+19 |
| | |||||
* | Add torrent tests | Chocobozzz | 2018-08-08 | 3 | -9/+8 |
| | |||||
* | Import torrents with webtorrent | Chocobozzz | 2018-08-08 | 4 | -13/+37 |
| | |||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 4 | -14/+61 |
| | |||||
* | Merge branch 'release/beta-10' into develop | Chocobozzz | 2018-08-06 | 2 | -2/+5 |
|\ | |||||
| * | Fix caption upload on Mac OS | Chocobozzz | 2018-08-06 | 2 | -3/+6 |
| | | |||||
* | | Fix fps federation | Chocobozzz | 2018-08-06 | 2 | -1/+3 |
| | | |||||
* | | Add tests regarding video import | Chocobozzz | 2018-08-06 | 1 | -1/+1 |
| | | |||||
* | | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 1 | -4/+2 |
| | | |||||
* | | Add audit logs for video import | Chocobozzz | 2018-08-06 | 1 | -1/+13 |
| | | |||||
* | | Remove ability to delete video imports | Chocobozzz | 2018-08-06 | 1 | -1/+1 |
| | | | | | | | | Users should remove the linked video instead | ||||
* | | Add ability to list video imports | Chocobozzz | 2018-08-06 | 1 | -1/+1 |
| | | |||||
* | | Add ability to remove a video import | Chocobozzz | 2018-08-06 | 1 | -1/+20 |
| | | |||||
* | | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 4 | -2/+174 |
| | | |||||
* | | adding tests for audio conversions | Rigel Kent | 2018-08-01 | 1 | -21/+33 |
| | | |||||
* | | ffmpeg auto thread | Jorropo | 2018-08-01 | 1 | -1/+3 |
| | | | | | | | | Set thread count to 0 and ffmpeg will chose automaticaly | ||||
* | | fixing tests to deal with new transcoding parameters | Rigel Kent | 2018-08-01 | 1 | -2/+1 |
| | | |||||
* | | Nice ffmpeg to 15 and 2 | Jorropo | 2018-08-01 | 1 | -3/+3 |
| | | | | | | | | | | | | Niceness 15 for video conversionNiceness 2 for image generation (niceness 2 doesn't make it slower, just don't block servers and other app) | ||||
* | | fixing audio getter when video has no audio | Rigel Kent | 2018-08-01 | 1 | -18/+29 |
| | | |||||
* | | Fixing #626 with ffmpeg's low default audio bitrate | Rigel Kent | 2018-08-01 | 1 | -5/+116 |
| | | |||||
* | | Add audit logs in various modules | Aurélien Bertron | 2018-07-31 | 1 | -3/+135 |
| | | | | | | | | | | | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config | ||||
* | | Add audit logs module | Aurélien Bertron | 2018-07-31 | 2 | -1/+124 |
| | | |||||
* | | Cleanup req files on bad request | Chocobozzz | 2018-07-31 | 3 | -3/+29 |
|/ | |||||
* | Fiw winston meta log | Chocobozzz | 2018-07-30 | 1 | -24/+16 |
| | |||||
* | Fix last commit | Chocobozzz | 2018-07-26 | 2 | -5/+6 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 7 | -12/+15 |
| | |||||
* | Fix nodeinfo endpoint | Chocobozzz | 2018-07-24 | 1 | -3/+2 |
| | |||||
* | adding initial support for nodeinfo | Rigel Kent | 2018-07-24 | 1 | -0/+30 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 2 | -3/+10 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 3 | -4/+36 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 2 | -7/+51 |
| |