summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump core-js from 3.13.1 to 3.15.1dependabot[bot]2021-06-2421-122/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.1 to 3.15.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.15.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Add security.txtLukas Reschke2021-06-234-0/+54
|/ | | | | | Ref https://securitytxt.org Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2021-06-232-0/+16
|
* fix NewUserMailHelperTestszaimen2021-06-221-3/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix NewUserMailHelperTestszaimen2021-06-221-3/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* [tx-robot] updated from transifexNextcloud bot2021-06-224-2/+10
|
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-06-202-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-06-198-10/+32
|
* [tx-robot] updated from transifexNextcloud bot2021-06-1812-0/+48
|
* Merge pull request #27537 from nextcloud/fix/noid/webauthn-localhostPytal2021-06-175-8/+20
|\ | | | | Allow WebAuthn on localhost as well
| * Allow WebAuthn on localhost as wellMorris Jobke2021-06-175-8/+20
| | | | | | | | | | | | | | | | * browsers typically whiteliste this as well - https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API * for developing purposes see https://developer.chrome.com/docs/devtools/webauthn/ Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | [tx-robot] updated from transifexNextcloud bot2021-06-1788-338/+338
|/
* Use product name in the auth token listJulius Härtl2021-06-163-9/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix avatar actionsJoas Schilling2021-06-151-2/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-132-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-112-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-06-102-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-06-092-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2021-06-082-0/+4
|
* Emit sidebar eventsLouis Chemineau2021-06-0723-192/+192
| | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-06-074-2/+6
|
* Merge pull request #27008 from francoisfreitag/no-jq-app-calendarJohn Molakvoæ2021-06-0522-163/+163
|\
| * Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-0522-163/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Drop reliance on deprecated global jQuery object. - Allow testing user interactions. - Use newer technology stack. --- Test user interactions with the groupware dav settings Add infrastructure to test Vue components: - Use recommended libraries: - https://vuejs.org/v2/guide/testing.html#Recommendations - Use jest-dom for robust assertions on the DOM state - Use user-event to be more representative of user actions - Code is transpiled by Jest, with the help of vue-jest. Ignore test files for no-unpublished-import. Prevent ESLint from flagging: ``` /home/runner/work/server/server/apps/dav/src/views/CalDavSettings.spec.js Error: 1:24 error "@testing-library/vue" is not published node/no-unpublished-import Error: 2:23 error "@testing-library/user-event" is not published node/no-unpublished-import ``` Signed-off-by: François Freitag <mail@franek.fr>
* | [tx-robot] updated from transifexNextcloud bot2021-06-052-64/+68
| |
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0481-169/+102
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-0412-2/+28
|
* [tx-robot] updated from transifexNextcloud bot2021-06-03138-266/+272
|
* Fix translation phpunit testJohn Molakvoæ (skjnldsv)2021-06-021-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* l10n: Spelling unificationValdnet2021-06-026-9/+9
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-02142-146/+146
|
* Merge pull request #27291 from nextcloud/Valdnet-patch-2Lukas Reschke2021-06-011-1/+1
|\ | | | | l10n: Correct spelling
| * l10n: Correct spellingValdnet2021-05-301-1/+1
| |
* | Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jestJohn Molakvoæ2021-05-3121-130/+130
|\ \ | | | | | | Rewrite requesttoken.spec.js with Jest
| * | Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-3021-130/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Jest](https://jestjs.io/) is a test runner that focuses on simplicity. It instruments babel to transform modules and test them. Using Jest simplifies the existing configuration and allows dropping a bunch of workarounds, as well as following the shared Babel configuration for new code. Signed-off-by: François Freitag <mail@franek.fr>
* | | Merge pull request #27295 from nextcloud/bug/27293/wrong-category-for-stringJohn Molakvoæ2021-05-313-5/+5
|\ \ \ | | | | | | | | Set app to settings for translate
| * | | Set app to settings for translateDaniel Kesselberg2021-05-303-5/+5
| | |/ | |/| | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / | [tx-robot] updated from transifexNextcloud bot2021-05-316-4/+8
|/ /
* / [tx-robot] updated from transifexNextcloud bot2021-05-30140-152/+162
|/
* Npm buildJohn Molakvoæ (skjnldsv)2021-05-2931-1883/+163
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump core-js from 3.10.1 to 3.13.1dependabot-preview[bot]2021-05-2920-60/+1780
| | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.1 to 3.13.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.13.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* l10n: Remove space from translationValdnet2021-05-281-3/+3
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Bump css-loader from 5.2.0 to 5.2.6dependabot[bot]2021-05-2711-15/+15
| | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.0 to 5.2.6. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.6) Signed-off-by: dependabot[bot] <support@github.com>
* Replace node-sass with sassJohn Molakvoæ (skjnldsv)2021-05-2712-21/+21
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump @nextcloud/vue from 3.7.2 to 3.10.0dependabot-preview[bot]2021-05-2726-1819/+1819
| | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.2 to 3.10.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/v3.10.0/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.7.2...v3.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-05-264-0/+6
|
* Merge pull request #27035 from ↵blizzz2021-05-252-249/+319
|\ | | | | | | | | nextcloud/techdebt/26866/userscontroller-accountmanager-api do not use private AccountManager in UsersController
| * do not use private AccountManager in UsersControllerArthur Schiwon2021-05-252-249/+319
| | | | | | | | | | | | | | | | - extends IAccountProperty for verificationData getters and setters - implementation thereof ^ - and of course adaption of UsersController Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #26338 from ↵dependabot-preview[bot]2021-05-2524-70/+210
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-2.1.0