summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33163 from nextcloud/enh/a11y-account-property-labelsJohn Molakvoæ2022-07-083-4/+8
|\
| * Add current scope to scope actions labelChristopher Ng2022-07-073-4/+8
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-08134-194/+254
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33148 from nextcloud/enh/a11y-login-show-passwordPytal2022-07-076-30/+43
|\ \
| * | Use Button component to show password for improved accessibilityChristopher Ng2022-07-076-30/+43
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #33128 from nextcloud/enh/a11y-set-expanded-sharingPytal2022-07-074-5/+21
|\ \ \ | |_|/ |/| | Add expanded attribute to button for listing others with access
| * | Add expanded attribute to button for listing others with accessChristopher Ng2022-07-074-5/+21
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #33153 from ↵Joas Schilling2022-07-071-4/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/only-ignore-attempts-of-the-same-action Only ignore attempts of the same action
| * | Only ignore attempts of the same actionJoas Schilling2022-07-071-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #33140 from nextcloud/fix/trashbin-expiration-notice-casingJohn Molakvoæ2022-07-071-1/+1
|\ \ \ | |/ / |/| |
| * | Fix trashbin expiration notice casingChristopher Ng2022-07-061-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-0744-80/+100
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33052 from nextcloud/fix/set-display-nameJoas Schilling2022-07-064-3/+11
|\ \ | | | | | | Do not send display name twice for saving
| * | Fix unit testsJoas Schilling2022-07-061-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Prevent duplicate set display name requestChristopher Ng2022-06-281-1/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Do not save invalid display name to the databaseChristopher Ng2022-06-282-1/+7
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #33136 from nextcloud/fix/noid/custompropsSimon L2022-07-061-1/+1
|\ \ \ | |_|/ |/| | catch any exception for transaction control
| * | catch any exception for transaction controlArthur Schiwon2022-07-061-1/+1
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2022-07-06140-164/+406
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33126 from nextcloud/dependabot/npm_and_yarn/core-js-3.23.3dependabot[bot]2022-07-054-11/+11
|\ \
| * | Bump core-js from 3.22.7 to 3.23.3dependabot[bot]2022-07-054-11/+11
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #32993 from nextcloud/fixes-for-quota-text-in-navigation-barDaniel Calviño Sánchez2022-07-053-5/+11
|\ \ | | | | | | Fixes for quota text in navigation bar
| * | Fix quota text not updated after copying or moving a fileDaniel Calviño Sánchez2022-06-231-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the quota may change too when files are moved if the file is moved, for example, to or from a folder shared by other user. Besides the quota the storage statistics are also updated, similar to what is done when a file is deleted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix quota text not updated when no quota is setDaniel Calviño Sánchez2022-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | The JavaScript code that updates the quota text expects the element to have "quotatext" as id. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix quota text shown escapedDaniel Calviño Sánchez2022-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "t()" escapes and sanitizes the returned text by default, so strings like "<" are converted to "&lt;". However, the "jQuery.text()" parameter does not need to be escaped, as "&lt;" is shown literally as "&lt;" rather than "<". Now "jQuery.html()" is used instead, which "unescapes" the given text and sets it as a new text node (as the text in the parameter does not contain markup for elements, only text). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #33107 from nextcloud/enh/a11y-dynamic-grid-toggle-tooltipPytal2022-07-053-9/+13
|\ \ \
| * | | Change tooltip title of files grid view toggle dynamicallyChristopher Ng2022-07-043-9/+13
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #33111 from nextcloud/fix/url-absoluteJulien Veyssier2022-07-051-2/+4
|\ \ \ \ | | | | | | | | | | Fix 404 when using index.php in the url
| * | | | add missing GET param to getstoragestats urlJulien Veyssier2022-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | | Fix 404 when using index.php in the urlCarl Schwan2022-07-051-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #33086 from ↵blizzz2022-07-054-11/+52
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/techdebt/noid/allow-expiring-comments-of-multiple-objects-in-one-go Allow to expire comments of multiple objects with one call
| * | | | Adjust fake managerJoas Schilling2022-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Allow to expire comments of multiple objects with one callJoas Schilling2022-07-013-10/+51
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumbJohn Molakvoæ2022-07-051-1/+1
|\ \ \ \ \
| * | | | | Fix translation of home breadcrumbChristopher Ng2022-07-041-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / | | | [tx-robot] updated from transifexNextcloud bot2022-07-0526-16/+18
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33090 from ↵Carl Schwan2022-07-041-54/+76
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/proppatch-properties-transaction-rollback DAV custom props: catch Exception and rollback transaction in case
| * | | | DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-011-54/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | Merge pull request #33097 from nextcloud/rakekniven-patch-2Simon L2022-07-043-4/+4
|\ \ \ \ \ | | | | | | | | | | | | l10n: Fixed typo
| * | | | | l10n: Fixed typorakekniven2022-07-043-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0446-30/+306
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32095 from ↵MichaIng2022-07-032-55/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.0.0 Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0
| * | | | | | Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0dependabot[bot]2022-07-032-55/+53
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / / / / [tx-robot] updated from transifexNextcloud bot2022-07-0320-2/+30
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #33093 from ↵MichaIng2022-07-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot[bot]2022-07-021-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / | | | [tx-robot] updated from transifexNextcloud bot2022-07-0260-20/+82
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32576 from ↵Joas Schilling2022-07-0113-4/+390
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feature/spreed-7321/automatic-DND-outside-of-availability 🤖 Automatically set user status to ⛔ DND outside of 📅 availability
| * | | | Inject userId directlyJoas Schilling2022-07-011-7/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix typo of availabilityJoas Schilling2022-07-013-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>