Robin Appelman
4bdc0751c0
fix: use array_key_exists instead of isset in di container
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:06 +02:00
Robin Appelman
bb632f0cfa
chore: rebuild autoloader
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:06 +02:00
Robin Appelman
38673662d8
fix: handle aliases in SimpleContainer::has
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:05 +02:00
Robin Appelman
e6931e11e5
fix: don't delegate to app container if the server container has it
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:05 +02:00
Robin Appelman
f9dc997403
fix: allow setting appName in container
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:04 +02:00
Robin Appelman
4e56211a6c
DIContainer: don't go trough server getter in query
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:04 +02:00
Robin Appelman
5dcdafc616
fix SimpleConainer::isset with aliases
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:03 +02:00
Robin Appelman
03c90f66ae
fix phpdoc template
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:02 +02:00
Robin Appelman
274313f8ca
optimize delegation from app to server container a bit
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:01 +02:00
Robin Appelman
b8ff2ffe8a
cache di container namespace
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:12:00 +02:00
Robin Appelman
b70a3e6f34
going nuclear: ripping out pimple
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 16:11:56 +02:00
Robin Appelman
c3a96b9790
re-setup aliases when an alias'd service is overwritten
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 14:13:31 +02:00
Robin Appelman
3f487633d5
remove duplicate OCA query handling and add earlier short cirtcuit for when instances are already created
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 14:13:09 +02:00
Robin Appelman
8f4a19ccab
minor optimization for SimpleContainer::sanitizeName
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 14:12:11 +02:00
Robin Appelman
83d74782df
dont register aliases as factories as that block some optimizations
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 14:12:10 +02:00
Robin Appelman
d9351b8fd0
remove unneeded isset when registering a service
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 14:12:07 +02:00
Robin Appelman
1b6be5f081
register resolved class as raw instead of closure
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-24 14:11:06 +02:00
Côme Chilliet
8ee06edffc
Merge pull request #53420 from nextcloud/fix/convert-rotate-to-timedjob
...
fix: make Rotate a TimedJob and run every hour
2025-06-24 10:27:56 +02:00
Salvatore Martire
5fef6f1c90
fix: make rotate logs a TimedJob and run every hour
...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-06-24 09:55:23 +02:00
Kate
6bdde907ff
Merge pull request #53650 from nextcloud/version-test-new-file
2025-06-24 09:14:38 +02:00
Nextcloud bot
606951afb7
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-24 00:23:02 +00:00
Robin Appelman
981a65f080
fix: create new file with content when creating test files for versioning tests
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-23 19:07:36 +02:00
Kate
968ed2caae
Merge pull request #53644 from nextcloud/bug/noid/fix-wrong-table-name-reminders
2025-06-23 16:54:19 +02:00
Richard Steinmetz
1492ed8439
Merge pull request #53564 from nextcloud/fix/two-factor-request-token
...
Fix CSRF token not being refreshed while a two-factor challenge is ongoing
2025-06-23 15:57:14 +02:00
Daniel Kesselberg
0c978a1528
fix(reminders): use tablename without prefix
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-23 15:19:12 +02:00
Côme Chilliet
f980d94fad
Merge pull request #53548 from nextcloud/fixFilesRemindersJoins
...
fix(files_reminders): Join the reminders with the file system metadata
2025-06-23 12:24:56 +02:00
Richard Steinmetz
c690c6fbd2
fix: update request token on two-factor pages
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-23 11:20:09 +02:00
Richard Steinmetz
fa15cb8b87
fix: generate csrf tokens if two factor challenge is ongoing
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-23 11:20:09 +02:00
Nextcloud bot
f2ee6e2826
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-23 00:22:07 +00:00
Nextcloud bot
1806405dda
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-22 00:22:38 +00:00
Nextcloud bot
ec73f4a925
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-21 00:22:50 +00:00
Joas Schilling
e31c94d194
Merge pull request #53620 from nextcloud/bugfix/noid/use-query-parameters
...
fix(caldav): Use parameter for query to neutralize it in query diffs
2025-06-20 22:22:10 +02:00
Joas Schilling
5f784d8695
fix(caldav): Use parameter for query to neutralize it in query diffs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-06-20 16:24:24 +02:00
Ferdinand Thiessen
4bdb2b1dff
Merge pull request #53616 from nextcloud/fix/core/password-from-env-nc-pass
...
fix(core): Make --password-from-env work with NC_PASS everywhere
2025-06-20 12:37:56 +02:00
provokateurin
ed3868932f
fix(core): Make --password-from-env work with NC_PASS everywhere
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-06-20 11:21:27 +02:00
provokateurin
b95701d4c6
fix(core): Make OC_PASS actually work for occ user:auth-tokens:add --password-from-env
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-06-20 11:20:37 +02:00
Nextcloud bot
2606f7b7dd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-20 00:22:31 +00:00
Richard Steinmetz
27cf6ac1a3
Merge pull request #53568 from nextcloud/refactor/dav/example-contact-service
...
refactor(dav): move shared logic to a dedicated example contact service
2025-06-20 00:04:07 +02:00
Richard Steinmetz
960b3ec0eb
refactor(dav): move shared logic to a dedicated example contact service
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-19 23:46:00 +02:00
Andy Scherzinger
07bf0099a1
Merge pull request #53426 from nextcloud/smb-open-failure-log
...
feat: improve logging of fopen failures for smb
2025-06-19 23:17:29 +02:00
Sebastian Krupinski
4593b4f514
Merge pull request #53607 from nextcloud/fix/noid-reset-password
...
fix: reload login page after password reset
2025-06-19 18:50:59 +01:00
nextcloud-command
b372e5bfac
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-19 17:37:18 +00:00
SebastianKrupinski
9b5608f629
fix: reload login page after password reset
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-06-19 13:27:27 -04:00
Ferdinand Thiessen
5d81e74a4d
Merge pull request #53590 from nextcloud/fix/files-sharing-label
...
fix(files_sharing): do not double escape the share title
2025-06-19 13:01:22 +02:00
nextcloud-command
192a1236ab
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-19 12:42:34 +02:00
Côme Chilliet
f314d930be
Merge pull request #52916 from nextcloud/fix/cache-ldap-configuration-prefixes
...
fix(user_ldap): Store the list of used configuration prefixed in appconfig
2025-06-19 11:57:15 +02:00
Ferdinand Thiessen
87428bfeff
fix(files_sharing): do not double escape the share title
...
The title is already escaped by vue so special characters would result
in incorrect strings.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-19 11:44:21 +02:00
Ferdinand Thiessen
d156bb2c06
Merge pull request #53574 from nextcloud/chore/files-title
...
refactor(files): remove custom page title handling
2025-06-19 10:50:48 +02:00
Côme Chilliet
12524d93f4
Merge pull request #53417 from nextcloud/fix/fix-32bits-phpunit
...
fix(tests): Fix 32bits PHPUnit tests
2025-06-19 10:38:32 +02:00
Nextcloud bot
1559092c22
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-19 00:22:42 +00:00