nextcloud/core/src
Pauli Järvinen 195f532f5e 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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-29 17:41:18 +02:00
..
components chore(login): Check remember me by default 2025-11-17 13:03:56 +01:00
files fix(files_sharing): adjust IAttributes API and files_versions 2024-07-12 20:14:30 +02:00
jquery refactor: replace deprecated CSS variables with their replacement 2025-08-19 15:50:29 +02:00
mixins chore: Add SPDX header 2024-05-13 17:41:36 +02:00
OC feat: replace material icons with outline versions 2025-07-24 10:55:43 +02:00
OCA chore: Add SPDX header 2024-05-13 17:41:36 +02:00
OCP fix(code-style): Adjust JS code to our code style 2024-10-16 22:11:59 +02:00
services feat: provide api to register actions in contacts menu 2025-08-19 09:17:44 +08:00
store fix: Use searchFrom property for client side plugins 2025-01-30 17:35:00 +00:00
systemtags feat: Mark OC.SystemTags as deprecated 2025-09-26 17:18:07 +02:00
tests fix: the core config is not loaded on error pages 2025-06-16 15:56:22 +02:00
types feat: provide api to register actions in contacts menu 2025-08-19 09:17:44 +08:00
Util chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
utils feat(core): add setup cypress tests 2025-03-13 20:51:00 +01:00
views feat(login): Add rememberme checkbox 2025-11-17 13:03:56 +01:00
ajax-cron.ts refactor(core): Make AJAX cron script work without jQuery 2024-06-28 17:28:10 +02:00
eventbus.d.ts feat: Add in-app search 2024-06-27 12:13:14 +02:00
globals.js fix(OC): validate request token and move logic to one place 2025-06-16 15:55:11 +02:00
icons.js chore: Add text file icon class 2024-10-09 14:34:53 -07:00
init.js fix(core): legacy app navigation snapper width on RTL 2025-11-29 17:41:18 +02:00
install.ts feat(core): add setup cypress tests 2025-03-13 20:51:00 +01:00
legacy-unified-search.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
logger.js feat: Add in-app search 2024-06-27 12:13:14 +02:00
login.js chore: Add SPDX header 2024-05-13 17:41:36 +02:00
main.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
maintenance.js chore: Add SPDX header 2024-05-13 17:41:36 +02:00
public-page-menu.ts feat: Implement Vue UI for public page menu 2024-09-03 16:07:49 +02:00
public-page-user-menu.ts feat(files_sharing): show Account menu on public pages 2025-06-11 16:43:53 +02:00
public.ts fix: Fix inaccessible content on public pages due to overlapping footer 2024-09-05 16:19:22 -07:00
recommendedapps.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
session-heartbeat.ts chore(core): fix typo in session heartbeat service 2025-06-16 20:43:50 +02:00
twofactor-request-token.ts fix: update request token on two-factor pages 2025-06-23 11:20:09 +02:00
unified-search.ts fix: Use searchFrom property for client side plugins 2025-01-30 17:35:00 +00:00
unsupported-browser-redirect.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
unsupported-browser.js chore: Add SPDX header 2024-05-13 17:41:36 +02:00