You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private
provokateurin 4c5e05f37e
fix(Router): Stop loading routes of disabled apps
2 years ago
..
Accounts fix: Apply new coding standard to all files 2 years ago
Activity fix(activity): Remove unneeded exception (types are enforced) 2 years ago
App fix: Drop workarounds for unsupported obsolete PHP versions 2 years ago
AppFramework fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Archive fix: Improve typing in Archive/TAR.php 2 years ago
Authentication fix(session): Avoid race condition for cache::get() vs. cache::hasKey() 2 years ago
Avatar Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type 2 years ago
BackgroundJob fix(bg-jobs): review adjustments 2 years ago
Blurhash/Listener fix(Blurhash): Suppress imagecreatefromstring() E_WARNING 2 years ago
Broadcast/Events composer run cs:fix 3 years ago
Cache Revert "don't perform an explicit setup when using the file cache" 2 years ago
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 2 years ago
Collaboration fix: Apply new coding standard to all files 2 years ago
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Comments fix: Apply new coding standard to all files 2 years ago
Console fix: Migrate away from OC_App toward the IAppManager 2 years ago
Contacts/ContactsMenu fix: Apply new coding standard to all files 2 years ago
DB Merge pull request #39247 from nextcloud/query-log-backtrace 2 years ago
Dashboard Lower to info 2 years ago
Diagnostics fix: Fix new psalm errors from update 2 years ago
DirectEditing fix: Fix phpdoc typing in DirectEditing\Manager 2 years ago
Encryption fix: Apply new coding standard to all files 2 years ago
EventDispatcher add hasListeners() 2 years ago
Federation fix(federation): ICloudId->getRemote() should contain the protocol 2 years ago
Files Merge pull request #45058 from nextcloud/perf/db/sort-before-chunking 2 years ago
FilesMetadata Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata 2 years ago
FullTextSearch fix: Avoid unitialized access of fts manager properties 2 years ago
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Group fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Hooks fix: Apply new coding standard to all files 2 years ago
Http fix(dns): detect disabled IPv6 support in DNS pinning 2 years ago
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 2 years ago
KnownUser Add type hints for mappers 3 years ago
L10N fix: Fix tests following OC_App migrations to IAppManager 2 years ago
LDAP
Lock fix: Apply new coding standard to all files 2 years ago
Lockdown Respect OCP interface in private classes 3 years ago
Log fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message) 2 years ago
Mail fix: Apply new coding standard to all files 2 years ago
Memcache Update LoggerWrapperCache.php 2 years ago
Migration fix: Make Repair object injectable and fix BackgroundRepair test 2 years ago
Net Refactors Metadata, Migration, and Net. 2 years ago
Notification fix(notifications): Add a warning when using relative links 2 years ago
OCM feat(OCM): Dispatch an event so apps can register resources 2 years ago
OCS feat(capabilities): Expose if mod-rewrite is working via capabilities 2 years ago
Preview fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Profile chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Profiler fix: Apply new coding standard to all files 2 years ago
Remote Convert isset ternary to null coalescing operator 2 years ago
Repair feat(mimetypes): Add mimetype for ReStructuredText 2 years ago
RichObjectStrings Improve validator output in case of invalid RichObject 2 years ago
Route fix(Router): Stop loading routes of disabled apps 2 years ago
Search fix: Apply new coding standard to all files 2 years ago
Security fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blocklist 2 years ago
Session fix(typo): Fix typo in docs 2 years ago
Settings fix: Apply new coding standard to all files 2 years ago
Setup fix: replace `Account name` by `Login` 2 years ago
SetupCheck fix: Log exceptions thrown by setup checks 2 years ago
Share chore: remove long depricated share code 2 years ago
Share20 fix: Fix tiny phpdoc errors related to Share 2 years ago
SpeechToText feat(stt): add ability to cancel a scheduled transcription 2 years ago
Support feat: rename users to account or person 2 years ago
SystemTag Refactors lib/private/SystemTag. 2 years ago
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Talk fix: Apply new coding standard to all files 2 years ago
Teams feat: Implement team provider api 2 years ago
Template fix: Apply new coding standard to all files 2 years ago
TextProcessing fix missing return statement, inline return 2 years ago
TextToImage introduce IProviderWithUserId 2 years ago
Translation fix(coding style) 2 years ago
Updater fix(updatenotification): spread the use of new appconfig 2 years ago
User fix(User\Manager): Avoid future collisions with updater/audit logs 2 years ago
UserStatus enh(userstatus): add OOO automation and remove calendar automation 2 years ago
legacy fix(OC_Image): Set correct return type for exif_imagetype stub 2 years ago
AllConfig.php fix(config): Make sure user keys are strings 2 years ago
AppConfig.php fix: Avoid reference use in AppConfig 2 years ago
AppScriptDependency.php
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Color.php
Config.php fix: regression with updating read-only config 2 years ago
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 2 years ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php fix(DateTimeFormatter): Adjust invalid doc blocks 2 years ago
DateTimeZone.php
EmojiHelper.php
EventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 3 years ago
ForbiddenException.php
HintException.php
InitialStateService.php fix(initial-state): Log an error when initial-state can not be JSON encoded 3 years ago
Installer.php fix: Drop workarounds for unsupported obsolete PHP versions 2 years ago
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Log.php fix(Logger): Warn on invalid `loglevel` configuration option 2 years ago
MemoryInfo.php Add helper to cast to int|float, fix MemoryInfo on 32bits 3 years ago
NaturalSort.php
NaturalSort_DefaultCollator.php
NavigationManager.php feat: Update help entry name 2 years ago
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2 years ago
PreviewManager.php fix: use png as preview right away 2 years ago
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 2 years ago
Repair.php feat(appconfig): repair step to migrate lazy config values 2 years ago
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 2 years ago
Server.php fix: Lazy load IURLGenerator from AppManager to avoid installation crash 2 years ago
ServerContainer.php Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container 3 years ago
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 2 years ago
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Streamer.php Refactor `OC\Server::getRootFolder` 2 years ago
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
SystemConfig.php lazy AppConfig 2 years ago
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Tags.php chore: Migrate away from OC::$server->getLogger 2 years ago
TempManager.php
TemplateLayout.php fix: php-cs `CapabilitiesManager` 2 years ago
URLGenerator.php Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2 years ago
Updater.php fix(updatenotification): spread the use of new appconfig 2 years ago