aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Rename studio to editorChocobozzz2022-03-229-42/+42
|
* Add video edition finished notificationChocobozzz2022-03-2213-52/+166
|
* Update server dependenciesChocobozzz2022-03-212-3/+3
|
* Don't store remote rates of remote videosChocobozzz2022-03-1833-290/+329
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix client html cache on theme updateChocobozzz2022-03-172-7/+6
|
* Fix torrent creationChocobozzz2022-03-161-0/+4
|
* Process video torrents in orderChocobozzz2022-03-162-1/+94
| | | | Prevent update before video torrent generation for example
* Make object storage ACL configurableDoug Luce2022-03-161-8/+20
| | | | | | | | Override this value to allow uploads to non-public S3 buckets. Otherwise "AccessDenied: Access Denied" errors will end up in the log. Fixes #4850
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-0/+3
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Add latency setting supportChocobozzz2022-03-094-4/+17
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar
* Remove uneeded memoizeChocobozzz2022-03-081-12/+4
|
* Refactor user build and express file middlewaresChocobozzz2022-03-042-17/+60
|
* Fix client html performance regressionChocobozzz2022-02-281-3/+11
|
* Add basic video editor supportChocobozzz2022-02-2818-61/+357
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-289-125/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix broken depChocobozzz2022-02-091-1/+2
|
* Add log on user plugin auth conflictChocobozzz2022-02-091-1/+8
|
* Fix import timeout inconsistencyChocobozzz2022-02-091-3/+3
|
* Fix plaintext markdown converterChocobozzz2022-02-041-4/+4
|
* Add fixme infoChocobozzz2022-02-021-0/+1
|
* Fix HLS re transcoding with object storage enabledChocobozzz2022-02-013-10/+28
|
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-012-4/+9
|
* Fix plugin settings manager definitionlutangar2022-01-201-2/+3
| | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location.
* Add ability to filter my imports by target URLChocobozzz2022-01-191-4/+4
|
* Add ability to cancel & delete video importsChocobozzz2022-01-192-14/+27
|
* Upgrade uploadx dependencyChocobozzz2022-01-181-2/+6
|
* Fix bull redis optionsChocobozzz2022-01-141-3/+9
|
* Update server dependenciesChocobozzz2022-01-141-2/+4
|
* Fix audio transcoding with video only fileChocobozzz2022-01-061-9/+16
|
* Remove unnecessary NPM_RUN_BUILD_OPTS docker argChocobozzz2022-01-061-1/+1
|
* Stop using tsconfig registerChocobozzz2022-01-061-2/+3
| | | | Prefer to replace paths at compile time
* Try to fix testsChocobozzz2022-01-041-15/+29
|
* Move uuid stuff in extra utilsChocobozzz2021-12-295-5/+8
| | | | Since it requires an external dependency
* Translate plugin settingsChocobozzz2021-12-291-0/+3
|
* Fix testsChocobozzz2021-12-281-24/+14
|
* Cleanup unavailable remote AP resourceChocobozzz2021-12-282-17/+45
|
* Update CREDITSChocobozzz2021-12-241-1/+0
|
* Upgrade redis depChocobozzz2021-12-242-134/+42
|
* Fix type conflictChocobozzz2021-12-241-7/+7
|
* Fix shared importsChocobozzz2021-12-247-15/+12
|
* Fix video import transcodingChocobozzz2021-12-231-2/+2
|
* Don't stuck state when move transcoding job failedChocobozzz2021-12-232-13/+27
|
* Fix audio only transcodingChocobozzz2021-12-232-5/+12
|
* Fix video upload with big previewChocobozzz2021-12-171-1/+5
|
* Fix buildChocobozzz2021-12-173-3/+3
|
* Move test functions outside extra-utilsChocobozzz2021-12-178-11/+8
|
* Move typescript utils in its own directoryChocobozzz2021-12-162-2/+2
|
* Add ffprobe helperChocobozzz2021-12-161-0/+5
|
* Add videos.getFiles plugin helperChocobozzz2021-12-161-2/+53
|