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
Marcel Müller db3c731b0e
Merge pull request #41541 from nextcloud/fix/noid/serve-flac-files
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 fix(AppManager): Ensure that app manager can handle empty app keys on the navigation entries 2 years ago
AppFramework Reverse X-Forwarded-For list to read the correct proxy remote address 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(workflowengine): use andWhere() not second where() 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 optimize UserMountCache::registerStorage 2 years ago
FilesMetadata metadata must be set as editable for PROPPATCH 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 Merge pull request #41395 from nextcloud/hello-emf 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 Merge pull request #41395 from nextcloud/hello-emf 2 years ago
RichObjectStrings composer run cs:fix 3 years ago
Route Refactor "substr" calls to improve code readability 3 years ago
Search Merge pull request #41511 from nextcloud/enh/advanced_search_backend 2 years ago
Security Simplify IP address normalizer with IP masks 2 years ago
Session fix(session): Do not log fresh/empty session as error 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 Add Talk converstation delete API 3 years ago
Template Add custom apps translation scripts and image path for consistency 2 years ago
TextProcessing fix: Make sure array starts at 0 after array filter 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(dav): Enable OOO UI and expose enabled via OCP 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 fix(log): Log exception class when message is empty 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 fix: Allow to set custom app order on navigation entries added by closures to NavigationManager 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 Add migration from the old to new metadata tables 2 years ago
RepairException.php
Search.php
Server.php fix(ocp): register IAvailabilityCoordinator service alias 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 Serve .flac audio files 2 years ago
StreamImage.php Allow empty mimeType 3 years ago
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 Cleanup tags and Share component 3 years ago
Tags.php Remove deprecated methods Util::writeLog and DIContainer::log 2 years ago
TempManager.php
TemplateLayout.php Add unified search toggle in config 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