Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | User dropdown and notifications popover improvements (#3344) | Kimsible | 2020-12-13 | 12 | -103/+285 |
| | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | do not crash if SMTP server is down | Girish Ramakrishnan | 2020-12-12 | 2 | -6/+5 |
| | | | | | | just log a warning if the SMTP server is down on startup time fixes #3457 | ||||
* | add info about hostname change (#3434) | kontrollanten | 2020-12-11 | 2 | -2/+3 |
| | | | Co-authored-by: Rigel Kent <par@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 | 3 | -7/+39 |
| | |||||
* | Live views update | Chocobozzz | 2020-12-09 | 9 | -25/+114 |
| | |||||
* | Refactor views component | Chocobozzz | 2020-12-09 | 10 | -14/+52 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-12-09 | 7 | -49/+55 |
| | |||||
* | 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 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 75 | -493/+431 |
| | |||||
* | disable x-powered-by even with csp disabled | Rigel Kent | 2020-12-09 | 1 | -1/+1 |
| | | | | follows Express and helmet recommendations | ||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 53 | -307/+503 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | Try to improve tools doc | Chocobozzz | 2020-12-08 | 1 | -1/+13 |
| | |||||
* | Fix loading data twice in rest tables | Chocobozzz | 2020-12-08 | 2 | -2/+2 |
| | |||||
* | Fix config test | Chocobozzz | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Refactor a little bit client canonical URL | Chocobozzz | 2020-12-08 | 5 | -84/+139 |
| | |||||
* | Add tests | Thomas Citharel | 2020-12-08 | 1 | -5/+25 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Set canonical link to original video/playlist url | Thomas Citharel | 2020-12-08 | 1 | -5/+13 |
| | | | | | | The local URL was used instead of the original url Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | server/mw/oauth: res.loc.auth to true upon auth | kontrollanten | 2020-12-08 | 2 | -1/+3 |
| | | | | | | | Setting res.locals.authenticated explicity to true makes it's more clear whether the req is authenticated when using optionalAuthenticate middlware. | ||||
* | plugins: add optional authentication for routes | kontrollanten | 2020-12-08 | 3 | -0/+26 |
| | |||||
* | Fix hook test | Chocobozzz | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Add unlimited max live duration by default | Chocobozzz | 2020-12-08 | 2 | -2/+2 |
| | |||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 5 | -8/+74 |
| | |||||
* | server accounts/videos: trigger filter hook | kontrollanten | 2020-12-08 | 1 | -2/+9 |
| | |||||
* | contributing documentation: add `parallel` as dependency (#3421) | kontrollanten | 2020-12-07 | 1 | -5/+4 |
| | | | Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | Fix ; | Chocobozzz | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Relax webtorrent file check | Chocobozzz | 2020-12-07 | 1 | -3/+3 |
| | |||||
* | wt-plugin: tighten sanity check | kontrollanten | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Revert "refactor(wt-plugin): create getVideoFile fn" | kontrollanten | 2020-12-07 | 1 | -10/+11 |
| | | | | This reverts commit 9110f52c4f1c0cf46fc906dbd4cef566497fb556. | ||||
* | Revert "refactor(wt-plugin): tighten TS definitions" | kontrollanten | 2020-12-07 | 1 | -2/+2 |
| | | | | This reverts commit cdca521e1560bf8b215f8eb17576985e7a77cff6. | ||||
* | refactor(wt-plugin): tighten TS definitions | kontrollanten | 2020-12-07 | 1 | -2/+2 |
| | |||||
* | refactor(wt-plugin): create getVideoFile fn | kontrollanten | 2020-12-07 | 1 | -11/+10 |
| | |||||
* | wt-plugin: clearify err msg | kontrollanten | 2020-12-07 | 1 | -0/+4 |
| | |||||
* | 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> | ||||
* | Fix viewers for lives | Chocobozzz | 2020-12-07 | 3 | -3/+16 |
| | |||||
* | Remove unused code climate | Chocobozzz | 2020-12-07 | 1 | -23/+0 |
| | |||||
* | Don't allow manual redundancy of live videos | Chocobozzz | 2020-12-07 | 2 | -3/+7 |
| | |||||
* | Use new primeng i18n api | Chocobozzz | 2020-12-07 | 2 | -7/+7 |
| | |||||
* | Fix replay last segments loop | Chocobozzz | 2020-12-07 | 1 | -12/+3 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 149 | -1108/+1721 |
| | |||||
* | hls-plugin: destroy hls upon third err | kontrollanten | 2020-12-07 | 1 | -0/+1 |
| | | | | According to hls.js docs `hls.destroy()` should be called https://github.com/video-dev/hls.js/blob/master/docs/API.md#final-step-destroying-switching-between-streams | ||||
* | update install documentation toc to include Centos 8 (#3411) | Agron | 2020-12-07 | 1 | -0/+1 |
| | |||||
* | Fix PostreSQL initialization for Gitpod | Jan Keromnes | 2020-12-06 | 2 | -8/+8 |
| | |||||
* | Update translations | Chocobozzz | 2020-12-04 | 68 | -12125/+17887 |
| | |||||
* | Translated using Weblate (Catalan) | Adrià Martín | 2020-12-04 | 1 | -50/+22 |
| | | | | | | | Currently translated at 27.8% (473 of 1697 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ca/ | ||||
* | Translated using Weblate (Catalan) | Adrià Martín | 2020-12-04 | 1 | -8/+8 |
| | | | | | | | Currently translated at 26.6% (452 of 1697 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ca/ | ||||
* | Translated using Weblate (Catalan) | Adrià Martín | 2020-12-04 | 1 | -4670/+5079 |
| | | | | | | | Currently translated at 26.1% (444 of 1697 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ca/ |