aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix compat with peertube 2.1Chocobozzz2020-05-051-6/+16
|
* Update plugin guide tocChocobozzz2020-05-041-0/+1
|
* Add auth plugins guideChocobozzz2020-05-041-18/+113
|
* 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-047-33/+61
|
* Add ability to unregister plugin authsChocobozzz2020-05-047-9/+102
|
* Auth plugin compat with regular user accountsChocobozzz2020-05-041-4/+8
|
* Add plugin settings change watcherChocobozzz2020-05-049-23/+59
|
* Client calls revoke-token endpoint on logoutChocobozzz2020-05-043-3/+14
|
* Add config helper for pluginsChocobozzz2020-05-042-1/+17
|
* Add external login buttonsChocobozzz2020-05-047-38/+122
|
* Add external login testsChocobozzz2020-05-0419-27/+582
|
* Begin support for external authsChocobozzz2020-05-0415-171/+393
|
* Check auth plugin resultChocobozzz2020-05-043-2/+110
|
* Add plugin ldap testsChocobozzz2020-05-044-1/+134
|
* Add getSettings documentationChocobozzz2020-05-041-0/+3
|
* Add plugin auth migrationsChocobozzz2020-05-047-50/+95
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-0416-133/+299
|
* Support logout and add id and pass testsChocobozzz2020-05-0425-101/+273
|
* Avoir some circular dependenciesChocobozzz2020-05-0469-263/+278
|
* Begin auth plugin supportChocobozzz2020-05-0423-74/+604
|
* Fix video-abuse-list init abuse duplicationRigel Kent2020-05-041-2/+3
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-0422-64/+175
| | | | search query param dynamically
* Move abuse-list details into its own componentRigel Kent2020-05-044-74/+96
|
* Only show updatedAt date of abuse if different from createdAtRigel Kent2020-05-043-2/+2
|
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-047-1/+11
|
* Support is:blacklisted as video-abuse-list filterRigel Kent2020-05-042-6/+11
|
* Reduce createdAt column size by using short date formatRigel Kent2020-05-046-13/+13
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-0411-31/+175
|
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-015-20/+23
| | | | queries for tables above lg breakpoint
* Clearer font definitons via a font-face mixinRigel Kent2020-05-011-42/+19
|
* Fix dropdown-user placement and menu-left scroll on touchscreens (#2706)Kim2020-05-013-2/+20
|
* Add links from user-editRigel Kent2020-05-015-15/+60
|
* Add tests for video-abuse persistence after video deletionRigel Kent2020-05-012-2/+31
|
* Add reportee stats for deleted videosRigel Kent2020-05-012-9/+36
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-0123-73/+50
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-0118-31/+56
| | | | add for non-https
* Support search param in URL for video abusesRigel Kent2020-05-013-10/+27
|
* Fixing circular dependency and table variable accessRigel Kent2020-05-012-3/+3
|
* Empty states for tablesRigel Kent2020-05-0114-8/+125
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-0119-61/+202
|
* Factorize video display in table for moderation components, apply it to ↵Rigel Kent2020-05-016-85/+102
| | | | blacklisted videos as well
* Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-017-39/+206
|
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-016-56/+171
|
* Add tooltip on caption upload to specify which formats are supportedRigel Kent2020-05-012-0/+6
|
* Rename duplicate to more universal mirror, add to miniature for quick access ↵Rigel Kent2020-05-012-2/+2
| | | | by admins
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-0112-35/+193
|
* Increase rows per page, add reporter muting for abuse listRigel Kent2020-05-019-14/+78
|