Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2021-06-18Merge pull request #27532 from ↵Morris Jobke
nextcloud/fix/noid/properly-cleanup-webauthn-user-deletion Properly cleanup entries of WebAuthn on user deletion
2021-06-18Properly cleanup entries of WebAuthn on user deletionMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-06-17Merge pull request #27537 from nextcloud/fix/noid/webauthn-localhostPytal
Allow WebAuthn on localhost as well
2021-06-17Allow WebAuthn on localhost as wellMorris Jobke
* 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>
2021-06-16Let apps toggle an unread counter on app iconsJulius Härtl
Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-16Use product name in places where it is appropriate rather than the instance nameJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-15[tx-robot] updated from transifexNextcloud bot
2021-06-14[tx-robot] updated from transifexNextcloud bot
2021-06-13[tx-robot] updated from transifexNextcloud bot
2021-06-09Convert command option defaults to stringsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-09Merge pull request #27429 from nextcloud/bug/26085/wrong-data-add-order-byChristoph Wurst
Don't pass a column object to addOrderBy
2021-06-08Fix #26085Daniel Kesselberg
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>
2021-06-08[tx-robot] updated from transifexNextcloud bot
2021-06-08Merge pull request #27123 from nextcloud/feature/emit_sidebar_eventsMorris Jobke
Emit Sidebar events on nextcloud-bus
2021-06-08Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke
Fix some php 8 warnings
2021-06-07Emit sidebar eventsLouis Chemineau
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>
2021-06-07[tx-robot] updated from transifexNextcloud bot
2021-06-06[tx-robot] updated from transifexNextcloud bot
2021-06-05Merge pull request #27008 from francoisfreitag/no-jq-app-calendarJohn Molakvoæ
2021-06-05Port dav calendar settings page to Vue.jsFrançois Freitag
- 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>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-06-04[tx-robot] updated from transifexNextcloud bot
2021-06-03[tx-robot] updated from transifexNextcloud bot
2021-06-02l10n: Spelling unificationValdnet
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-06-02Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ
better cleanup of user files on user deletion
2021-05-31Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jestJohn Molakvoæ
Rewrite requesttoken.spec.js with Jest
2021-05-31[tx-robot] updated from transifexNextcloud bot
2021-05-30Rewrite requesttoken.spec.js with JestFrançois Freitag
[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>
2021-05-30[tx-robot] updated from transifexNextcloud bot
2021-05-29Npm buildJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-29Bump core-js from 3.10.1 to 3.13.1dependabot-preview[bot]
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>
2021-05-29Fix functions taking optional parameters before required onesRichard de Boer
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>
2021-05-28Merge pull request #27061 from nextcloud/feature/noid/contacts-activityJohn Molakvoæ
2021-05-27Bump css-loader from 5.2.0 to 5.2.6dependabot[bot]
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>
2021-05-27Replace node-sass with sassJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-27Bump @nextcloud/vue from 3.7.2 to 3.10.0dependabot-preview[bot]
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>
2021-05-26Add circles as shipped appMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-05-26Merge pull request #27113 from ↵kesselb
nextcloud/techdebt/noid/remove-migration-commands-unless-in-debug-mode Remove the migration commands unless in debug mode
2021-05-26Merge pull request #27099 from nextcloud/bugfix/noid/make-user-report-scaleJohn Molakvoæ
2021-05-26Make user:report command scaleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-26Remove the migration commands unless in debug modeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-26[tx-robot] updated from transifexNextcloud bot
2021-05-25Merge pull request #26338 from ↵dependabot-preview[bot]
nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-2.1.0
2021-05-25Bump @nextcloud/browserslist-config from 1.0.0 to 2.1.0dependabot-preview[bot]
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>
2021-05-25Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke
Add commands to manage tags via OCC
2021-05-25Add commands to manage tags via OCCJohannes Leuker
list, add, delete, edit Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
2021-05-25[tx-robot] updated from transifexNextcloud bot
2021-05-24[tx-robot] updated from transifexNextcloud bot
2021-05-23[tx-robot] updated from transifexNextcloud bot
2021-05-22[tx-robot] updated from transifexNextcloud bot