Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 1 | -62/+8 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 2 | -136/+0 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -4/+35 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 4 | -6/+6 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -1/+1 |
| | |||||
* | Optimize views per day in video channels | Chocobozzz | 2020-06-12 | 1 | -7/+10 |
| | |||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 1 | -5/+38 |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -4/+41 |
| | |||||
* | Fix lint | Chocobozzz | 2020-05-06 | 1 | -5/+5 |
| | |||||
* | Add ability for video owners to delete comments | Chocobozzz | 2020-05-05 | 1 | -6/+11 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 1 | -0/+4 |
| | |||||
* | Make sure a report doesn't get deleted upon the deletion of its video | Rigel Kent | 2020-05-01 | 1 | -4/+2 |
| | |||||
* | Put channel stats behind withStats flag | Rigel Kent | 2020-03-31 | 1 | -2/+12 |
| | |||||
* | Implement pagination for overviews endpoint | Chocobozzz | 2020-03-11 | 1 | -2/+17 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Don't refresh videos when processing views | Chocobozzz | 2020-02-04 | 1 | -0/+3 |
| | | | | It allows us to use a cache | ||||
* | Add model cache for video | Chocobozzz | 2020-02-04 | 1 | -1/+4 |
| | | | | When fetching only immutable attributes | ||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 6 | -30/+30 |
| | |||||
* | Fix tests | Chocobozzz | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | Don't log error on actor delete signature error | Chocobozzz | 2020-01-29 | 1 | -2/+2 |
| | |||||
* | Downsample to the closest divisor standard framerate | Rigel Kent | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | Fix typo in error log | Chocobozzz | 2020-01-20 | 1 | -2/+2 |
| | |||||
* | Add video caption upload documentation and improve error message | Rigel Kent | 2020-01-09 | 1 | -4/+4 |
| | | | | fixes #2038 | ||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -0/+4 |
| | |||||
* | Add playlist search option and search input for add-to-video-playlist dropdown | Rigel Kent | 2019-12-26 | 1 | -0/+13 |
| | | | | fixes #2138 | ||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 1 | -6/+3 |
| | |||||
* | Fix channel creation limitation | Chocobozzz | 2019-12-05 | 1 | -1/+1 |
| | |||||
* | Move deleted comment on new follow tests | Chocobozzz | 2019-12-04 | 1 | -0/+7 |
| | |||||
* | Fix private video download | Chocobozzz | 2019-12-03 | 1 | -2/+4 |
| | |||||
* | Limit channel numbers | Chocobozzz | 2019-11-29 | 1 | -0/+9 |
| | | | | | We can't load too much channels in selects and it helps to prevent actor name squatting | ||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -1/+1 |
| | | | | In favour of HLS | ||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -2/+4 |
| | |||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Cleanup model types | Chocobozzz | 2019-08-20 | 2 | -6/+5 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 8 | -79/+88 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -5/+3 |
| | |||||
* | Fix scheduled privacy and verify email validations | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 11 | -36/+40 |
| | |||||
* | Refactor middleware helpers | Chocobozzz | 2019-07-24 | 11 | -24/+17 |
| | |||||
* | Add filter hooks tests | Chocobozzz | 2019-07-24 | 1 | -4/+6 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 1 | -2/+3 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 2 | -6/+69 |
| | |||||
* | Add ability to unpublish video/playlist | Chocobozzz | 2019-06-06 | 1 | -8/+7 |
| | |||||
* | Add ability to set to private a public/unlisted video | Chocobozzz | 2019-06-06 | 1 | -8/+0 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -3/+13 |
| | |||||
* | Fix playlist get for classic users | Chocobozzz | 2019-05-28 | 1 | -1/+2 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -0/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 5 | -6/+5 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 2 | -2/+3 |
| |