aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add ability for auth plugins to hook tokens validityChocobozzz2020-05-0416-133/+299
| | |
* | | Support logout and add id and pass testsChocobozzz2020-05-0425-101/+273
| | |
* | | Avoir some circular dependenciesChocobozzz2020-05-0469-263/+278
| | |
* | | Begin auth plugin supportChocobozzz2020-05-0423-74/+604
| | |
* | | Fix video-abuse-list init abuse duplicationRigel Kent2020-05-041-2/+3
| | |
* | | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-0422-64/+175
| | | | | | | | | | | | search query param dynamically
* | | Move abuse-list details into its own componentRigel Kent2020-05-044-74/+96
| | |
* | | Only show updatedAt date of abuse if different from createdAtRigel Kent2020-05-043-2/+2
| | |
* | | Bind expanded rows to item ids instead of row numberRigel Kent2020-05-047-1/+11
| | |
* | | Support is:blacklisted as video-abuse-list filterRigel Kent2020-05-042-6/+11
| | |
* | | Reduce createdAt column size by using short date formatRigel Kent2020-05-046-13/+13
| | |
* | | Switching to a named filters/single input on video-abuseRigel Kent2020-05-0411-31/+175
| | |
* | | Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-015-20/+23
| | | | | | | | | | | | queries for tables above lg breakpoint
* | | Clearer font definitons via a font-face mixinRigel Kent2020-05-011-42/+19
| | |
* | | Fix dropdown-user placement and menu-left scroll on touchscreens (#2706)Kim2020-05-013-2/+20
| | |
* | | Add links from user-editRigel Kent2020-05-015-15/+60
| | |
* | | Add tests for video-abuse persistence after video deletionRigel Kent2020-05-012-2/+31
| | |
* | | Add reportee stats for deleted videosRigel Kent2020-05-012-9/+36
| | |
* | | Factorize rest-table and fix/simplify SQLRigel Kent2020-05-0123-73/+50
| | |
* | | Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-0118-31/+56
| | | | | | | | | | | | add for non-https
* | | Support search param in URL for video abusesRigel Kent2020-05-013-10/+27
| | |
* | | Fixing circular dependency and table variable accessRigel Kent2020-05-012-3/+3
| | |
* | | Empty states for tablesRigel Kent2020-05-0114-8/+125
| | |
* | | Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-0119-61/+202
| | |
* | | Factorize video display in table for moderation components, apply it to ↵Rigel Kent2020-05-016-85/+102
| | | | | | | | | | | | blacklisted videos as well
* | | Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-017-39/+206
| | |
* | | Add search for video, reporter and channel name fieldsRigel Kent2020-05-016-56/+171
| | |
* | | Add tooltip on caption upload to specify which formats are supportedRigel Kent2020-05-012-0/+6
| | |
* | | Rename duplicate to more universal mirror, add to miniature for quick access ↵Rigel Kent2020-05-012-2/+2
| | | | | | | | | | | | by admins
* | | Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-0112-35/+193
| | |
* | | Increase rows per page, add reporter muting for abuse listRigel Kent2020-05-019-14/+78
| | |
* | | Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-0115-38/+141
| | |
* | | Fix tables width, paginators, button on mobile / touchscreens (#2695)Kim2020-05-016-12/+81
| | |
* | | Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-015-0/+99
| | |
* | | Remove border-bottom on header to prevent header redimensioning (#2691)Kim2020-04-301-2/+2
| | |
* | | Use modal instead of dropdown menu in small/mobile views (#2674)Kim2020-04-303-11/+101
| | | | | | | | | Co-Authored-By: Rigel Kent <par@rigelk.eu>
* | | Fix select width on view < 800pxkimsible2020-04-301-1/+2
| | |
* | | Apply the fix to both expanded and not expanded, using conventionRigel Kent2020-04-301-10/+12
| | |
* | | Use same styles on full or not until lg screenkimsible2020-04-301-12/+10
| | |
* | | Fix width content with menu from 500px to 800pxkimsible2020-04-301-0/+6
| | |
* | | Fix buttons display on mobile history viewkimsible2020-04-281-0/+19
| | |
* | | Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-2815-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)Kim2020-04-2716-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)Kim2020-04-271-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 openapi search endpointChocobozzz2020-04-221-1/+0
| | |
* | | Fix playlist element param in api docChocobozzz2020-04-211-1/+1
| | |
* | | Add playlist exist api docChocobozzz2020-04-211-19/+83
| | |
* | | Add videos list filters param in api docChocobozzz2020-04-211-4/+54
| | |
* | | Fix comment body api docChocobozzz2020-04-211-0/+24
| | |
* | | Improve abuse api docChocobozzz2020-04-211-7/+83
| | |