nextcloud-server/lib/public
Marcel Klehr f6f8cb4331 LLM OCP API: Add identifier param
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-07-07 13:39:10 +07:00
..
Accounts Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
Activity composer run cs:fix 2023-01-20 11:45:08 +07:00
App Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app-loading 2023-03-30 13:20:11 +07:00
AppFramework Update lib/public/AppFramework/Bootstrap/IRegistrationContext.php 2023-07-07 13:39:10 +07:00
Authentication Fix event names of 2FA related typed events 2023-07-03 14:25:01 +07:00
BackgroundJob fix(ocp): TimedJob can't have a more specific argument than Job 2023-06-28 14:59:36 +07:00
Broadcast/Events composer run cs:fix 2023-01-20 11:45:08 +07:00
Cache Move CappedMemoryCache to OCP 2022-07-14 15:54:31 +07:00
Calendar composer run cs:fix 2023-01-20 11:45:08 +07:00
Capabilities doc(ocp): Upgrade capability registration recommendation 2023-07-03 10:03:45 +07:00
Collaboration Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
Command
Comments Improve typing in ICommentsManager 2023-06-20 10:55:26 +07:00
Common/Exception OCP: Introduce OCP\Common\Exception\NotFoundException 2023-07-07 13:39:10 +07:00
Config Add API to change preferences 2022-05-23 16:44:23 +07:00
Console composer run cs:fix 2023-01-20 11:45:08 +07:00
Contacts Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
DB Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
Dashboard fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem 2023-06-28 15:07:23 +07:00
DataCollector Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00
Diagnostics
DirectEditing Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
Encryption Adapt code to new encryption system 2023-03-17 11:08:58 +07:00
EventDispatcher composer run cs:fix 2023-01-20 11:45:08 +07:00
Federation displayname on federated shares 2023-06-28 09:28:03 +07:00
Files Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint 2023-06-28 07:53:35 +07:00
Files_FullTextSearch/Model composer run cs:fix 2023-01-20 11:45:08 +07:00
FullTextSearch Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
GlobalScale composer run cs:fix 2023-01-20 11:45:08 +07:00
Group Update version number in since and deprecated annotations 2023-04-27 12:04:32 +07:00
Http feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() 2023-06-27 15:53:57 +07:00
L10N composer run cs:fix 2023-01-20 11:45:08 +07:00
LDAP Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
LanguageModel LLM OCP API: Add identifier param 2023-07-07 13:39:10 +07:00
Lock composer run cs:fix 2023-01-20 11:45:08 +07:00
Lockdown
Log fix type in BeforeMessageLoggedEvent 2023-06-15 17:29:11 +07:00
Mail Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subject-body 2023-06-02 09:14:46 +07:00
Migration composer run cs:fix 2023-01-20 11:45:08 +07:00
Notification composer run cs:fix 2023-01-20 11:45:08 +07:00
OCS composer run cs:fix 2023-01-20 11:45:08 +07:00
Preview feat: add width, height, crop and mode to BeforePreviewFetchedEvent 2023-06-23 16:27:35 +07:00
Profile composer run cs:fix 2023-01-20 11:45:08 +07:00
Profiler Expose clearing the profiles and fix it 2022-10-10 13:26:40 +07:00
Remote
RichObjectStrings Add messageId to richObject definition of Talk 2023-05-05 17:51:53 +07:00
Route composer run cs:fix 2023-01-20 11:45:08 +07:00
Search composer run cs:fix 2023-01-20 11:45:08 +07:00
Security composer run cs:fix 2023-01-20 11:45:08 +07:00
Session/Exceptions
Settings composer run cs:fix 2023-01-20 11:45:08 +07:00
Share Add SHARE_TYPE_SCIENCEMESH 2023-03-08 16:46:55 +07:00
SpeechToText Fix(docs): Fix parameter type in doc block 2023-04-19 12:42:23 +07:00
Support composer run cs:fix 2023-01-20 11:45:08 +07:00
SystemTag fix: include invisible tags for admins 2023-06-21 20:28:01 +07:00
Talk composer run cs:fix 2023-01-20 11:45:08 +07:00
Translation feat(translation): Return the detected language so clients can show more details 2023-05-02 16:38:33 +07:00
User Add method to list disabled users to IProvideEnabledStateBackend 2023-06-29 16:15:12 +07:00
UserMigration feat(UserMigration)!: 32-bit support 2023-05-05 17:59:57 +07:00
UserStatus composer run cs:fix 2023-01-20 11:45:08 +07:00
WorkflowEngine Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
AutoloadNotAllowedException.php
BeforeSabrePubliclyLoadedEvent.php rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/autoloaderchecker.sh 2022-12-15 17:37:34 +07:00
Color.php Update avatars on update 2022-09-09 14:23:41 +07:00
Constants.php
Defaults.php Use the default color and matching text color for the federation invite 2023-01-30 09:12:49 +07:00
Files.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
GroupInterface.php also update groupinterface and database backend 2023-05-11 17:30:03 +07:00
HintException.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
IAddressBook.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IAppConfig.php
IAvatar.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IAvatarManager.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IBinaryFinder.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2022-08-23 19:44:04 +07:00
ICache.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ICacheFactory.php
ICertificate.php
ICertificateManager.php
IConfig.php
IContainer.php fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if class not found 2023-02-06 14:16:35 +07:00
IDBConnection.php Fix spelling for PreConditionNotMetException 2022-05-15 22:05:55 +07:00
IDateTimeFormatter.php
IDateTimeZone.php
IEmojiHelper.php Extract the EmojiService from user status and add an OCP interface 2022-04-28 07:09:44 +07:00
IEventSource.php Flag repair errors as error level in eventSource->send 2022-08-25 18:32:20 +07:00
IEventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 2023-06-03 21:42:51 +07:00
IGroup.php Optimize retrieving display name when searching for users in a group 2023-04-27 11:57:45 +07:00
IGroupManager.php revert public interface back to the original types, just cast them before passing the nulls to the backends 2023-05-11 17:30:03 +07:00
IImage.php Allow empty mimeType 2022-12-04 14:51:33 +07:00
IInitialStateService.php
IL10N.php
ILogger.php
IMemcache.php
IMemcacheTTL.php
INavigationManager.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IPreview.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IRequest.php Reduce list 2023-03-15 17:33:17 +07:00
IRequestId.php Extract request id handling to dedicated class so it can be injected manually 2022-02-23 11:01:58 +07:00
ISearch.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IServerContainer.php refactor: migrate OC_EventSource to dependency injection 2023-06-03 21:42:51 +07:00
ISession.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IStreamImage.php Send images to imaginary docker to generate previews 2022-03-17 08:24:07 +07:00
ITagManager.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ITags.php Cleanup tags and Share component 2022-09-29 15:15:28 +07:00
ITempManager.php
IURLGenerator.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IUser.php feat(users): Store and load a user's manager 2023-05-12 13:56:48 +07:00
IUserBackend.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IUserManager.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IUserSession.php
Image.php
PreConditionNotMetException.php
SabrePluginEvent.php composer run cs:fix 2023-01-20 11:45:08 +07:00
SabrePluginException.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Server.php Improve container return type annotations 2022-10-14 10:45:16 +07:00
Share.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Share_Backend.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
Share_Backend_Collection.php
Share_Backend_File_Dependent.php
Template.php
UserInterface.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Util.php chore: Replace \OC::$server->query with \OCP\Server::get in /lib 2023-07-06 15:21:22 +07:00