nextcloud-server/lib/public
provokateurin 10f1d97689
fix(BackgroundJobs): Adjust intervals and time sensitivities
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-11-25 08:42:06 +07:00
..
Accounts feat!: Migrate AccountManager event to typed event 2023-07-28 14:11:19 +07:00
Activity
App fix(apps): Fix type information of app manager 2024-02-03 11:47:47 +07:00
AppFramework fix(Entity): Fix magic setter call for custom strong typed setters 2024-09-16 13:52:41 +07:00
Authentication Improve docblock annotations for tokens and their exceptions 2023-10-23 15:20:04 +07:00
BackgroundJob fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:42:06 +07:00
Broadcast/Events
Cache
Calendar feat(caldav): order the calendar objects by start date for search 2024-06-03 12:18:19 +07:00
Capabilities doc(ocp): Upgrade capability registration recommendation 2023-07-03 10:03:45 +07:00
Collaboration feat(events): Add typed event for filtering autocompletion suggestions 2023-11-02 11:08:53 +07:00
Command
Comments chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Common/Exception Since 27.1.0 2023-07-07 13:46:34 +07:00
Config
Console
Contacts feat(contactsmenu): Sort by user status 2023-11-08 21:53:35 +07:00
DB fix(TextToImage): Fix psalm errors 2023-10-18 13:21:50 +07:00
Dashboard chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
DataCollector
Diagnostics
DirectEditing
Encryption
EventDispatcher
Federation fix(federation): Fix type and docs on ICloudFederationNotification interface 2023-10-18 17:16:22 +07:00
Files Update lib/public/Files/Storage/IStorage.php 2024-09-03 14:32:49 +07:00
FilesMetadata fix(metadata): Fix copy-paste doc block throws 2023-12-04 14:59:36 +07:00
Files_FullTextSearch/Model
FullTextSearch
GlobalScale
Group fix(groups): allows to save group names with more than 64 characters 2024-05-31 10:54:53 +07:00
Http chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
L10N
LDAP
Lock
Lockdown
Log chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Mail Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subject-body 2023-06-02 09:14:46 +07:00
Migration fix(install): Make installing more verbose 2023-11-03 15:44:46 +07:00
Notification
OCM feat(OCM): Dispatch an event so apps can register resources 2023-10-13 08:46:28 +07:00
OCS
Preview feat: redirect to the mime icon if no preview available 2023-08-17 18:56:38 +07:00
Profile feat(profile): Add public interface for profile manager so apps can check config 2023-10-23 12:56:31 +07:00
Profiler
Remote
RichObjectStrings
Route
Search chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Security chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Session/Exceptions
Settings chore(settings): Cleanup IManager and Manager type annotations 2023-11-23 08:29:37 +07:00
SetupCheck Document throwing behavior of SetupResult upon invalid rich object 2024-01-29 21:11:18 +07:00
Share fix(shareManager): Respect empty `expireDate` in server 2024-06-13 18:34:51 +07:00
SpeechToText First pass at ai admin settings 2023-08-02 12:37:35 +07:00
Support
SystemTag fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher 2023-07-25 11:19:26 +07:00
Talk chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
TextProcessing fix(TextProcessing): Make task type template param covariant 2023-12-01 12:36:42 +07:00
TextToImage Update doc blocks 2024-01-10 14:37:24 +07:00
Translation First pass at ai admin settings 2023-08-02 12:37:35 +07:00
User chore: Adapt `@since` version number in OCP for backport to 28 2024-05-27 15:03:34 +07:00
UserMigration
UserStatus fix(userstatus): Fix docs of user status manager 2024-05-08 07:26:46 +07:00
WorkflowEngine fix(workflowengine): Remove legacy event (deprecated since 17) 2023-07-19 17:37:34 +07:00
AutoloadNotAllowedException.php
BeforeSabrePubliclyLoadedEvent.php
Color.php
Constants.php
Defaults.php
Files.php
GroupInterface.php Move new methods to a new interface in OCP 2023-09-05 16:56:48 +07:00
HintException.php
IAddressBook.php
IAppConfig.php provisioning_api: Add OpenAPI spec 2023-07-31 10:29:08 +07:00
IAvatar.php
IAvatarManager.php
IBinaryFinder.php
ICache.php
ICacheFactory.php feat: Add factory method for in-memory caches 2023-10-11 13:37:22 +07:00
ICertificate.php
ICertificateManager.php
IConfig.php
IContainer.php
IDBConnection.php enh(db): provide database providers via API 2023-09-19 11:56:44 +07:00
IDateTimeFormatter.php
IDateTimeZone.php
IEmojiHelper.php
IEventSource.php
IEventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 2023-06-03 21:42:51 +07:00
IGroup.php feat(ocp): Add types and strict typing to \OCP\Group\IGroup 2023-09-06 11:58:09 +07: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 +07:00
IImage.php
IInitialStateService.php
IL10N.php
ILogger.php
IMemcache.php
IMemcacheTTL.php restore shared lock ttl when releasing 2023-12-22 09:54:13 +07:00
INavigationManager.php fix(INavigationManager): Fix psalm alias not set in the right place 2024-06-04 09:31:04 +07:00
IPhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 2023-09-25 17:32:47 +07:00
IPreview.php fix!: Remove legacy event dispatching Symfony's GenericEvent 2023-07-27 09:57:51 +07:00
IRequest.php feat(request): Allow to match the client version with the IRequest::USER_AGENT_* regex 2023-07-11 07:35:50 +07:00
IRequestId.php
ISearch.php
IServerContainer.php chore!: Remove legacy SymfonyAdapter 2023-07-28 14:11:22 +07:00
ISession.php
IStreamImage.php
ITagManager.php
ITags.php
ITempManager.php
IURLGenerator.php fix(IUrlGenerator): Add `throws` documentation for `imagePath` function 2024-03-04 11:07:27 +07:00
IUser.php feat(users): Store and load a user's manager 2023-05-12 13:56:48 +07:00
IUserBackend.php
IUserManager.php chore: Adapt `@since` version number in OCP for backport to 28 2024-05-27 15:03:34 +07:00
IUserSession.php fix: Implement option to temporarily set the user session 2024-07-22 12:44:21 +07:00
Image.php
PreConditionNotMetException.php
SabrePluginEvent.php
SabrePluginException.php
Server.php
Share.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Share_Backend.php
Share_Backend_Collection.php
Share_Backend_File_Dependent.php
Template.php
UserInterface.php
Util.php fix(l10n): fix translations for init scripts 2023-12-08 13:40:44 +07:00