..
Accounts
fix(Accounts): Add back v2 scope migration
2025-08-28 13:30:04 +07:00
Activity
perf(external-sharing): Port to Entity and SnowflakeId
2025-12-16 10:40:07 +07:00
App
feat(AppManager): log which apps requires the upgrade procedure
2025-10-27 18:05:00 +07:00
AppFramework
refactor: improve reflection attribute typing
2025-12-04 17:37:47 +07:00
Archive
refactor: use logical `&&` `||` instead of weak `and` `or` operators
2025-09-27 23:02:18 +07:00
Authentication
feat(login): Add rememberme checkbox
2025-11-13 13:25:59 +07:00
Avatar
feat(avatars): use different colors for guests for the same name
2025-09-02 11:31:14 +07:00
BackgroundJob
fix(jobs): Fix 32 bits jobs
2025-12-15 08:41:26 +07:00
Blurhash/ Listener
fix(blurhash): Skip generation the if previews are disabled.
2025-05-27 12:26:42 +07:00
Broadcast/ Events
…
Cache
chore: Remove unused \OC\Cache\CappedMemoryCache
2025-09-16 10:08:19 +07:00
Calendar
fix: iMip reply from outlook.com does not contain organizer property
2025-10-14 12:44:06 +07:00
Collaboration
fix: Fix setting name inconsistency between backend and frontend
2025-12-12 13:08:34 +07:00
Command
fix(jobs): Limit command jobs to known cases
2025-11-04 11:10:40 +07:00
Comments
refactor(comment): Port away from deprecated event comment constant
2025-12-04 17:38:53 +07:00
Config
fix(lexicon): switch bool value to non-lazy
2025-10-21 09:27:40 +07:00
Console
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
Contacts/ ContactsMenu
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
ContextChat
fix: add strict typing to ContextChat classes
2025-07-15 08:16:25 +07:00
DB
fix(comments): Check comment object
2025-12-11 07:55:55 +07:00
Dashboard
…
Diagnostics
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
DirectEditing
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
Encryption
chore(encryption): Cleanup typing in EncryptAll/DecryptAll
2025-09-09 11:46:18 +07:00
EventDispatcher
fix: Do not use deprecated IServerContainer in EventDispatcher
2025-07-08 13:32:15 +07:00
Federation
fix(federation): Allow outgoing federation with oCIS federated cloud ids
2025-10-20 15:38:36 +07:00
Files
refactor(OC_Helper): remove buildNotExistingFileNameForView
2025-12-16 10:38:29 +07:00
FilesMetadata
test: add some minimal testing for metadata storage
2024-11-07 16:27:16 +07:00
FullTextSearch
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
GlobalScale
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
Group
Revert "feat(group): Sanitize group names and ids on creation"
2025-11-07 10:37:50 +07:00
Hooks
refactor: use logical `&&` `||` instead of weak `and` `or` operators
2025-09-27 23:02:18 +07:00
Http
feat(CertificateManager): Add option to specify the default certificates bundle path
2025-12-01 10:47:23 +07:00
IntegrityCheck
refactor: use logical `&&` `||` instead of weak `and` `or` operators
2025-09-27 23:02:18 +07:00
KnownUser
…
L10N
fix(l10n): do not consider user language when getting the generic one
2025-11-10 19:50:19 +07:00
LDAP
…
Lock
refactor: use logical `&&` `||` instead of weak `and` `or` operators
2025-09-27 23:02:18 +07:00
Lockdown
perf(s3): Expose pre-signed urls for S3
2025-12-09 11:21:35 +07:00
Log
feat(log): Add script name and occ command to log details
2025-12-04 15:04:59 +07:00
Mail
fix(Mailer): Log errors
2025-10-30 08:42:12 +07:00
Memcache
fix(Memcache): use different cache key when in maintenance mode
2025-12-01 14:43:23 +07:00
Migration
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
Net
fix(net): Add IPv6 zone handling to IpAddressClassifier
2024-10-31 17:06:36 +07:00
Notification
feat: indicate reason for preloading notifications
2025-08-18 15:28:46 +07:00
OCM
fix(ocm): align discovery process with OCM spec
2025-11-09 19:35:57 +07:00
OCS
fix(OCS): Add IRequest::getFormat to determine the response Content-Type the same way everywhere
2025-08-26 09:50:03 +07:00
Preview
fix(preview-cleanup): Also delete previews stored in the oc_previews table
2025-12-10 13:49:24 +07:00
Profile
fix(config): fix tests+psalm
2025-08-08 11:00:49 +07:00
Profiler
feat(profiler): Use gzdecode/gzencode to parse profiles
2025-11-14 14:19:33 +07:00
Remote
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
Repair
fix(lexicon): switch bool value to non-lazy
2025-10-21 09:27:40 +07:00
RichObjectStrings
Revert "refactor(RichObjectStrings): Only log error if key or value is not string in validator"
2025-04-09 08:35:56 +07:00
Route
fix: Fix caching routes by users with an active session
2025-12-12 16:10:20 +07:00
Search
feat(unified-search): Use existing min search length config
2025-09-24 17:29:09 +07:00
Security
feat(CertificateManager): Add option to specify the default certificates bundle path
2025-12-01 10:47:23 +07:00
Session
feat(core): add cookie_domain config option
2025-06-16 15:33:48 +07:00
Settings
feat(settings): Add support for delegated settings not appearing in menu
2025-09-28 14:50:14 +07:00
Setup
refactor(querybuilder): Port away from qb::execute() in lib/
2025-09-02 11:55:56 +07:00
SetupCheck
…
Share
feat(preset): share link expiration date
2025-08-14 16:07:32 +07:00
Share20
perf(external-sharing): Port to Entity and SnowflakeId
2025-12-16 10:40:07 +07:00
Snowflake
fix(snowflakes): FileSequence generator must always use the same dir
2025-12-15 15:58:15 +07:00
SpeechToText
…
Support
fix: Fix issues and tests in DIContainer and friends
2025-07-08 13:32:14 +07:00
SystemTag
Merge pull request #54810 from nextcloud/feat/typed-tag-events
2025-09-04 11:19:28 +07:00
Tagging
…
Talk
…
TaskProcessing
fix(TaskProcessing): Adjust OCR task type to allow for multiple files and pdfs
2025-12-09 09:21:33 +07:00
Teams
fix(team-api): get all teams details in a single request
2025-10-13 14:21:15 +07:00
Template
chore(Template): allow styles from `dist` folder
2025-10-22 14:57:47 +07:00
TextProcessing
fix(textprocessing): accept scheduling a task if there are equivalent taskprocessing providers only
2024-11-13 16:59:46 +07:00
TextToImage
…
Translation
…
Updater
fix: handle ambiguous IResponse.getBody return types
2025-06-30 11:50:11 +07:00
User
refactor(user_ldap): Port most of the remaining deprecated IConfig usage
2025-12-11 13:27:48 +07:00
UserStatus
fix(container): Reduce general deprecation spam on all requests
2025-08-09 11:53:30 +07:00
legacy
refactor(OC_Helper): remove buildNotExistingFileNameForView
2025-12-16 10:38:29 +07:00
AllConfig.php
refactor: Deprecated user config from IConfig correctly
2025-12-11 13:27:47 +07:00
AppConfig.php
refactor: Run rector
2025-11-18 17:45:54 +07:00
AppScriptDependency.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
AppScriptSort.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
BinaryFinder.php
…
CapabilitiesManager.php
feat(api): File conversion API
2025-01-15 16:38:18 +07:00
Color.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
Config.php
fix: Fix psalm taint false-positives by small refactorings
2025-02-17 18:08:23 +07:00
ContactsManager.php
fix(cardav): only show useres from enabled addressBooks in contacts menu
2025-03-17 11:56:34 +07:00
DatabaseException.php
…
DatabaseSetupException.php
…
DateTimeFormatter.php
…
DateTimeZone.php
feat(IDateTimeZone): allow to fetch timezone of specified user
2025-08-18 14:26:52 +07:00
EmojiHelper.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
EventSource.php
refactor: use logical `&&` `||` instead of weak `and` `or` operators
2025-09-27 23:02:18 +07:00
EventSourceFactory.php
…
ForbiddenException.php
…
HintException.php
…
Image.php
refactor: use logical `&&` `||` instead of weak `and` `or` operators
2025-09-27 23:02:18 +07:00
InitialStateService.php
fix(container): Reduce general deprecation spam on all requests
2025-08-09 11:53:30 +07:00
Installer.php
refactor: use logical `&&` `||` instead of weak `and` `or` operators
2025-09-27 23:02:18 +07:00
LargeFileHelper.php
fix: remove executable flag from source files
2025-09-04 11:57:44 +07:00
Log.php
fix(log): Fix call to normalize function
2025-10-27 16:46:10 +07:00
MemoryInfo.php
…
NaturalSort.php
…
NaturalSort_DefaultCollator.php
…
NavigationManager.php
fix(navigation): Fix default app entry registered as closure
2025-04-25 14:47:33 +07:00
NeedsUpdateException.php
…
NotSquareException.php
…
PhoneNumberUtil.php
…
PreviewManager.php
fix(config.sample.php): Update enabledPreviewProviders
2025-11-12 12:34:42 +07:00
PreviewNotAvailableException.php
chore: apply new CSFixer rules
2025-07-01 16:26:50 +07:00
RedisFactory.php
fix(cache): Set default Redis port to `0` for UNIX sockets
2025-09-07 14:30:34 +07:00
Repair.php
fix(lexicon): switch bool value to non-lazy
2025-10-21 09:27:40 +07:00
RepairException.php
…
Server.php
refactor(user_ldap): Port most of the remaining deprecated IConfig usage
2025-12-11 13:27:48 +07:00
ServerContainer.php
feat(DI): Abort querying if infinite loop is detected
2025-11-05 12:21:19 +07:00
ServerNotAvailableException.php
…
ServiceUnavailableException.php
…
Setup.php
fix: Allow installation on macOS CI
2025-12-07 13:32:43 +07:00
StreamImage.php
…
Streamer.php
refactor(Streamer): inject `IDateTimeZone` as constructor arg
2025-08-14 17:19:28 +07:00
SubAdmin.php
…
SystemConfig.php
feat: allow admins to configure additional sensitive config values
2025-08-05 19:16:14 +07:00
TagManager.php
fix: Dispatch favorite event with an actual path
2025-09-15 15:04:00 +07:00
Tags.php
fix: Dispatch favorite event with an actual path
2025-09-15 15:04:00 +07:00
TempManager.php
chore: move implementation from OC legacy to OCP\Files
2025-05-14 14:55:45 +07:00
TemplateLayout.php
chore: Cleanup typing and deprecated method calls in resource locators
2025-09-29 12:10:56 +07:00
URLGenerator.php
refactor: use logical `&&` `||` instead of weak `and` `or` operators
2025-09-27 23:02:18 +07:00
Updater.php
chore: Replace last calls to OC_App::enable by IAppManager
2025-08-18 17:09:39 +07:00