Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Fix loading data twice in rest tables | Chocobozzz | 2020-12-08 | 2 | -2/+2 | |
| | ||||||
* | improvements to login and sign-up pages (#3357) | Kimsible | 2020-12-07 | 21 | -254/+543 | |
| | | | | | | | | | | | | | | | | | | * New login form ui * Move InstanceAboutAccordion to shared components * Update closed registration alert text * Add alert for opened registration and move them bellow login form * Adjust flex block on signup and login views * Replace toggle accordion with expand on links in signup and login + scrollTo * Improve display of login alerts * Fix missing Component suffix * Define min-width instance-information block sign-up and login for mobile screens * Add ability to select specific panels in instanceAboutAccorddion * Add instance title and short-description to common instanceAboutAccordion * Clarify title alert in login page * Add step terms for signup Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | |||||
* | Don't allow manual redundancy of live videos | Chocobozzz | 2020-12-07 | 1 | -1/+1 | |
| | ||||||
* | Use new primeng i18n api | Chocobozzz | 2020-12-07 | 2 | -7/+7 | |
| | ||||||
* | unify inputs requiring buttons like password inputs | Rigel Kent | 2020-12-04 | 25 | -99/+175 | |
| | ||||||
* | Load video in permanent live after last one ended | Chocobozzz | 2020-12-04 | 1 | -1/+12 | |
| | ||||||
* | Add badge for permanent live in live info modal | Chocobozzz | 2020-12-04 | 3 | -12/+17 | |
| | ||||||
* | Fix login guard to videos from subscriptions | Chocobozzz | 2020-12-03 | 1 | -0/+2 | |
| | ||||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 4 | -3/+42 | |
| | ||||||
* | refactor 404 page | Rigel Kent | 2020-12-03 | 6 | -17/+127 | |
| | ||||||
* | Fix lint | Chocobozzz | 2020-12-03 | 1 | -1/+1 | |
| | ||||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 7 | -39/+116 | |
| | ||||||
* | register: hide channel step if upload quota is 0 | kontrollanten | 2020-12-03 | 5 | -4/+15 | |
| | | | | fix #782 | |||||
* | Fix duplicate ids in admin config form | Chocobozzz | 2020-12-01 | 1 | -3/+3 | |
| | ||||||
* | Fix socket io messages angular changes | Chocobozzz | 2020-12-01 | 1 | -5/+7 | |
| | ||||||
* | Select first available channel when accepting ownership change (#3382) | Florian CUNY | 2020-12-01 | 2 | -1/+5 | |
| | | | | | | | | | * Select first available channel when accepting ownership change Implements https://github.com/Chocobozzz/PeerTube/issues/2240 * Made use of #patchValue() to set the default selected value And removed the disabled state for the Accept button | |||||
* | Fix themes colors by using SCSS variables (#3376) | Mathieu Brunot | 2020-11-30 | 1 | -4/+4 | |
| | | | | | | | | | * :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 scroll check in infinite scroller directive | Chocobozzz | 2020-11-30 | 1 | -6/+7 | |
| | ||||||
* | Added Markdown formatting in all the fields of the "About" page (#3371) | Florian CUNY | 2020-11-30 | 4 | -30/+28 | |
| | | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch | |||||
* | :sparkles: Add input-password #3375 | madmath03 | 2020-11-30 | 1 | -0/+2 | |
| | ||||||
* | Fix local e2e tests | Chocobozzz | 2020-11-30 | 1 | -1/+1 | |
| | ||||||
* | Refactor last PR | Chocobozzz | 2020-11-27 | 5 | -19/+13 | |
| | ||||||
* | Various front optimizations | Chocobozzz | 2020-11-27 | 7 | -47/+59 | |
| | ||||||
* | add title attribute for exact view counters (#3365) | Tanguy BERNARD | 2020-11-27 | 4 | -4/+22 | |
| | ||||||
* | Profile settings title consistency | Chocobozzz | 2020-11-26 | 6 | -17/+17 | |
| | ||||||
* | Create a dedicated transcoding tab in admin config | Chocobozzz | 2020-11-26 | 1 | -135/+133 | |
| | ||||||
* | Do not display wait transcoding checkbox | Chocobozzz | 2020-11-26 | 2 | -1/+11 | |
| | | | | If this is a live and save replay is not enabled | |||||
* | adjust registration form width on mobile (#3274) | test2a | 2020-11-25 | 2 | -6/+17 | |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | |||||
* | Fix comment account external URL | Chocobozzz | 2020-11-25 | 2 | -9/+19 | |
| | | | | | It did not work, and I think it's better to target the local account page anyway | |||||
* | Fix circular dep issue | Chocobozzz | 2020-11-25 | 8 | -14/+20 | |
| | ||||||
* | Add new default different avatar for channel and account | kimsible | 2020-11-25 | 15 | -51/+77 | |
| | ||||||
* | Fix migration and test | Chocobozzz | 2020-11-25 | 2 | -5/+4 | |
| | ||||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 16 | -101/+110 | |
| | ||||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 14 | -11/+246 | |
| | ||||||
* | Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329) | Kimsible | 2020-11-25 | 2 | -6/+7 | |
| | | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com> | |||||
* | fix user preferences column width for notifications table (#3352) | Kimsible | 2020-11-24 | 1 | -6/+4 | |
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> | |||||
* | fix forgotten/reset password UI (#3351) | Kimsible | 2020-11-24 | 2 | -1/+34 | |
| | | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu> |