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/public
Joas Schilling fc445a2eaa
feat(OCM): Add a way for apps to create a new IOCMResource
2 years ago
..
Accounts feat!: Migrate AccountManager event to typed event 2 years ago
Activity composer run cs:fix 3 years ago
App Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app-loading 3 years ago
AppFramework fix(utility): De- deprecate getDateTime as now() only returns immutable objects 2 years ago
Authentication fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA Manager 2 years ago
BackgroundJob feat(backgroundjob): Schedule job after <timestamp> 2 years ago
Broadcast/Events composer run cs:fix 3 years ago
Cache Move CappedMemoryCache to OCP 4 years ago
Calendar composer run cs:fix 3 years ago
Capabilities doc(ocp): Upgrade capability registration recommendation 3 years ago
Collaboration core: Fix OpenAPI for reference API 2 years ago
Command
Comments fix(comments): Emit CommentsEntityEvent as typed event 2 years ago
Common/Exception Since 27.1.0 3 years ago
Config Add API to change preferences 4 years ago
Console composer run cs:fix 3 years ago
Contacts Cleanup plsam issues in DB/ContactsManager and Console 2 years ago
DB fix(dbal): Doctrine\DBAL\Connection::PARAM_* types are deprecated 2 years ago
Dashboard Fix Dashboard IManager getWidgets return annotation 2 years ago
DataCollector Add a built-in profiler inside Nextcloud 4 years ago
Diagnostics
DirectEditing Fix typos in lib/public subdirectory 3 years ago
Encryption Adapt code to new encryption system 3 years ago
EventDispatcher composer run cs:fix 3 years ago
Federation federatedfilesharing: Add OpenAPI spec 3 years ago
Files Detect aborted connection in OC\Files\View and stop writing data to the output buffer 2 years ago
Files_FullTextSearch/Model composer run cs:fix 3 years ago
FullTextSearch Fix typos in lib/public subdirectory 3 years ago
GlobalScale composer run cs:fix 3 years ago
Group Fix psalm spotted type errors 2 years ago
Http feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() 3 years ago
L10N composer run cs:fix 3 years ago
LDAP Fix typos in lib/public subdirectory 3 years ago
Lock composer run cs:fix 3 years ago
Lockdown
Log fix type in BeforeMessageLoggedEvent 3 years ago
Mail Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subject-body 3 years ago
Migration composer run cs:fix 3 years ago
Notification composer run cs:fix 3 years ago
OCM feat(OCM): Add a way for apps to create a new IOCMResource 2 years ago
OCS composer run cs:fix 3 years ago
Preview feat: redirect to the mime icon if no preview available 2 years ago
Profile composer run cs:fix 3 years ago
Profiler Expose clearing the profiles and fix it 3 years ago
Remote Deprecate OCP\Remote 5 years ago
RichObjectStrings Add messageId to richObject definition of Talk 3 years ago
Route composer run cs:fix 3 years ago
Search composer run cs:fix 3 years ago
Security feat(appframework): Expose programmatic rate limiter 2 years ago
Session/Exceptions
Settings composer run cs:fix 3 years ago
Share feat!: Migrate Share accepted event to typed event 2 years ago
SpeechToText First pass at ai admin settings 2 years ago
Support composer run cs:fix 3 years ago
SystemTag fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher 2 years ago
Talk composer run cs:fix 3 years ago
TextProcessing feat: Add delete task API 2 years ago
Translation First pass at ai admin settings 2 years ago
User fix!: Move getEventDispatcher usage to IEventDispatcher 2 years ago
UserMigration feat(UserMigration)!: 32-bit support 3 years ago
UserStatus composer run cs:fix 3 years ago
WorkflowEngine fix(workflowengine): Remove legacy event (deprecated since 17) 2 years ago
AutoloadNotAllowedException.php
BeforeSabrePubliclyLoadedEvent.php rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/autoloaderchecker.sh 3 years ago
Color.php Update avatars on update 3 years ago
Constants.php
Defaults.php Use the default color and matching text color for the federation invite 3 years ago
Files.php Fix typos in lib/public subdirectory 3 years ago
GroupInterface.php Move new methods to a new interface in OCP 2 years ago
HintException.php Fix typos in lib/public subdirectory 3 years ago
IAddressBook.php composer run cs:fix 3 years ago
IAppConfig.php provisioning_api: Add OpenAPI spec 2 years ago
IAvatar.php composer run cs:fix 3 years ago
IAvatarManager.php composer run cs:fix 3 years ago
IBinaryFinder.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 3 years ago
ICache.php composer run cs:fix 3 years ago
ICacheFactory.php
ICertificate.php
ICertificateManager.php
IConfig.php Add specific psalm-return for getAllUserValues 4 years ago
IContainer.php fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if class not found 3 years ago
IDBConnection.php enh(db): provide database providers via API 2 years ago
IDateTimeFormatter.php
IDateTimeZone.php
IEmojiHelper.php Extract the EmojiService from user status and add an OCP interface 4 years ago
IEventSource.php Flag repair errors as error level in eventSource->send 3 years ago
IEventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 3 years ago
IGroup.php Optimize retrieving display name when searching for users in a group 3 years ago
IGroupManager.php revert public interface back to the original types, just cast them before passing the nulls to the backends 3 years ago
IImage.php Allow empty mimeType 3 years ago
IInitialStateService.php
IL10N.php
ILogger.php
IMemcache.php
IMemcacheTTL.php
INavigationManager.php composer run cs:fix 3 years ago
IPhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2 years ago
IPreview.php fix!: Remove legacy event dispatching Symfony's GenericEvent 2 years ago
IRequest.php feat(request): Allow to match the client version with the IRequest::USER_AGENT_* regex 3 years ago
IRequestId.php Extract request id handling to dedicated class so it can be injected manually 4 years ago
ISearch.php composer run cs:fix 3 years ago
IServerContainer.php chore!: Remove legacy SymfonyAdapter 2 years ago
ISession.php composer run cs:fix 3 years ago
IStreamImage.php Send images to imaginary docker to generate previews 4 years ago
ITagManager.php composer run cs:fix 3 years ago
ITags.php Cleanup tags and Share component 3 years ago
ITempManager.php
IURLGenerator.php composer run cs:fix 3 years ago
IUser.php feat(users): Store and load a user's manager 3 years ago
IUserBackend.php composer run cs:fix 3 years ago
IUserManager.php Add endpoint for getting disabled user list 2 years ago
IUserSession.php
Image.php
PreConditionNotMetException.php
SabrePluginEvent.php composer run cs:fix 3 years ago
SabrePluginException.php composer run cs:fix 3 years ago
Server.php Improve container return type annotations 3 years ago
Share.php composer run cs:fix 3 years ago
Share_Backend.php Fix typos in lib/public subdirectory 3 years ago
Share_Backend_Collection.php
Share_Backend_File_Dependent.php
Template.php
UserInterface.php composer run cs:fix 3 years ago
Util.php Remove deprecated methods Util::writeLog and DIContainer::log 2 years ago