aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix duplicate id in svg, empty alt in base emailRigel Kent2020-06-041-1/+1
|
* Merge branch 'release/2.2.0' into developChocobozzz2020-06-021-3/+3
|\
| * Fix emailsChocobozzz2020-06-021-3/+3
| |
* | Block comments from muted accounts/serversChocobozzz2020-05-293-40/+63
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Add ability to bulk delete commentsChocobozzz2020-05-292-9/+32
|/
* Fix external auth email/password updateChocobozzz2020-05-201-0/+8
| | | | 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-21/+79
| | | | | | | | | | | * 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 auto follow index URLChocobozzz2020-05-121-9/+7
|
* Add other tests to external authChocobozzz2020-05-111-1/+1
|
* Allow to auto follow a specific URLChocobozzz2020-05-111-0/+4
|
* Cleanup oauth tokens cacheChocobozzz2020-05-111-0/+8
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-0817-200/+637
|
* Add moderation helpers to pluginsChocobozzz2020-05-0714-25/+159
|
* Add last login date to usersChocobozzz2020-05-071-0/+4
|
* Fix HLS audio only transcodingChocobozzz2020-05-051-0/+1
|
* Handle external login errorsChocobozzz2020-05-043-9/+15
|
* Add ability to unregister plugin authsChocobozzz2020-05-041-4/+20
|
* Auth plugin compat with regular user accountsChocobozzz2020-05-041-4/+8
|
* Add plugin settings change watcherChocobozzz2020-05-042-16/+41
|
* Client calls revoke-token endpoint on logoutChocobozzz2020-05-041-1/+1
|
* Add config helper for pluginsChocobozzz2020-05-041-1/+13
|
* Add external login buttonsChocobozzz2020-05-041-3/+13
|
* Add external login testsChocobozzz2020-05-044-16/+34
|
* Begin support for external authsChocobozzz2020-05-043-90/+179
|
* Check auth plugin resultChocobozzz2020-05-041-2/+27
|
* Add plugin auth migrationsChocobozzz2020-05-042-18/+24
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-046-84/+152
|
* Support logout and add id and pass testsChocobozzz2020-05-045-18/+99
|
* Avoir some circular dependenciesChocobozzz2020-05-0434-205/+65
|
* Begin auth plugin supportChocobozzz2020-05-046-39/+243
|
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-1/+1
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-201-4/+38
|
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-35/+7
| | | | | | | | | | | * 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 testsChocobozzz2020-04-201-1/+1
|
* Do not support subscriptions to accountsChocobozzz2020-04-161-0/+6
|
* Fix import captions testChocobozzz2020-04-151-1/+1
|
* Add ability for plugins to add custom routesChocobozzz2020-04-103-206/+260
|
* Fix lint for emailerRigel Kent2020-04-101-1/+1
|
* Add sendmailIsmaƫl Bouya2020-04-101-25/+41
|
* Add ability to remove a video from a pluginChocobozzz2020-04-092-2/+17
|
* Add SQL query support in pluginsChocobozzz2020-04-092-6/+16
|
* Refactor plugin helpers factoryChocobozzz2020-04-093-143/+207
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-073-1/+32
|
* Support audio files importChocobozzz2020-04-032-15/+47
|
* Fix add comment in threads with deleted commentsChocobozzz2020-03-202-1/+4
|
* Fix re running HLS transcodingChocobozzz2020-03-121-1/+1
|
* Fix federation with pleromaChocobozzz2020-03-121-2/+4
|
* Fix lintChocobozzz2020-03-102-4/+2
|
* Video file metadata PR cleanupChocobozzz2020-03-102-17/+12
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-102-1/+23
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata