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
Maxence Lange b5dcd048ae small fixes 2 years ago
..
Accounts fix: always use display name from correct backend 2 years ago
Activity chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
App fix: Move AppManager events to IEventDispatcher 2 years ago
AppFramework techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2 years ago
Archive Strong type filesize related methods to ease 32bits problem findings 3 years ago
Authentication Fix typo 2 years ago
Avatar Properly clear cached avatars 3 years ago
BackgroundJob Fix ParallelAwareJob tests 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 fix: Migrate collaboration listener and remove legacy adapter 2 years ago
Command
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 enh(db): provide database providers via API 2 years ago
Dashboard composer run cs:fix 3 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 Merge pull request #40203 from lhsazevedo/fix/mimetype-40064 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 fix(l10n): Fix plural issue with different locale and language 3 years ago
LDAP
Lock composer run cs:fix 3 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 fix(memcache): Fix comparison of Memcache configs to classes 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 small fixes 2 years ago
OCS feat(ocp): More specific type for ICapabilities::getCapabilities 3 years ago
Preview feat: Imaginary WebP support 2 years ago
Profile fix(profile): fix getUID on nullable user variable 3 years ago
Profiler Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Remote
Repair Massive refactoring: Turn LanguageModel OCP API into TextProcessing API 3 years ago
RichObjectStrings composer run cs:fix 3 years ago
Route Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Search chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Security fix: Make bypass function public API 2 years ago
Session chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Settings Add type hints for mappers 3 years ago
Setup postgresql - add quotes around user names 3 years ago
Share Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Share20 Merge pull request #39863 from nextcloud/sharing-mask-wrapper 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 #40079 from nextcloud/techdebt/noid/user-IThrottler-interface-for-DI 2 years ago
UserStatus composer run cs:fix 3 years ago
legacy fix(autoloader): no apcu no side effects 2 years ago
AllConfig.php
AppConfig.php provisioning_api: Add OpenAPI spec 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
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 3 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 fix(API): Fix parameter name to match interface 2 years ago
NeedsUpdateException.php
NotSquareException.php
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 Add tasks::last_updated column and vacate tasks after a week 3 years ago
RepairException.php
Search.php
Server.php ocm controller 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 Massive refactoring: Turn LanguageModel OCP API into TextProcessing API 3 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 composer run cs:fix 3 years ago
TagManager.php
Tags.php
TempManager.php
TemplateLayout.php chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
URLGenerator.php Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Updater.php chore: Drop \OC_App::getAppVersion 3 years ago