nextcloud-server/lib/public
Maxence Lange 6daea857ab fixes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
d

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-01-15 15:45:13 +07:00
..
Accounts feat!: Migrate AccountManager event to typed event 2023-07-28 14:11:19 +07:00
Activity
App fix(AppManager): Ensure that app manager can handle empty app keys on the navigation entries 2023-11-14 20:04:48 +07:00
AppFramework fix: public dav and files_sharing testing fixes 2024-01-09 10:56:14 +07:00
Authentication Improve docblock annotations for tokens and their exceptions 2023-10-23 15:20:04 +07:00
BackgroundJob fix(log): Improve logging of background job details for better reproduction/debugging 2023-12-20 15:35:40 +07:00
Broadcast/Events
Cache
Calendar
Capabilities doc(ocp): Upgrade capability registration recommendation 2023-07-03 10:03:45 +07:00
Collaboration feat(events): Add typed event for filtering autocompletion suggestions 2023-11-02 11:08:53 +07:00
Command
Comments feat(comments): Add a meta data column for comments 2023-12-14 14:32:00 +07:00
Common/Exception Since 27.1.0 2023-07-07 13:46:34 +07:00
Config
Console
Contacts feat(contactsmenu): Sort by user status 2023-11-08 21:53:35 +07:00
DB fix(TextToImage): Fix psalm errors 2023-10-18 13:21:50 +07:00
Dashboard chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
DataCollector
Diagnostics
DirectEditing Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
Encryption
EventDispatcher
Exceptions lazy AppConfig 2024-01-15 15:45:13 +07:00
Federation fix(federation): Fix type and docs on ICloudFederationNotification interface 2023-10-18 17:16:22 +07:00
Files Synchronize operation on live photo files 2023-11-29 19:07:32 +07:00
FilesMetadata fix(metadata): Fix copy-paste doc block throws 2023-12-04 14:57:32 +07:00
Files_FullTextSearch/Model
FullTextSearch Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
GlobalScale
Group Fix psalm spotted type errors 2023-09-05 16:56:48 +07:00
Http chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
L10N
LDAP Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
Lock
Lockdown
Log chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +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 fix(install): Make installing more verbose 2023-11-03 15:44:46 +07:00
Notification
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +07:00
OCS
Preview feat: redirect to the mime icon if no preview available 2023-08-17 18:56:38 +07:00
Profile feat(profile): Add public interface for profile manager so apps can check config 2023-10-23 12:56:31 +07:00
Profiler
Remote
RichObjectStrings Add messageId to richObject definition of Talk 2023-05-05 17:51:53 +07:00
Route
Search chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Security chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Session/Exceptions
Settings chore(settings): Cleanup IManager and Manager type annotations 2023-11-23 08:29:37 +07:00
SetupCheck Document new throw possibility in SetupResult 2024-01-11 14:03:55 +07:00
Share feat: public dav endpoint v2 2024-01-09 10:56:06 +07:00
SpeechToText enh(SpeechToText): Allow providers to declare a dynamic ID instead of using className 2023-12-19 12:31:21 +07:00
Support
SystemTag fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher 2023-07-25 11:19:26 +07:00
Talk chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
TextProcessing Merge branch 'master' into enh/text-processing-provider-with-id 2023-12-19 12:29:03 +07:00
TextToImage introduce IProviderWithUserId 2024-01-14 22:44:37 +07:00
Translation enh(OCP\Translation): Introduce ITranslationProviderWithUserId 2024-01-10 16:00:24 +07:00
User Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-time 2023-12-05 10:52:28 +07:00
UserMigration feat(UserMigration)!: 32-bit support 2023-05-05 17:59:57 +07:00
UserStatus fix(ooo): add new ooo status with new emoji 2023-12-18 11:35:00 +07:00
WorkflowEngine fix(workflowengine): Remove legacy event (deprecated since 17) 2023-07-19 17:37:34 +07:00
AutoloadNotAllowedException.php
BeforeSabrePubliclyLoadedEvent.php
Color.php
Constants.php
Defaults.php
Files.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
GroupInterface.php Move new methods to a new interface in OCP 2023-09-05 16:56:48 +07:00
HintException.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +07:00
IAddressBook.php
IAppConfig.php fixes 2024-01-15 15:45:13 +07:00
IAvatar.php
IAvatarManager.php
IBinaryFinder.php
ICache.php
ICacheFactory.php feat: Add factory method for in-memory caches 2023-10-11 13:37:22 +07:00
ICertificate.php
ICertificateManager.php
IConfig.php lazy AppConfig 2024-01-15 15:45:13 +07:00
IContainer.php
IDBConnection.php enh(db): provide database providers via API 2023-09-19 11:56:44 +07:00
IDateTimeFormatter.php
IDateTimeZone.php
IEmojiHelper.php
IEventSource.php
IEventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 2023-06-03 21:42:51 +07:00
IGroup.php feat(ocp): Add types and strict typing to \OCP\Group\IGroup 2023-09-06 11:58:09 +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
IInitialStateService.php
IL10N.php
ILogger.php
IMemcache.php
IMemcacheTTL.php restore shared lock ttl when releasing 2023-12-21 15:14:27 +07:00
INavigationManager.php fix(INavigationManager): Add psalm typing for `add` parameter 2023-11-14 20:03:28 +07:00
IPhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2023-09-25 17:32:47 +07:00
IPreview.php fix!: Remove legacy event dispatching Symfony's GenericEvent 2023-07-27 09:57:51 +07:00
IRequest.php feat(request): Allow to match the client version with the IRequest::USER_AGENT_* regex 2023-07-11 07:35:50 +07:00
IRequestId.php
ISearch.php
IServerContainer.php chore!: Remove legacy SymfonyAdapter 2023-07-28 14:11:22 +07:00
ISession.php
IStreamImage.php
ITagManager.php
ITags.php
ITempManager.php
IURLGenerator.php
IUser.php feat(users): Store and load a user's manager 2023-05-12 13:56:48 +07:00
IUserBackend.php
IUserManager.php Add endpoint for getting disabled user list 2023-10-09 12:04:35 +07:00
IUserSession.php
Image.php
PreConditionNotMetException.php
SabrePluginEvent.php
SabrePluginException.php
Server.php
Share.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +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
Util.php fix(l10n): fix translations for init scripts 2023-12-08 12:36:39 +07:00