aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/admin.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement video comment list in adminChocobozzz2020-11-131-0/+11
|
* Migrate to $localizeChocobozzz2020-08-141-17/+15
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-111-2/+7
| | | | broadcast-message
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-4/+16
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Update my-account sub-menus icons (#2977)Kim2020-07-231-2/+2
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add ability to report comments in front endChocobozzz2020-07-101-2/+2
|
* Add migrationsChocobozzz2020-07-101-3/+3
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-1/+1
|
* add check-params test for user listRigel Kent2020-07-031-2/+2
| | | | fixes #2918
* Fix lintChocobozzz2020-07-021-25/+34
|
* simplify navigation within most admin menusRigel Kent2020-07-021-7/+64
|
* Reorganize client shared modulesChocobozzz2020-06-231-3/+3
|
* preserve original variable names server-sideRigel Kent2020-06-101-1/+1
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-3/+3
| | | | | | | | | | | - 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
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-3/+19
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-0/+4
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-111-4/+8
|
* Add logs page in clientChocobozzz2019-04-111-0/+4
|
* Update client depChocobozzz2019-04-021-2/+1
|
* Add ability to update some configuration keysChocobozzz2018-01-171-0/+4
|
* Begin admin designChocobozzz2017-12-081-1/+25
|
* Video blacklist refractoringChocobozzz2017-10-101-1/+0
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+1
|
* Client: lazy load admin areaChocobozzz2017-01-231-0/+8