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
AgeCommit message (Collapse)Author
2022-07-06Merge pull request #33052 from nextcloud/fix/set-display-nameJoas Schilling
Do not send display name twice for saving
2022-07-06Merge pull request #33136 from nextcloud/fix/noid/custompropsSimon L
catch any exception for transaction control
2022-07-06catch any exception for transaction controlArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-06Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-06Merge pull request #33126 from nextcloud/dependabot/npm_and_yarn/core-js-3.23.3dependabot[bot]
2022-07-06Bump core-js from 3.22.7 to 3.23.3dependabot[bot]
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.7 to 3.23.3. - [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/compare/v3.22.7...v3.23.3) --- 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: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-05Merge pull request #32993 from nextcloud/fixes-for-quota-text-in-navigation-barDaniel Calviño Sánchez
Fixes for quota text in navigation bar
2022-07-05Merge pull request #33107 from nextcloud/enh/a11y-dynamic-grid-toggle-tooltipPytal
2022-07-05Merge pull request #33111 from nextcloud/fix/url-absoluteJulien Veyssier
Fix 404 when using index.php in the url
2022-07-05add missing GET param to getstoragestats urlJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-07-05Fix 404 when using index.php in the urlCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-05Merge pull request #33086 from ↵blizzz
nextcloud/techdebt/noid/allow-expiring-comments-of-multiple-objects-in-one-go Allow to expire comments of multiple objects with one call
2022-07-05Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumbJohn Molakvoæ
2022-07-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-05Fix translation of home breadcrumbfix/l10n-home-breadcrumbChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-04Change tooltip title of files grid view toggle dynamicallyenh/a11y-dynamic-grid-toggle-tooltipChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-04Merge pull request #33090 from ↵Carl Schwan
nextcloud/fix/noid/proppatch-properties-transaction-rollback DAV custom props: catch Exception and rollback transaction in case
2022-07-04Merge pull request #33097 from nextcloud/rakekniven-patch-2Simon L
l10n: Fixed typo
2022-07-04l10n: Fixed typorakekniven
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03Merge pull request #32095 from ↵MichaIng
nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
2022-07-03Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0dependabot[bot]
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/nextcloud/eslint-config/releases) - [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-config/compare/v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-02Merge pull request #33093 from ↵MichaIng
nextcloud/dependabot/composer/build/integration/sabre/dav-4.4.0 Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration
2022-07-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-02Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot/composer/build/integration/sabre/dav-4.4.0dependabot[bot]
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01DAV custom props: catch Exception and rollback transaction in casefix/noid/proppatch-properties-transaction-rollbackArthur Schiwon
- before exceptions were not caught, a started transaction might not have been finished - also resolve depractions and use IQueryBuilder Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-01Adjust fake managertechdebt/noid/allow-expiring-comments-of-multiple-objects-in-one-goJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Allow to expire comments of multiple objects with one callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Merge pull request #32576 from ↵Joas Schilling
nextcloud/feature/spreed-7321/automatic-DND-outside-of-availability 🤖 Automatically set user status to ⛔ DND outside of 📅 availability
2022-07-01Merge pull request #33043 from nextcloud/Valdnet-patch-2Carl Schwan
l10n: Separate words
2022-07-01l10n: Separate wordsValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-01Inject userId directlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix typo of availabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Remove unused importJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix predefined messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Add UI to opt-in on the status automationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Add status automationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Fix determination of cron job runJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01User status automation background jobJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-01Merge pull request #33079 from nextcloud/enh/a11y-file-picker-labelsJohn Molakvoæ
2022-07-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-01Add accessible names for file picker grid view toggle and new folder buttonenh/a11y-file-picker-labelsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-06-30Merge pull request #33075 from nextcloud/performance-ciCarl Schwan
Run performance testing in CI
2022-06-30Merge pull request #33068 from nextcloud/enh/note-trashbin-expirationPytal
2022-06-30use blueprint from repoRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-30use profiler actionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-30run performance comparisons in ciRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-06-30Merge pull request #33074 from nextcloud/enh/noid/en-dash-userstatusJohn Molakvoæ