aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | Don't refresh videos when processing viewsChocobozzz2020-02-044-19/+46
| | | | | | | | It allows us to use a cache
* | Fix lintChocobozzz2020-02-041-1/+1
| |
* | Reduce AP context size on specific activitiesChocobozzz2020-02-036-17/+27
| |
* | Move to eslintcontainChocobozzz2020-02-0337-271/+278
| |
* | Add url field in caption and use it for thumbnailsChocobozzz2020-01-305-44/+48
| |
* | Cleanup server fixmeChocobozzz2020-01-282-3/+1
| |
* | Add ability to list redundanciesChocobozzz2020-01-286-25/+80
|/
* Remove debug messagesChocobozzz2020-01-241-2/+0
|
* Accessibility fixes for #2149Rigel Kent2020-01-211-2/+9
|
* Fix: unregistring a plugin did not remove properly his hooks.John Livingston2020-01-201-1/+1
|
* Add correct status on not found videoChocobozzz2020-01-091-1/+4
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-083-3/+3
|
* Update http signatureChocobozzz2020-01-071-0/+2
|
* Update validator dependencyChocobozzz2020-01-071-1/+1
|
* Don't notify on muted instanceChocobozzz2019-12-191-8/+32
|
* Feature/password reset link expiration (#2305)Nassim Bounouas2019-12-181-1/+1
| | | | | | | | | | | | | | | | * #1928 Add a sentence indicating the reset time limit on form and email * #1928 Customizable password reset lifetime * #1928 Add a route to verify reset link and call it on reset form init * Revert "#1928 Customizable password reset lifetime" This reverts commit 0ed97453f8e64e31a723cc6740b251a69a57d658. * #1928 Reset password lifetime hardcoded to one hour * Remove useless modifications for #1928
* Add internal privacy modeChocobozzz2019-12-126-13/+10
|
* Don't use the max quality file when transcoding to a new resolutionChocobozzz2019-12-111-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-041-4/+22
|
* Move deleted comment on new follow testsChocobozzz2019-12-042-3/+7
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-7/+8
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-042-2/+14
|
* Fix email to fieldChocobozzz2019-11-291-8/+10
|
* Fix testsChocobozzz2019-11-271-1/+1
|
* Fix duplicate HLS resolution in master playlistChocobozzz2019-11-262-5/+3
|
* Add codec information in HLS playlistChocobozzz2019-11-261-2/+6
|