Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -5/+24 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 1 | -15/+25 |
| | |||||
* | Fix modal word break | Chocobozzz | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 1 | -11/+2 |
| | |||||
* | Change copy icon (#3867) | kontrollanten | 2021-03-24 | 1 | -0/+4 |
| | | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons | ||||
* | fix: long text on modals | sanchis | 2021-03-08 | 1 | -0/+1 |
| | |||||
* | Use source sans 3 font | Chocobozzz | 2021-01-13 | 1 | -1/+4 |
| | |||||
* | restore live transcoding to live streaming tab | Rigel Kent | 2020-12-14 | 1 | -2/+2 |
| | |||||
* | slightly clearer layout of transcoding configuration | Rigel Kent | 2020-12-14 | 1 | -0/+22 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 1 | -0/+5 |
| | |||||
* | Fix dropdowns z-index | Chocobozzz | 2020-11-20 | 1 | -1/+0 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -0/+4 |
| | |||||
* | Fix playlist element dropdown overflow | Chocobozzz | 2020-08-25 | 1 | -1/+1 |
| | |||||
* | Fix z-index dropdown icon | Chocobozzz | 2020-08-25 | 1 | -5/+14 |
| | | | | Was on top of the header | ||||
* | On touchscreens add content overlay for opened menu (#3088) | Kim | 2020-08-17 | 1 | -0/+23 |
| | | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Avoid lost scroll position when modal open | kimsible | 2020-08-10 | 1 | -2/+1 |
| | |||||
* | correct column toggle z-index for user list | Rigel Kent | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | harmonize search for libraries | Rigel Kent | 2020-07-29 | 1 | -0/+1 |
| | |||||
* | Improve navigation sub-menu and tabs effects (#2971) | Kim | 2020-07-23 | 1 | -20/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix: disable vertical scroll instead of hide on desktop browsers | kimsible | 2020-07-23 | 1 | -0/+8 |
| | |||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | Fix dropdown menu overflow | Chocobozzz | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵ | Rigel Kent | 2020-05-04 | 1 | -5/+36 |
| | | | | search query param dynamically | ||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 1 | -2/+18 |
| | |||||
* | Fix tables width, paginators, button on mobile / touchscreens (#2695) | Kim | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | Improving select displays, focus box-shadows for paginators, instructions ↵ | Rigel Kent | 2020-04-13 | 1 | -6/+7 |
| | | | | for index url | ||||
* | Improve channel and account display on medium devices | Rigel Kent | 2020-04-03 | 1 | -0/+17 |
| | |||||
* | Put box-shadow for input focus in variables, apply form-control to p-multiselect | Rigel Kent | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 1 | -0/+17 |
| | |||||
* | Remove deprecated NgbTabsetModule module | Chocobozzz | 2020-04-01 | 1 | -10/+4 |
| | |||||
* | Replace p-progressbar and bootstrap progressbar with pure CSS alt | Rigel Kent | 2020-03-13 | 1 | -7/+0 |
| | |||||
* | More modern avatar upload, quota represented with progress bars | Rigel Kent | 2020-03-13 | 1 | -0/+7 |
| | |||||
* | Use grid to organise settings in admin, my-account | Rigel Kent | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Fix my-account list-overflow z-index for dropdowns compared to header | Rigel Kent | 2020-03-09 | 1 | -4/+3 |
| | |||||
* | Fix admin menu z-index for dropdowns compared to header | Rigel Kent | 2020-03-08 | 1 | -1/+7 |
| | |||||
* | Improve nav in admin/configuration | Rigel Kent | 2020-03-07 | 1 | -3/+15 |
| | |||||
* | Normalize modal close buttons, and cancel/submit button styles | Rigel Kent | 2020-03-06 | 1 | -4/+4 |
| | |||||
* | Add visitor settings, rework logged-in dropdown (#2514) | Rigel Kent | 2020-02-28 | 1 | -0/+8 |
| | | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles | ||||
* | Add notifications popover and tooltips to the z-index table | Rigel Kent | 2020-02-18 | 1 | -1/+11 |
| | |||||
* | Improve search typeahead performance and use native events | Rigel Kent | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | Search typeahead initial design | Rigel Kent | 2020-02-13 | 1 | -0/+4 |
| | |||||
* | Manage z-indexes in variables | Rigel Kent | 2020-02-13 | 1 | -2/+6 |
| | |||||
* | Add ListOverflow component to prevent sub-menu overflow | Rigel Kent | 2020-02-13 | 1 | -4/+4 |
| | |||||
* | Fix user dropdown menu with long texts | Rigel Kent | 2020-02-12 | 1 | -0/+4 |
| | | | | closes #2480 | ||||
* | Remove husky | Chocobozzz | 2020-01-21 | 1 | -5/+9 |
| | |||||
* | Add manage buttons for own channels and account, video counts (#2421) | Rigel Kent | 2020-01-21 | 1 | -0/+10 |
| | | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color | ||||
* | Add informational message at login for visitors coming from upload button | Rigel Kent | 2020-01-10 | 1 | -1/+5 |
| | | | | resolves #1880 | ||||
* | Update noscript message, reduce dropdown icon size and horizontal padding | Rigel Kent | 2019-12-26 | 1 | -0/+4 |
| | |||||
* | (css) vertical-center modals, bullet as separator | Rigel Kent | 2019-12-20 | 1 | -0/+21 |
| |