aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
...
* Fix plugin storeDataChocobozzz2020-05-041-10/+9
* Fix plugin get settingsChocobozzz2020-05-041-2/+2
* Handle external login errorsChocobozzz2020-05-041-15/+29
* Add plugin auth migrationsChocobozzz2020-05-041-0/+25
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-22/+33
* Support logout and add id and pass testsChocobozzz2020-05-042-2/+5
* Avoir some circular dependenciesChocobozzz2020-05-046-6/+17
* Begin auth plugin supportChocobozzz2020-05-041-1/+6
* Fix rowsPerPage change, add filter clear button, update video-abuse-list sear...Rigel Kent2020-05-041-11/+16
* Support is:blacklisted as video-abuse-list filterRigel Kent2020-05-041-5/+10
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-042-4/+113
* Add tests for video-abuse persistence after video deletionRigel Kent2020-05-011-1/+2
* Add reportee stats for deleted videosRigel Kent2020-05-011-8/+35
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-016-40/+25
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-015-25/+70
* Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-011-14/+82
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-011-26/+95
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-012-13/+43
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-012-13/+57
* Add API doc for playlistsChocobozzz2020-04-211-1/+3
* Do not display deleted comments in RSS feedChocobozzz2020-04-211-1/+3
* Don't leak unlisted videos in comments feedChocobozzz2020-04-211-1/+5
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-201-0/+6
* Fix videos languages filter SQL queryChocobozzz2020-04-201-7/+8
* Fix languageOneOf filter with only _unknownChocobozzz2020-04-161-13/+18
* Fix user video quota with webtorrent disabledChocobozzz2020-04-161-32/+60
* Fix import captions testChocobozzz2020-04-151-0/+1
* Add ability to accept or not remote redundanciesChocobozzz2020-04-071-0/+13
* Fix typo in db field checkChocobozzz2020-04-031-1/+1
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-32/+33
* Tests for viewsPerDayRigel Kent2020-03-311-1/+1
* 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
* 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
* 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
* Add model cache for videoChocobozzz2020-02-042-3/+66
* Use a singleton for model cacheChocobozzz2020-02-043-77/+122
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-041-8/+9
|\