Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix grey color theme | Chocobozzz | 2020-05-22 | 6 | -10/+10 |
| | |||||
* | Fix lint | Chocobozzz | 2020-05-22 | 1 | -21/+21 |
| | |||||
* | Fix input/textarea themes | Chocobozzz | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | Explicit theme colors for inputs and textarea | Chocobozzz | 2020-05-20 | 1 | -1/+0 |
| | |||||
* | Fix broken client when cookies are disabled | Chocobozzz | 2020-05-20 | 1 | -18/+24 |
| | |||||
* | Fix user dropdown overflow | Chocobozzz | 2020-05-11 | 2 | -1/+3 |
| | |||||
* | Fix top menu dropdown hovering | Chocobozzz | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | Fix regression my-account menu overflow-x on screen width < 800px (#2707) | Kim | 2020-05-11 | 3 | -10/+16 |
| | | | | | | | | | | | | | | * Fix: correct my-account menu overflow-x on touchscreens * Add menuLeftDisplayed support for account-sub-menu * Handle menu in screen service + clean top-menu-dropdown * Add comment on menuWidth menu service to allow backtracking 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> | ||||
* | Fix displaying more dropdown on touchscreen | kimsible | 2020-05-11 | 1 | -0/+6 |
| | |||||
* | Add edit button to scroll watch playlist on touchscreens | kimsible | 2020-05-11 | 3 | -5/+93 |
| | |||||
* | Add last login date to users | Chocobozzz | 2020-05-07 | 1 | -0/+3 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 2 | -6/+88 |
| | |||||
* | Fix relative links in video description | Chocobozzz | 2020-05-06 | 1 | -26/+25 |
| | |||||
* | Fix mobile miniature information margin | Chocobozzz | 2020-05-06 | 1 | -2/+6 |
| | |||||
* | Add auth plugin info in users list | Chocobozzz | 2020-05-05 | 1 | -0/+4 |
| | |||||
* | Fix video-abuse-details avatar display and user-list dropdown placement | Rigel Kent | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵ | Rigel Kent | 2020-05-04 | 1 | -1/+20 |
| | | | | search query param dynamically | ||||
* | Only show updatedAt date of abuse if different from createdAt | Rigel Kent | 2020-05-04 | 1 | -1/+0 |
| | |||||
* | Bind expanded rows to item ids instead of row number | Rigel Kent | 2020-05-04 | 1 | -0/+5 |
| | |||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 1 | -4/+0 |
| | |||||
* | Fix margin-content and miniature thumbnail width on mobile, fix media ↵ | Rigel Kent | 2020-05-01 | 1 | -1/+1 |
| | | | | queries for tables above lg breakpoint | ||||
* | Factorize rest-table and fix/simplify SQL | Rigel Kent | 2020-05-01 | 1 | -1/+3 |
| | |||||
* | Fixing circular dependency and table variable access | Rigel Kent | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Add filter inputs for blacklisted videos and muted accounts/servers | Rigel Kent | 2020-05-01 | 2 | -6/+20 |
| | |||||
* | Add search for video, reporter and channel name fields | Rigel Kent | 2020-05-01 | 1 | -1/+8 |
| | |||||
* | Rename duplicate to more universal mirror, add to miniature for quick access ↵ | Rigel Kent | 2020-05-01 | 2 | -2/+2 |
| | | | | by admins | ||||
* | Increase rows per page, add reporter muting for abuse list | Rigel Kent | 2020-05-01 | 2 | -1/+2 |
| | |||||
* | Fix tables width, paginators, button on mobile / touchscreens (#2695) | Kim | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | 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> | ||||
* | Add maximized mode to markdown-textarea + CSS improvements (#2660) | Kim | 2020-04-28 | 4 | -32/+269 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Support rel="me" links in markdown | Chocobozzz | 2020-04-16 | 1 | -2/+5 |
| | |||||
* | Refactor follow/mute as modals in admin, add actions in abuse list | Rigel Kent | 2020-04-14 | 4 | -3/+20 |
| | |||||
* | Fix lint | Rigel Kent | 2020-04-14 | 1 | -1/+1 |
| | |||||
* | Improving select displays, focus box-shadows for paginators, instructions ↵ | Rigel Kent | 2020-04-13 | 1 | -0/+7 |
| | | | | for index url | ||||
* | Revert 41a94d0, keep the fix for years | Rigel Kent | 2020-04-12 | 1 | -70/+23 |
| | |||||
* | Improve from-now pipe readability | Rigel Kent | 2020-04-11 | 1 | -9/+12 |
| | |||||
* | Refactor from-now pipe to display the two most significant intervals | Rigel Kent | 2020-04-11 | 1 | -23/+66 |
| | |||||
* | Place private/unlisted labels in thumbnail instead of miniature | Rigel Kent | 2020-04-11 | 3 | -6/+18 |
| | |||||
* | Fix sort in admin tables | Chocobozzz | 2020-04-08 | 1 | -4/+9 |
| | |||||
* | Fix playlist autoplay | Chocobozzz | 2020-04-08 | 1 | -2/+4 |
| | |||||
* | Improve channel and account display on medium devices | Rigel Kent | 2020-04-03 | 1 | -0/+8 |
| | |||||
* | Fix help component border | Rigel Kent | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | Enlarge right column in video-edit on small screens | Rigel Kent | 2020-04-02 | 3 | -8/+20 |
| | |||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 8 | -21/+37 |
| | |||||
* | Remove deprecated NgbTabsetModule module | Chocobozzz | 2020-04-01 | 3 | -45/+62 |
| | |||||
* | Client dependencies upgrade | Chocobozzz | 2020-04-01 | 1 | -53/+53 |
| | |||||
* | Use inner join and document code for viewr stats for channels | Rigel Kent | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Put channel stats behind withStats flag | Rigel Kent | 2020-03-31 | 2 | -2/+7 |
| | |||||
* | View stats for channels | Rigel Kent | 2020-03-31 | 1 | -1/+6 |
| |