aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Increase test timeoutChocobozzz2022-06-161-1/+1
|
* More robust move to object storage job failureChocobozzz2022-06-162-5/+23
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-163-8/+19
|\
| * Fix live ending job that breaks new live sessionChocobozzz2022-06-163-8/+19
| |
* | More robust duration parsingChocobozzz2022-06-142-34/+68
| |
* | Clearer video creation from API regarding ratesChocobozzz2022-06-082-3/+1
| |
* | Fix search index testsChocobozzz2022-06-081-4/+4
| |
* | Fix abuse testsChocobozzz2022-06-081-2/+2
| |
* | Fix various typosluz paz2022-06-0713-14/+14
| | | | | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-072-1/+2
|\|
| * Fix schema.org contextChocobozzz2022-06-072-1/+2
| |
* | Remove unused functionChocobozzz2022-06-032-9/+2
| |
* | Update tsconfigChocobozzz2022-06-031-6/+6
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-031-2/+2
|\|
| * Fix search index testsChocobozzz2022-06-031-2/+2
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-033-3/+5
|\|
| * Fix invalid download filenameChocobozzz2022-06-031-1/+3
| |
| * Completely remove best default trending algorithmChocobozzz2022-06-032-2/+2
| |
* | Added "total views" in the my channels list (#5007)Florian CUNY2022-05-312-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added "total views" in the my channels list Implements https://github.com/Chocobozzz/PeerTube/issues/4331 * Fix lint * applied suggested change * updated openAPI spec for the use "withStats" when getting video channels * applied code change * removed GROUP BY in query * Fixed test
* | Add live autostart/messages in embedChocobozzz2022-05-311-1/+5
| |
* | Bypass rate limits for admins and moderatorsChocobozzz2022-05-306-10/+50
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-05-2510-64/+164
|\|
| * 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
| |
* | Check feeds config at startupChocobozzz2022-05-241-0/+1
| |
* | Add ability to set default feed items countChocobozzz2022-05-243-12/+13
| |
* | Improve admin users list tableChocobozzz2022-05-245-11/+29
| | | | | | | | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default
* | Add ability to set a custom video import timeoutChocobozzz2022-05-244-4/+5
| |
* | Increase test timeoutChocobozzz2022-05-241-1/+1
|/
* 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
|