Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 1 | -3/+3 |
| | |||||
* | Fix scroll check in infinite scroller directive | Chocobozzz | 2020-11-30 | 1 | -6/+7 |
| | |||||
* | Refactor last PR | Chocobozzz | 2020-11-27 | 1 | -0/+10 |
| | |||||
* | Various front optimizations | Chocobozzz | 2020-11-27 | 2 | -10/+11 |
| | |||||
* | Fix circular dep issue | Chocobozzz | 2020-11-25 | 7 | -13/+19 |
| | |||||
* | Add new default different avatar for channel and account | kimsible | 2020-11-25 | 5 | -30/+56 |
| | |||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -12/+9 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -2/+13 |
| | |||||
* | Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329) | Kimsible | 2020-11-25 | 2 | -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-index | Chocobozzz | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -4/+23 |
| | |||||
* | Clearer periods in videos list | Chocobozzz | 2020-11-18 | 1 | -6/+6 |
| | |||||
* | Fix client build | Chocobozzz | 2020-11-17 | 1 | -3/+3 |
| | |||||
* | small refactor + clipboard copy on anchor click in instance page (#3318) | Kimsible | 2020-11-17 | 1 | -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 comments | Chocobozzz | 2020-11-16 | 2 | -2/+2 |
| | |||||
* | Reorganize left menu and account menu | Chocobozzz | 2020-11-13 | 1 | -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 grammar | Rigel Kent | 2020-11-12 | 1 | -1/+1 |
| | | | | fixes #3222 | ||||
* | Add live info in watch page | Chocobozzz | 2020-11-09 | 4 | -37/+6 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 4 | -4/+53 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 4 | -12/+12 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 6 | -6/+48 |
| | |||||
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 3 | -1/+10 |
| | |||||
* | Use playlistPosition for playlists instead of videoId | Chocobozzz | 2020-08-19 | 1 | -2/+4 |
| | |||||
* | Add restore scroll position on user-dropdown anchors links and scroll to top ↵ | Kim | 2020-08-17 | 2 | -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 dependencies | Chocobozzz | 2020-08-14 | 3 | -29/+8 |
| | |||||
* | Fix autoclose md popover when click on emoji list link inside | kimsible | 2020-08-14 | 2 | -1/+2 |
| | |||||
* | Add markown compatible help icon in comment textarea | kimsible | 2020-08-14 | 3 | -4/+10 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 9 | -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 module | Chocobozzz | 2020-08-11 | 6 | -11/+44 |
| | |||||
* | Move form modules in the form shared module | Chocobozzz | 2020-08-11 | 1 | -15/+2 |
| | |||||
* | add ng-select for templatable select options | Rigel Kent | 2020-08-11 | 2 | -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 ↵ | kimsible | 2020-08-11 | 2 | -1/+5 |
| | | | | broadcast-message | ||||
* | Correctly fix sub menu | Chocobozzz | 2020-08-10 | 2 | -2/+2 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 3 | -3/+5 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -3/+3 |
| | |||||
* | decouple video abuse details from embed, add embed to block list details | Rigel Kent | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | adjust help component, fix its instances in video-edit | Rigel Kent | 2020-08-05 | 1 | -2/+2 |
| | |||||
* | Fix top menu dropdown | Chocobozzz | 2020-07-31 | 1 | -0/+4 |
| | |||||
* | Add migrations for abuse messages | Chocobozzz | 2020-07-31 | 4 | -9/+56 |
| | |||||
* | Add abuse messages management in my account | Chocobozzz | 2020-07-31 | 1 | -4/+8 |
| | |||||
* | Revert user-menu dropdown active class on sub-menu and autoclose only on ↵ | kimsible | 2020-07-31 | 1 | -6/+2 |
| | | | | outside click | ||||
* | Improve (accessibility title) and move action-buttons on left in tables (#2980) | Kim | 2020-07-31 | 6 | -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-channels | Rigel Kent | 2020-07-29 | 1 | -0/+1 |
| | |||||
* | modify user-quota to match account settings style | Rigel Kent | 2020-07-29 | 2 | -14/+14 |
| | |||||
* | variable columns for users list, more columns possible, badge display for ↵ | Rigel Kent | 2020-07-29 | 1 | -1/+6 |
| | | | | statuses | ||||
* | allow sorting notifications | Rigel Kent | 2020-07-29 | 2 | -8/+34 |
| | |||||
* | fix margin-left for edit-button | Rigel Kent | 2020-07-29 | 2 | -1/+2 |
| | |||||
* | Add alert and hide upload view when no upload is possible (#2966) | Kim | 2020-07-28 | 2 | -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) | Kim | 2020-07-24 | 1 | -6/+0 |
| | |||||
* | Display user quota progress bars above upload form (#2981) | Kim | 2020-07-24 | 5 | -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> |