Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add external login buttons | Chocobozzz | 2020-05-04 | 4 | -35/+101 |
| | |||||
* | Begin support for external auths | Chocobozzz | 2020-05-04 | 4 | -51/+81 |
| | |||||
* | Fix video-abuse-list init abuse duplication | Rigel Kent | 2020-05-04 | 1 | -2/+3 |
| | |||||
* | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵ | Rigel Kent | 2020-05-04 | 20 | -52/+158 |
| | | | | search query param dynamically | ||||
* | Move abuse-list details into its own component | Rigel Kent | 2020-05-04 | 4 | -74/+96 |
| | |||||
* | Only show updatedAt date of abuse if different from createdAt | Rigel Kent | 2020-05-04 | 2 | -1/+1 |
| | |||||
* | Bind expanded rows to item ids instead of row number | Rigel Kent | 2020-05-04 | 7 | -1/+11 |
| | |||||
* | Support is:blacklisted as video-abuse-list filter | Rigel Kent | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Reduce createdAt column size by using short date format | Rigel Kent | 2020-05-04 | 6 | -13/+13 |
| | |||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 9 | -27/+62 |
| | |||||
* | Fix margin-content and miniature thumbnail width on mobile, fix media ↵ | Rigel Kent | 2020-05-01 | 5 | -20/+23 |
| | | | | queries for tables above lg breakpoint | ||||
* | Clearer font definitons via a font-face mixin | Rigel Kent | 2020-05-01 | 1 | -42/+19 |
| | |||||
* | Fix dropdown-user placement and menu-left scroll on touchscreens (#2706) | Kim | 2020-05-01 | 3 | -2/+20 |
| | |||||
* | Add links from user-edit | Rigel Kent | 2020-05-01 | 3 | -2/+5 |
| | |||||
* | Add reportee stats for deleted videos | Rigel Kent | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Factorize rest-table and fix/simplify SQL | Rigel Kent | 2020-05-01 | 15 | -29/+23 |
| | |||||
* | Unify paginator disabling when no result is displayable, fix batch domain ↵ | Rigel Kent | 2020-05-01 | 18 | -31/+56 |
| | | | | add for non-https | ||||
* | Support search param in URL for video abuses | Rigel Kent | 2020-05-01 | 3 | -10/+27 |
| | |||||
* | Fixing circular dependency and table variable access | Rigel Kent | 2020-05-01 | 2 | -3/+3 |
| | |||||
* | Empty states for tables | Rigel Kent | 2020-05-01 | 14 | -8/+125 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 10 | -31/+93 |
| | |||||
* | Factorize video display in table for moderation components, apply it to ↵ | Rigel Kent | 2020-05-01 | 5 | -83/+99 |
| | | | | blacklisted videos as well | ||||
* | Add nth abuse count for a given video, add reporter/reportee reports stats | Rigel Kent | 2020-05-01 | 5 | -23/+115 |
| | |||||
* | Add search for video, reporter and channel name fields | Rigel Kent | 2020-05-01 | 4 | -30/+75 |
| | |||||
* | Add tooltip on caption upload to specify which formats are supported | Rigel Kent | 2020-05-01 | 2 | -0/+6 |
| | |||||
* | Rename duplicate to more universal mirror, add to miniature for quick access ↵ | Rigel Kent | 2020-05-01 | 2 | -2/+2 |
| | | | | by admins | ||||
* | Add video channel and video thumbnail, rework video appearance in row | Rigel Kent | 2020-05-01 | 7 | -17/+140 |
| | |||||
* | Increase rows per page, add reporter muting for abuse list | Rigel Kent | 2020-05-01 | 9 | -14/+78 |
| | |||||
* | Make sure a report doesn't get deleted upon the deletion of its video | Rigel Kent | 2020-05-01 | 7 | -17/+40 |
| | |||||
* | Fix tables width, paginators, button on mobile / touchscreens (#2695) | Kim | 2020-05-01 | 6 | -12/+81 |
| | |||||
* | Make admin sub-navs, selects, buttons responsive (#2702) | Kim | 2020-05-01 | 5 | -0/+99 |
| | |||||
* | Remove border-bottom on header to prevent header redimensioning (#2691) | Kim | 2020-04-30 | 1 | -2/+2 |
| | |||||
* | Use modal instead of dropdown menu in small/mobile views (#2674) | Kim | 2020-04-30 | 3 | -11/+101 |
| | | | Co-Authored-By: Rigel Kent <par@rigelk.eu> | ||||
* | Fix select width on view < 800px | kimsible | 2020-04-30 | 1 | -1/+2 |
| | |||||
* | Apply the fix to both expanded and not expanded, using convention | Rigel Kent | 2020-04-30 | 1 | -10/+12 |
| | |||||
* | Use same styles on full or not until lg screen | kimsible | 2020-04-30 | 1 | -12/+10 |
| | |||||
* | Fix width content with menu from 500px to 800px | kimsible | 2020-04-30 | 1 | -0/+6 |
| | |||||
* | Fix buttons display on mobile history view | kimsible | 2020-04-28 | 1 | -0/+19 |
| | |||||
* | Add maximized mode to markdown-textarea + CSS improvements (#2660) | Kim | 2020-04-28 | 15 | -78/+338 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix broken views on mobile and small screens (#2671) | Kim | 2020-04-27 | 16 | -28/+257 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Make video-add-nav tabs scrollable on small devices (#2677) | Kim | 2020-04-27 | 1 | -1/+28 |
| | | | | | | | * Make video-add-nav tabs scrollable on small devices * Handle video-add-nav scroll with menu Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix videojs | Chocobozzz | 2020-04-21 | 25 | -25/+26 |
| | |||||
* | Add markdown support to plugins (#2654) | Kim | 2020-04-20 | 3 | -0/+35 |
| | | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Revert partially "Update client angular" | Chocobozzz | 2020-04-20 | 2 | -63/+63 |
| | | | | | | This reverts commit 7a9f9c46261062fb7b718395a8f71c1b742764d4. Breaks canDeactivate on child route | ||||
* | Add thumbnail / preview generation from url on the fly (#2646) | Kim | 2020-04-20 | 1 | -3/+34 |
| | | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Update client angular | Chocobozzz | 2020-04-20 | 2 | -65/+65 |
| | |||||
* | Fix videojs typings | Chocobozzz | 2020-04-17 | 24 | -62/+60 |
| | |||||
* | Fix unknown video language label | Chocobozzz | 2020-04-16 | 1 | -0/+2 |
| | |||||
* | Support rel="me" links in markdown | Chocobozzz | 2020-04-16 | 3 | -4/+8 |
| | |||||
* | Add custom modal to plugin helpers (#2631) | Kim | 2020-04-15 | 8 | -2/+170 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com> |