aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Simplify table pagination footerChocobozzz2023-08-1811-24/+11
|
* Fix button router linkChocobozzz2023-08-182-2/+2
| | | | | 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
|
* Migrate server to ESMChocobozzz2023-08-1150-77/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Add ability to force transcodingChocobozzz2023-07-281-3/+3
|
* Improve runner managementChocobozzz2023-07-276-6/+142
| | | | | | | * 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
* Implement video file replacement in clientChocobozzz2023-07-252-0/+17
|
* Force ltr on code inputsChocobozzz2023-07-192-2/+3
|
* Rename webtorrent config to web_videosChocobozzz2023-07-113-10/+10
|
* Prefer web videos in favour of webtorrentChocobozzz2023-07-114-26/+26
|
* Add storyboard supportChocobozzz2023-06-293-6/+22
|
* Simplify ICU in componentsChocobozzz2023-06-299-76/+74
|
* Feature/password protected videos (#5836)Wicklow2023-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Automatic colspan for tablesChocobozzz2023-05-2612-23/+17
|
* Fix scss lintChocobozzz2023-05-252-2/+7
|
* Add tooltip to plugin authChocobozzz2023-05-251-1/+1
| | | | In case the cell is truncated
* Broadcast message level should be translatedChocobozzz2023-05-241-3/+3
|
* Better label for default transcoding profileChocobozzz2023-05-242-8/+8
|
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-243-5/+5
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-2411-38/+30
|
* Help button must not send the parent formChocobozzz2023-05-221-0/+1
|
* Add bulk actions on runner jobsChocobozzz2023-05-193-16/+58
|
* Improve remote runner config UXChocobozzz2023-05-195-53/+81
|
* Add % to runner job percentageChocobozzz2023-05-191-1/+5
|
* Remove uneeded date pipeChocobozzz2023-05-171-1/+1
|
* Support studio transcoding in peertube runnerChocobozzz2023-05-095-2/+33
|
* Enable external plugins to test the PRChocobozzz2023-05-091-1/+1
|
* Implement runner in client sideChocobozzz2023-05-0920-10/+739
|
* I18n missing parameter (#5782)Wicklow2023-05-021-1/+1
| | | | | * fix syntax * Missing i18n parameter
* Always translate user roleChocobozzz2023-04-171-10/+14
|
* Add missing strings to translateChocobozzz2023-04-171-2/+2
|
* feature/ability to disable video history by default (#5728)Wicklow2023-04-072-0/+16
| | | | | | | | | | | | | * draft: ability to disable video history by default * Update configuration and add tests * Updated code based on review comments * Add tests on registration and video quota * Remove required video quotas in query * Fix tests
* feat(about): render images in markdown (#5732)Joël Galeran2023-04-051-8/+8
| | | | | | | | | * feat(about): render images in markdown Closes https://github.com/Chocobozzz/PeerTube/issues/5710 * Update edit-instance-information.component.html * use `markdownType="enhanced"`
* Fix button widthChocobozzz2023-03-142-2/+2
|
* Fix update user password confirm messageChocobozzz2023-03-072-4/+4
|
* Always list nsfw videos in adminChocobozzz2023-02-251-0/+1
|
* Update doc anchor linksChocobozzz2023-02-232-3/+3
|
* Move to new documentation linksChocobozzz2023-02-222-3/+3
|
* Fix angular build, againChocobozzz2023-02-203-3/+3
| | | | Maybe a bug in the sass loader
* Fix angular buildChocobozzz2023-02-201-1/+1
|
* Remove empty sass filesWicklow2023-02-207-20/+3
|
* Fix default trending algorithm in admin configChocobozzz2023-02-201-3/+0
|
* Add description to "remove" registration requestChocobozzz2023-02-171-0/+1
|
* Prefer displaying channel for playlist elementChocobozzz2023-02-151-1/+1
|
* Try to prevent layout shift with redundancy statsChocobozzz2023-02-152-2/+9
|
* Fix broadcast message inconsistency with previewChocobozzz2023-02-131-1/+1
|
* Better auto block bypass labelChocobozzz2023-01-271-2/+6
|
* Add ability to not send an email for registrationChocobozzz2023-01-203-31/+65
|
* Refactor row selection resetChocobozzz2023-01-209-43/+40
|
* Support bulk registration request removalChocobozzz2023-01-2013-74/+97
|