aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix schema.org contextChocobozzz2022-06-072-1/+2
|
* Fix search index testsChocobozzz2022-06-031-2/+2
|
* Fix invalid download filenameChocobozzz2022-06-031-1/+3
|
* Completely remove best default trending algorithmChocobozzz2022-06-032-2/+2
|
* More robust live ending jobChocobozzz2022-05-252-3/+7
|
* Fix saving permanent live replay on quick restreamChocobozzz2022-05-255-39/+116
|
* Cleanup muxing session method optionsChocobozzz2022-05-251-21/+20
|
* Fix avatars in notificationsChocobozzz2022-05-253-4/+24
|
* Fix email action button label for reportsChocobozzz2022-05-242-2/+2
|
* Fix my videos total counterChocobozzz2022-05-242-4/+13
|
* Increase test timeoutChocobozzz2022-05-201-1/+1
|
* Correctly fix import testsChocobozzz2022-05-201-6/+6
|
* Increase timeoutsChocobozzz2022-05-192-2/+2
|
* Increase timeoutsChocobozzz2022-05-182-1/+3
|
* Reduce error logsChocobozzz2022-05-182-1/+8
|
* Add total viewers overall statChocobozzz2022-05-182-0/+15
|
* Fix import testsChocobozzz2022-05-181-6/+10
|
* Add use proxy for s3 (#4973)Chocobozzz2022-05-094-2/+63
| | | | | | | | | | | | | * Fix object storage to be accessible via proxy * fix lint * Use hpagent * Fix lint * Fix PR Co-authored-by: noellabo <noel.yoshiba@gmail.com>
* Fix collection typeChocobozzz2022-05-091-1/+1
|
* Don't sign (created) when using rsa-sha256Chocobozzz2022-05-091-1/+1
|
* Handle HTTP signature draft 11Chocobozzz2022-05-063-9/+23
|
* Fix stats time metricChocobozzz2022-05-061-1/+11
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-067-28/+113
|
* Add filter by start/end date overall stats in apiChocobozzz2022-05-055-12/+88
|
* 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
|