summaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Bump @nextcloud/browserslist-config from 1.0.0 to 2.1.0dependabot-preview[bot]2021-05-2524-70/+210
| |/ | | | | | | | | | | | | | | | | Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v1.0.0...v2.1.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-2510-8/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-242-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-2310-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-2210-2/+12
|/
* Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-214-2/+20
|\ | | | | Add option to exclude groups from creating link shares
| * allow excluding groups from creating link sharesRobin Appelman2021-05-123-2/+14
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * load share settings from the share manager in more placesRobin Appelman2021-05-121-0/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-05-21122-124/+124
| |
* | l10n: Unify spelling in "Readme"Valdnet2021-05-202-3/+3
| | | | | | | | Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | l10n: Unify spellingValdnet2021-05-201-1/+1
| | | | | | Spelling unification in Nextcloud applications.
* | Merge pull request #27007 from francoisfreitag/scriptMorris Jobke2021-05-182-6/+2
|\ \ | | | | | | Prefer string $file over 1-element array in script()
| * | Prefer string $file over 1-element array in script()François Freitag2021-05-182-6/+2
| | | | | | | | | | | | | | | | | | | | | The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr>