aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
* Put channel stats behind withStats flagRigel Kent2020-03-311-1/+0
|
* View stats for channelsRigel Kent2020-03-311-42/+105
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-21/+128
|
* Fix internal videos in playlistsChocobozzz2020-03-201-1/+4
|
* Optimize sql requests on broadcastChocobozzz2020-03-191-53/+36
|
* Fix total videos statsChocobozzz2020-03-131-1/+13
|
* Fix sitemap endpointChocobozzz2020-03-111-6/+14
|
* Video file metadata PR cleanupChocobozzz2020-03-103-42/+44
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-105-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 SQLChocobozzz2020-03-103-85/+292
|
* Rewrite video list in raw SQLChocobozzz2020-03-103-434/+428
|
* Fix CPU usage on PostgreSQLChocobozzz2020-02-251-30/+19
|
* Update default user theme to instance-defaultJorge Silva2020-02-121-2/+2
| | | | (cherry picked from commit 72fa5cb1272b0b897f5a975615619e354055e5bd)
* Be more robust with missing thumbnails/previewsChocobozzz2020-02-061-0/+4
|
* Optimize view endpointChocobozzz2020-02-041-0/+30
|
* Don't refresh videos when processing viewsChocobozzz2020-02-042-10/+32
| | | | It allows us to use a cache
* Add model cache for videoChocobozzz2020-02-042-3/+66
| | | | When fetching only immutable attributes
* Use a singleton for model cacheChocobozzz2020-02-043-77/+122
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-041-8/+9
|\
| * Fix embed on mastodonChocobozzz2020-02-041-8/+9
| |
* | Move to eslintcontainChocobozzz2020-02-0319-258/+260
| |
* | Add url field in caption and use it for thumbnailsChocobozzz2020-01-304-17/+39
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-01-292-3/+3
|\|
| * Fix AP icon URL for imported videosChocobozzz2020-01-292-3/+3
| |
* | Cleanup server fixmeChocobozzz2020-01-288-107/+116
| |
* | Add ability to list redundanciesChocobozzz2020-01-281-9/+177
|/
* Remove HLS torrentsChocobozzz2020-01-243-8/+36
|
* Fix federation when updating a videoChocobozzz2020-01-101-1/+3
|
* Use lower instead of ilike to login usersChocobozzz2020-01-091-2/+6
|
* Optimize list my playlists SQL queryChocobozzz2020-01-091-18/+22
|
* Optimize notification endpointChocobozzz2020-01-091-11/+11
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-086-18/+30
|
* Add ability to skip count queryChocobozzz2020-01-081-3/+4
|
* Optimize videos list SQL queries workflowChocobozzz2020-01-081-9/+12
|
* Optimize videos list SQL queryChocobozzz2020-01-081-1/+8
|
* Update validator dependencyChocobozzz2020-01-073-3/+3
|
* Improve SQL query for my special playlistsChocobozzz2020-01-031-34/+38
|
* Add infohash cacheChocobozzz2020-01-032-2/+23
|
* Fix totalRepliesFromVideoAuthor SQL requestChocobozzz2020-01-031-1/+3
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-021-5/+26
|
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+12
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-3/+21
|
* Add comment filtering by reply countRigel Kent2019-12-272-2/+16
|
* Cache some SQL queriesChocobozzz2019-12-272-3/+32
|
* Fix playlist searchChocobozzz2019-12-271-15/+6
|
* Case insensitive tags searchChocobozzz2019-12-271-1/+1
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-5/+26
| | | | fixes #2138
* Fix search SQL query where duplicationChocobozzz2019-12-231-1/+1
|
* Add index for recently added SQL queryChocobozzz2019-12-231-1/+6
|
* Optimize local sql queryChocobozzz2019-12-231-32/+9
|