aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Prevent remote subscribe on accountsChocobozzz2023-10-032-5/+10
| | | | Which is not supported by PeerTube
* Add video chapters supportChocobozzz2023-08-2829-93/+463
|
* More robust about pageChocobozzz2023-08-211-8/+17
| | | | | | Don't throw if we can't find a category or a language Can happen if the instance configuration contains a category/language that has been deleted by a plugin for example
* Update translationsChocobozzz2023-08-181-3/+8
|
* Simplify table pagination footerChocobozzz2023-08-1817-35/+20
|
* Fix typoChocobozzz2023-08-181-1/+1
|
* Add ability to reset originallyPublishedAtChocobozzz2023-08-186-45/+30
|
* Fix button router linkChocobozzz2023-08-1812-14/+14
| | | | | Using the default one assigns the directive to the host, where we just want to put it inside the `my-button` component
* Remove useless informationChocobozzz2023-08-181-1/+1
|
* Automatically adapt player ratioChocobozzz2023-08-183-28/+34
|
* Better abuse style of removed videosChocobozzz2023-08-172-3/+6
|
* Correctly truncate HTMLChocobozzz2023-08-1711-96/+50
| | | | We can because we don't use the video truncated description since v5.0
* Migrate server to ESMChocobozzz2023-08-11232-387/+397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the very big commit that may lead to git log issues and merge conflicts, but it's a major step forward: * Server can be faster at startup because imports() are async and we can easily lazy import big modules * Angular doesn't seem to support ES import (with .js extension), so we had to correctly organize peertube into a monorepo: * Use yarn workspace feature * Use typescript reference projects for dependencies * Shared projects have been moved into "packages", each one is now a node module (with a dedicated package.json/tsconfig.json) * server/tools have been moved into apps/ and is now a dedicated app bundled and published on NPM so users don't have to build peertube cli tools manually * server/tests have been moved into packages/ so we don't compile them every time we want to run the server * Use isolatedModule option: * Had to move from const enum to const (https://www.typescriptlang.org/docs/handbook/enums.html#objects-vs-enums) * Had to explictely specify "type" imports when used in decorators * Prefer tsx (that uses esbuild under the hood) instead of ts-node to load typescript files (tests with mocha or scripts): * To reduce test complexity as esbuild doesn't support decorator metadata, we only test server files that do not import server models * We still build tests files into js files for a faster CI * Remove unmaintained peertube CLI import script * Removed some barrels to speed up execution (less imports)
* Fix add to playlist button widthChocobozzz2023-07-282-2/+8
|
* Remove unnecessary workaroundsChocobozzz2023-07-284-21/+4
| | | | Has been fixed upstream
* Refactor a little bit nsfwPolicyToParamChocobozzz2023-07-284-13/+13
|
* Remove unnecesary fixme/todoChocobozzz2023-07-288-10/+2
|
* Remove unnecessary castChocobozzz2023-07-281-2/+0
|
* Remove banner/avatar fields from channel/accountChocobozzz2023-07-283-12/+0
| | | | Deprecated since 4.2
* Add ability to force transcodingChocobozzz2023-07-284-18/+59
|
* Improve runner managementChocobozzz2023-07-2721-52/+213
| | | | | | | * Add ability to remove runner jobs * Add runner job state quick filter * Merge registration tokens and runners tables in the same page * Add copy button to copy registration token
* Fix playlist owner font sizeChocobozzz2023-07-261-1/+1
|
* Implement video file replacement in clientChocobozzz2023-07-2523-234/+550
|
* Fix updating P2P settingChocobozzz2023-07-213-3/+4
|
* Improve recommended videos without video tagsChocobozzz2023-07-191-20/+20
|
* Force ltr on code inputsChocobozzz2023-07-194-3/+6
|
* Fix anonymous autoplayChocobozzz2023-07-171-4/+4
|
* Don't update opengraph in angularChocobozzz2023-07-171-26/+0
| | | | We already set these tags in the server
* Add e2e tests for password protected videos (#5860)Wicklow2023-07-171-3/+3
|
* Merge branch 'release/5.2.0' into developChocobozzz2023-07-126-12/+20
|\
| * Fix terms/code of conduct link toggleChocobozzz2023-07-126-12/+20
| |
* | Rename webtorrent config to web_videosChocobozzz2023-07-113-10/+10
| |
* | Prefer web videos in favour of webtorrentChocobozzz2023-07-118-39/+37
| |
* | Remove webtorrent support from clientChocobozzz2023-07-105-240/+249
| |
* | Fix fetching storyboard of password protected videoChocobozzz2023-06-292-3/+5
| |
* | Better channel deletion messageChocobozzz2023-06-291-1/+1
| |
* | More robust wait transcoding checkbox displayChocobozzz2023-06-291-6/+2
| |
* | Add storyboard supportChocobozzz2023-06-296-22/+92
| |
* | Simplify ICU in componentsChocobozzz2023-06-2918-139/+174
| |
* | Feature/password protected videos (#5836)Wicklow2023-06-2940-93/+320
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments
* Alphabetical order for channels filterChocobozzz2023-06-192-7/+9
|
* Fix languages alphabetical sortChocobozzz2023-06-191-1/+3
|
* Fix REST API menu linkChocobozzz2023-06-071-1/+1
|
* Fix custom default route linkChocobozzz2023-06-052-2/+10
|
* Fix video channels quick filter overflowChocobozzz2023-06-051-0/+6
|
* Don't display unknown informationChocobozzz2023-06-051-2/+6
|
* Automatic colspan for tablesChocobozzz2023-05-2620-30/+50
|
* Fix video edit page overflowChocobozzz2023-05-251-0/+3
|
* Fix scss lintChocobozzz2023-05-253-3/+10
|
* Add tooltip to plugin authChocobozzz2023-05-251-1/+1
| | | | In case the cell is truncated