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
Benjamin Gaussorgues c753eefb21
feat(search): Allow multiple search terms in UnifiedController
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 feat(NavigationManager): Always sort the default app first 2 years ago
AppFramework feat(dependencyinjection): Allow optional (nullable) services 2 years ago
Archive Strong type filesize related methods to ease 32bits problem findings 3 years ago
Authentication fix: Show error message when CSRF check fails at login 2 years ago
Avatar Fixes psalm errors: RedundantCondition and TypeDoesNotContainNull. 3 years ago
BackgroundJob fix(JobList#hasReservedJob): Break tie when multiple jobs are reserved 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 fix(install): Make installing more verbose 2 years ago
Contacts/ContactsMenu feat(contactsmenu): Sort by user status 2 years ago
DB fix(install): Make installing more verbose 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 fix(events): Make sure all `\OCP\Files::…` events are emitted with the same data 2 years ago
FilesMetadata Support getting and setting metadata in DAV requests 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 Merge pull request #38425 from nextcloud/feat/ocp/strict-igroup 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 Update lib/private/L10N/Factory.php 2 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 feat: Add factory method for in-memory caches 2 years ago
Migration Merge pull request #39109 from fsamapoor/refactor_lib_private_metadata_migration_net 2 years ago
Net Refactors Metadata, Migration, and Net. 2 years ago
Notification composer run cs:fix 3 years ago
OCM feat(OCM): Dispatch an event so apps can register resources 2 years ago
OCS feat(ocp): More specific type for ICapabilities::getCapabilities 3 years ago
Preview address review 2 years ago
Profile fix(3rdparty): Don't use indirect dependency "Safe/" for functions 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 Implement TextToImage OCP API 2 years ago
RichObjectStrings composer run cs:fix 3 years ago
Route Refactor "substr" calls to improve code readability 3 years ago
Search feat(search): Allow multiple search terms in UnifiedController 2 years ago
Security Simplify IP address normalizer with IP masks 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 fix(install): Make installing more verbose 2 years ago
SetupCheck Add $name property in SetupResult and improve API 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 Refactors lib/private/SystemTag. 2 years ago
Tagging Add type hints for mappers 3 years ago
Talk
Template Add custom apps translation scripts and image path for consistency 2 years ago
TextProcessing feat: Add delete task API 2 years ago
TextToImage fix(TextToImage): Always set completionExpectedAt in run/schedule methods 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 feat: Add out-of-office message API 2 years ago
UserStatus composer run cs:fix 3 years ago
legacy Merge pull request #39852 from nextcloud/pragmaHeader 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(install): Make installing more verbose 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 enh: Register profile nav entry 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(install): Make installing more verbose 2 years ago
RepairException.php
Search.php
Server.php Support getting and setting metadata in DAV requests 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(install): Make installing more verbose 2 years ago
StreamImage.php
Streamer.php fix: log fopen calls when stream isn't available 3 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