aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Refactor AP context builderChocobozzz2022-03-2425-280/+494
|
* Remove activitypub helperChocobozzz2022-03-2331-136/+155
| | | | Put functions in lib/activitypub instead
* Fix angular buildChocobozzz2022-03-221-1/+1
|
* Rename studio to editorChocobozzz2022-03-2232-176/+176
|
* Add video edition finished notificationChocobozzz2022-03-2222-65/+298
|
* Remove old migration filesChocobozzz2022-03-2198-4155/+0
|
* Update server dependenciesChocobozzz2022-03-213-4/+4
|
* Fix channels creation creation limit countChocobozzz2022-03-211-1/+1
|
* Fix channels list countChocobozzz2022-03-212-13/+31
|
* Ensure bin dir exists before dl youtube-dlChocobozzz2022-03-211-2/+4
|
* Don't store remote rates of remote videosChocobozzz2022-03-1841-320/+382
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix CIChocobozzz2022-03-171-2/+1
|
* Fix client html cache on theme updateChocobozzz2022-03-174-50/+70
|
* Fix torrent creationChocobozzz2022-03-163-5/+13
|
* Process video torrents in orderChocobozzz2022-03-166-52/+162
| | | | Prevent update before video torrent generation for example
* Make object storage ACL configurableDoug Luce2022-03-162-8/+21
| | | | | | | | 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-162-0/+6
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Fix username/password CLI optionsChocobozzz2022-03-151-2/+2
|
* Add latency setting supportChocobozzz2022-03-0922-45/+274
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-083-1/+4
| | | | | | | | | | | | | | | | | | | | | * 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-082-15/+5
|
* Merge branch 'release/4.1.0' into developChocobozzz2022-03-089-39/+103
|\
| * More robust transcoding checkerChocobozzz2022-03-081-1/+1
| |
| * Fix multiple servers testsChocobozzz2022-03-082-3/+3
| |
| * Fix channel testsChocobozzz2022-03-082-6/+6
| |
| * Remove exif tags when processing imagesChocobozzz2022-03-074-10/+59
| |
| * Remove unnecessary commentChocobozzz2022-03-071-1/+0
| |
| * Optimize markdown rendererChocobozzz2022-03-072-22/+38
| |
* | Merge branch 'release/4.1.0' into developChocobozzz2022-03-041-1/+3
|\|
| * Fix live update errorChocobozzz2022-03-041-1/+3
| |
* | Refactor user build and express file middlewaresChocobozzz2022-03-0414-106/+91
| |
* | Refactor a little bit raw sql buildersChocobozzz2022-03-0311-34/+35
| |
* | Fix search index testsChocobozzz2022-03-021-2/+2
| |
* | Node 12 is not supported anymoreChocobozzz2022-03-011-5/+1
| |
* | Fill width of local avatarsChocobozzz2022-03-011-4/+18
| |
* | Possibility to set custom RTMP/RTMPS hostname (#4811)kontrollanten2022-03-013-4/+7
| | | | | | | | | | | | | | | | | | * live: set custom RTMP/RTMPS hostname closes #4786 * dont use webserver.hostname as default * check that rtmp/s.hostname is set
* | Fix lintChocobozzz2022-03-011-1/+0
| |
* | Fix getting avatars in videos listChocobozzz2022-03-012-3/+23
| |
* | Remove unnecessary codeChocobozzz2022-02-282-18/+3
| |
* | Create another test suite for transcoding jobsChocobozzz2022-02-288-5/+6
| |
* | Fix client html performance regressionChocobozzz2022-02-283-6/+16
| |
* | add filter:api.video-playlist.videos.list.* hookskontrollanten2022-02-283-3/+51
| | | | | | | | closes #4775
* | Add basic video editor supportChocobozzz2022-02-2879-1195/+3037
| |
* | Implement avatar miniatures (#4639)kontrollanten2022-02-2884-989/+1664
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 max buffer size for youtube-dlChocobozzz2022-02-221-1/+1
|
* Fix video file storage column consistencyChocobozzz2022-02-222-1/+21
|
* Check video privacy when creating comments/ratesChocobozzz2022-02-224-7/+75
|
* Use local URL for feed guidChocobozzz2022-02-221-12/+14
|
* Increase test timeoutChocobozzz2022-02-101-1/+1
|
* Fix broken depChocobozzz2022-02-094-10/+9
|