aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+1
|
* add explicit numbers in configuration number inputsRigel Kent2020-11-213-23/+50
| | | | fixes #1346
* Add ability to bulk delete commentsChocobozzz2020-11-203-4/+53
|
* Upgrade client dependenciesChocobozzz2020-11-194-31/+4
| | | | Migrate removed primeng theme to custom CSS
* Automatically enable videos auto block on signupChocobozzz2020-11-183-0/+35
|
* Use badge in video block listChocobozzz2020-11-163-16/+15
|
* Refactor rest table search filterChocobozzz2020-11-166-77/+19
|
* Put admin actions on the leftChocobozzz2020-11-163-17/+17
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-168-8/+393
|\
| * Add admin view to manage commentsChocobozzz2020-11-164-36/+145
| |
| * Implement video comment list in adminChocobozzz2020-11-137-2/+278
|/
* reword unclear sentences, check for grammarRigel Kent2020-11-121-4/+4
| | | | fixes #3222
* Try to fix live segments checkChocobozzz2020-11-101-2/+8
|
* Add check constraints live testsChocobozzz2020-11-091-1/+2
|
* Add max lives limitChocobozzz2020-11-092-0/+12
|
* Check live duration and sizeChocobozzz2020-11-092-37/+95
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+1
|
* Live streaming implementation first stepChocobozzz2020-11-092-1/+113
|
* jobs/logs view select and empty state visual improvementsRigel Kent2020-09-287-45/+99
|
* Add ability to set custom field to video formChocobozzz2020-08-212-48/+1
|
* We don't need services anymore for validatorsChocobozzz2020-08-175-39/+59
|
* Use localize for page titlesChocobozzz2020-08-176-18/+16
|
* Migrate to $localizeChocobozzz2020-08-1418-193/+146
| | | | | | | | | | | | * 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
* Remove useless i18n tagsChocobozzz2020-08-141-8/+8
|
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-112-0/+3
|
* Remove angular pipes moduleChocobozzz2020-08-111-3/+2
|
* Use ng select for multiselectChocobozzz2020-08-116-68/+70
|
* Add validator channel namekimsible2020-08-111-1/+1
|
* Add channel_name field to create-user viewkimsible2020-08-112-0/+12
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-113-7/+8
| | | | broadcast-message
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-0/+4
| | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* add and document new additional video extensions supported at uploadRigel Kent2020-08-101-1/+1
|
* Add ability to share playlists in modalChocobozzz2020-08-071-2/+2
|
* Fix lintChocobozzz2020-08-071-0/+1
|
* Reorganize shared modelsChocobozzz2020-08-072-3/+4
|
* Upgrade to angular 10Chocobozzz2020-08-072-4/+4
|
* deal with refresh token in embedRigel Kent2020-08-063-3/+3
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-062-9/+38
|
* correct column toggle z-index for user listRigel Kent2020-08-031-1/+1
|
* Fix user list viewChocobozzz2020-07-311-8/+8
|
* Add abuse messages management in my accountChocobozzz2020-07-3115-1164/+19
|
* Add abuse message management in adminChocobozzz2020-07-314-18/+55
|
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-315-33/+30
| | | | | | | | | | | * Improve and move action-buttons on left in tables * Focus on my-delete and my-button * Correct spaces syntax * Move user-action dropdown on the left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* modify user-quota to match account settings styleRigel Kent2020-07-291-1/+1
|
* harmonize search for librariesRigel Kent2020-07-292-7/+16
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-297-28/+150
| | | | statuses
* 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>
* Improve navigation sub-menu and tabs effects (#2971)Kim2020-07-239-9/+30
| | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com>