Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix total videos stats | Chocobozzz | 2020-03-13 | 1 | -1/+13 |
| | |||||
* | Fix sitemap endpoint | Chocobozzz | 2020-03-11 | 1 | -6/+14 |
| | |||||
* | Video file metadata PR cleanup | Chocobozzz | 2020-03-10 | 3 | -42/+44 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 5 | -17/+129 |
| | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Wrap videos list query in raw SQL | Chocobozzz | 2020-03-10 | 3 | -85/+292 |
| | |||||
* | Rewrite video list in raw SQL | Chocobozzz | 2020-03-10 | 3 | -434/+428 |
| | |||||
* | Fix CPU usage on PostgreSQL | Chocobozzz | 2020-02-25 | 1 | -30/+19 |
| | |||||
* | Update default user theme to instance-default | Jorge Silva | 2020-02-12 | 1 | -2/+2 |
| | | | | (cherry picked from commit 72fa5cb1272b0b897f5a975615619e354055e5bd) | ||||
* | Be more robust with missing thumbnails/previews | Chocobozzz | 2020-02-06 | 1 | -0/+4 |
| | |||||
* | Optimize view endpoint | Chocobozzz | 2020-02-04 | 1 | -0/+30 |
| | |||||
* | Don't refresh videos when processing views | Chocobozzz | 2020-02-04 | 2 | -10/+32 |
| | | | | It allows us to use a cache | ||||
* | Add model cache for video | Chocobozzz | 2020-02-04 | 2 | -3/+66 |
| | | | | When fetching only immutable attributes | ||||
* | Use a singleton for model cache | Chocobozzz | 2020-02-04 | 3 | -77/+122 |
| | |||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-04 | 1 | -8/+9 |
|\ | |||||
| * | Fix embed on mastodon | Chocobozzz | 2020-02-04 | 1 | -8/+9 |
| | | |||||
* | | Move to eslintcontain | Chocobozzz | 2020-02-03 | 19 | -258/+260 |
| | | |||||
* | | Add url field in caption and use it for thumbnails | Chocobozzz | 2020-01-30 | 4 | -17/+39 |
| | | |||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-01-29 | 2 | -3/+3 |
|\| | |||||
| * | Fix AP icon URL for imported videos | Chocobozzz | 2020-01-29 | 2 | -3/+3 |
| | | |||||
* | | Cleanup server fixme | Chocobozzz | 2020-01-28 | 8 | -107/+116 |
| | | |||||
* | | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -9/+177 |
|/ | |||||
* | Remove HLS torrents | Chocobozzz | 2020-01-24 | 3 | -8/+36 |
| | |||||
* | Fix federation when updating a video | Chocobozzz | 2020-01-10 | 1 | -1/+3 |
| | |||||
* | Use lower instead of ilike to login users | Chocobozzz | 2020-01-09 | 1 | -2/+6 |
| | |||||
* | Optimize list my playlists SQL query | Chocobozzz | 2020-01-09 | 1 | -18/+22 |
| | |||||
* | Optimize notification endpoint | Chocobozzz | 2020-01-09 | 1 | -11/+11 |
| | |||||
* | Try to fix subscriptions inconsistencies | Chocobozzz | 2020-01-08 | 6 | -18/+30 |
| | |||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -3/+4 |
| | |||||
* | Optimize videos list SQL queries workflow | Chocobozzz | 2020-01-08 | 1 | -9/+12 |
| | |||||
* | Optimize videos list SQL query | Chocobozzz | 2020-01-08 | 1 | -1/+8 |
| | |||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 3 | -3/+3 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -34/+38 |
| | |||||
* | Add infohash cache | Chocobozzz | 2020-01-03 | 2 | -2/+23 |
| | |||||
* | Fix totalRepliesFromVideoAuthor SQL request | Chocobozzz | 2020-01-03 | 1 | -1/+3 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -5/+26 |
| | |||||
* | Add author indicator to the comment replies loader | Rigel Kent | 2019-12-28 | 1 | -0/+12 |
| | |||||
* | Add search bars for a user's videos and playlist library | Rigel Kent | 2019-12-28 | 1 | -3/+21 |
| | |||||
* | Add comment filtering by reply count | Rigel Kent | 2019-12-27 | 2 | -2/+16 |
| | |||||
* | Cache some SQL queries | Chocobozzz | 2019-12-27 | 2 | -3/+32 |
| | |||||
* | Fix playlist search | Chocobozzz | 2019-12-27 | 1 | -15/+6 |
| | |||||
* | Case insensitive tags search | Chocobozzz | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | Add playlist search option and search input for add-to-video-playlist dropdown | Rigel Kent | 2019-12-26 | 1 | -5/+26 |
| | | | | fixes #2138 | ||||
* | Fix search SQL query where duplication | Chocobozzz | 2019-12-23 | 1 | -1/+1 |
| | |||||
* | Add index for recently added SQL query | Chocobozzz | 2019-12-23 | 1 | -1/+6 |
| | |||||
* | Optimize local sql query | Chocobozzz | 2019-12-23 | 1 | -32/+9 |
| | |||||
* | Litte SQL optimzation in videos list | Chocobozzz | 2019-12-23 | 1 | -24/+24 |
| | |||||
* | Don't notify on muted instance | Chocobozzz | 2019-12-19 | 2 | -5/+26 |
| | |||||
* | Fix lint & tests | Chocobozzz | 2019-12-18 | 1 | -5/+7 |
| | |||||
* | Fix video import with long thumbnail url | Chocobozzz | 2019-12-17 | 1 | -3/+15 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+8 |
| |