aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-27134-1642/+194
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-262-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38460 from nextcloud/enh/noid/adjust-sidebar-visiblitySimon L2023-05-255-5/+6
|\ | | | | adjust active element visibility in the sidebar
| * adjust active element visibility in the sidebarSimon L2023-05-255-5/+6
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | adjust active element visibility in the usermenuSimon L2023-05-251-2/+2
|/ | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-254-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38438 from nextcloud/feature/openapi/specsKate2023-05-241-0/+4474
|\ | | | | Add OpenAPI specs
| * Add OpenAPI specsjld31032023-05-241-0/+4474
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | webpack: add nonce to unsupported-browser-redirect chunkVarun Patil2023-05-241-0/+5
|/ | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-24134-134/+138
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37665 from fsamapoor/patch-2Arthur Schiwon2023-05-231-11/+11
|\ | | | | Refactors Command/Encryption/Enable.php to improve code readability.
| * Refactors core/Command/Encryption/Enable.php to improve code readability.Faraz Samapoor2023-04-111-11/+11
| | | | | | | | | | Improves the readability of the "execute" method by using early returns and reducing the code indentation. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | Merge pull request #38400 from nextcloud/cleanup/drop-oc-appsettingsJohn Molakvoæ2023-05-232-99/+0
|\ \
| * | chore: Remove deprecated OC.appSettingsFerdinand Thiessen2023-05-202-99/+0
| | | | | | | | | | | | | | | | | | | | | Was deprecated since NC17 and scheduled for removal on NC18. No apps use it and neither do core. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-234-0/+18
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-218-10/+16
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-206-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Make unsupported browser check asynchronousVarun Patil2023-05-191-3/+4
| | | | | | | | | | | | | | | | | | | | This check is very expensive, and will pass almost 100% of the time. Related #36728 Depends on #38329 Signed-off-by: Varun Patil <varunpatil@ucla.edu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1814-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1890-90/+98
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Remove focus-visible polyfillVarun Patil2023-05-171-2/+0
| | | | | | | | | | | | Supercedes and closes #35384 Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | feat(login): Improve passwordless login boxFerdinand Thiessen2023-05-171-24/+33
| | | | | | | | | | | | | | | | * Remove wrong background of error message boxes * Use `NcTextInput` for username or mail to align with login box * Add a heading for better overview where you (as a user) are currently Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(login): Use `tertiary` button for "back to login"Ferdinand Thiessen2023-05-171-3/+12
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-172-8/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: Build compiled assetsFerdinand Thiessen2023-05-166-6/+6
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(theming): Add border radius rounded css variable so ↵Ferdinand Thiessen2023-05-162-3/+5
| | | | | | | | | | | | `body-container-radius` can be used on mobile devices Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(login): Make login form and footer look like a dashboard panelFerdinand Thiessen2023-05-162-6/+36
| | | | | | | | | | | | Also adjust border radius to match new main content box. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(search): fix load moreJohn Molakvoæ2023-05-161-4/+4
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #38267 from ↵Joas Schilling2023-05-161-6/+12
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-missing-bruteforce-protection fix(lostpassword): Also rate limit the setPassword endpoint
| * | fix(lostpassword): Also rate limit the setPassword endpointJoas Schilling2023-05-151-6/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | disable pull-down-to-refresh for mobileSimon L2023-05-155-4/+6
| | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-142-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Use the color-primary-element* variablesSimon L2023-05-1328-68/+68
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1224-0/+44
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38148 from nextcloud/file-info-etagRobin Appelman2023-05-111-0/+1
|\ \ | | | | | | also show file etag in file info
| * | also show file etag in file infoRobin Appelman2023-05-091-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix: prevent malicious url in unsupported browser redirectJohn Molakvoæ2023-05-111-2/+4
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-106-0/+22
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38069 from nextcloud/list-supported-dbJohn Molakvoæ2023-05-091-1/+1
|\ \ \
| * | | list supported databases when provided db isn't supportedRobin Appelman2023-05-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: Add setup check warning if instance is in debug modeJulius Härtl2023-05-091-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-092-0/+16
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-062-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38063 from nextcloud/fix/themingJohn Molakvoæ2023-05-0510-11/+11
|\ \ \
| * | | fix(theming): remove unnecessary `color-primary-element-default-hover` variableJohn Molakvoæ2023-05-044-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(theming): replace `color-primary-text-dark` with ↵John Molakvoæ2023-05-045-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | `color-primary-element-text-dark` Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | fix(theming): ensure image background is not defined if admin disabled itJohn Molakvoæ2023-05-041-1/+1
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #37865 from nextcloud/info-file-spaceRobin Appelman2023-05-044-131/+329
|\ \ \ | |/ / |/| | add command to summarize space usage
| * | add option to list all files instead of limitingRobin Appelman2023-05-043-19/+23
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add command to summarize space usageRobin Appelman2023-05-044-129/+323
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>