..
Accounts
fix: Use strict array comparisons in lib/
2026-01-13 11:48:04 +01:00
Activity
fix(activity): allow string types for snowflake IDs
2026-01-21 17:37:45 +01:00
App
fix(appstore): address review comments on GenericFileException handling
2026-05-20 10:00:39 +02:00
AppFramework
fix: treat all WebKit iOS browseres the same
2026-05-21 08:27:10 +00:00
Archive
refactor: use logical && || instead of weak and or operators
2025-09-27 23:02:18 +02:00
Authentication
feat: Add SetupCheck to warn about missing second factor provider
2026-02-05 15:26:07 +00:00
Avatar
feat(avatars): use different colors for guests for the same name
2025-09-02 11:31:14 +02:00
BackgroundJob
fix(bg_jobs): store job argument as a text, increase length cap from 4000 to 32000
2026-03-19 11:09:49 +01:00
Blurhash /Listener
fix(blurhash): Skip generation the if previews are disabled.
2025-05-27 12:26:42 +02:00
Broadcast /Events
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
Cache
fix(gc): Implement cache_chunk_gc_ttl
2026-01-13 09:00:32 +01:00
Calendar
feat: automated appointment creation
2026-01-15 13:31:44 -05:00
Collaboration
fix(sharing): Align userid config key in UserPlugin with Manager
2026-04-12 22:25:16 -04:00
Command
fix(jobs): Limit command jobs to known cases
2025-11-04 11:10:40 +01:00
Comments
fix(comments): Correctly treat end of message as end of code block/inline
2026-03-18 12:08:17 +01:00
Config
fix(config): add null coalescing fallback in getValueBool before strtolower
2026-05-26 07:33:07 +00:00
Console
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
Contacts /ContactsMenu
Merge pull request #56938 from nextcloud/unify-handling-of-exclude-groups-in-contacts-menu-and-sharing
2026-01-07 18:04:53 +01:00
ContextChat
fix: add strict typing to ContextChat classes
2025-07-15 08:16:25 -07:00
Dashboard
fix(dashboard): Document expected icon behaviour
2024-07-11 13:14:03 +00:00
DB
Merge pull request #58270 from nextcloud/backport/58223/stable33
2026-02-11 20:47:41 +01:00
Diagnostics
refactor: extract slow operation logging into trait
2026-01-08 11:22:15 +01:00
DirectEditing
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
Encryption
chore(encryption): Cleanup typing in EncryptAll/DecryptAll
2025-09-09 11:46:18 +02:00
EventDispatcher
fix: Do not use deprecated IServerContainer in EventDispatcher
2025-07-08 13:32:15 +02:00
Federation
feat(signed-request): moving out of unstable
2026-01-09 20:16:24 -01:00
Files
Merge pull request #60240 from nextcloud/backport/59654/stable33
2026-05-19 09:21:59 +02:00
FilesMetadata
test: add some minimal testing for metadata storage
2024-11-07 16:27:16 +01:00
FullTextSearch
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
GlobalScale
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
Group
Revert "feat(group): Sanitize group names and ids on creation"
2025-11-07 10:37:50 +01:00
Hooks
refactor: use logical && || instead of weak and or operators
2025-09-27 23:02:18 +02:00
Http
style(http-client): use explicit bitmask comparison for CURL_VERSION_BROTLI
2026-05-12 11:18:13 +02:00
IntegrityCheck
refactor: use logical && || instead of weak and or operators
2025-09-27 23:02:18 +02:00
KnownUser
chore: Use more gender neutral language
2024-10-14 13:59:24 +02:00
L10N
fix(L10N): stop stripping _ from language codes
2026-02-25 15:55:21 +00:00
LDAP
style: update codestyle for coding-standard 1.2.3
2024-08-25 19:34:58 +02:00
legacy
fix(OC_Helper): properly calculate quota of shared storages
2026-05-19 19:03:09 +02:00
Lock
refactor: use logical && || instead of weak and or operators
2025-09-27 23:02:18 +02:00
Lockdown
perf(s3): Expose pre-signed urls for S3
2025-12-09 11:21:35 +01:00
Log
feat(log): Add script name and occ command to log details
2025-12-04 15:04:59 +01:00
Mail
fix(Mailer): Log errors
2025-10-30 08:42:12 +01:00
Memcache
feat: Add memcache_customprefix
2026-03-09 17:06:17 +01:00
Migration
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
Net
fix: handle NAT64 addresses in isLocalAddress
2026-05-19 15:37:36 +00:00
Notification
fix(notifications): Require absolute links for support of desktop and mobile clients
2026-04-13 15:34:11 +00:00
OCM
fix(ocm): manage 4xx on ocm requests
2026-01-26 06:37:59 +00:00
OCS
fix(OCS): Add IRequest::getFormat to determine the response Content-Type the same way everywhere
2025-08-26 09:50:03 +02:00
OpenMetrics
chore(metrics): harden Cached exporter
2026-03-11 17:33:56 +00:00
Preview
fix(LocalPreviewStorage): Use correct regex to detect files in nested directory format
2026-05-04 13:19:16 +00:00
Profile
fix(config): fix tests+psalm
2025-08-08 11:00:49 -01:00
Profiler
feat(profiler): Use gzdecode/gzencode to parse profiles
2025-11-14 14:19:33 +01:00
Remote
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
Repair
feat(preview): On demand preview migration
2026-01-28 22:36:05 +01:00
RichObjectStrings
Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator"
2025-04-09 08:35:56 +02:00
Route
feat(ocm): event on ocm discovery and ocm request
2026-01-07 17:54:26 -01:00
Search
feat(unified-search): Use existing min search length config
2025-09-24 17:29:09 +02:00
Security
fix: also respect max value for hashingThreads
2026-05-20 11:51:15 +00:00
Session
fix(initializeSession): only log HMAC problem to critical logs if indeed critical
2026-03-17 18:18:09 +00:00
Settings
fix(settings): Fix admin delegation for hidden sections
2026-05-07 14:13:30 +00:00
Setup
refactor(querybuilder): Port away from qb::execute() in lib/
2025-09-02 11:55:56 +02:00
SetupCheck
fix: correct typo 'occured' to 'occurred' in SetupCheckManager
2026-05-07 11:08:06 +00:00
Share
feat(preset): share link expiration date
2025-08-14 16:07:32 -01:00
Share20
fix: use correct variable for order by
2026-05-13 10:22:12 +00:00
Snowflake
chore(snowflake): add more randomness in server id fallback
2026-05-21 08:16:46 +00:00
SpeechToText
fix(SpeechToTextManager): Throw TaskProcessing Task failed
2024-08-30 10:07:01 +02:00
Support
fix: Fix issues and tests in DIContainer and friends
2025-07-08 13:32:14 +02:00
SystemTag
Merge pull request #54810 from nextcloud/feat/typed-tag-events
2025-09-04 11:19:28 +02:00
Tagging
feat(db): switch from settype to casts
2024-09-15 19:26:58 +02:00
Talk
feat(talk): Allow to create conversations that are meetings
2026-04-07 13:44:40 +02:00
TaskProcessing
Fix: Run cs:fix
2026-02-05 14:54:27 +00:00
Teams
fix(teams-api): adjust resource filtering
2026-04-27 08:28:01 -03:00
Template
fix(lib): templates core path detection
2026-04-02 09:27:53 +00:00
TextProcessing
fix(textprocessing): accept scheduling a task if there are equivalent taskprocessing providers only
2024-11-13 16:59:46 +01:00
TextToImage
fix: Prevent breaking change in IQueryBuilder
2024-10-17 18:31:44 +02:00
Translation
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
Updater
test(Updater): Harden flaky test
2026-02-04 10:04:50 +00:00
User
feat(users): Check assertion when enabling user
2026-05-18 20:17:53 +02:00
UserStatus
fix(container): Reduce general deprecation spam on all requests
2025-08-09 11:53:30 +02:00
AllConfig.php
refactor: Deprecated user config from IConfig correctly
2025-12-11 13:27:47 +01:00
AppConfig.php
fix(config): add null coalescing fallback in getValueBool before strtolower
2026-05-26 07:33:07 +00:00
AppScriptDependency.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
AppScriptSort.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
BinaryFinder.php
chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer
2024-10-19 07:57:35 +02:00
CapabilitiesManager.php
feat(api): File conversion API
2025-01-15 16:38:18 -05:00
Color.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
Config.php
feat(Config.php): change array_merge to array_replace_recursive when merging configs
2026-01-06 16:03:38 +01:00
ContactsManager.php
fix(cardav): only show useres from enabled addressBooks in contacts menu
2025-03-17 11:56:34 +01:00
DatabaseException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
DatabaseSetupException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
DateTimeFormatter.php
style: update codestyle for coding-standard 1.2.3
2024-08-25 19:34:58 +02:00
DateTimeZone.php
feat(IDateTimeZone): allow to fetch timezone of specified user
2025-08-18 14:26:52 +02:00
EmojiHelper.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
EventSource.php
refactor: use logical && || instead of weak and or operators
2025-09-27 23:02:18 +02:00
EventSourceFactory.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
ForbiddenException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
HintException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
Image.php
fix(image): Remove NOP imagedestroy call
2026-01-07 15:13:07 +01:00
InitialStateService.php
fix(container): Reduce general deprecation spam on all requests
2025-08-09 11:53:30 +02:00
Installer.php
chore: make lint happy about isDownloaded concat
2026-01-01 11:49:02 -05:00
LargeFileHelper.php
fix: remove executable flag from source files
2025-09-04 11:57:44 +02:00
Log.php
fix: Use configured loglevel even when log.condition matches is set
2026-02-27 15:01:30 +00:00
MemoryInfo.php
chore(deps): Update nextcloud/coding-standard to v1.3.1
2024-09-19 14:21:20 +02:00
NaturalSort.php
chore(deps): Update nextcloud/coding-standard to v1.3.1
2024-09-19 14:21:20 +02:00
NaturalSort_DefaultCollator.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
NavigationManager.php
fix(navigation): Fix default app icon
2026-05-04 08:39:11 +00:00
NeedsUpdateException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
NotSquareException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
PhoneNumberUtil.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
PreviewManager.php
feat(preview): On demand preview migration
2026-01-28 22:36:05 +01:00
PreviewNotAvailableException.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +02:00
RedisFactory.php
fix(cache): Set default Redis port to 0 for UNIX sockets
2025-09-07 14:30:34 -04:00
Repair.php
fix(repair): Fix repair steps when files_sharing is disabled
2026-02-27 21:56:59 +01:00
RepairException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
Server.php
feat(signed-request): moving out of unstable
2026-01-09 20:16:24 -01:00
ServerContainer.php
feat(DI): Abort querying if infinite loop is detected
2025-11-05 12:21:19 +01:00
ServerNotAvailableException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
ServiceUnavailableException.php
chore: Add SPDX header
2024-05-24 13:11:22 +02:00
Setup.php
fix(Setup): Ensure instanceid is generated during installation
2026-05-11 11:48:04 +00:00
Streamer.php
refactor(Streamer): inject IDateTimeZone as constructor arg
2025-08-14 17:19:28 +02:00
StreamImage.php
fix(OCP): Fix Image interface
2024-09-02 14:57:17 +02:00
SubAdmin.php
chore(db): Correctly apply query types
2024-10-17 09:21:07 +02:00
SystemConfig.php
feat: allow admins to configure additional sensitive config values
2025-08-05 19:16:14 +02:00
TagManager.php
fix: Fix user in Tags class, do not depend upon session
2026-04-07 14:43:25 +02:00
Tags.php
fix: Fix user in Tags class, do not depend upon session
2026-04-07 14:43:25 +02:00
TemplateLayout.php
fix(core): provide valid initial state also on public templates
2026-04-30 10:42:37 +00:00
TempManager.php
chore: move implementation from OC legacy to OCP\Files
2025-05-14 14:55:45 +02:00
Updater.php
fix(upgrade): restore missing apps on upgrade
2026-04-17 11:17:54 +00:00
URLGenerator.php
refactor: use logical && || instead of weak and or operators
2025-09-27 23:02:18 +02:00