nextcloud-server/core
Pauli Järvinen 0f82848929 fix(core): legacy app navigation snapper width on RTL
After ec9e283e there was still such a problem with the legacy app navigation
snapper that its width was only 266 px on the RTL layout instead of the
normal 300 px. The 266 px is the default width of Snap.js module. While the
left side snapper width is configured with the property maxPosition, the right
side snapper is configured by passing a negative value for the property
minPosition.

Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
2025-11-29 17:33:09 +07:00
..
AppInfo fix(unified-search): Remove hard-coded search result limit 2025-11-13 17:04:35 +07:00
BackgroundJobs fix: calculate node limit using MiB instead of MB 2025-09-12 08:30:06 +07:00
Command feat: Add option to update the public key of a user 2025-11-19 12:42:58 +07:00
Controller feat(login): Add rememberme checkbox 2025-11-17 14:16:40 +07:00
Data
Db
Events
Exception
Listener fix(lostpassword): Delete lost password token on password change 2025-11-14 12:17:52 +07:00
Middleware
Migrations fix: Fix unique constraint violation in oc_vcategory migration 2025-08-21 16:01:57 +07:00
Notification
Service
ajax
css chore(assets): Recompile assets 2025-10-22 16:27:19 +07:00
doc
fonts
img
js fix(deps): Update @nextcloud/vue to v8.29.2 2025-08-31 16:29:41 +07:00
l10n fix(l10n): Update translations from Transifex 2025-11-28 00:13:39 +07:00
skeleton
src fix(core): legacy app navigation snapper width on RTL 2025-11-29 17:33:09 +07:00
templates
vendor
.l10nignore
Application.php fix(lostpassword): Delete lost password token on password change 2025-11-14 12:17:52 +07:00
ResponseDefinitions.php fix(team-api): get all teams details in a single request 2025-11-12 21:21:55 +07:00
openapi-administration.json
openapi-administration.json.license
openapi-ex_app.json
openapi-ex_app.json.license
openapi-full.json Merge pull request #56344 from nextcloud/backport/55434/stable31 2025-11-13 17:08:02 +07:00
openapi-full.json.license
openapi.json Merge pull request #56344 from nextcloud/backport/55434/stable31 2025-11-13 17:08:02 +07:00
openapi.json.license
register_command.php fix: added set/get/delete/clear to register command 2025-08-26 09:48:07 +07:00
routes.php
shipped.json
shipped.json.license
strings.php