Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: long text on modals | sanchis | 2021-03-08 | 1 | -0/+1 |
| | |||||
* | refactor noscript/incompatible browser messages (#3684) | Cadence Ember | 2021-02-03 | 1 | -5/+5 |
| | | | | | also align noscript and incompatible browser styles Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Upgrade client dependencies | Chocobozzz | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | add description to transcoding profile selector | Rigel Kent | 2021-01-28 | 1 | -0/+10 |
| | |||||
* | Fix ng select theme | Chocobozzz | 2021-01-20 | 2 | -1/+9 |
| | |||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 1 | -0/+5 |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | ||||
* | Add font display swap | Chocobozzz | 2021-01-19 | 1 | -0/+2 |
| | |||||
* | Fix table header overflow | Chocobozzz | 2021-01-15 | 1 | -0/+3 |
| | |||||
* | Move orange admin buttons on the left side | Chocobozzz | 2021-01-13 | 1 | -3/+5 |
| | |||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 1 | -4/+8 |
| | | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change | ||||
* | Use source sans 3 font | Chocobozzz | 2021-01-13 | 8 | -23/+23 |
| | |||||
* | Increase play button size | Chocobozzz | 2020-12-17 | 2 | -2/+3 |
| | |||||
* | Fix ng-select width | Chocobozzz | 2020-12-15 | 1 | -11/+0 |
| | |||||
* | Fix password input in edit user | Chocobozzz | 2020-12-15 | 1 | -0/+7 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | restore wrapping in reports | Rigel Kent | 2020-12-13 | 1 | -0/+1 |
| | |||||
* | Improve live player responsive | Chocobozzz | 2020-12-10 | 2 | -7/+37 |
| | |||||
* | unify inputs requiring buttons like password inputs | Rigel Kent | 2020-12-04 | 1 | -1/+2 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 2 | -0/+9 |
| | |||||
* | Fix themes colors by using SCSS variables (#3376) | Mathieu Brunot | 2020-11-30 | 1 | -1/+2 |
| | | | | | | | | | * :lipstick: Use foreground var for code * :lipstick: Use submenu var color * :lipstick: Use foreground var color for menu * :bug: Fix var used in menu | ||||
* | Fix notification width | Chocobozzz | 2020-11-27 | 1 | -0/+2 |
| | |||||
* | adjust registration form width on mobile (#3274) | test2a | 2020-11-25 | 1 | -0/+1 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Fix dropdowns z-index | Chocobozzz | 2020-11-20 | 2 | -2/+1 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2020-11-19 | 2 | -93/+553 |
| | | | | Migrate removed primeng theme to custom CSS | ||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -0/+4 |
| | |||||
* | Put admin actions on the left | Chocobozzz | 2020-11-16 | 2 | -2/+2 |
| | |||||
* | Dropdown should be on top of everything | Chocobozzz | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Reorganize left menu and account menu | Chocobozzz | 2020-11-13 | 1 | -2/+3 |
| | | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library | ||||
* | Fix global loading bar in client | Chocobozzz | 2020-11-09 | 1 | -0/+4 |
| | |||||
* | Add warning below live stream key field | Chocobozzz | 2020-11-09 | 1 | -0/+7 |
| | |||||
* | Fix playlist element dropdown overflow | Chocobozzz | 2020-08-25 | 3 | -15/+16 |
| | |||||
* | Fix z-index dropdown icon | Chocobozzz | 2020-08-25 | 2 | -7/+16 |
| | | | | 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> | ||||
* | Refactor popover markdown, add code style | kimsible | 2020-08-14 | 1 | -0/+10 |
| | |||||
* | Use ng select for multiselect | Chocobozzz | 2020-08-11 | 2 | -61/+11 |
| | |||||
* | add ng-select for templatable select options | Rigel Kent | 2020-08-11 | 3 | -69/+30 |
| | | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation | ||||
* | Fix expanded margin content css var unapplied | kimsible | 2020-08-11 | 1 | -3/+3 |
| | |||||
* | Refactor - improve offset content handling with fixed sub-menu and ↵ | kimsible | 2020-08-11 | 1 | -14/+21 |
| | | | | broadcast-message | ||||
* | Remove smooth scroll behaviour | Chocobozzz | 2020-08-10 | 1 | -4/+0 |
| | | | | It's not adapted to a SPA because the scroll is updated when we change page | ||||
* | Add new anchors in my-settings and handle offset sub-menu height (#3032) | Kim | 2020-08-10 | 1 | -1/+5 |
| | | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Do not display videojs poster when video is starting | kimsible | 2020-08-10 | 1 | -0/+8 |
| | |||||
* | Correctly fix sub menu | Chocobozzz | 2020-08-10 | 1 | -4/+11 |
| | |||||
* | Add buttons in playlist page | Chocobozzz | 2020-08-10 | 1 | -0/+1 |
| | | | | To delete/edit/share the playlist | ||||
* | Fix playlist layout on mobile | Chocobozzz | 2020-08-10 | 1 | -10/+9 |
| | |||||
* | Avoid lost scroll position when modal open | kimsible | 2020-08-10 | 1 | -2/+1 |
| |