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
Julien Veyssier 41b19cf969
allow anon text processing scheduling
3 years ago
..
Accounts feat!: Migrate AccountManager event to typed event 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 fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalScripts 3 years ago
Archive Strong type filesize related methods to ease 32bits problem findings 4 years ago
Authentication fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA Manager 3 years ago
Avatar Properly clear cached avatars 3 years ago
BackgroundJob Fix ParallelAwareJob tests 3 years ago
Broadcast/Events composer run cs:fix 4 years ago
Cache Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Calendar fix(caldav): Assign initial value to typed CalendarQuery properties 3 years ago
Collaboration fix: Migrate collaboration listener and remove legacy adapter 3 years ago
Command Fix many tests and warnings 4 years ago
Comments Throw if creation date is read before inserting into database 3 years ago
Console chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Contacts/ContactsMenu core: Add OpenAPI spec 3 years ago
DB feat(db): Ensure that index names are unique across the database 3 years ago
Dashboard composer run cs:fix 4 years ago
Diagnostics composer run cs:fix 4 years ago
DirectEditing feat(directediting): Allow opening by file id 4 years ago
Encryption Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
EventDispatcher chore!: Remove legacy SymfonyAdapter 3 years ago
Federation displayname on federated shares 3 years ago
Files Merge pull request #39698 from joshtrichards/invalid-source-storage-path-catch 3 years ago
FullTextSearch composer run cs:fix 4 years ago
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Group fix!: Remove symfony EventDispatcherInterface from Group 3 years ago
Hooks composer run cs:fix 4 years ago
Http feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() 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 fix(l10n): Fix plural issue with different locale and language 3 years ago
LDAP
Lock composer run cs:fix 4 years ago
Lockdown Respect OCP interface in private classes 4 years ago
Log emit an event when a message is logged 3 years ago
Mail Adds same object return annotations. 3 years ago
Memcache Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private 3 years ago
Metadata Restrict EXIF extracting to a subset of formats 3 years ago
Migration composer run cs:fix 4 years ago
Net Add remote host validation API 4 years ago
Notification composer run cs:fix 4 years ago
OCS feat(ocp): More specific type for ICapabilities::getCapabilities 3 years ago
Preview fix!: Remove legacy event dispatching Symfony's GenericEvent 3 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 4 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 Refactors lib/private/Security. 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 4 years ago
Share Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Share20 fix: Remove legacy dispatcher from share manager 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 4 years ago
Template Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private 3 years ago
TextProcessing allow anon text processing scheduling 3 years ago
Translation AI admin settings: Use config values in AI feature managers 3 years ago
Updater Add instance category while checking new updates 3 years ago
User fix!: Move getEventDispatcher usage to IEventDispatcher 3 years ago
UserStatus composer run cs:fix 4 years ago
legacy Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup 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 4 years ago
ContactsManager.php fix(mail): ContactManager search with fullmatch 3 years ago
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
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 4 years ago
NaturalSort.php Migrate more classes of lib/private to LoggerInterface 4 years ago
NaturalSort_DefaultCollator.php
NavigationManager.php Use typed version of IConfig::getSystemValue as much as possible 3 years ago
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php fix!: Remove legacy event dispatching Symfony's GenericEvent 3 years ago
PreviewNotAvailableException.php
RedisFactory.php redis: Do not try to authenticate with non-string password/user 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 chore!: Remove legacy SymfonyAdapter 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 4 years ago
Streamer.php fix: log fopen calls when stream isn't available 3 years ago
SubAdmin.php composer run cs:fix 4 years ago
SystemConfig.php composer run cs:fix 4 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 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