Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | switch from softies to feathericons | Rigel Kent | 2020-07-01 | 2 | -4/+4 | |
| | | | | also organize icons in folders per origin | |||||
* | slight improvement for column size in imports table | Rigel Kent | 2020-06-28 | 1 | -6/+6 | |
| | ||||||
* | allow muting from the miniature options | Rigel Kent | 2020-06-28 | 1 | -3/+10 | |
| | | | | initial implementation with a listing refresh except on search results | |||||
* | align ownership change video list table with moderation tables | Rigel Kent | 2020-06-28 | 5 | -26/+135 | |
| | ||||||
* | replace current ownership transfer icon with softies forward icon | Rigel Kent | 2020-06-28 | 2 | -2/+2 | |
| | ||||||
* | fix quota representation in profile settings | Rigel Kent | 2020-06-28 | 2 | -4/+5 | |
| | ||||||
* | Fix missing module for my-account | Chocobozzz | 2020-06-24 | 1 | -0/+2 | |
| | ||||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 49 | -753/+414 | |
| | ||||||
* | Remove uneccessary details to link titles | Caroline Chuong | 2020-06-18 | 3 | -5/+5 | |
| | ||||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 2 | -2/+4 | |
| | ||||||
* | Add channel information in my videos | Chocobozzz | 2020-06-16 | 2 | -2/+5 | |
| | ||||||
* | Fix anonymous nsfw policy | Chocobozzz | 2020-06-16 | 1 | -1/+2 | |
| | ||||||
* | Fix scrolling with hash in url | Chocobozzz | 2020-06-16 | 1 | -1/+7 | |
| | ||||||
* | factorize account/server blocklists for users and instance (#2875) | Rigel Kent | 2020-06-15 | 8 | -171/+14 | |
| | ||||||
* | fix headings order or add missing ones (#2871) | Caroline Chuong | 2020-06-13 | 15 | -13/+26 | |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | |||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 1 | -1/+1 | |
| | ||||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 2 | -4/+4 | |
| | | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790 | |||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 4 | -7/+7 | |
| | | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view | |||||
* | add aria-hidden to non-descriptive icons (#2844) | Caroline Chuong | 2020-06-08 | 5 | -7/+7 | |
| | ||||||
* | fix mascot sizes, fix tick, delete extraneous .png icons | Rigel Kent | 2020-06-04 | 1 | -4/+4 | |
| | | | | follows PR #2822 | |||||
* | Fix external auth email/password update | Chocobozzz | 2020-05-20 | 2 | -2/+3 | |
| | | | | Also check if an actor does not already exist when creating the user | |||||
* | 10 items per page for my videos | Chocobozzz | 2020-05-12 | 1 | -1/+1 | |
| | ||||||
* | Fix non-fixed header and menu when overflow-x body on touchscreens (#2711) | Kim | 2020-05-11 | 4 | -13/+68 | |
| | | | | | | | | | * Make my-account-videos responsive on small screens * Make my-account-channels responsive for small screens * Make search result responsive on small screen Co-authored-by: kimsible <kimsible@users.noreply.github.com> | |||||
* | Fix displaying more dropdown on touchscreen | kimsible | 2020-05-11 | 1 | -0/+8 | |
| | ||||||
* | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵ | Rigel Kent | 2020-05-04 | 2 | -1/+5 | |
| | | | | search query param dynamically | |||||
* | Bind expanded rows to item ids instead of row number | Rigel Kent | 2020-05-04 | 1 | -0/+1 | |
| | ||||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 1 | -4/+0 | |
| | ||||||
* | Factorize rest-table and fix/simplify SQL | Rigel Kent | 2020-05-01 | 4 | -5/+0 | |
| | ||||||
* | Unify paginator disabling when no result is displayable, fix batch domain ↵ | Rigel Kent | 2020-05-01 | 4 | -4/+4 | |
| | | | | add for non-https | |||||
* | Fix tables width, paginators, button on mobile / touchscreens (#2695) | Kim | 2020-05-01 | 1 | -2/+0 | |
| | ||||||
* | 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 | 2 | -12/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 8 | -5/+136 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
* | Rich reporter field and video embed in moderation abuse list | Rigel Kent | 2020-04-13 | 1 | -1/+1 | |
| | ||||||
* | Improving select displays, focus box-shadows for paginators, instructions ↵ | Rigel Kent | 2020-04-13 | 3 | -1/+3 | |
| | | | | for index url | |||||
* | Fix my-video-imports display when a video gets deleted | Rigel Kent | 2020-04-12 | 1 | -6/+7 | |
| | ||||||
* | Remove unused interface section for interface language | Rigel Kent | 2020-04-11 | 1 | -13/+0 | |
| | ||||||
* | Improve admin tables row expand | Chocobozzz | 2020-04-08 | 1 | -2/+2 | |
| | ||||||
* | Fix sort in admin tables | Chocobozzz | 2020-04-08 | 4 | -2/+17 | |
| | ||||||
* | Cleanup menu footer links | Chocobozzz | 2020-04-08 | 1 | -0/+14 | |
| | ||||||
* | Put box-shadow for input focus in variables, apply form-control to p-multiselect | Rigel Kent | 2020-04-03 | 3 | -7/+7 | |
| | ||||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 8 | -18/+20 | |
| | ||||||
* | Lazy-load video-channels | Rigel Kent | 2020-03-31 | 4 | -36/+68 | |
| | ||||||
* | Use inner join and document code for viewr stats for channels | Rigel Kent | 2020-03-31 | 2 | -7/+23 | |
| | ||||||
* | Put channel stats behind withStats flag | Rigel Kent | 2020-03-31 | 1 | -9/+7 | |
| | ||||||
* | View stats for channels | Rigel Kent | 2020-03-31 | 4 | -8/+95 | |
| | ||||||
* | Align layout for create/edit video-playlists (my-account) on create/edit ↵ | Rigel Kent | 2020-03-28 | 3 | -56/+96 | |
| | | | | user (admin) | |||||
* | Align layout for create video-channel (my-account) on create user (admin) | Rigel Kent | 2020-03-28 | 2 | -22/+40 | |
| | ||||||
* | Add overview of a user's actions in user-edit (#2558) | Rigel Kent | 2020-03-27 | 2 | -7/+8 | |
| | ||||||
* | Describe user video settings checkboxes, put emphasis on p2p | Rigel Kent | 2020-03-23 | 4 | -10/+23 | |
| | | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings. |