summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-284-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-262-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Revert change that made `OC.Util.humanFileSize` return base 10 instead ↵Ferdinand Thiessen2023-09-241-8/+6
| | | | | | | | | | of base 2 Previously the `OC.Util.humanFileSize` was returning file sizes base 2, meaning 1024 bytes = 1 KiB, but the `@nextcloud/files` library had a regression that set the default to base 10. Meaning 1000 bytes = 1 KB. This is fixed for current `@nextcloud/libraries` but for stable27 we need to fix this manually by wrapping the function. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update `@nextcloud/dialogs` to 4.2.1Ferdinand Thiessen2023-09-232-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #40586 from nextcloud/backport/39574/39574-stable27Maxence Lange2023-09-233-0/+215
|\ | | | | [stable27] ocm services
| * ocm servicesMaxence Lange2023-09-223-0/+215
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-234-2/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-222-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: content info footer on guest pagesRichard Steinmetz2023-09-205-32/+17
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-202-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-192-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bump @nc/dialogs to 4.2.0Louis Chemineau2023-09-142-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-142-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-114-4/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-102-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-09136-136/+136
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-074-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Compile assetsChristopher Ng2023-09-052-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-042-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-09-014-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-314-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-302-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2918-2/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40066 from nextcloud/backport/39911/stable27Anna2023-08-281-1/+1
|\ | | | | [stable27] fix(CardDAV): only run upgrade sync if 1000 users or less
| * fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-271-1/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-28136-2314/+2314
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-272-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-262-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-258-10/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: compile assetsFerdinand Thiessen2023-08-242-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-2420-2/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-232-0/+69
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: Make bypass function public APIJoas Schilling2023-08-231-7/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(OCC): Add a command to get the bruteforce state of an IPJoas Schilling2023-08-233-7/+97
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-222-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-214-2/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-184-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-172-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Update `@nextcloud/dialogs` to 4.2.0-beta.3 to fix FilePicker issuesFerdinand Thiessen2023-08-162-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-152-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Wrap long productName on login formfenn-cs2023-08-141-0/+1
| | | | | | | Backport : #39848 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-136-8/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-4/+416
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-112-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Update `@nextcloud/dialogs` to 4.2.0-beta.2 for fixing FilePicker designsFerdinand Thiessen2023-08-112-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by default.Ferdinand Thiessen2023-08-105-4/+34
| | | | | | Still providing the legacy one until the Vue FilePicker is out of beta. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-104-2/+372
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix psalm issuesJulien Veyssier2023-08-091-10/+5
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix psalm issueJulien Veyssier2023-08-091-1/+2
| | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> (cherry picked from commit f154fe7f8ea5e81f313192555e8c720b2207b9fb) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>