aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+2
|
* Begin auth plugin supportChocobozzz2020-05-049-4/+274
|
* Add links from user-editRigel Kent2020-05-011-11/+53
|
* Add tests for video-abuse persistence after video deletionRigel Kent2020-05-011-1/+29
|
* Don't leak unlisted videos in comments feedChocobozzz2020-04-211-1/+11
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-202-4/+58
|
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-201-7/+42
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-203-0/+5
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix tests correctlyChocobozzz2020-04-201-9/+9
|
* Fix testsChocobozzz2020-04-201-9/+10
|
* Fix user video quota with webtorrent disabledChocobozzz2020-04-161-2/+33
|
* Merge branch 'pr/2629' into developChocobozzz2020-04-151-2/+48
|\
| * Fix import captions testChocobozzz2020-04-151-27/+31
| |
| * Add unit tests for captions via URL importkimsible2020-04-141-1/+43
| |
* | Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-141-6/+6
|/
* Add misc endpoints and helpers to npm testChocobozzz2020-04-141-0/+2
|
* Add ability for plugins to add custom routesChocobozzz2020-04-104-0/+133
|
* Add ability to remove a video from a pluginChocobozzz2020-04-092-7/+47
|
* Add SQL query support in pluginsChocobozzz2020-04-094-0/+86
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-072-0/+201
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-2/+2
|
* Tests for viewsPerDayRigel Kent2020-03-311-3/+41
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-14/+108
|