nextcloud/lib/public
Lukas Schaefer a2a06ec96d
Merge pull request #60171 from nextcloud/feat/task/reformat-paragraphs
feat(TaskProcessing): add TextToTextReformatParagraphs task type
2026-05-08 04:21:20 -04:00
..
Accounts
Activity chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
App
AppFramework Merge pull request #59940 from nextcloud/bug/noid/fix-since-checker 2026-05-07 11:25:42 +02:00
Authentication feat(auth): Add IAlternativeLoginProvider 2026-04-14 20:21:58 +02:00
BackgroundJob Merge pull request #59940 from nextcloud/bug/noid/fix-since-checker 2026-05-07 11:25:42 +02:00
Broadcast/Events
Cache chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Calendar Merge pull request #59940 from nextcloud/bug/noid/fix-since-checker 2026-05-07 11:25:42 +02:00
Capabilities
Collaboration chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Command fix(jobs): Limit command jobs to known cases 2025-11-04 11:10:40 +01:00
Comments docs(ocp): Add since tag 2026-04-28 11:17:27 +02:00
Common/Exception
Config chore(ocp): adjust code to match function signature 2026-04-28 21:29:28 +02:00
Console
Contacts
ContextChat docs(ocp): Add since tag 2026-04-28 11:17:27 +02:00
Dashboard chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
DataCollector chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
DB docs(ocp): Add since tag 2026-04-28 11:17:27 +02:00
Diagnostics chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
DirectEditing chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Encryption
EventDispatcher chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Exceptions
Federation feat(signed-request): moving out of unstable 2026-01-09 20:16:24 -01:00
Files Merge pull request #59940 from nextcloud/bug/noid/fix-since-checker 2026-05-07 11:25:42 +02:00
Files_FullTextSearch/Model
FilesMetadata perf(metadata): Add optimized sharding for metadata deletion 2026-01-28 17:18:33 +01:00
FullTextSearch
GlobalScale refactor: Apply second batch of comments 2026-02-06 13:52:51 +01:00
Group chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Http chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Install/Events feat(install): add InstallationCompletedEvent for post-installation hooks 2026-01-28 09:24:24 +01:00
L10N chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
LDAP fix: Fix typing in LDAP provider public interfaces 2026-04-01 14:36:40 +02:00
Lock
Lockdown
Log refactor(QueryException): Remove most usage of QueryException 2026-01-16 11:55:06 +01:00
Mail chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Migration chore(ocp): adjust code to match function signature 2026-04-28 21:29:28 +02:00
Navigation/Events
Notification Merge pull request #59544 from nextcloud/chore/remove-deprecated-methods 2026-04-14 11:55:24 +02:00
OCM Merge pull request #59940 from nextcloud/bug/noid/fix-since-checker 2026-05-07 11:25:42 +02:00
OCS
OpenMetrics docs(ocp): Add since tag 2026-04-28 11:17:27 +02:00
Preview refactor(preview): Cleanup a bit the public interface 2025-10-09 17:41:13 +02:00
Profile
Profiler
Remote refactor: Add more typing 2026-02-06 13:55:39 +01:00
RichObjectStrings
Route
Search chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Security chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Session/Exceptions
Settings feat(settings): Add support for delegated settings not appearing in menu 2025-09-28 14:50:14 +02:00
SetupCheck chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Share fix: only update share for the user who moved the share 2026-04-24 18:17:44 +02:00
Snowflake docs(ocp): Add since tag 2026-04-28 11:17:27 +02:00
SpeechToText
Support
SystemTag chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Talk fix(talkbackend): Make function names positive and remove talk internals from docs 2026-04-27 21:27:40 +02:00
TaskProcessing Merge pull request #60171 from nextcloud/feat/task/reformat-paragraphs 2026-05-08 04:21:20 -04:00
Teams chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Template docs(ocp): Add since tag 2026-04-28 11:17:27 +02:00
TextProcessing chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
TextToImage chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Translation chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
User chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
UserMigration
UserStatus
WorkflowEngine chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
AutoloadNotAllowedException.php
BeforeSabrePubliclyLoadedEvent.php
Color.php
Constants.php fix: Remove deprecated RFC7231 constant to avoid warnings on PHP 8.5 2026-03-13 10:43:38 +01:00
Defaults.php
Files.php refactor(Files): Remove deprecated and unused getMimeType and searchByMime methods 2026-02-17 06:43:16 +01:00
GroupInterface.php
HintException.php refactor: Add strict property/parameter typing to OCP\HintException 2026-04-18 15:42:08 -04:00
IAddressBook.php
IAddressBookEnabled.php
IAppConfig.php feat(lexicon): add FLAG_INTERNAL 2025-11-03 11:39:25 -01:00
IAvatar.php
IAvatarManager.php
IBinaryFinder.php
ICache.php
ICacheFactory.php
ICertificate.php
ICertificateManager.php feat(CertificateManager): Add option to specify the default certificates bundle path 2025-12-01 10:47:23 +01:00
IConfig.php fix(IConfig): Change deprecation release to 33.0.0 2025-12-11 13:27:50 +01:00
IContainer.php chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
ICreateContactFromString.php feat(ocp): create contacts from string 2025-08-29 15:04:57 +02:00
IDateTimeFormatter.php
IDateTimeZone.php refactor: Apply comments 2026-02-06 13:50:46 +01:00
IDBConnection.php feat(DB): Add ITypedQueryBuilder 2026-02-23 14:06:11 +01:00
IEmojiHelper.php
IEventSource.php chore(EventSource): drop legacy fallback note from IEventSource 2026-03-21 09:36:35 -04:00
IEventSourceFactory.php
IGroup.php
IGroupManager.php fix(IGroupManager): Use correct return type for displayNamesInGroup 2026-02-17 06:43:16 +01:00
IImage.php
IInitialStateService.php
IL10N.php fix: Fix phpdoc typing for IL10N::l $data parameter 2025-09-29 12:31:30 +02:00
ILogger.php
Image.php
IMemcache.php
IMemcacheTTL.php
INavigationManager.php refactor(navigation-manager): Cleanup implementation and add type hinting 2026-02-06 13:55:40 +01:00
IPhoneNumberUtil.php
IPreview.php refactor(preview): Cleanup a bit the public interface 2025-10-09 17:41:13 +02:00
IRequest.php
IRequestId.php
IServerContainer.php refactor: remove long deprecated IServerContainer methods 2026-03-10 10:36:35 +01:00
ISession.php
IStreamImage.php chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
ITagManager.php refactor: Run rector on lib/private 2026-02-06 13:50:18 +01:00
ITags.php fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +02:00
ITempManager.php
IURLGenerator.php
IUser.php feat: Allow user backends to manage property permissions 2026-02-03 10:22:26 +01:00
IUserBackend.php
IUserManager.php Merge pull request #57519 from nextcloud/get-existing-api 2026-01-14 11:15:42 +01:00
IUserSession.php docs(IUserSession): Improve interface docs 2025-12-22 11:26:48 -05:00
PreConditionNotMetException.php
SabrePluginEvent.php
SabrePluginException.php chore(ocp): add Override attribute to all OCP classes 2026-04-28 21:29:27 +02:00
Server.php
ServerVersion.php refactor(ServerVersion): Add missing type hinting 2025-11-20 16:48:26 +01:00
Share.php
Template.php
UserInterface.php
Util.php refactor: use strict operator 2026-04-30 00:51:29 +02:00