You cannot 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/lib/private
Joas Schilling 2161387ac7
Merge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exceptions
fix(activity): Improved activity exceptions
1 month ago
..
Accounts fix: Apply new coding standard to all files 2 months ago
Activity fix(activity): Remove unneeded exception (types are enforced) 2 months ago
App fix: Apply new coding standard to all files 2 months ago
AppFramework Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-values 2 months ago
Archive refactor: Repalce array_search with in_array in lib/ 6 months ago
Authentication fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5 2 months ago
Avatar Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type 2 months ago
BackgroundJob fix: Apply new coding standard to all files 2 months ago
Blurhash/Listener fix(Blurhash): Suppress imagecreatefromstring() E_WARNING 2 months ago
Broadcast/Events composer run cs:fix 1 year ago
Cache Revert "don't perform an explicit setup when using the file cache" 3 months ago
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 9 months ago
Collaboration fix: Apply new coding standard to all files 2 months ago
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 4 months ago
Comments fix: Apply new coding standard to all files 2 months ago
Console fix: Apply new coding standard to all files 2 months ago
Contacts/ContactsMenu fix: Apply new coding standard to all files 2 months ago
DB chore(db): move to OCP\Server 2 months ago
Dashboard Lower to info 5 months ago
Diagnostics fix: Fix new psalm errors from update 2 months ago
DirectEditing fix: Apply new coding standard to all files 2 months ago
Encryption fix: Apply new coding standard to all files 2 months ago
EventDispatcher add hasListeners() 4 months ago
Federation fix(federation): ICloudId->getRemote() should contain the protocol 2 months ago
Files Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata 1 month ago
FilesMetadata Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata 1 month ago
FullTextSearch fix: Avoid unitialized access of fts manager properties 3 months ago
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 1 year ago
Group fix: Apply new coding standard to all files 2 months ago
Hooks fix: Apply new coding standard to all files 2 months ago
Http fix(dns): detect disabled IPv6 support in DNS pinning 2 months ago
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 3 months ago
KnownUser Add type hints for mappers 1 year ago
L10N fix: Apply new coding standard to all files 2 months ago
LDAP
Lock fix: Apply new coding standard to all files 2 months ago
Lockdown Respect OCP interface in private classes 1 year ago
Log fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message) 2 months ago
Mail fix: Apply new coding standard to all files 2 months ago
Memcache fix: Apply new coding standard to all files 2 months ago
Migration fix: Make Repair object injectable and fix BackgroundRepair test 4 months ago
Net Refactors Metadata, Migration, and Net. 7 months ago
Notification fix(notifications): Add a warning when using relative links 2 months ago
OCM feat(OCM): Dispatch an event so apps can register resources 8 months ago
OCS feat(capabilities): Expose if mod-rewrite is working via capabilities 2 months ago
Preview fix: Apply new coding standard to all files 2 months ago
Profile chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Profiler fix: Apply new coding standard to all files 2 months ago
Remote Convert isset ternary to null coalescing operator 8 months ago
Repair feat(mimetypes): Add mimetype for ReStructuredText 3 months ago
RichObjectStrings Improve validator output in case of invalid RichObject 5 months ago
Route fix: Apply new coding standard to all files 2 months ago
Search fix: Apply new coding standard to all files 2 months ago
Security fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blocklist 2 months ago
Session fix(typo): Fix typo in docs 2 months ago
Settings fix: Apply new coding standard to all files 2 months ago
Setup fix: replace `Account name` by `Login` 4 months ago
SetupCheck fix: Log exceptions thrown by setup checks 2 months ago
Share chore: remove long depricated share code 3 months ago
Share20 fix: Apply new coding standard to all files 2 months ago
SpeechToText feat(stt): add ability to cancel a scheduled transcription 3 months ago
Support feat: rename users to account or person 4 months ago
SystemTag Refactors lib/private/SystemTag. 7 months ago
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Talk fix: Apply new coding standard to all files 2 months ago
Teams feat: Implement team provider api 3 months ago
Template fix: Apply new coding standard to all files 2 months ago
TextProcessing fix missing return statement, inline return 4 months ago
TextToImage introduce IProviderWithUserId 5 months ago
Translation fix(coding style) 5 months ago
Updater fix(updatenotification): spread the use of new appconfig 3 months ago
User fix: Apply new coding standard to all files 2 months ago
UserStatus enh(userstatus): add OOO automation and remove calendar automation 6 months ago
legacy fix: Fix typing issues related to resource migration 2 months ago
AllConfig.php fix(config): Make sure user keys are strings 2 months ago
AppConfig.php fix(appconfig): returns correct value on details 1 month ago
AppScriptDependency.php
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Color.php
Config.php fix(config): correctness issues in reading 2 months ago
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 9 months ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php fix(DateTimeFormatter): Adjust invalid doc blocks 2 months ago
DateTimeZone.php Move away from deprecated ILogger 2 years ago
EmojiHelper.php Include more emoji chars to test and fixes after include it 2 years ago
EventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 1 year ago
ForbiddenException.php
HintException.php Fix typos in lib/private subdirectory 2 years ago
InitialStateService.php fix(initial-state): Log an error when initial-state can not be JSON encoded 1 year ago
Installer.php chore: Cleanup Installer class as well 4 months ago
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 1 year ago
Log.php fix(Logger): Warn on invalid `loglevel` configuration option 3 months ago
MemoryInfo.php Add helper to cast to int|float, fix MemoryInfo on 32bits 1 year ago
NaturalSort.php Migrate more classes of lib/private to LoggerInterface 2 years ago
NaturalSort_DefaultCollator.php
NavigationManager.php fix(Navigation): ensure NavManager is inited when adding an entry 3 months ago
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 8 months ago
PreviewManager.php fix: use png as preview right away 7 months ago
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 10 months ago
Repair.php feat(appconfig): repair step to migrate lazy config values 3 months ago
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 4 months ago
Server.php Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaults 3 months ago
ServerContainer.php Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container 1 year ago
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 3 months ago
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Streamer.php Refactor `OC\Server::getRootFolder` 7 months ago
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
SystemConfig.php lazy AppConfig 5 months ago
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Tags.php chore: Migrate away from OC::$server->getLogger 4 months ago
TempManager.php
TemplateLayout.php fix: php-cs `CapabilitiesManager` 3 months ago
URLGenerator.php Merge branch 'master' into refactor/OC-Server-getThemingDefaults 3 months ago
Updater.php fix(updatenotification): spread the use of new appconfig 3 months ago