Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 5 | -10/+58 | |
| | | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts | |||||
* | show first decimal for views above a thousand (#3564) | Rigel Kent | 2021-01-13 | 1 | -2/+17 | |
| | | | | | * show first decimal for views above a thousand * Update client/src/app/shared/shared-main/angular/number-formatter.pipe.ts | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+4 | |
| | ||||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 13 | -15/+132 | |
| | | | | | | | * 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 | 3 | -2/+4 | |
| | ||||||
* | better subscribe button display for accounts | Rigel Kent | 2021-01-12 | 2 | -1/+6 | |
| | ||||||
* | fix remote subscribe input alignment | Rigel Kent | 2021-01-11 | 1 | -2/+4 | |
| | ||||||
* | Fix duplicate entry in job list page | Chocobozzz | 2021-01-11 | 1 | -1/+0 | |
| | ||||||
* | Retrieve user by id instead of username | Chocobozzz | 2021-01-11 | 1 | -5/+0 | |
| | ||||||
* | Fix twitter config description | Chocobozzz | 2021-01-11 | 1 | -1/+2 | |
| | | | | It's not optional | |||||
* | Fix theme npm link | Chocobozzz | 2021-01-11 | 5 | -6/+22 | |
| | ||||||
* | Add more hints regarding live port | Chocobozzz | 2021-01-11 | 3 | -2/+10 | |
| | ||||||
* | reflect location origin for application feed url in production | Rigel Kent | 2021-01-10 | 1 | -1/+1 | |
| | ||||||
* | Mark 'These settings apply only to' string as i18n-able | Marcin Mikołajczak | 2021-01-09 | 1 | -1/+1 | |
| | ||||||
* | Don't display log level in audit logs view | Chocobozzz | 2020-12-30 | 2 | -1/+2 | |
| | ||||||
* | Clearer anonymous settings modal title | Chocobozzz | 2020-12-30 | 2 | -2/+4 | |
| | ||||||
* | Fix login error display | Chocobozzz | 2020-12-29 | 1 | -5/+6 | |
| | ||||||
* | Fix some accessibility issues | Chocobozzz | 2020-12-22 | 22 | -44/+63 | |
| | ||||||
* | Fix admin table filters | Chocobozzz | 2020-12-17 | 5 | -6/+10 | |
| | ||||||
* | Don't update timestamps for a live | Chocobozzz | 2020-12-17 | 1 | -1/+3 | |
| | ||||||
* | Fix live miniatures | Chocobozzz | 2020-12-17 | 1 | -0/+2 | |
| | ||||||
* | Fix about and display live info layout | Chocobozzz | 2020-12-16 | 2 | -0/+5 | |
| | ||||||
* | Don't display max duration if disabled | Chocobozzz | 2020-12-16 | 1 | -1/+1 | |
| | ||||||
* | Fix about follows page | Chocobozzz | 2020-12-16 | 1 | -1/+1 | |
| | ||||||
* | Fix ng-select width | Chocobozzz | 2020-12-15 | 2 | -6/+7 | |
| | ||||||
* | Fix password input in edit user | Chocobozzz | 2020-12-15 | 3 | -4/+12 | |
| | ||||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 3 | -15/+9 | |
| | ||||||
* | Fix ng select in admin | Chocobozzz | 2020-12-15 | 2 | -8/+12 | |
| | ||||||
* | restore live transcoding to live streaming tab | Rigel Kent | 2020-12-14 | 4 | -84/+129 | |
| | ||||||
* | slightly clearer layout of transcoding configuration | Rigel Kent | 2020-12-14 | 3 | -128/+236 | |
| | ||||||
* | Add link to the documentation for live streaming | Chocobozzz | 2020-12-14 | 6 | -2/+27 | |
| | ||||||
* | Simplify a little bit about follows more logic | Chocobozzz | 2020-12-14 | 3 | -37/+38 | |
| | ||||||
* | Show count of instances and fix show/hide button | mahdi | 2020-12-14 | 3 | -11/+12 | |
| | ||||||
* | fix merge conflicts | Rigel Kent | 2020-12-14 | 1 | -8/+0 | |
| | ||||||
* | Fix coding style | MahdiTurki | 2020-12-14 | 1 | -1/+1 | |
| | ||||||
* | Add hide list | MahdiTurki | 2020-12-14 | 2 | -7/+25 | |
| | ||||||
* | Change button | MahdiTurki | 2020-12-14 | 3 | -11/+21 | |
| | ||||||
* | Add button to display full list in About page | MahdiTurki | 2020-12-14 | 3 | -16/+23 | |
| | ||||||
* | Fix themes in about page | Chocobozzz | 2020-12-14 | 2 | -2/+2 | |
| | ||||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 3 | -14/+46 | |
| | ||||||
* | User dropdown and notifications popover improvements (#3344) | Kimsible | 2020-12-13 | 10 | -102/+284 | |
| | | | | | | | | | | | | | | | | | | | * hove user dropdown on avatar and username * rename avatar-notification to notification component * use a link on mobile for notification component * add profile user dropdown and mobile notifications link as reusable active link * replace markAllAsRead inbox glyphicon to ok in notification popover * remove keyboard shortcuts from user dropdown on mobile * use common bell icon instead of inbox-full for notifications * remove duplicated notification in user dropdown since the bell appears on the right * adjust sensitive icon in user dropdown * align vertically user buttons popover and dropdown * adjust ellipsis on user display name and username in menu * adjust notification bell for mobile in menu * display background of user dropdown avatar and username for touchscreens * add right arrow indicator on mobile Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | |||||
* | admin config: fix typo | kontrollanten | 2020-12-11 | 1 | -1/+1 | |
| | | | https://www.grammarly.com/blog/know-your-latin-i-e-vs-e-g/ | |||||
* | Fix comments count | Chocobozzz | 2020-12-10 | 1 | -1/+3 | |
| | ||||||
* | Fix socket io with angular | Chocobozzz | 2020-12-10 | 2 | -8/+9 | |
| | ||||||
* | Improve live player responsive | Chocobozzz | 2020-12-10 | 1 | -0/+2 | |
| | ||||||
* | Live views update | Chocobozzz | 2020-12-09 | 2 | -18/+39 | |
| | ||||||
* | Refactor views component | Chocobozzz | 2020-12-09 | 9 | -11/+50 | |
| | ||||||
* | add previous button to registration form, with alignment | Rigel Kent | 2020-12-09 | 3 | -6/+16 | |
| | ||||||
* | fix tabindex on login page | Rigel Kent | 2020-12-09 | 3 | -2/+3 | |
| | ||||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 8 | -20/+56 | |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses |