aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix build with typescript 3.8Chocobozzz2020-02-285-6/+6
|
* Update dependenciesChocobozzz2020-02-287-16/+20
|
* Fix emailerChocobozzz2020-02-181-1/+1
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-171-1/+3
|\
| * Correctly fix auto followsChocobozzz2020-02-171-1/+3
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-02-172-3/+3
|\|
| * Fix avatar updateChocobozzz2020-02-171-2/+2
| |
| * Manual approves followers only for the instanceChocobozzz2020-02-171-1/+1
| | | | | | | | And not for accounts or channels of the instance
* | Refactor email enabled functionChocobozzz2020-02-171-3/+3
| |
* | Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-172-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* | Correctly check remote extensionChocobozzz2020-02-121-3/+9
| |
* | Fix remote avatar without AP mediatype fieldChocobozzz2020-02-121-12/+15
| |
* | Small cleanupChocobozzz2020-02-061-13/+12
| |
* | Be more robust with missing thumbnails/previewsChocobozzz2020-02-061-4/+14
| |
* | Optimize context for CacheFileChocobozzz2020-02-042-2/+5
| |
* | Optimize view endpointChocobozzz2020-02-043-18/+12
| |