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
Côme Chilliet dc347b39c1
Merge pull request #40501 from nextcloud/fix/fix-int-size-in-files-scanner
3 years ago
..
Accounts fix: always use display name from correct backend 3 years ago
Activity chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
App fix: Move AppManager events to IEventDispatcher 3 years ago
AppFramework feat(appframework): Expose programmatic rate limiter 3 years ago
Archive Strong type filesize related methods to ease 32bits problem findings 3 years ago
Authentication Fix typo 3 years ago
Avatar Fixes psalm errors: RedundantCondition and TypeDoesNotContainNull. 3 years ago
BackgroundJob Fix ParallelAwareJob tests 3 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 3 years ago
Collaboration Adds type hint to the method parameter. 3 years ago
Command chore(3rdparty): remove opis/closure 3 years ago
Comments fix(comments): Use provided offset in best effort when loading comments 3 years ago
Console Cleanup plsam issues in DB/ContactsManager and Console 3 years ago
Contacts/ContactsMenu core: Add OpenAPI spec 3 years ago
DB Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_private 3 years ago
Dashboard Fix Dashboard IManager getWidgets return annotation 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 3 years ago
EventDispatcher chore!: Remove legacy SymfonyAdapter 3 years ago
Federation ocm controller 3 years ago
Files Merge pull request #40501 from nextcloud/fix/fix-int-size-in-files-scanner 3 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 3 years ago
Hooks composer run cs:fix 3 years ago
Http test: add tests for dns pin middleware 3 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 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 3 years ago
Metadata Restrict EXIF extracting to a subset of formats 3 years ago
Migration composer run cs:fix 3 years ago
Net Add remote host validation API 3 years ago
Notification composer run cs:fix 3 years ago
OCM small fixes 3 years ago
OCS feat(ocp): More specific type for ICapabilities::getCapabilities 3 years ago
Preview feat: Imaginary WebP support 3 years ago
Profile Merge pull request #39075 from fsamapoor/refactor_lib_private_profile 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 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 Merge pull request #39013 from fsamapoor/refactor_lib_private_security_part3 3 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 3 years ago
SpeechToText AI admin settings: Use config values in AI feature managers 3 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 3 years ago
Tagging Add type hints for mappers 3 years ago
Talk Add Talk converstation delete API 3 years ago
Template Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private 3 years ago
TextProcessing feat: Add delete task API 3 years ago
Translation AI admin settings: Use config values in AI feature managers 3 years ago
Updater Print log message when version could not be got from updater server 3 years ago
User Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_private 3 years ago
UserStatus composer run cs:fix 3 years ago
legacy Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_private 3 years ago
AllConfig.php fix mistake in db query to delete a user config value 4 years ago
AppConfig.php provisioning_api: Add OpenAPI spec 3 years ago
AppScriptDependency.php
AppScriptSort.php
BinaryFinder.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 4 years ago
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 3 years ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php Update lib/private/DateTimeFormatter.php 3 years ago
DateTimeZone.php Move away from deprecated ILogger 4 years ago
EmojiHelper.php Include more emoji chars to test and fixes after include it 4 years ago
EventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 3 years ago
ForbiddenException.php
HintException.php Fix typos in lib/private subdirectory 4 years ago
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 Migrate more classes of lib/private to LoggerInterface 4 years ago
NaturalSort_DefaultCollator.php
NavigationManager.php fix(API): Fix parameter name to match interface 3 years ago
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php fix!: Remove legacy event dispatching Symfony's GenericEvent 3 years ago
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 3 years ago
Repair.php Add tasks::last_updated column and vacate tasks after a week 3 years ago
RepairException.php
Search.php
Server.php Merge pull request #40288 from nextcloud/feat/appframework/rate-limiter 3 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 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 composer run cs:fix 3 years ago
TagManager.php Cleanup tags and Share component 4 years ago
Tags.php Cleanup tags and Share component 4 years ago
TempManager.php
TemplateLayout.php Refactor "substr" calls to improve code readability 3 years ago
URLGenerator.php Refactor "substr" calls to improve code readability 3 years ago
Updater.php chore: Drop \OC_App::getAppVersion 3 years ago