nextcloud/lib/private
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 chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Activity chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
App fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry date 2024-03-19 09:36:06 +01:00
AppFramework fix: add check for app_api_system session flag to bypass rate limit 2024-03-18 20:09:15 +02:00
Archive refactor: Repalce array_search with in_array in lib/ 2023-11-22 11:42:53 +01:00
Authentication feat(perf): add cache for authtoken lookup 2024-02-28 15:04:04 +01:00
Avatar feat: rename users to account or person 2024-02-13 21:06:30 +01:00
BackgroundJob Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Blurhash/Listener feat(metadata): get deprecated status using file etag 2024-03-07 12:49:06 -01:00
Broadcast/Events composer run cs:fix 2023-01-20 11:45:08 +01:00
Cache Revert "don't perform an explicit setup when using the file cache" 2024-03-07 14:38:02 +01:00
Calendar fix(CalDAV): Check if the vObject exists before attempting any operations 2023-08-28 14:19:54 +02:00
Collaboration fix: Avoid clear cache with prefix 2024-03-08 09:08:43 +01:00
Command Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Comments refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implementation based on getNumberOfUnreadCommentsForObjects 2024-03-07 19:19:07 +01:00
Console Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2024-02-23 15:47:17 +01:00
Contacts/ContactsMenu feat(files_sharing): allow to specify allowed groups to share instead of excluded groups 2024-03-15 16:52:59 +01:00
Dashboard Lower to info 2024-01-15 09:29:22 +01:00
DB Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-off 2024-02-19 10:53:05 +01:00
Diagnostics composer run cs:fix 2023-01-20 11:45:08 +01:00
DirectEditing fix: Do not use incognito mode for direct editing 2024-03-19 11:30:18 +01:00
Encryption Merge pull request #42893 from nextcloud/file-info-key-location 2024-02-23 19:36:25 +01:00
EventDispatcher add hasListeners() 2024-02-14 14:02:28 -01:00
Federation fix(federation): Allow cloud federation providers to handle unsuccessful return codes 2024-02-28 10:20:55 +01:00
Files feat(ObjectStore): Make S3 MultipartUpload concurrency configurable 2024-03-21 16:25:49 +01:00
FilesMetadata fix(files): Do not throw an exception if the etag is not set in metadata 2024-03-14 11:18:36 +01:00
FullTextSearch fix: Avoid unitialized access of fts manager properties 2024-02-26 07:57:13 +01:00
GlobalScale Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
Group fix(admin role): fix old and wrong way to determine whether user is admin 2024-02-19 18:57:22 +01:00
Hooks refactor: Repalce array_search with in_array in lib/ 2023-11-22 11:42:53 +01:00
Http Merge pull request #43446 from jithin-space/add-patch-request-to-http-client-interface 2024-03-16 13:21:13 +01:00
IntegrityCheck feat(appconfig): switching integrity check to lazy config values 2024-03-11 10:59:43 -01:00
KnownUser Add type hints for mappers 2023-04-07 09:49:42 +02:00
L10N chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
LDAP
legacy fix: Implement option to temporarily set the user session 2024-03-19 13:48:23 +01:00
Lock restore shared lock ttl when releasing 2023-12-21 15:14:27 +01:00
Lockdown Respect OCP interface in private classes 2023-02-07 11:23:35 +01:00
Log Move away from deprecated utf_encode() on PHP 8.2+ 2024-02-17 21:37:34 +01:00
Mail Add "-i" to sendmail's pipe 2024-01-19 17:08:01 +01:00
Memcache Refactor OC\Server::getGetRedisFactory 2024-03-15 13:11:40 +01:00
Migration fix: Make Repair object injectable and fix BackgroundRepair test 2024-02-01 09:49:32 +01:00
Net Refactors Metadata, Migration, and Net. 2023-11-07 09:43:40 +03:30
Notification fix(notifications): Help finding missing notifications by logging it 2024-02-20 16:03:42 +01:00
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +02:00
OCS Refactor lib/private/ocs 2024-02-23 15:54:03 +01:00
Preview Lower failed movie preview to info 2024-02-03 18:52:05 +01:00
Profile chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Profiler Fix location of the profiler data 2024-02-23 15:30:18 +01:00
Remote Convert isset ternary to null coalescing operator 2023-09-28 17:44:19 +03:30
Repair feat(mimetypes): Add mimetype for ReStructuredText 2024-03-15 20:23:27 +05:30
RichObjectStrings Improve validator output in case of invalid RichObject 2024-01-15 11:50:48 +01:00
Route feat(AppFramework): Add Route attribute 2024-02-21 12:07:50 +01:00
Search chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Security Refactor OC\Server::getHasher 2024-03-15 13:04:27 +01:00
Session chore: Add missing ArrayAccess template parameters 2024-02-06 10:24:41 +01:00
Settings fix: add missing copyrights and strict types 2024-03-12 18:14:40 +02:00
Setup fix: replace Account name by Login 2024-02-13 21:08:10 +01:00
SetupCheck Add $name property in SetupResult and improve API 2023-11-07 14:15:47 +01:00
Share chore: remove long depricated share code 2024-03-06 15:24:48 +01:00
Share20 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 feat: rename users to account or person 2024-02-13 21:06:30 +01:00
SystemTag Refactors lib/private/SystemTag. 2023-11-07 09:41:33 +03:30
Tagging chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +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
Template Merge branch 'master' into refactor/OC-Server-getShareManager 2024-03-15 13:03:34 +01:00
TextProcessing fix missing return statement, inline return 2024-02-12 20:47:33 +01:00
TextToImage introduce IProviderWithUserId 2024-01-14 22:44:37 +03:00
Translation fix(coding style) 2024-01-10 16:15:06 +01:00
Updater fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
User fix: Implement option to temporarily set the user session 2024-03-19 13:48:23 +01:00
UserStatus enh(userstatus): add OOO automation and remove calendar automation 2023-11-28 10:28:06 +01:00
AllConfig.php fix(config): Make sure user keys are strings 2024-03-19 18:27:53 +01:00
AppConfig.php fix(appconfig): no insert statement if data already exist 2024-03-08 11:40:11 -01:00
AppScriptDependency.php
AppScriptSort.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
BinaryFinder.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
CapabilitiesManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Color.php
Config.php add a check for disk_free_space in Config.php 2023-03-07 09:43:14 +00:00
ContactsManager.php Cleanup plsam issues in DB/ContactsManager and Console 2023-09-05 09:20:26 +02:00
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php Update lib/private/DateTimeFormatter.php 2023-09-05 21:09:16 +03:30
DateTimeZone.php Move away from deprecated ILogger 2022-04-26 16:50:47 +02:00
EmojiHelper.php Include more emoji chars to test and fixes after include it 2022-04-29 14:00:57 -03:00
EventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 2023-06-03 21:42:51 +02:00
ForbiddenException.php
HintException.php Fix typos in lib/private subdirectory 2022-07-27 08:52:17 -04:00
InitialStateService.php fix(initial-state): Log an error when initial-state can not be JSON encoded 2023-04-04 10:54:12 +02:00
Installer.php chore: Cleanup Installer class as well 2024-01-29 16:10:31 +01:00
LargeFileHelper.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30
Log.php fix(Logger): Warn on invalid loglevel configuration option 2024-03-17 20:20:43 +01:00
MemoryInfo.php Add helper to cast to int|float, fix MemoryInfo on 32bits 2023-02-07 11:23:29 +01:00
NaturalSort.php Migrate more classes of lib/private to LoggerInterface 2022-04-26 16:52:52 +02:00
NaturalSort_DefaultCollator.php
NavigationManager.php fix(Navigation): ensure NavManager is inited when adding an entry 2024-03-13 16:05:14 +01:00
NeedsUpdateException.php
NotSquareException.php
PhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2023-09-25 17:32:47 +02:00
PreviewManager.php fix: use png as preview right away 2023-11-13 22:00:45 +01:00
PreviewNotAvailableException.php
RedisFactory.php Code simplification using null coalescing 2023-08-13 16:26:24 +02:00
Repair.php feat(appconfig): repair step to migrate lazy config values 2024-03-11 10:59:43 -01:00
RepairException.php
Search.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
Server.php Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaults 2024-03-15 17:03:30 +01:00
ServerContainer.php Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-container 2023-06-06 08:41:08 +02:00
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
Streamer.php Refactor OC\Server::getRootFolder 2023-11-10 16:51:05 +01:00
StreamImage.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
SubAdmin.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
SystemConfig.php lazy AppConfig 2024-01-15 15:45:13 -01:00
TagManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Tags.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
TemplateLayout.php fix: php-cs CapabilitiesManager 2024-03-15 14:45:51 +01:00
TempManager.php
Updater.php fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 -01:00
URLGenerator.php Merge branch 'master' into refactor/OC-Server-getThemingDefaults 2024-02-23 15:47:17 +01:00