aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Support broadcast messagesChocobozzz2020-05-296-2/+59
* Fix comments deleted displayChocobozzz2020-05-293-14/+48
* Add ability to bulk delete commentsChocobozzz2020-05-2912-66/+487
* Fix broken migration introduced in 2.2.0-rc.1Chocobozzz2020-05-253-31/+39
* Fix external auth email/password updateChocobozzz2020-05-205-4/+27
* Fix migrationsChocobozzz2020-05-181-0/+30
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-146-33/+243
* Add missing channel playlists AP endpointChocobozzz2020-05-132-9/+31
* Fix testsChocobozzz2020-05-131-1/+1
* Add missing playlist and playlistElement types in AP contextChocobozzz2020-05-131-0/+3
* Fix auto follow index URLChocobozzz2020-05-123-15/+8
* Add other tests to external authChocobozzz2020-05-113-6/+96
* Update code contributorsChocobozzz2020-05-111-1/+1
* Add unique key on actor preferredUsernameChocobozzz2020-05-111-7/+7
* Allow to auto follow a specific URLChocobozzz2020-05-112-1/+5
* Add test for auto mute list routerChocobozzz2020-05-112-8/+79
* Cleanup oauth tokens cacheChocobozzz2020-05-111-0/+8
* Align follower handle display on instance display in tablesRigel Kent2020-05-081-1/+1
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-0819-207/+652
* Improve auto mute testsChocobozzz2020-05-071-4/+56
* Fix refresh tokenChocobozzz2020-05-071-3/+1
* Add auto mute plugin testsChocobozzz2020-05-072-0/+121
* Fix CLI buildChocobozzz2020-05-071-1/+1
* Add moderation helpers to pluginsChocobozzz2020-05-0725-141/+475
* Add last login date to usersChocobozzz2020-05-077-9/+98
* Use video abuse filters on client sideChocobozzz2020-05-078-136/+205
* Fix comments feed with musted accountsChocobozzz2020-05-062-2/+21
* parseQueryStringFilter cleanupChocobozzz2020-05-062-19/+13
* Fix lintChocobozzz2020-05-061-5/+5
* Add ability for video owners to delete commentsChocobozzz2020-05-052-10/+53
* Increase video comments limitChocobozzz2020-05-052-3/+3
* Fix playlist description lengthChocobozzz2020-05-052-1/+27
* Fix HLS audio only transcodingChocobozzz2020-05-053-1/+3
* Sort outbox by desc created at orderChocobozzz2020-05-051-1/+1
* Add auth plugin info in users listChocobozzz2020-05-052-2/+18
* Fix plugin-auth migrationRigel Kent2020-05-052-1/+1
* Fix compat with peertube 2.1Chocobozzz2020-05-051-6/+16
* Fix plugin storeDataChocobozzz2020-05-045-10/+85
* Fix plugin get settingsChocobozzz2020-05-041-2/+2
* Accept numbers in plugin namesChocobozzz2020-05-041-1/+1
* Handle external login errorsChocobozzz2020-05-044-24/+44
* Add ability to unregister plugin authsChocobozzz2020-05-046-8/+102
* Auth plugin compat with regular user accountsChocobozzz2020-05-041-4/+8
* Add plugin settings change watcherChocobozzz2020-05-047-22/+56
* Client calls revoke-token endpoint on logoutChocobozzz2020-05-042-2/+2
* Add config helper for pluginsChocobozzz2020-05-042-1/+17
* Add external login buttonsChocobozzz2020-05-042-3/+17
* Add external login testsChocobozzz2020-05-0415-23/+527
* Begin support for external authsChocobozzz2020-05-047-104/+269
* Check auth plugin resultChocobozzz2020-05-043-2/+110