aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Increase test timeoutChocobozzz2022-05-021-1/+1
|
* Fix lintChocobozzz2022-04-223-6/+5
|
* Fix getting live by anonymous userChocobozzz2022-04-224-23/+54
|
* Add ability to save replay of permanent livesChocobozzz2022-04-2116-169/+399
|
* Add missing video mime typesChocobozzz2022-04-201-0/+10
|
* Add program date time to live playlistChocobozzz2022-04-191-1/+1
|
* object-storage: @aws-sdk/lib-storage for multipart (#4903)kontrollanten2022-04-192-79/+52
| | | | | | | | | | | | | | | | | * object-storage: @aws-sdk/lib-storage for multipart * gitignore: add .DS_Store * test(object-storage): remove only * test(object-storage/multipart): generate video * fix lint issue * test(obj-storage/video): ensure file size * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Test digest check for resumable uploadChocobozzz2022-04-191-7/+34
|
* Fix 2 hours limit on uploadsChocobozzz2022-04-191-0/+4
|
* Support uploads of videos with unknown durationChocobozzz2022-04-191-4/+5
|
* Fix email text containing linksChocobozzz2022-04-151-1/+1
|
* Fix email links displayed twice as textChocobozzz2022-04-152-0/+13
|
* Increase test timeoutChocobozzz2022-04-151-1/+1
|
* Support interactive video stats graphChocobozzz2022-04-153-30/+24
|
* Add ability to set start/end date to timeserieChocobozzz2022-04-156-20/+277
|
* Improve viewer counterChocobozzz2022-04-1517-156/+235
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Improve views/viewers documentationChocobozzz2022-04-156-6/+39
|
* Fix videos history testsChocobozzz2022-04-151-1/+1
|
* Support video views/viewers stats in serverChocobozzz2022-04-1579-593/+2598
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Don't clean mastodon ratesChocobozzz2022-04-151-0/+3
| | | | Workaround of https://github.com/mastodon/mastodon/issues/13571
* Fix lintChocobozzz2022-04-081-1/+9
|
* Remove duplicated testChocobozzz2022-04-081-17/+0
|
* Disallow unlisted video indexationChocobozzz2022-04-082-2/+61
|
* 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
| |