summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-07-0978-88/+130
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-rowblizzz2022-07-083-9/+4
|\ | | | | Remove unecessary row and make compatible with db schema
| * Set as optional argumentVitor Mattos2022-06-132-2/+2
| | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * Remove unecessary row and make compatible with db schemaVitor Mattos2022-06-133-8/+3
| | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | Merge pull request #33118 from nextcloud/fix/address-book-exportblizzz2022-07-081-0/+4
|\ \ | | | | | | Fix empty address books being exported
| * | Fix empty address books being exportedChristopher Ng2022-07-051-0/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #32377 from nextcloud/rakekniven-patch-1blizzz2022-07-081-1/+1
|\ \ \ | | | | | | | | l10n: Changed spelling
| * \ \ Merge branch 'rakekniven-patch-1' of https://github.com/nextcloud/server ↵rakekniven2022-07-050-0/+0
| |\ \ \ | | | | | | | | | | | | | | | into rakekniven-patch-1
| | * | | l10n: Changed spellingrakekniven2022-07-053-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://en.wikipedia.org/wiki/MIME for details. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Merge branch 'master' into rakekniven-patch-1rakekniven2022-07-052689-20298/+66777
| |\ \ \ \
| * | | | | l10n: Changed spellingrakekniven2022-05-164-2005/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://en.wikipedia.org/wiki/MIME for details. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #33110 from nextcloud/feat/handle-onetime-password-largeblizzz2022-07-086-7/+107
|\ \ \ \ \ | | | | | | | | | | | | Handle one time password and very large passwords
| * | | | | Don't allow setting password bigger than 469 charactersCarl Schwan2022-07-053-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Handler large passwordsCarl Schwan2022-07-052-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For passwords bigger than 250 characters, use a bigger key since the performance impact is minor (around one second to encrypt the password). For passwords bigger than 470 characters, give up earlier and throw exeception recommanding admin to either enable the previously enabled configuration or use smaller passwords. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Handle one time passwordsCarl Schwan2022-07-053-5/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an option to disable storing passwords in the database. This might be desirable when using single use token as passwords or very large passwords. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | 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>