nextcloud/lib/public
Adam Serbinski 26ae5e6dfb ShareByMailProvider: getAccessList: return full list of recipients
Previously was returning only boolean true if the Node was shared
by email, or false if not. Now provides an array containing the
list of email share recipients.

Signed-off-by: Adam Serbinski <adam@serbinski.com>
2024-03-21 18:25:31 -04:00
..
Accounts fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
Activity fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
App fix(AppManager): Allow to query dark **or** bright icon 2024-03-08 09:51:03 +01:00
AppFramework feat: Add declarative settings 2024-03-12 13:56:54 +02:00
Authentication fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
BackgroundJob Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Broadcast/Events composer run cs:fix 2023-01-20 11:45:08 +01:00
Cache chore: Add missing ArrayAccess template parameters 2024-02-06 10:24:41 +01:00
Calendar composer run cs:fix 2023-01-20 11:45:08 +01:00
Capabilities doc(ocp): Upgrade capability registration recommendation 2023-07-03 10:03:45 +02:00
Collaboration fix(OCP): Add since tag to all constants 2024-02-15 08:06:43 +01:00
Command Update php licenses 2021-06-04 22:02:41 +02:00
Comments refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implementation based on getNumberOfUnreadCommentsForObjects 2024-03-07 19:19:07 +01:00
Common/Exception Since 27.1.0 2023-07-07 13:46:34 +02:00
Config Add API to change preferences 2022-05-23 16:44:23 +02:00
Console fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
Contacts feat(contactsmenu): Sort by user status 2023-11-08 21:53:35 +01:00
Dashboard fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
DataCollector Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
DB feat(occ): add possibility to edit indices 2024-02-27 11:03:08 +01:00
Diagnostics Update php licenses 2021-06-04 22:02:41 +02:00
DirectEditing Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
Encryption Adapt code to new encryption system 2023-03-17 11:08:58 +01:00
EventDispatcher add hasListeners() 2024-02-14 14:02:28 -01:00
Exceptions feat(files): copy live photos 2024-03-08 13:09:22 -01:00
Federation fix(federation): Allow cloud federation providers to handle unsuccessful return codes 2024-02-28 10:20:55 +01:00
Files feat: Add iconSvgInline to TemplateFileCreator 2024-03-20 15:50:52 -07:00
Files_FullTextSearch/Model composer run cs:fix 2023-01-20 11:45:08 +01:00
FilesMetadata feat(metadata): get deprecated status using file etag 2024-03-07 12:49:06 -01:00
FullTextSearch Merge pull request #38996 from fsamapoor/refactor_lib_private_fulltextsearch 2024-02-23 19:38:36 +01:00
GlobalScale composer run cs:fix 2023-01-20 11:45:08 +01:00
Group Fix psalm spotted type errors 2023-09-05 16:56:48 +02:00
Http Merge pull request #43446 from jithin-space/add-patch-request-to-http-client-interface 2024-03-16 13:21:13 +01:00
L10N composer run cs:fix 2023-01-20 11:45:08 +01:00
LDAP Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
Lock composer run cs:fix 2023-01-20 11:45:08 +01:00
Lockdown Update php licenses 2021-06-04 22:02:41 +02:00
Log Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Mail Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subject-body 2023-06-02 09:14:46 +02:00
Migration fix(install): Make installing more verbose 2023-11-03 15:44:46 +01:00
Notification composer run cs:fix 2023-01-20 11:45:08 +01:00
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +02:00
OCS composer run cs:fix 2023-01-20 11:45:08 +01:00
Preview feat: redirect to the mime icon if no preview available 2023-08-17 18:56:38 +02:00
Profile feat(profile): Add public interface for profile manager so apps can check config 2023-10-23 12:56:31 +02:00
Profiler Expose clearing the profiles and fix it 2022-10-10 13:26:40 +02:00
Remote Deprecate OCP\Remote 2021-06-28 16:36:32 +02:00
RichObjectStrings Add messageId to richObject definition of Talk 2023-05-05 17:51:53 +02:00
Route composer run cs:fix 2023-01-20 11:45:08 +01:00
Search fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
Security Refactor OC\Server::getHasher 2024-03-15 13:04:27 +01:00
Session/Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
Settings fix: add missing copyrights and strict types 2024-03-12 18:14:40 +02:00
SetupCheck fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
Share ShareByMailProvider: getAccessList: return full list of recipients 2024-03-21 18:25:31 -04:00
SpeechToText feat(stt): add ability to cancel a scheduled transcription 2024-03-15 12:52:17 +01:00
Support composer run cs:fix 2023-01-20 11:45:08 +01:00
SystemTag fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
Talk chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Teams feat: Implement team provider api 2024-03-05 08:13:58 +01:00
TextProcessing Merge branch 'master' into enh/text-processing-provider-with-id 2023-12-19 12:29:03 +01:00
TextToImage introduce IProviderWithUserId 2024-01-14 22:44:37 +03:00
Translation enh(OCP\Translation): Introduce ITranslationProviderWithUserId 2024-01-10 16:00:24 +01:00
User Merge pull request #41962 from nextcloud/fix/dav/check-current-ooo-time 2023-12-05 10:52:28 +01:00
UserMigration fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
UserStatus fix(ooo): add new ooo status with new emoji 2023-12-18 11:35:00 +01:00
WorkflowEngine fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
AutoloadNotAllowedException.php Update php licenses 2021-06-04 22:02:41 +02:00
BeforeSabrePubliclyLoadedEvent.php rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/autoloaderchecker.sh 2022-12-15 17:37:34 +01:00
Color.php Update avatars on update 2022-09-09 14:23:41 +02:00
Constants.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
Defaults.php Refactor OC\Server::getThemingDefaults 2023-08-29 21:33:17 -05:00
Files.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
GroupInterface.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
HintException.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
IAddressBook.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IAppConfig.php fix getAllValues() to filter values based on prefix 2024-02-07 12:24:57 -01:00
IAvatar.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IAvatarManager.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IBinaryFinder.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2022-08-23 19:44:04 +02:00
ICache.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ICacheFactory.php feat: Add factory method for in-memory caches 2023-10-11 13:37:22 +02:00
ICertificate.php Update php licenses 2021-06-04 22:02:41 +02:00
ICertificateManager.php Update php licenses 2021-06-04 22:02:41 +02:00
IConfig.php lazy AppConfig 2024-01-15 15:45:13 -01:00
IContainer.php fix: Throw NotFoundExceptionInterface to fulfill PSR container interface if class not found 2023-02-06 14:16:35 +01:00
IDateTimeFormatter.php Update php licenses 2021-06-04 22:02:41 +02:00
IDateTimeZone.php Update php licenses 2021-06-04 22:02:41 +02:00
IDBConnection.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
IEmojiHelper.php Extract the EmojiService from user status and add an OCP interface 2022-04-28 07:09:44 -03:00
IEventSource.php Flag repair errors as error level in eventSource->send 2022-08-25 18:32:20 +02:00
IEventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 2023-06-03 21:42:51 +02:00
IGroup.php feat(ocp): Add types and strict typing to \OCP\Group\IGroup 2023-09-06 11:58:09 +02: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 +02:00
IImage.php Allow empty mimeType 2022-12-04 14:51:33 +01:00
IInitialStateService.php Update php licenses 2021-06-04 22:02:41 +02:00
IL10N.php Update php licenses 2021-06-04 22:02:41 +02:00
ILogger.php Update php licenses 2021-06-04 22:02:41 +02:00
Image.php Update php licenses 2021-06-04 22:02:41 +02:00
IMemcache.php Update php licenses 2021-06-04 22:02:41 +02:00
IMemcacheTTL.php restore shared lock ttl when releasing 2023-12-21 15:14:27 +01:00
INavigationManager.php fix(INavigationManager): Add psalm typing for add parameter 2023-11-14 20:03:28 +01:00
IPhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2023-09-25 17:32:47 +02:00
IPreview.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
IRequest.php feat(request): Allow to match the client version with the IRequest::USER_AGENT_* regex 2023-07-11 07:35:50 +02:00
IRequestId.php Extract request id handling to dedicated class so it can be injected manually 2022-02-23 11:01:58 +01:00
ISearch.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IServerContainer.php chore!: Remove legacy SymfonyAdapter 2023-07-28 14:11:22 +02:00
ISession.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IStreamImage.php Send images to imaginary docker to generate previews 2022-03-17 08:24:07 +01:00
ITagManager.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ITags.php Cleanup tags and Share component 2022-09-29 15:15:28 +00:00
ITempManager.php Update php licenses 2021-06-04 22:02:41 +02:00
IURLGenerator.php chore(IURLGenerater): Document changes to URL_REGEX_NO_MODIFIERS 2024-03-06 12:11:48 +01:00
IUser.php feat(users): Store and load a user's manager 2023-05-12 13:56:48 +02:00
IUserBackend.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IUserManager.php Add endpoint for getting disabled user list 2023-10-09 12:04:35 +02:00
IUserSession.php fix: Implement option to temporarily set the user session 2024-03-19 13:48:23 +01:00
PreConditionNotMetException.php Update php licenses 2021-06-04 22:02:41 +02:00
SabrePluginEvent.php composer run cs:fix 2023-01-20 11:45:08 +01:00
SabrePluginException.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Server.php Improve container return type annotations 2022-10-14 10:45:16 +02:00
Share.php chore: remove long depricated share code 2024-03-06 15:24:48 +01:00
Share_Backend.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
Share_Backend_Collection.php Update php licenses 2021-06-04 22:02:41 +02:00
Share_Backend_File_Dependent.php Update php licenses 2021-06-04 22:02:41 +02:00
Template.php Update php licenses 2021-06-04 22:02:41 +02:00
UserInterface.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Util.php fix: php-cs 2024-03-15 14:52:55 +01:00