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
Joas Schilling fc445a2eaa
feat(OCM): Add a way for apps to create a new IOCMResource
2 years ago
..
Accounts fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage 2 years ago
Activity chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
App Convert isset ternary to null coalescing operator 2 years ago
AppFramework fixed Drone test 2 years ago
Archive Strong type filesize related methods to ease 32bits problem findings 3 years ago
Authentication fix(twofactor): avoid error in pgsql for duplicate entry 2 years ago
Avatar Fixes psalm errors: RedundantCondition and TypeDoesNotContainNull. 3 years ago
BackgroundJob feat(backgroundjob): Schedule job after <timestamp> 2 years ago
Broadcast/Events composer run cs:fix 3 years ago
Cache Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 2 years ago
Collaboration Refactors lib/private/Collaboration. 2 years ago
Command chore: rename serializedClosure to argument to align with parent class 2 years ago
Comments fix(comments): Use provided offset in best effort when loading comments 2 years ago
Console Cleanup plsam issues in DB/ContactsManager and Console 2 years ago
Contacts/ContactsMenu core: Add OpenAPI spec 3 years ago
DB fix(DB): Update comment to state why we still use the max 4k limit 2 years ago
Dashboard Fix Dashboard IManager getWidgets return annotation 2 years ago
Diagnostics composer run cs:fix 3 years ago
DirectEditing feat(directediting): Allow opening by file id 3 years ago
Encryption extend fix-key-location to handle cases from broken cross-storage moves 2 years ago
EventDispatcher chore!: Remove legacy SymfonyAdapter 2 years ago
Federation ocm controller 2 years ago
Files Convert isset ternary to null coalescing operator 2 years ago
FullTextSearch composer run cs:fix 3 years ago
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Group Build query once instead of in-loop 2 years ago
Hooks composer run cs:fix 3 years ago
Http test: add tests for dns pin middleware 2 years ago
IntegrityCheck Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
KnownUser Add type hints for mappers 3 years ago
L10N Refactor "substr" calls to improve code readability 3 years ago
LDAP
Lock Refactors lib/private/Lock. 2 years ago
Lockdown Respect OCP interface in private classes 3 years ago
Log Refactors lib/private/Log. 3 years ago
Mail Adds same object return annotations. 3 years ago
Memcache chore: Drop unused \OC\Memcache\Factory::createLowLatency 2 years ago
Metadata Restrict EXIF extracting to a subset of formats 3 years ago
Migration composer run cs:fix 3 years ago
Net
Notification composer run cs:fix 3 years ago
OCM feat(OCM): Add a way for apps to create a new IOCMResource 2 years ago
OCS feat(ocp): More specific type for ICapabilities::getCapabilities 3 years ago
Preview also remove function 2 years ago
Profile Merge pull request #39075 from fsamapoor/refactor_lib_private_profile 2 years ago
Profiler Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Remote Convert isset ternary to null coalescing operator 2 years ago
Repair fix(sqlite): Remove no longer required autoincrement fix 2 years ago
RichObjectStrings composer run cs:fix 3 years ago
Route Refactor "substr" calls to improve code readability 3 years ago
Search chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Security Refactors lib/private/Security. 2 years ago
Session fix(session): Log when crypto session data is lost 2 years ago
Settings Add type hints for mappers 3 years ago
Setup Convert isset ternary to null coalescing operator 2 years ago
Share Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Share20 Convert isset ternary to null coalescing operator 2 years ago
SpeechToText AI admin settings: Use config values in AI feature managers 2 years ago
Support Use typed version of IConfig::getSystemValue as much as possible 3 years ago
SystemTag Merge pull request #39571 from nextcloud/bugfix/noid/move-lib-to-IEventDispatcher 2 years ago
Tagging Add type hints for mappers 3 years ago
Talk
Template Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private 3 years ago
TextProcessing feat: Add delete task API 2 years ago
Translation AI admin settings: Use config values in AI feature managers 2 years ago
Updater Print log message when version could not be got from updater server 2 years ago
User Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpoint 2 years ago
UserStatus composer run cs:fix 3 years ago
legacy Convert isset ternary to null coalescing operator 2 years ago
AllConfig.php
AppConfig.php Convert isset ternary to null coalescing operator 2 years ago
AppScriptDependency.php
AppScriptSort.php
BinaryFinder.php
CapabilitiesManager.php core: Add OpenAPI spec 3 years ago
Color.php
Config.php add a check for disk_free_space in Config.php 3 years ago
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 2 years ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php Update lib/private/DateTimeFormatter.php 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(apps): Fix loading info.xml file 2 years ago
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Log.php Add optional to add backtrace to log items 3 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 Convert isset ternary to null coalescing operator 2 years ago
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2 years ago
PreviewManager.php fix!: Remove legacy event dispatching Symfony's GenericEvent 2 years ago
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 2 years ago
Repair.php fix(sqlite): Remove no longer required autoincrement fix 2 years ago
RepairException.php
Search.php
Server.php fix(OCM): Make the OCM provider stateful so apps can add resources 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 ocm-provider rewrite rules 2 years ago
StreamImage.php
Streamer.php fix: log fopen calls when stream isn't available 2 years ago
SubAdmin.php composer run cs:fix 3 years ago
SystemConfig.php fix(systemreport): Mask onlyoffice secret as sensitive 2 years ago
TagManager.php
Tags.php Remove deprecated methods Util::writeLog and DIContainer::log 2 years ago
TempManager.php
TemplateLayout.php Make logo in header clickable in the shared file view 2 years ago
URLGenerator.php Refactor "substr" calls to improve code readability 3 years ago
Updater.php chore: Drop \OC_App::getAppVersion 3 years ago