aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* Add missing channel playlists AP endpointChocobozzz2020-05-131-5/+15
* Add unique key on actor preferredUsernameChocobozzz2020-05-111-7/+7
* Fix refresh tokenChocobozzz2020-05-071-3/+1
* Add moderation helpers to pluginsChocobozzz2020-05-071-0/+7
* Add last login date to usersChocobozzz2020-05-071-2/+27
* Use video abuse filters on client sideChocobozzz2020-05-072-114/+73
* Fix comments feed with musted accountsChocobozzz2020-05-061-2/+9
* parseQueryStringFilter cleanupChocobozzz2020-05-062-19/+13
* Fix HLS audio only transcodingChocobozzz2020-05-051-1/+1
* Sort outbox by desc created at orderChocobozzz2020-05-051-1/+1
* Add auth plugin info in users listChocobozzz2020-05-051-1/+3
* Fix compat with peertube 2.1Chocobozzz2020-05-051-6/+16
* 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