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
Daniel Kesselberg b4ff557b8c fix(storage): fallback to copy and unlink when rename fails 2 years ago
..
Accounts Renames the property to improve the code readbility/clarity. 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 2 years ago
AppFramework fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalScripts 2 years ago
Archive Strong type filesize related methods to ease 32bits problem findings 3 years ago
Authentication fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA Manager 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): Assign initial value to typed CalendarQuery properties 2 years ago
Collaboration fix!: Remove symfony EventDispatcherInterface from User 2 years ago
Command
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 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 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
EventDispatcher fix(eventdispatcher): Don't use all evaluating "or" 3 years ago
Federation displayname on federated shares 3 years ago
Files fix(storage): fallback to copy and unlink when rename fails 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 fix!: Remove symfony EventDispatcherInterface from Group 2 years ago
Hooks composer run cs:fix 3 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 3 years ago
Lockdown Respect OCP interface in private classes 3 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 3 years ago
Net
Notification composer run cs:fix 3 years ago
OCS feat(ocp): More specific type for ICapabilities::getCapabilities 3 years ago
Preview fix!: Remove legacy event dispatching Symfony's GenericEvent 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 2 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 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 3 years ago
Share Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Share20 fix: Move Sharing events to IEventDispatcher 2 years ago
SpeechToText fix(SpeechToText): Prevent parallel runs of TranscriptionJob 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 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 Fix tests: Adjust constructor signature 2 years ago
Translation fix(translation): Don't use translation providers when from and to are the same 3 years ago
Updater Add instance category while checking new updates 2 years ago
User fix!: Remove symfony EventDispatcherInterface from User 2 years ago
UserStatus composer run cs:fix 3 years ago
legacy provisioning_api: Add OpenAPI spec 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 fix(mail): ContactManager search with fullmatch 3 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 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 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 2 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 fix!: Remove symfony EventDispatcherInterface from Group 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 2 years ago
StreamImage.php
Streamer.php fix: log fopen calls when stream isn't available 2 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