nextcloud-server/lib/public
Côme Chilliet dde5c46a3e
Migrate to Symfony Mailer
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-02 10:30:06 +07:00
..
Accounts composer run cs:fix 2023-01-20 11:45:08 +07:00
Activity composer run cs:fix 2023-01-20 11:45:08 +07:00
App composer run cs:fix 2023-01-20 11:45:08 +07:00
AppFramework feat(app-framework): Add UseSession attribute to replace annotation 2023-01-27 09:40:35 +07:00
Authentication composer run cs:fix 2023-01-20 11:45:08 +07:00
BackgroundJob composer run cs:fix 2023-01-20 11:45:08 +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 composer run cs:fix 2023-01-20 11:45:08 +07:00
Collaboration style: Fix php-cs and psalm 2023-01-27 11:10:56 +07:00
Command Update php licenses 2021-06-04 22:02:41 +07:00
Comments composer run cs:fix 2023-01-20 11:45:08 +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 composer run cs:fix 2023-01-20 11:45:08 +07:00
DB composer run cs:fix 2023-01-20 11:45:08 +07:00
Dashboard ci: migrate ocp since checker to psalm 2023-01-24 10:02:41 +07:00
DataCollector Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +07:00
Diagnostics Update php licenses 2021-06-04 22:02:41 +07:00
DirectEditing composer run cs:fix 2023-01-20 11:45:08 +07:00
Encryption composer run cs:fix 2023-01-20 11:45:08 +07:00
EventDispatcher composer run cs:fix 2023-01-20 11:45:08 +07:00
Federation composer run cs:fix 2023-01-20 11:45:08 +07:00
Files ci: migrate ocp since checker to psalm 2023-01-24 10:02:41 +07:00
Files_FullTextSearch/Model composer run cs:fix 2023-01-20 11:45:08 +07:00
FullTextSearch composer run cs:fix 2023-01-20 11:45:08 +07:00
GlobalScale composer run cs:fix 2023-01-20 11:45:08 +07:00
Group ci: migrate ocp since checker to psalm 2023-01-24 10:02:41 +07:00
Http composer run cs:fix 2023-01-20 11:45:08 +07:00
L10N composer run cs:fix 2023-01-20 11:45:08 +07:00
LDAP composer run cs:fix 2023-01-20 11:45:08 +07:00
Lock composer run cs:fix 2023-01-20 11:45:08 +07:00
Lockdown Update php licenses 2021-06-04 22:02:41 +07:00
Log composer run cs:fix 2023-01-20 11:45:08 +07:00
Mail Migrate to Symfony Mailer 2023-02-02 10:30:06 +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 Emit typed event when preview is requested 2022-10-27 14:31:33 +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 Deprecate OCP\Remote 2021-06-28 16:36:32 +07:00
RichObjectStrings composer run cs:fix 2023-01-20 11:45:08 +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 Update php licenses 2021-06-04 22:02:41 +07:00
Settings composer run cs:fix 2023-01-20 11:45:08 +07:00
Share composer run cs:fix 2023-01-20 11:45:08 +07:00
Support composer run cs:fix 2023-01-20 11:45:08 +07:00
SystemTag composer run cs:fix 2023-01-20 11:45:08 +07:00
Talk composer run cs:fix 2023-01-20 11:45:08 +07:00
User ci: migrate ocp since checker to psalm 2023-01-24 10:02:41 +07:00
UserMigration composer run cs:fix 2023-01-20 11:45:08 +07:00
UserStatus composer run cs:fix 2023-01-20 11:45:08 +07:00
WorkflowEngine composer run cs:fix 2023-01-20 11:45:08 +07:00
AutoloadNotAllowedException.php Update php licenses 2021-06-04 22:02:41 +07:00
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 Update php licenses 2021-06-04 22:02:41 +07:00
Defaults.php Use the default color and matching text color for the federation invite 2023-01-30 09:12:49 +07:00
Files.php Update php licenses 2021-06-04 22:02:41 +07:00
GroupInterface.php composer run cs:fix 2023-01-20 11:45:08 +07:00
HintException.php Migrate HintException to OCP 2021-06-30 15:28:02 +07:00
IAddressBook.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IAppConfig.php Update php licenses 2021-06-04 22:02:41 +07:00
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 Update php licenses 2021-06-04 22:02:41 +07:00
ICertificate.php Update php licenses 2021-06-04 22:02:41 +07:00
ICertificateManager.php Update php licenses 2021-06-04 22:02:41 +07:00
IConfig.php Add specific psalm-return for getAllUserValues 2022-01-24 11:16:44 +07:00
IContainer.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IDBConnection.php Fix spelling for PreConditionNotMetException 2022-05-15 22:05:55 +07:00
IDateTimeFormatter.php Update php licenses 2021-06-04 22:02:41 +07:00
IDateTimeZone.php Update php licenses 2021-06-04 22:02:41 +07:00
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
IGroup.php Update php licenses 2021-06-04 22:02:41 +07:00
IGroupManager.php Add group display name cache 2022-11-28 11:52:55 +07:00
IImage.php Allow empty mimeType 2022-12-04 14:51:33 +07:00
IInitialStateService.php Update php licenses 2021-06-04 22:02:41 +07:00
IL10N.php Update php licenses 2021-06-04 22:02:41 +07:00
ILogger.php Update php licenses 2021-06-04 22:02:41 +07:00
IMemcache.php Update php licenses 2021-06-04 22:02:41 +07:00
IMemcacheTTL.php Update php licenses 2021-06-04 22:02:41 +07:00
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 Remove type doc for regex const 2022-12-11 16:07:44 +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 composer run cs:fix 2023-01-20 11:45:08 +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 Update php licenses 2021-06-04 22:02:41 +07:00
IURLGenerator.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IUser.php composer run cs:fix 2023-01-20 11:45:08 +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 Update php licenses 2021-06-04 22:02:41 +07:00
Image.php Update php licenses 2021-06-04 22:02:41 +07:00
PreConditionNotMetException.php Update php licenses 2021-06-04 22:02:41 +07:00
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 composer run cs:fix 2023-01-20 11:45:08 +07:00
Share_Backend_Collection.php Update php licenses 2021-06-04 22:02:41 +07:00
Share_Backend_File_Dependent.php Update php licenses 2021-06-04 22:02:41 +07:00
Template.php Update php licenses 2021-06-04 22:02:41 +07:00
UserInterface.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Util.php Replace getSystemValue with getSystemValueString 2022-12-05 16:32:11 +07:00