aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Implement video comment list in adminChocobozzz2020-11-1318-14/+602
|
* Fix player height on mobileChocobozzz2020-11-131-1/+5
|
* Cleanup lives on server restartChocobozzz2020-11-138-10/+151
|
* Fix live sha segments with multiple resolutionsChocobozzz2020-11-131-2/+6
|
* Reorganize left menu and account menuChocobozzz2020-11-1368-603/+849
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* fix CONTRIBUTING.md command order (#3305)Frank Sträter2020-11-131-1/+1
|
* Regenerate strings after @rigelk changesChocobozzz2020-11-1341-7790/+7882
|
* Translated using Weblate (Japanese)chris@famichiki.tube2020-11-121-3/+3
| | | | | | | Currently translated at 100.0% (101 of 101 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ja/
* Translated using Weblate (Japanese)chris@famichiki.tube2020-11-121-34/+34
| | | | | | | Currently translated at 98.7% (243 of 246 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/ja/
* Translated using Weblate (Dutch)Mark Van den Borre2020-11-121-255/+233
| | | | | | | Currently translated at 99.6% (1644 of 1650 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nl/
* Translated using Weblate (Japanese)chris@famichiki.tube2020-11-121-918/+934
| | | | | | | Currently translated at 50.4% (832 of 1650 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/
* Translated using Weblate (Galician)josé m2020-11-121-437/+519
| | | | | | | Currently translated at 100.0% (1650 of 1650 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
* Translated using Weblate (French (France))Rigel Kent2020-11-121-443/+523
| | | | | | | Currently translated at 100.0% (1650 of 1650 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
* Translated using Weblate (French (France))Mélanie Chauvel2020-11-121-2/+2
| | | | | | | Currently translated at 100.0% (101 of 101 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/fr_FR/
* Translated using Weblate (French (France))Mélanie Chauvel2020-11-121-2/+2
| | | | | | | Currently translated at 100.0% (246 of 246 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/fr_FR/
* Translated using Weblate (Italian)x2020-11-121-78/+63
| | | | | | | Currently translated at 100.0% (1650 of 1650 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/it/
* reword unclear sentences, check for grammarRigel Kent2020-11-1213-28/+24
| | | | fixes #3222
* Delay notification when waiting for a liveChocobozzz2020-11-123-5/+11
|
* Increase live segment file nameChocobozzz2020-11-121-1/+1
|
* Fix live infohash of original resolutionChocobozzz2020-11-121-8/+7
|
* Update my emailChocobozzz2020-11-124-4/+4
|
* Force signed headers in http signaturesChocobozzz2020-11-124-3/+39
| | | | Thanks Roger
* Increase tests waitsChocobozzz2020-11-122-5/+5
|
* remove duplicate file checks in video model (#3289)Arman2020-11-111-7/+0
| | | - server/models/video/video.ts (delete duplicate): build duplicate file id addition in buildAPIResult
* consistent documentation and configuration in compose fileRigel Kent2020-11-114-12/+15
|
* move traefik to its own override fileRigel Kent2020-11-115-84/+100
|
* Do not expose containers by default in traefikRigel Kent2020-11-113-12/+5
|
* Add nginx behind traefik in docker-compose + image updatesRigel Kent2020-11-118-49/+99
| | | | | | | | | | | - support/docker/production/docker-compose.yml: addition of a nginx image reusing support/nginx/peertube nginx conf to improve performance, and lessen setup differences between the docker-compose install and the typical production install. - support/docker/production/docker-compose.yml: postgres 10 -> postgres 12, redis 4 -> redis 5. Postgres major updates implies manual upgrade. - support/nginx/peertube: HTTP -> HTTPS redirection is now commented by default, to allow its reuse in support/docker/production/docker-compose.yml.
* fix link in dependencies version guide (#3288)Frank Sträter2020-11-111-1/+1
| | | also fix rights elevation when automatically checking them
* Use our implementation of randomIntChocobozzz2020-11-101-1/+2
|
* Hide dock if there are no title/descriptionChocobozzz2020-11-102-9/+11
|
* Cleanup follows of orphean actorsChocobozzz2020-11-104-11/+42
|
* Fix email footerChocobozzz2020-11-104-13/+27
| | | | Do not include notif preferences in contact form email
* Fix comments federationChocobozzz2020-11-101-3/+7
|
* Fix testsChocobozzz2020-11-101-0/+4
|
* Fix npm run testChocobozzz2020-11-102-2/+8
|
* Delay video views scheduled jobChocobozzz2020-11-101-11/+11
| | | | To not overload the federation
* move dependencies versions list to engines in package.jsonRigel Kent2020-11-103-10/+6
|
* Remove deprecated abuse apiChocobozzz2020-11-1015-1041/+10
|
* Check threads resolve on non federated videosChocobozzz2020-11-102-14/+19
|
* Rename upload button to publishChocobozzz2020-11-102-4/+4
|
* BREAKING: do not federate unlisted videos by defaultChocobozzz2020-11-102-2/+2
|
* Try to optimize sha segments fetchingChocobozzz2020-11-104-4/+13
|
* Try to fix live segments checkChocobozzz2020-11-104-45/+49
|
* Fix muted accounts on overviewsChocobozzz2020-11-102-15/+44
|
* Fix channel deletionChocobozzz2020-11-101-0/+2
|
* Fix live migrationsChocobozzz2020-11-102-1/+27
|
* HLS player fallback for non https contextChocobozzz2020-11-104-5/+21
|
* Fix prod deployChocobozzz2020-11-102-5/+5
|
* Simplify a little bit github templatesChocobozzz2020-11-103-39/+10
|