aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-228-6/+77
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Split types and typingsChocobozzz2020-06-182-2/+2
|
* Update server dependenciesChocobozzz2020-06-171-3/+3
|
* More robust max bitrate calculationChocobozzz2020-06-172-32/+38
|
* Split notification testsChocobozzz2020-06-162-19/+137
|
* Add videos count in channels listChocobozzz2020-06-161-0/+2
|
* preserve original variable names server-sideRigel Kent2020-06-107-14/+14
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-107-14/+14
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Add search index testsChocobozzz2020-06-101-1/+14
|
* Add search target check paramsChocobozzz2020-06-101-3/+1
|
* First implem global searchChocobozzz2020-06-108-2/+58
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-4/+4
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* Add kab and vi localesChocobozzz2020-06-041-5/+8
|
* Add ar-001 localeChocobozzz2020-06-041-0/+2
|
* Revert "Remove oc locale support"Chocobozzz2020-05-291-0/+1
| | | | This reverts commit 8323c435c19ac6ed1656ee8436b175bce7bd2c82.
* Block comments from muted accounts/serversChocobozzz2020-05-292-1/+15
| | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there)
* Support broadcast messagesChocobozzz2020-05-295-1/+25
|
* Add bulk comment actions on account dropdownChocobozzz2020-05-292-0/+2
|
* Add ability to bulk delete commentsChocobozzz2020-05-293-0/+29
|
* Fix external auth email/password updateChocobozzz2020-05-201-2/+2
| | | | Also check if an actor does not already exist when creating the user
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-144-6/+14
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix testsChocobozzz2020-05-131-1/+1
|
* Fix auto follow index URLChocobozzz2020-05-121-1/+1
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-082-33/+37
|
* Improve auto mute testsChocobozzz2020-05-071-0/+1
|
* Add auto mute plugin testsChocobozzz2020-05-072-0/+29
|
* Add last login date to usersChocobozzz2020-05-072-0/+6
|
* Use video abuse filters on client sideChocobozzz2020-05-072-9/+47
|
* Add ability to override login signup messageChocobozzz2020-05-062-1/+4
|
* Add auth plugin info in users listChocobozzz2020-05-051-0/+2
|
* Add plugin settings change watcherChocobozzz2020-05-042-1/+3
|
* Add external login buttonsChocobozzz2020-05-041-0/+4
|
* Add external login testsChocobozzz2020-05-044-4/+55
|
* Begin support for external authsChocobozzz2020-05-043-16/+42
|
* Add plugin auth migrationsChocobozzz2020-05-041-1/+3
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-044-2/+28
|
* Support logout and add id and pass testsChocobozzz2020-05-041-2/+5
|
* Avoir some circular dependenciesChocobozzz2020-05-043-0/+109
|
* Begin auth plugin supportChocobozzz2020-05-042-0/+44
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-1/+1
| | | | search query param dynamically
* Only show updatedAt date of abuse if different from createdAtRigel Kent2020-05-041-1/+1
|
* Factorize video display in table for moderation components, apply it to ↵Rigel Kent2020-05-011-2/+3
| | | | blacklisted videos as well
* Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-011-2/+9
|
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-0/+4
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-0/+2
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-202-0/+17
|
* Add markdown support to plugins (#2654)Kim2020-04-201-1/+1
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Merge branch 'pr/2629' into developChocobozzz2020-04-151-0/+1
|\
| * Add unit tests for captions via URL importkimsible2020-04-141-0/+1
| |
* | Better plugin notifier typingsChocobozzz2020-04-151-1/+0
|/