aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to report comments in front endChocobozzz2020-07-108-88/+186
|
* Add new abuses testsChocobozzz2020-07-101-2/+2
|
* Add migrationsChocobozzz2020-07-102-7/+7
|
* Use 3 tables to represent abusesChocobozzz2020-07-1015-221/+230
|
* Fix external user editionChocobozzz2020-07-061-11/+11
|
* Fix admin layoutChocobozzz2020-07-061-1/+1
|
* add check-params test for user listRigel Kent2020-07-033-4/+4
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-023-16/+80
| | | | fixes #2914
* Fix lintChocobozzz2020-07-021-25/+34
|
* simplify navigation within most admin menusRigel Kent2020-07-026-60/+69
|
* remove extraneous user-list table attributeRigel Kent2020-07-022-17/+5
|
* align danger colors for user-editRigel Kent2020-07-012-1/+6
|
* fix video update button, add color to danger zoneRigel Kent2020-07-012-3/+7
|
* distinct style for rows of banned users in listing, saving spaceRigel Kent2020-07-013-5/+14
|
* remove extra action for when the video block type is set to manualRigel Kent2020-06-281-4/+6
|
* Fix query string parsingChocobozzz2020-06-261-2/+2
|
* Fix search filter in video reportsChocobozzz2020-06-261-3/+4
|
* Add P2P concept for HLS configChocobozzz2020-06-241-1/+1
|
* Lazy load all routesChocobozzz2020-06-231-0/+1
|
* Reorganize client shared modulesChocobozzz2020-06-2344-403/+190
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-224-9/+77
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* Remove uneccessary details to link titlesCaroline Chuong2020-06-182-4/+4
|
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-1513-238/+19
|
* replace title with video name in moderation listingsRigel Kent2020-06-132-2/+2
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-136-5/+6
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix lintChocobozzz2020-06-121-5/+5
|
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-111-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* rephrase warning for self-hostable servicesRigel Kent2020-06-111-2/+2
|
* preserve original variable names server-sideRigel Kent2020-06-109-17/+17
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-1023-397/+382
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* smaller miniature average size in fluid grid, updated admin instructions for ↵Rigel Kent2020-06-101-31/+38
| | | | global search
* First implem global searchChocobozzz2020-06-103-4/+102
|
* space optimizations for `node_modules` and client stats removalRigel Kent2020-06-101-2/+2
| | | | | | | - replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-098-31/+21
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-083-3/+3
|
* Support broadcast messagesChocobozzz2020-05-293-2/+65
|
* Fix grey color themeChocobozzz2020-05-221-4/+4
|
* Fix action button overflow in tablesChocobozzz2020-05-206-6/+6
|
* Fix user dropdown overflowChocobozzz2020-05-112-2/+5
|
* Display video redundancy entries as table link objectsRigel Kent2020-05-083-11/+20
|
* Align follower handle display on instance display in tablesRigel Kent2020-05-085-7/+26
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-087-13/+13
|
* Use video abuse filters on client sideChocobozzz2020-05-071-2/+2
|
* Support pagination rowsPerPage change in instance account/server blocklistsRigel Kent2020-05-062-2/+2
|
* Fix textarea sizeChocobozzz2020-05-051-1/+7
|
* Add auth plugin info in users listChocobozzz2020-05-051-0/+7
|
* Fix video-abuse-details avatar display and user-list dropdown placementRigel Kent2020-05-051-2/+2
|
* Re generate translationsChocobozzz2020-05-052-2/+2
|
* Fix video-abuse-list init abuse duplicationRigel Kent2020-05-041-2/+3
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-0413-44/+86
| | | | search query param dynamically