aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/overview
Commit message (Collapse)AuthorAgeFilesLines
* Allow admins to disable two factor authChocobozzz2022-10-074-16/+42
|
* Fix subscription button radiusChocobozzz2022-09-281-1/+1
|
* Put video quota info in its own componentChocobozzz2022-09-283-28/+7
|
* Don't display remove file icon in some casesChocobozzz2022-09-132-0/+6
|
* Add ability to list comments on local videosChocobozzz2022-08-161-0/+4
|
* Add ability to delete a specific video fileChocobozzz2022-08-013-1/+34
|
* Add ability for client to create server logsChocobozzz2022-07-181-2/+3
|
* Reset table pagination on searchChocobozzz2022-07-123-8/+8
|
* Refactor actor avatar componentChocobozzz2022-06-273-4/+3
|
* Handle input error in custom input textChocobozzz2022-06-202-7/+2
|
* Fix strings that cannot be merged by xlf-mergeChocobozzz2022-06-162-4/+4
|
* Increase global font sizeChocobozzz2022-06-161-5/+0
|
* Replace all glyphicon iconsChocobozzz2022-06-131-7/+0
|
* Rename input toggle hidden to input textChocobozzz2022-06-102-3/+3
| | | | It's more than just an hidden toggle
* Remove secondary color themeChocobozzz2022-06-102-1/+2
|
* Migrate to bootstrap 5Chocobozzz2022-06-109-172/+155
|
* Support ICU in TS componentsChocobozzz2022-06-083-18/+79
|
* Improve admin users list tableChocobozzz2022-05-242-10/+36
| | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default
* Support videos stats in clientChocobozzz2022-04-151-1/+3
|
* Some fixes for themesChocobozzz2022-03-151-1/+1
|
* Add refresh button to comments listChocobozzz2022-02-285-6/+13
|
* Move admin comments list in overviews menuChocobozzz2022-02-289-6/+390
|
* Continue user mute in ban modal PRChocobozzz2022-02-283-13/+53
|
* Add basic video editor supportChocobozzz2022-02-281-0/+1
|
* 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-214-14/+19
|
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-242-4/+3
|
* Fix table all page selectionChocobozzz2021-12-242-2/+2
|
* 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-172-3/+35
|
* Add local/remote badgesChocobozzz2021-11-171-0/+3
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-4/+20
|
* Fix jobs state selection badge styleChocobozzz2021-11-051-1/+1
|
* Improve advanced input filterChocobozzz2021-11-033-11/+11
|
* Add ability to filter by file typeChocobozzz2021-11-033-10/+44
|
* Add ability to filter live videosChocobozzz2021-11-032-1/+22
|
* Move admin stuff in +adminChocobozzz2021-11-023-3/+103
|
* 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-291-4/+0
|
* 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-291-4/+2
|
* Add videos list admin componentChocobozzz2021-10-297-1/+255
|
* Put admin users in overview tabChocobozzz2021-10-2917-0/+1294