summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27537 from nextcloud/fix/noid/webauthn-localhostPytal2021-06-175-7/+17
|\ | | | | Allow WebAuthn on localhost as well
| * Allow WebAuthn on localhost as wellMorris Jobke2021-06-175-7/+17
| | | | | | | | | | | | | | | | * 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>
* | Let apps toggle an unread counter on app iconsJulius Härtl2021-06-165-11/+64
|/ | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2021-06-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-06-142-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-06-132-22/+22
|
* Convert command option defaults to stringsChristoph Wurst2021-06-093-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #27429 from nextcloud/bug/26085/wrong-data-add-order-byChristoph Wurst2021-06-091-5/+2
|\ | | | | Don't pass a column object to addOrderBy
| * Fix #26085Daniel Kesselberg2021-06-081-5/+2
| | | | | | | | | | | | | | | | addOrderBy expects a order expression. For the migration scenario we have column objects. Column objects are not supported by quoteColumnName yet. A column object as order expression is most likely an edgy thing when migration database information. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2021-06-082-0/+8
| |
* | Merge pull request #27123 from nextcloud/feature/emit_sidebar_eventsMorris Jobke2021-06-0718-164/+161
|\ \ | | | | | | Emit Sidebar events on nextcloud-bus
| * | Emit sidebar eventsLouis Chemineau2021-06-0718-164/+161
| | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-2/+2
|\ \ \ | |/ / |/| | Fix some php 8 warnings
| * | Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | PHP 8 shows deprecation warnings about this, see #25806 Removes the "default" values, as they actually are required parameters anyway. Signed-off-by: Richard de Boer <git@tubul.net>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-074-2/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-064-0/+32
| | |
* | | Merge pull request #27008 from francoisfreitag/no-jq-app-calendarJohn Molakvoæ2021-06-0518-160/+163
|\ \ \
| * | | Port dav calendar settings page to Vue.jsFrançois Freitag2021-06-0518-160/+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>
* | | | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-04174-335/+170
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-0416-24/+80
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-03136-494/+494
| | |
* | | l10n: Spelling unificationValdnet2021-06-025-8/+8
| |/ |/| | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ2021-06-021-0/+4
|\ \ | | | | | | better cleanup of user files on user deletion
| * | better cleanup of user files on user deletionRobin Appelman2021-04-271-0/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jestJohn Molakvoæ2021-05-3121-247/+171
|\ \ \ | | | | | | | | Rewrite requesttoken.spec.js with Jest
| * | | Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-3021-247/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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>
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-316-6/+6
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-304-12/+12
|/ / /
* | | Npm buildJohn Molakvoæ (skjnldsv)2021-05-2918-112/+112
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Bump core-js from 3.10.1 to 3.13.1dependabot-preview[bot]2021-05-2915-84/+84
| |/ |/| | | | | | | | | | | | | | | 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>
* | Merge pull request #27061 from nextcloud/feature/noid/contacts-activityJohn Molakvoæ2021-05-281-0/+0
|\ \
| * | Add activities for addressbook managementJoas Schilling2021-05-211-0/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Bump css-loader from 5.2.0 to 5.2.6dependabot[bot]2021-05-2712-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-278-14/+14
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Bump @nextcloud/vue from 3.7.2 to 3.10.0dependabot-preview[bot]2021-05-2712-72/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Add circles as shipped appMorris Jobke2021-05-261-0/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #27113 from ↵kesselb2021-05-261-4/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/remove-migration-commands-unless-in-debug-mode Remove the migration commands unless in debug mode
| * | | Remove the migration commands unless in debug modeJoas Schilling2021-05-261-4/+7
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #27099 from nextcloud/bugfix/noid/make-user-report-scaleJohn Molakvoæ2021-05-261-13/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Make user:report command scaleJoas Schilling2021-05-261-13/+26
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-264-4/+10
| | | |
* | | | Merge pull request #26338 from ↵dependabot-preview[bot]2021-05-2520-101/+1012
|\ \ \ \ | | | | | | | | | | | | | | | 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-2520-101/+1012
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke2021-05-255-0/+374
|\ \ \ \ | |_|/ / |/| | | Add commands to manage tags via OCC
| * | | Add commands to manage tags via OCCJohannes Leuker2021-05-255-0/+374
| | | | | | | | | | | | | | | | | | | | | | | | list, add, delete, edit Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-258-8/+26
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-244-4/+10
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-236-46/+58
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-2214-2/+44
| |/ / |/| |