aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests timeoutChocobozzz2020-12-1413-52/+57
|
* Add joblog at the end of ciChocobozzz2020-12-148-16/+20
|
* Display error logs in CIChocobozzz2020-12-141-3/+2
|
* Display job log in ciChocobozzz2020-12-141-8/+18
|
* Parse log script can take files as argsChocobozzz2020-12-143-18/+29
|
* Test with 3 parallel testsChocobozzz2020-12-141-3/+3
|
* Save logs on ci failureChocobozzz2020-12-143-4/+22
|
* add display of logs matching any stateRigel Kent2020-12-138-26/+113
|
* restore wrapping in reportsRigel Kent2020-12-131-0/+1
|
* User dropdown and notifications popover improvements (#3344)Kimsible2020-12-1312-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 downGirish Ramakrishnan2020-12-122-6/+5
| | | | | | just log a warning if the SMTP server is down on startup time fixes #3457
* add info about hostname change (#3434)kontrollanten2020-12-112-2/+3
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* admin config: fix typokontrollanten2020-12-111-1/+1
| | | https://www.grammarly.com/blog/know-your-latin-i-e-vs-e-g/
* Fix comments countChocobozzz2020-12-101-1/+3
|
* Fix socket io with angularChocobozzz2020-12-102-8/+9
|
* Improve live player responsiveChocobozzz2020-12-103-7/+39
|
* Live views updateChocobozzz2020-12-099-25/+114
|
* Refactor views componentChocobozzz2020-12-0910-14/+52
|
* Fix live testsChocobozzz2020-12-097-49/+55
|
* add previous button to registration form, with alignmentRigel Kent2020-12-093-6/+16
|
* fix tabindex on login pageRigel Kent2020-12-093-2/+3
|
* Upgrade sequelize to v6Chocobozzz2020-12-0975-493/+431
|
* disable x-powered-by even with csp disabledRigel Kent2020-12-091-1/+1
| | | | follows Express and helmet recommendations
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-0853-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 docChocobozzz2020-12-081-1/+13
|
* Fix loading data twice in rest tablesChocobozzz2020-12-082-2/+2
|
* Fix config testChocobozzz2020-12-081-1/+1
|
* Refactor a little bit client canonical URLChocobozzz2020-12-085-84/+139
|
* Add testsThomas Citharel2020-12-081-5/+25
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Set canonical link to original video/playlist urlThomas Citharel2020-12-081-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 authkontrollanten2020-12-082-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 routeskontrollanten2020-12-083-0/+26
|
* Fix hook testChocobozzz2020-12-081-1/+1
|
* Add unlimited max live duration by defaultChocobozzz2020-12-082-2/+2
|
* Use dedicated hooks for account/channel videosChocobozzz2020-12-085-8/+74
|
* server accounts/videos: trigger filter hookkontrollanten2020-12-081-2/+9
|
* contributing documentation: add `parallel` as dependency (#3421)kontrollanten2020-12-071-5/+4
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix ;Chocobozzz2020-12-071-1/+1
|
* Relax webtorrent file checkChocobozzz2020-12-071-3/+3
|
* wt-plugin: tighten sanity checkkontrollanten2020-12-071-1/+1
|
* Revert "refactor(wt-plugin): create getVideoFile fn"kontrollanten2020-12-071-10/+11
| | | | This reverts commit 9110f52c4f1c0cf46fc906dbd4cef566497fb556.
* Revert "refactor(wt-plugin): tighten TS definitions"kontrollanten2020-12-071-2/+2
| | | | This reverts commit cdca521e1560bf8b215f8eb17576985e7a77cff6.
* refactor(wt-plugin): tighten TS definitionskontrollanten2020-12-071-2/+2
|
* refactor(wt-plugin): create getVideoFile fnkontrollanten2020-12-071-11/+10
|
* wt-plugin: clearify err msgkontrollanten2020-12-071-0/+4
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-0721-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 livesChocobozzz2020-12-073-3/+16
|
* Remove unused code climateChocobozzz2020-12-071-23/+0
|
* Don't allow manual redundancy of live videosChocobozzz2020-12-072-3/+7
|
* Use new primeng i18n apiChocobozzz2020-12-072-7/+7
|