| .. |
|
Accounts
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Activity
|
fix(activity): Remove unneeded exception (types are enforced)
|
2024-04-17 15:36:42 +07:00 |
|
App
|
fix: Drop workarounds for unsupported obsolete PHP versions
|
2024-04-22 16:55:42 +07:00 |
|
AppFramework
|
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes
|
2024-04-30 09:23:58 +07:00 |
|
Archive
|
fix: Improve typing in Archive/TAR.php
|
2024-04-30 09:24:00 +07:00 |
|
Authentication
|
fix(session): Avoid race condition for cache::get() vs. cache::hasKey()
|
2024-04-29 12:45:44 +07:00 |
|
Avatar
|
Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type
|
2024-04-16 17:13:07 +07:00 |
|
BackgroundJob
|
fix(bg-jobs): review adjustments
|
2024-05-02 16:43:42 +07:00 |
|
Blurhash/Listener
|
fix(Blurhash): Suppress imagecreatefromstring() E_WARNING
|
2024-04-06 10:41:46 +07:00 |
|
Broadcast/Events
|
…
|
|
|
Cache
|
Revert "don't perform an explicit setup when using the file cache"
|
2024-03-07 14:38:02 +07:00 |
|
Calendar
|
fix(CalDAV): Check if the vObject exists before attempting any operations
|
2023-08-28 14:19:54 +07:00 |
|
Collaboration
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Command
|
Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs
|
2024-02-08 18:27:44 +07:00 |
|
Comments
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Console
|
fix: Migrate away from OC_App toward the IAppManager
|
2024-04-22 12:14:58 +07:00 |
|
Contacts/ContactsMenu
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
DB
|
Merge pull request #39247 from nextcloud/query-log-backtrace
|
2024-05-02 12:03:34 +07:00 |
|
Dashboard
|
Lower to info
|
2024-01-15 09:29:22 +07:00 |
|
Diagnostics
|
fix: Fix new psalm errors from update
|
2024-04-08 11:29:09 +07:00 |
|
DirectEditing
|
fix: Fix phpdoc typing in DirectEditing\Manager
|
2024-04-30 09:24:01 +07:00 |
|
Encryption
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
EventDispatcher
|
add hasListeners()
|
2024-02-14 14:02:28 +07:00 |
|
Federation
|
fix(federation): ICloudId->getRemote() should contain the protocol
|
2024-04-02 17:55:16 +07:00 |
|
Files
|
Merge pull request #45058 from nextcloud/perf/db/sort-before-chunking
|
2024-05-07 12:11:32 +07:00 |
|
FilesMetadata
|
Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata
|
2024-04-17 16:20:33 +07:00 |
|
FullTextSearch
|
fix: Avoid unitialized access of fts manager properties
|
2024-02-26 07:57:13 +07:00 |
|
GlobalScale
|
…
|
|
|
Group
|
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes
|
2024-04-30 09:23:58 +07:00 |
|
Hooks
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Http
|
fix(dns): detect disabled IPv6 support in DNS pinning
|
2024-03-26 12:04:51 +07:00 |
|
IntegrityCheck
|
feat(appconfig): switching integrity check to lazy config values
|
2024-03-11 10:59:43 +07:00 |
|
KnownUser
|
…
|
|
|
L10N
|
fix: Fix tests following OC_App migrations to IAppManager
|
2024-04-22 12:21:55 +07:00 |
|
LDAP
|
…
|
|
|
Lock
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Lockdown
|
…
|
|
|
Log
|
fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message)
|
2024-04-16 11:51:04 +07:00 |
|
Mail
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Memcache
|
Update LoggerWrapperCache.php
|
2024-04-23 09:54:44 +07:00 |
|
Migration
|
fix: Make Repair object injectable and fix BackgroundRepair test
|
2024-02-01 09:49:32 +07:00 |
|
Net
|
Refactors Metadata, Migration, and Net.
|
2023-11-07 09:43:40 +07:00 |
|
Notification
|
fix(notifications): Add a warning when using relative links
|
2024-04-12 10:30:39 +07:00 |
|
OCM
|
feat(OCM): Dispatch an event so apps can register resources
|
2023-10-13 08:46:28 +07:00 |
|
OCS
|
feat(capabilities): Expose if mod-rewrite is working via capabilities
|
2024-04-12 13:00:20 +07:00 |
|
Preview
|
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes
|
2024-04-30 09:23:58 +07:00 |
|
Profile
|
chore: apply changes from Nextcloud coding standards 1.1.1
|
2023-11-23 10:36:13 +07:00 |
|
Profiler
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Remote
|
Convert isset ternary to null coalescing operator
|
2023-09-28 17:44:19 +07:00 |
|
Repair
|
feat(mimetypes): Add mimetype for ReStructuredText
|
2024-03-15 20:23:27 +07:00 |
|
RichObjectStrings
|
Improve validator output in case of invalid RichObject
|
2024-01-15 11:50:48 +07:00 |
|
Route
|
fix(Router): Stop loading routes of disabled apps
|
2024-05-10 07:22:25 +07:00 |
|
Search
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Security
|
fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blocklist
|
2024-03-26 17:08:22 +07:00 |
|
Session
|
fix(typo): Fix typo in docs
|
2024-03-25 14:55:52 +07:00 |
|
Settings
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Setup
|
fix: replace `Account name` by `Login`
|
2024-02-13 21:08:10 +07:00 |
|
SetupCheck
|
fix: Log exceptions thrown by setup checks
|
2024-03-25 09:36:12 +07:00 |
|
Share
|
chore: remove long depricated share code
|
2024-03-06 15:24:48 +07:00 |
|
Share20
|
fix: Fix tiny phpdoc errors related to Share
|
2024-04-30 09:24:01 +07:00 |
|
SpeechToText
|
feat(stt): add ability to cancel a scheduled transcription
|
2024-03-15 12:52:17 +07:00 |
|
Support
|
feat: rename users to account or person
|
2024-02-13 21:06:30 +07:00 |
|
SystemTag
|
Refactors lib/private/SystemTag.
|
2023-11-07 09:41:33 +07:00 |
|
Tagging
|
chore: apply changes from Nextcloud coding standards 1.1.1
|
2023-11-23 10:36:13 +07:00 |
|
Talk
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
Teams
|
feat: Implement team provider api
|
2024-03-05 08:13:58 +07:00 |
|
Template
|
fix: Apply new coding standard to all files
|
2024-04-02 14:16:21 +07:00 |
|
TextProcessing
|
fix missing return statement, inline return
|
2024-02-12 20:47:33 +07:00 |
|
TextToImage
|
introduce IProviderWithUserId
|
2024-01-14 22:44:37 +07:00 |
|
Translation
|
fix(coding style)
|
2024-01-10 16:15:06 +07:00 |
|
Updater
|
fix(updatenotification): spread the use of new appconfig
|
2024-03-13 02:22:11 +07:00 |
|
User
|
fix(User\Manager): Avoid future collisions with updater/audit logs
|
2024-05-06 09:20:38 +07:00 |
|
UserStatus
|
enh(userstatus): add OOO automation and remove calendar automation
|
2023-11-28 10:28:06 +07:00 |
|
legacy
|
fix(OC_Image): Set correct return type for exif_imagetype stub
|
2024-05-06 13:34:27 +07:00 |
|
AllConfig.php
|
fix(config): Make sure user keys are strings
|
2024-03-19 18:27:53 +07:00 |
|
AppConfig.php
|
fix: Avoid reference use in AppConfig
|
2024-04-30 09:38:47 +07:00 |
|
AppScriptDependency.php
|
…
|
|
|
AppScriptSort.php
|
chore: apply changes from Nextcloud coding standards 1.1.1
|
2023-11-23 10:36:13 +07:00 |
|
BinaryFinder.php
|
chore: apply changes from Nextcloud coding standards 1.1.1
|
2023-11-23 10:36:13 +07:00 |
|
CapabilitiesManager.php
|
chore: apply changes from Nextcloud coding standards 1.1.1
|
2023-11-23 10:36:13 +07:00 |
|
Color.php
|
…
|
|
|
Config.php
|
fix: regression with updating read-only config
|
2024-04-18 18:40:51 +07:00 |
|
ContactsManager.php
|
Cleanup plsam issues in DB/ContactsManager and Console
|
2023-09-05 09:20:26 +07:00 |
|
DatabaseException.php
|
…
|
|
|
DatabaseSetupException.php
|
…
|
|
|
DateTimeFormatter.php
|
fix(DateTimeFormatter): Adjust invalid doc blocks
|
2024-04-05 13:27:52 +07:00 |
|
DateTimeZone.php
|
…
|
|
|
EmojiHelper.php
|
…
|
|
|
EventSourceFactory.php
|
…
|
|
|
ForbiddenException.php
|
…
|
|
|
HintException.php
|
…
|
|
|
InitialStateService.php
|
…
|
|
|
Installer.php
|
fix: Drop workarounds for unsupported obsolete PHP versions
|
2024-04-22 16:55:42 +07:00 |
|
LargeFileHelper.php
|
…
|
|
|
Log.php
|
fix(Logger): Warn on invalid `loglevel` configuration option
|
2024-03-17 20:20:43 +07:00 |
|
MemoryInfo.php
|
…
|
|
|
NaturalSort.php
|
…
|
|
|
NaturalSort_DefaultCollator.php
|
…
|
|
|
NavigationManager.php
|
feat: Update help entry name
|
2024-04-22 15:19:59 +07:00 |
|
NeedsUpdateException.php
|
…
|
|
|
NotSquareException.php
|
…
|
|
|
PhoneNumberUtil.php
|
fix(phonenumber): Improve docs by adding input details
|
2023-09-25 17:32:47 +07:00 |
|
PreviewManager.php
|
fix: use png as preview right away
|
2023-11-13 22:00:45 +07:00 |
|
PreviewNotAvailableException.php
|
…
|
|
|
RedisFactory.php
|
…
|
|
|
Repair.php
|
feat(appconfig): repair step to migrate lazy config values
|
2024-03-11 10:59:43 +07:00 |
|
RepairException.php
|
…
|
|
|
Search.php
|
chore: Migrate away from OC::$server->getLogger
|
2024-02-13 17:32:30 +07:00 |
|
Server.php
|
fix: Lazy load IURLGenerator from AppManager to avoid installation crash
|
2024-04-22 15:50:06 +07:00 |
|
ServerContainer.php
|
…
|
|
|
ServerNotAvailableException.php
|
…
|
|
|
ServiceUnavailableException.php
|
…
|
|
|
Setup.php
|
fix(updatenotification): spread the use of new appconfig
|
2024-03-13 02:22:11 +07:00 |
|
StreamImage.php
|
chore: apply changes from Nextcloud coding standards 1.1.1
|
2023-11-23 10:36:13 +07:00 |
|
Streamer.php
|
Refactor `OC\Server::getRootFolder`
|
2023-11-10 16:51:05 +07:00 |
|
SubAdmin.php
|
chore: apply changes from Nextcloud coding standards 1.1.1
|
2023-11-23 10:36:13 +07:00 |
|
SystemConfig.php
|
lazy AppConfig
|
2024-01-15 15:45:13 +07:00 |
|
TagManager.php
|
chore: apply changes from Nextcloud coding standards 1.1.1
|
2023-11-23 10:36:13 +07:00 |
|
Tags.php
|
chore: Migrate away from OC::$server->getLogger
|
2024-02-13 17:32:30 +07:00 |
|
TempManager.php
|
…
|
|
|
TemplateLayout.php
|
fix: php-cs `CapabilitiesManager`
|
2024-03-15 14:45:51 +07:00 |
|
URLGenerator.php
|
Merge branch 'master' into refactor/OC-Server-getThemingDefaults
|
2024-02-23 15:47:17 +07:00 |
|
Updater.php
|
fix(updatenotification): spread the use of new appconfig
|
2024-03-13 02:22:11 +07:00 |