Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add torrent tests | Chocobozzz | 2018-08-08 | 1 | -2/+4 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 3 | -5/+15 |
| | |||||
* | Import torrents with webtorrent | Chocobozzz | 2018-08-08 | 1 | -12/+45 |
| | |||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 1 | -37/+105 |
| | |||||
* | Fix fps federation | Chocobozzz | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Add tests regarding video import | Chocobozzz | 2018-08-06 | 1 | -4/+5 |
| | |||||
* | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 3 | -3/+16 |
| | |||||
* | Add audit logs for video import | Chocobozzz | 2018-08-06 | 1 | -7/+4 |
| | |||||
* | Remove ability to delete video imports | Chocobozzz | 2018-08-06 | 1 | -20/+1 |
| | | | | Users should remove the linked video instead | ||||
* | Add ability to list video imports | Chocobozzz | 2018-08-06 | 1 | -1/+29 |
| | |||||
* | Add ability to remove a video import | Chocobozzz | 2018-08-06 | 1 | -2/+10 |
| | |||||
* | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 2 | -1/+153 |
| | |||||
* | Add audit logs in various modules | Aurélien Bertron | 2018-07-31 | 6 | -17/+109 |
| | | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config | ||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 4 | -17/+35 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 3 | -23/+45 |
| | |||||
* | Speed up populate database script | Chocobozzz | 2018-07-24 | 1 | -2/+0 |
| | |||||
* | Render CSS/title/description tags on server side | Chocobozzz | 2018-07-18 | 1 | -0/+3 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 1 | -8/+2 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 3 | -1/+115 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 1 | -10/+15 |
| | |||||
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 1 | -2/+5 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 2 | -29/+35 |
| | |||||
* | move CORS allowance to the REST API router | William Lahti | 2018-06-29 | 1 | -0/+7 |
| | |||||
* | Filter by category (#720) | PhieF | 2018-06-27 | 1 | -0/+1 |
| | | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues | ||||
* | Fix removing scheduled update | Chocobozzz | 2018-06-18 | 1 | -1/+3 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 2 | -1/+25 |
| | |||||
* | Refractor retry transaction function | Chocobozzz | 2018-06-13 | 6 | -196/+84 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 2 | -30/+24 |
| | | | | publishing a video | ||||
* | Add ability to manually run transcoding job | Chocobozzz | 2018-05-30 | 1 | -1/+2 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 1 | -6/+6 |
| | |||||
* | feature: IP filtering on signup page | Rigel Kent | 2018-05-22 | 2 | -2/+6 |
| | | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config | ||||
* | Fix video channel update with an admin account | Chocobozzz | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Fix typings | Chocobozzz | 2018-05-16 | 1 | -2/+4 |
| | |||||
* | Fix updating video tags to empty field | Chocobozzz | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 1 | -6/+19 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 1 | -0/+6 |
| | | | | The instance should be whitelisted first | ||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+1 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 2 | -168/+173 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 2 | -3/+6 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 5 | -200/+239 |
| | |||||
* | Add account view | Chocobozzz | 2018-04-24 | 4 | -21/+40 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 3 | -10/+46 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 1 | -63/+15 |
| | | | | It helps to track follow errors | ||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 1 | -0/+2 |
| | |||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 1 | -1/+8 |
| | | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view | ||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 2 | -3/+13 |
| | |||||
* | Fix views system behind a proxy | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| |