summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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 #38050 from nextcloud/fix/skip-content-buttonsFerdinand Thiessen2023-05-045-5/+7
|\ | | | | Fix "skip content"-buttons on small screen sizes
| * chore: Build css assetsFerdinand Thiessen2023-05-034-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(core): Show skip content buttons on lowres displays correctlyFerdinand Thiessen2023-05-031-1/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-044-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(AppMenu): On bright color theme the app icons in the overflow menu must ↵Ferdinand Thiessen2023-05-031-4/+10
|/ | | | | | | be inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add `aria-hidden` attr to the whole navigation depending on a sidebar statejulia.kirschenheuter2023-05-031-0/+8
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #38003 from nextcloud/bugfix/noid/improve-translations-apiJoas Schilling2023-05-031-4/+8
|\ | | | | Improve translations api with detecting languages
| * feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-021-4/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #32866 from ↵Côme Chilliet2023-05-021-1/+1
|\ \ | |/ |/| | | | | nextcloud/performance/searchInGroup-displayname-cache Optimize retrieving display name when searching for users in a group
| * Use the searchDisplayName recommended method in user:listCôme Chilliet2023-04-271-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #37962 from JL102/scrollbarsDaniel2023-05-025-4/+8
|\ \ | | | | | | Stopped scrollbar being hidden by rounded corners
| * | Update autogenerated filesJL1022023-04-284-4/+4
| | | | | | | | | | | | Signed-off-by: JL102 <jordanlees@mailbox.org>
| * | Stopped scrollbar being hidden by rounded cornersJL1022023-04-271-0/+4
| | | | | | | | | | | | | | | | | | | | | * I didn't include the compiled apps.css, server.css, etc. because I'm not sure what the procedure for those autogenerated files are * Signed-off-by: JL102 <jordanlees@mailbox.org>
* | | Merge pull request #32877 from nextcloud/mount-cache-unique-mountpointRobin Appelman2023-05-024-1/+63
|\ \ \ | | | | | | | | allow storing multiple mounts for the same rootid in the mount cache
| * | | add new index in repair step instead of on-migrateRobin Appelman2023-04-283-1/+12
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-04-282-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | currently `[$userId, $rootId]` is used as the unique key for storing mounts in the mount cache, however there are cases where the same rootid is mounted in multiple places for a user which currently leads to not all of those mounts being added to the cache. Previously this didn't matter as the mount cache was only used to list users with access to a specific file, so a user having access to the file multiple times didn' change anything. With 24 the mount cache is used for more cases and multiple mounts for the same id becomes relevant. While I think there isn't a real negative effect atm besides missing the optimized path we should ensure that the mounts are properly listed Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-022-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-302-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-294-2/+4
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2818-0/+24
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37879 from nextcloud/enh/a11y-grid-modifiedPytal2023-04-275-6/+9
|\ \ | |/ |/|
| * Show modified in filepicker gridChristopher Ng2023-04-255-6/+9
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2768-136/+136
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37806 from nextcloud/fix/37410Simon L2023-04-261-2/+7
|\ \ | | | | | | Fix profile view edit button overlapping status text
| * | fix(core): Fix profile view edit button overlapping status textFerdinand Thiessen2023-04-261-2/+7
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #37206 from nextcloud/fix-skip-recommended-apps-wrong-urlChristoph Wurst2023-04-261-8/+3
|\ \ | | | | | | fix: wrong redirect when skipping recommended apps
| * | fix: wrong redirect when skipping recommended appsDaniel Kesselberg2023-04-231-8/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #37932 from nextcloud/fix/404-pageMarcel Klehr2023-04-261-1/+1
|\ \ \ | | | | | | | | chore(404): Extend 404 error message to mention possibly missing permissions
| * | | chore(404): Extend 404 error message to mention possibly missing permissionsMarcel Klehr2023-04-261-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* / | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-268-2/+26
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-256-6/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Trap focus in dialogsChristopher Ng2023-04-241-1/+20
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #37622 from nextcloud/group-list-numeric-useridRobin Appelman2023-04-241-2/+13
|\ \ | | | | | | fix output for group:list command with numeric user ids
| * | fix output for group:list command with numeric user idsRobin Appelman2023-04-061-2/+13
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix(assets): Optimize PNGs with optipng 0.7.7Joas Schilling2023-04-2419-0/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-24177-193/+178
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-232-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(deps): bump browserslist-useragent-regexp from 3.0.2 to 4.0.0dependabot[bot]2023-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [browserslist-useragent-regexp](https://github.com/browserslist/browserslist-useragent-regexp) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/browserslist/browserslist-useragent-regexp/releases) - [Changelog](https://github.com/browserslist/browserslist-useragent-regexp/blob/master/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist-useragent-regexp/commits/v4.0.0) --- updated-dependencies: - dependency-name: browserslist-useragent-regexp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-212-0/+267
|\ \ | | | | | | add command for getting fileinfo for debugging
| * | validate that folder size sums to childrenRobin Appelman2023-04-171-5/+21
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add command for getting fileinfo for debuggingRobin Appelman2023-04-172-0/+251
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2114-0/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #37597 from Jerome-Herbinet/patch-20Louis2023-04-202-4/+3
|\ \ \ | | | | | | | | Fix : Hides hidden files and folder in modal (beginning with a dot)
| * | | npm run sassJérôme Herbinet2023-04-204-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | Cancel initial changesJérôme Herbinet2023-04-201-4/+1
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | Merge branch 'master' into patch-20Jérôme Herbinet2023-04-19115-590/+707
| |\ \ \ | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | | | Following Artonge suggestionJérôme Herbinet2023-04-191-3/+2
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>