aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Remove comments, rates and views from statsChocobozzz2022-05-052-72/+21
| | | | It prevent us to apply date filters
* Convert followers/following in raw SQL queriesChocobozzz2022-05-0511-145/+338
| | | | Prevent weird bug in SQL generation
* Fix lintChocobozzz2022-05-041-2/+1
|
* Fix quota inconstistencies with livesChocobozzz2022-05-044-26/+67
|
* Fix live constraints testsChocobozzz2022-05-032-10/+5
|
* Support live session in serverChocobozzz2022-05-0322-65/+658
|
* Save replay of permanent live in clientChocobozzz2022-05-032-10/+0
|
* Fix getting live by anonymous userChocobozzz2022-05-032-107/+79
|
* Fix removing directory contentChocobozzz2022-05-031-1/+2
|
* Support readonly tmp directoryChocobozzz2022-05-031-3/+17
|
* Allow oembed to fetch unlisted videosChocobozzz2022-05-022-16/+87
|
* Ensure rtmp public_hostname is setChocobozzz2022-05-021-2/+4
|
* Add ability to provide rtmp listening hostnameChocobozzz2022-05-023-5/+10
|
* TypoChocobozzz2022-05-021-1/+1
|
* 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
|