aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
...
* Move admin comments list in overviews menuChocobozzz2022-02-2812-24/+52
|
* Continue user mute in ban modal PRChocobozzz2022-02-283-13/+53
|
* Add basic video editor supportChocobozzz2022-02-284-0/+38
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-57/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add additional checks when importing a videoChocobozzz2022-02-092-3/+16
|
* Better display redundancy piesChocobozzz2022-02-091-11/+22
|
* Add refresh button to admin > video list (#4753)kontrollanten2022-02-012-1/+14
| | | | | | | * feat(client/video-list): add refresh btn * CSS styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix HLS re transcoding with object storage enabledChocobozzz2022-02-011-1/+1
|
* Split user serviceChocobozzz2022-01-215-14/+21
|
* Fix button groupChocobozzz2022-01-031-2/+2
|
* Handle async validatorsChocobozzz2022-01-031-0/+4
|
* Replace url when redirecting plugin admin urlChocobozzz2021-12-291-1/+1
|
* Translate plugin settingsChocobozzz2021-12-291-17/+1
|
* Refactor admin pluginsChocobozzz2021-12-2915-93/+83
|
* Refactor plugin cardChocobozzz2021-12-2914-83/+110
|
* Support official pluginsChocobozzz2021-12-281-0/+5
|
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-249-13/+11
|
* Fix table all page selectionChocobozzz2021-12-243-3/+3
|
* Add ability to redirect users on external authChocobozzz2021-12-033-1/+47
|
* Fix additional extensions admin config descriptionChocobozzz2021-12-031-1/+1
|
* Optimize HLS/WebTorrent videos onlyChocobozzz2021-11-251-4/+4
|
* Add ability to run transcoding jobsChocobozzz2021-11-182-5/+31
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-182-15/+44
|
* Add ability to bulk block videosChocobozzz2021-11-173-4/+36
|
* Add local/remote badgesChocobozzz2021-11-171-0/+3
|
* Don't display log tag filter for audit logsChocobozzz2021-11-161-1/+1
|
* Fix progress displayChocobozzz2021-11-162-6/+10
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-4/+20
|
* Refactor video viewsChocobozzz2021-11-091-1/+1
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Fix jobs state selection badge styleChocobozzz2021-11-052-1/+5
|
* Added 144p encoding (#4492)Florian CUNY2021-11-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Improve advanced input filterChocobozzz2021-11-035-15/+15
|
* Add ability to filter by file typeChocobozzz2021-11-033-10/+44
|
* Add ability to filter live videosChocobozzz2021-11-032-1/+22
|
* Fix lintChocobozzz2021-11-031-1/+8
|
* Move admin stuff in +adminChocobozzz2021-11-024-5/+106
|
* Add ability to exclude muted accountsChocobozzz2021-11-021-16/+4
|
* Add admin videos loading animationChocobozzz2021-11-023-10/+21
|
* Some fixes for admin videos listChocobozzz2021-11-022-4/+5
|
* Remove useless componentsChocobozzz2021-10-2924-94/+6
|
* Add video file size info in admin videos listChocobozzz2021-10-293-5/+58
|
* Deprecate filter video queryChocobozzz2021-10-293-6/+41
| | | | Introduce include and isLocal instead
* Always use my-table-expander-iconChocobozzz2021-10-295-17/+9
|
* Add videos list admin componentChocobozzz2021-10-2911-34/+284
|
* Put admin users in overview tabChocobozzz2021-10-2921-16/+32
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-262-1/+27
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* Fix ng select tags heightChocobozzz2021-10-201-0/+5
|
* Add ability to filter logs by tagsChocobozzz2021-10-204-18/+30
|
* Refactor log level choiceChocobozzz2021-10-202-26/+26
|
* Improve admin tables responsiveChocobozzz2021-10-207-18/+40
|