nextcloud/lib/public
Anna Larch 66c1aa4a3c fix(utility): De- deprecate getDateTime as now() only returns immutable objects
This will mean lots of code like
```$dateTime = (new DateTime())->setTimestamp(ITimeFactory::now()->getTimestamp()```
if a regular DateTime object is needed

Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-25 08:55:44 +02:00
..
Accounts feat!: Migrate AccountManager event to typed event 2023-07-28 14:11:19 +02:00
Activity composer run cs:fix 2023-01-20 11:45:08 +01:00
App Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app-loading 2023-03-30 13:20:11 +01:00
AppFramework fix(utility): De- deprecate getDateTime as now() only returns immutable objects 2023-08-25 08:55:44 +02:00
Authentication fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA Manager 2023-07-27 09:57:52 +02:00
BackgroundJob Remove allowParallelRuns check in OCP\BackgroundJob\Job 2023-07-28 11:12:32 +02:00
Broadcast/Events composer run cs:fix 2023-01-20 11:45:08 +01:00
Cache Move CappedMemoryCache to OCP 2022-07-14 15:54:31 +02: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 core: Add OpenAPI spec 2023-07-13 07:24:15 +02:00
Command Update php licenses 2021-06-04 22:02:41 +02:00
Comments fix(comments): Emit CommentsEntityEvent as typed event 2023-07-18 16:19:01 +02: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 composer run cs:fix 2023-01-20 11:45:08 +01:00
Contacts Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
Dashboard feat(dashboard): implement widget item api v2 2023-08-22 08:36:53 +02:00
DataCollector Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
DB fix(dbal): Migrate to Doctrine\DBAL\ParameterTypes 2023-08-23 09:08:08 +02: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 composer run cs:fix 2023-01-20 11:45:08 +01:00
Federation federatedfilesharing: Add OpenAPI spec 2023-07-12 09:21:01 +02:00
Files improve performance of calculating dav permissions 2023-08-18 14:09:03 +02:00
Files_FullTextSearch/Model composer run cs:fix 2023-01-20 11:45:08 +01:00
FullTextSearch Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
GlobalScale composer run cs:fix 2023-01-20 11:45:08 +01:00
Group Update version number in since and deprecated annotations 2023-04-27 12:04:32 +02:00
Http feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() 2023-06-27 15:53:57 +02: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 fix type in BeforeMessageLoggedEvent 2023-06-15 17:29:11 +02:00
Mail Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subject-body 2023-06-02 09:14:46 +02:00
Migration composer run cs:fix 2023-01-20 11:45:08 +01:00
Notification composer run cs:fix 2023-01-20 11:45:08 +01: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 composer run cs:fix 2023-01-20 11:45:08 +01: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 composer run cs:fix 2023-01-20 11:45:08 +01:00
Security fix: Make bypass function public API 2023-08-21 16:40:24 +02:00
Session/Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
Settings composer run cs:fix 2023-01-20 11:45:08 +01:00
Share feat!: Migrate Share accepted event to typed event 2023-07-28 14:11:20 +02:00
SpeechToText First pass at ai admin settings 2023-08-02 12:37:35 +02:00
Support composer run cs:fix 2023-01-20 11:45:08 +01:00
SystemTag fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher 2023-07-25 11:19:26 +02:00
Talk composer run cs:fix 2023-01-20 11:45:08 +01:00
TextProcessing feat: Add delete task API 2023-08-07 13:27:53 +02:00
Translation First pass at ai admin settings 2023-08-02 12:37:35 +02:00
User fix!: Move getEventDispatcher usage to IEventDispatcher 2023-07-28 14:11:22 +02:00
UserMigration feat(UserMigration)!: 32-bit support 2023-05-05 17:59:57 -07:00
UserStatus composer run cs:fix 2023-01-20 11:45:08 +01:00
WorkflowEngine fix(workflowengine): Remove legacy event (deprecated since 17) 2023-07-19 17:37:34 +02: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 Update php licenses 2021-06-04 22:02:41 +02:00
Defaults.php Use the default color and matching text color for the federation invite 2023-01-30 09:12:49 +01:00
Files.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
GroupInterface.php also update groupinterface and database backend 2023-05-11 17:30:03 +02: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 provisioning_api: Add OpenAPI spec 2023-07-31 10:29:08 +02: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 Update php licenses 2021-06-04 22:02:41 +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 Add specific psalm-return for getAllUserValues 2022-01-24 11:16:44 +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(db)!: Remove private legacy event because we can not keep it 2023-07-24 14:51:35 +02: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 Optimize retrieving display name when searching for users in a group 2023-04-27 11:57:45 +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 Update php licenses 2021-06-04 22:02:41 +02:00
INavigationManager.php composer run cs:fix 2023-01-20 11:45:08 +01:00
IPreview.php fix!: Remove legacy event dispatching Symfony's GenericEvent 2023-07-27 09:57:51 +02: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 composer run cs:fix 2023-01-20 11:45:08 +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 composer run cs:fix 2023-01-20 11:45:08 +01:00
IUserSession.php Update php licenses 2021-06-04 22:02:41 +02: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_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
Share_Backend.php Fix typos in lib/public subdirectory 2023-05-10 11:56:34 +02:00
Share.php composer run cs:fix 2023-01-20 11:45:08 +01: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 add core fileclient script before others 2023-08-17 11:18:26 +02:00