aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main
Commit message (Collapse)AuthorAgeFilesLines
* more explicit error messages for file uploadsRigel Kent2020-12-031-3/+3
|
* Fix scroll check in infinite scroller directiveChocobozzz2020-11-301-6/+7
|
* Refactor last PRChocobozzz2020-11-271-0/+10
|
* Various front optimizationsChocobozzz2020-11-272-10/+11
|
* Fix circular dep issueChocobozzz2020-11-257-13/+19
|
* Add new default different avatar for channel and accountkimsible2020-11-255-30/+56
|
* refactor scoped token serviceRigel Kent2020-11-251-12/+9
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-2/+13
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-252-6/+7
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix dropdowns z-indexChocobozzz2020-11-201-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-4/+23
|
* Clearer periods in videos listChocobozzz2020-11-181-6/+6
|
* Fix client buildChocobozzz2020-11-171-3/+3
|
* small refactor + clipboard copy on anchor click in instance page (#3318)Kimsible2020-11-171-5/+2
| | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add admin view to manage commentsChocobozzz2020-11-162-2/+2
|
* Reorganize left menu and account menuChocobozzz2020-11-131-1/+1
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* reword unclear sentences, check for grammarRigel Kent2020-11-121-1/+1
| | | | fixes #3222
* Add live info in watch pageChocobozzz2020-11-094-37/+6
|
* Add ability to save live replayChocobozzz2020-11-094-4/+53
|
* Add watch messages if live has not startedChocobozzz2020-11-094-12/+12
|
* Live streaming implementation first stepChocobozzz2020-11-096-6/+48
|
* Add ability to set custom field to video formChocobozzz2020-08-213-1/+10
|
* Use playlistPosition for playlists instead of videoIdChocobozzz2020-08-191-2/+4
|
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-172-3/+15
| | | | | | | | | | | | | | | | | | | on active sub-menu links (#3066) * Add restore scroll position on router same url * Remove settings top anchor * Add scrollToTop on active links fixed sub-menu * Add restore scroll position on notification avatar links * Toggle menu and close pophover when click on active dropdown menu-left link * Add onSameUrlRestoreScrollPosition on user dropdown channels link * Same behavior scrollTop and scroll to anchor everywhere Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix circular dependenciesChocobozzz2020-08-143-29/+8
|
* Fix autoclose md popover when click on emoji list link insidekimsible2020-08-142-1/+2
|
* Add markown compatible help icon in comment textareakimsible2020-08-143-4/+10
|
* Migrate to $localizeChocobozzz2020-08-149-70/+36
| | | | | | | | | | | | * 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 angular pipes moduleChocobozzz2020-08-116-11/+44
|
* Move form modules in the form shared moduleChocobozzz2020-08-111-15/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-112-6/+13
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-112-1/+5
| | | | broadcast-message
* Correctly fix sub menuChocobozzz2020-08-102-2/+2
|
* Reorganize shared modelsChocobozzz2020-08-073-3/+5
|
* Upgrade to angular 10Chocobozzz2020-08-071-3/+3
|
* decouple video abuse details from embed, add embed to block list detailsRigel Kent2020-08-061-1/+1
|
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-2/+2
|
* Fix top menu dropdownChocobozzz2020-07-311-0/+4
|
* Add migrations for abuse messagesChocobozzz2020-07-314-9/+56
|
* Add abuse messages management in my accountChocobozzz2020-07-311-4/+8
|
* Revert user-menu dropdown active class on sub-menu and autoclose only on ↵kimsible2020-07-311-6/+2
| | | | outside click
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-316-11/+44
| | | | | | | | | | | * 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>
* test search for subscriptions and video-channelsRigel Kent2020-07-291-0/+1
|
* modify user-quota to match account settings styleRigel Kent2020-07-292-14/+14
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-1/+6
| | | | statuses
* allow sorting notificationsRigel Kent2020-07-292-8/+34
|
* fix margin-left for edit-buttonRigel Kent2020-07-292-1/+2
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-282-13/+27
| | | | | | | | | | | | | | | | | | | | | | * 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>
* correct regressions on sub-menu for account and admin (#3004)Kim2020-07-241-6/+0
|
* Display user quota progress bars above upload form (#2981)Kim2020-07-245-1/+124
| | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com>