aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* Block infohash spammers from trackerChocobozzz2020-06-251-15/+34
|
* Add auto block videos plugin testsChocobozzz2020-06-252-0/+191
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-222-10/+63
| | | | | - 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
* Use TS_NODE_FILES instead of --filesChocobozzz2020-06-181-2/+2
| | | | Because --files does not work
* Fix testsChocobozzz2020-06-181-1/+1
|
* Update server dependenciesChocobozzz2020-06-178-48/+15
|
* Split notification testsChocobozzz2020-06-166-953/+996
|
* Add videos count in channels listChocobozzz2020-06-161-5/+24
|
* Use default nsfw instance policy for search indexChocobozzz2020-06-121-0/+31
|
* Optimize views per day in video channelsChocobozzz2020-06-121-0/+1
|
* Fix lintChocobozzz2020-06-121-1/+1
|
* preserve original variable names server-sideRigel Kent2020-06-104-15/+15
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-104-15/+15
| | | | | | | | | | | - 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
* Fix testsChocobozzz2020-06-102-3/+7
|
* Add search index testsChocobozzz2020-06-103-0/+333
|
* Add search target check paramsChocobozzz2020-06-101-2/+77
|
* First implem global searchChocobozzz2020-06-102-0/+24
|
* change fixtures to reflect output size of jimpRigel Kent2020-06-107-0/+0
|
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-031-5/+46
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Block comments from muted accounts/serversChocobozzz2020-05-293-34/+186
| | | | | | | | | | | | 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-292-0/+22
|
* Fix comments deleted displayChocobozzz2020-05-291-3/+5
|
* Add ability to bulk delete commentsChocobozzz2020-05-293-0/+287
|
* Fix external auth email/password updateChocobozzz2020-05-203-2/+12
| | | | 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-142-6/+124
| | | | | | | | | | | * 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
|
* Add other tests to external authChocobozzz2020-05-112-5/+95
|
* Update code contributorsChocobozzz2020-05-111-1/+1
|
* Allow to auto follow a specific URLChocobozzz2020-05-111-1/+1
|
* Add test for auto mute list routerChocobozzz2020-05-112-8/+79
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-1/+1
|
* Improve auto mute testsChocobozzz2020-05-071-4/+56
|
* Add auto mute plugin testsChocobozzz2020-05-072-0/+121
|
* Add moderation helpers to pluginsChocobozzz2020-05-072-46/+265
|
* Add last login date to usersChocobozzz2020-05-072-5/+33
|
* Use video abuse filters on client sideChocobozzz2020-05-073-17/+71
|
* Fix comments feed with musted accountsChocobozzz2020-05-061-0/+12
|
* Add ability for video owners to delete commentsChocobozzz2020-05-051-4/+42
|
* Increase video comments limitChocobozzz2020-05-051-2/+2
|
* Add auth plugin info in users listChocobozzz2020-05-051-1/+15
|
* Fix plugin storeDataChocobozzz2020-05-044-0/+76
|
* Add ability to unregister plugin authsChocobozzz2020-05-044-4/+80
|
* Add plugin settings change watcherChocobozzz2020-05-043-5/+12
|
* Add external login testsChocobozzz2020-05-049-5/+486
|
* Check auth plugin resultChocobozzz2020-05-042-0/+83
|
* Add plugin ldap testsChocobozzz2020-05-042-0/+101
|
* Add plugin auth migrationsChocobozzz2020-05-041-1/+1
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-042-21/+82
|
* Support logout and add id and pass testsChocobozzz2020-05-045-38/+105
|