You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/lib/public
Julius Härtl 5ec8f0b075 perf: Avoid updating the folder size if we know the size difference
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 months ago
..
Accounts feat!: Migrate AccountManager event to typed event 10 months ago
Activity composer run cs:fix 1 year ago
App fix(apps): Fix type information of app manager 4 months ago
AppFramework fix: Allow nonce in csp header also if no other reasons are given 3 months ago
Authentication Improve docblock annotations for tokens and their exceptions 7 months ago
BackgroundJob fix: Extend docblock of hasReservedJob 7 months ago
Broadcast/Events composer run cs:fix 1 year ago
Cache Move CappedMemoryCache to OCP 2 years ago
Calendar composer run cs:fix 1 year ago
Capabilities doc(ocp): Upgrade capability registration recommendation 11 months ago
Collaboration feat(events): Add typed event for filtering autocompletion suggestions 7 months ago
Command Update php licenses 3 years ago
Comments chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Common/Exception Since 27.1.0 11 months ago
Config Add API to change preferences 2 years ago
Console composer run cs:fix 1 year ago
Contacts feat(contactsmenu): Sort by user status 7 months ago
DB fix(TextToImage): Fix psalm errors 8 months ago
Dashboard chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
DataCollector Add a built-in profiler inside Nextcloud 2 years ago
Diagnostics Update php licenses 3 years ago
DirectEditing Fix typos in lib/public subdirectory 1 year ago
Encryption Adapt code to new encryption system 1 year ago
EventDispatcher composer run cs:fix 1 year ago
Federation fix(federation): Fix type and docs on ICloudFederationNotification interface 8 months ago
Files perf: Avoid updating the folder size if we know the size difference 2 months ago
FilesMetadata fix(metadata): Fix copy-paste doc block throws 6 months ago
Files_FullTextSearch/Model composer run cs:fix 1 year ago
FullTextSearch Fix typos in lib/public subdirectory 1 year ago
GlobalScale composer run cs:fix 1 year ago
Group Fix psalm spotted type errors 9 months ago
Http chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
L10N composer run cs:fix 1 year ago
LDAP Fix typos in lib/public subdirectory 1 year ago
Lock composer run cs:fix 1 year ago
Lockdown Update php licenses 3 years ago
Log chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Mail Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subject-body 1 year ago
Migration fix(install): Make installing more verbose 7 months ago
Notification composer run cs:fix 1 year ago
OCM feat(OCM): Dispatch an event so apps can register resources 8 months ago
OCS composer run cs:fix 1 year ago
Preview feat: redirect to the mime icon if no preview available 10 months ago
Profile feat(profile): Add public interface for profile manager so apps can check config 7 months ago
Profiler Expose clearing the profiles and fix it 2 years ago
Remote Deprecate OCP\Remote 3 years ago
RichObjectStrings Add messageId to richObject definition of Talk 1 year ago
Route composer run cs:fix 1 year ago
Search chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Security chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Session/Exceptions Update php licenses 3 years ago
Settings chore(settings): Cleanup IManager and Manager type annotations 6 months ago
SetupCheck Document throwing behavior of SetupResult upon invalid rich object 4 months ago
Share chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
SpeechToText First pass at ai admin settings 10 months ago
Support composer run cs:fix 1 year ago
SystemTag fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher 10 months ago
Talk chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
TextProcessing fix(TextProcessing): Make task type template param covariant 6 months ago
TextToImage Update doc blocks 5 months ago
Translation First pass at ai admin settings 10 months ago
User Merge pull request #41949 from nextcloud/backport/stable28/40169 6 months ago
UserMigration feat(UserMigration)!: 32-bit support 1 year ago
UserStatus fix(ooo): add new ooo status with new emoji 6 months ago
WorkflowEngine fix(workflowengine): Remove legacy event (deprecated since 17) 11 months ago
AutoloadNotAllowedException.php Update php licenses 3 years ago
BeforeSabrePubliclyLoadedEvent.php rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/autoloaderchecker.sh 1 year ago
Color.php Update avatars on update 2 years ago
Constants.php Update php licenses 3 years ago
Defaults.php Use the default color and matching text color for the federation invite 1 year ago
Files.php Fix typos in lib/public subdirectory 1 year ago
GroupInterface.php Move new methods to a new interface in OCP 9 months ago
HintException.php Fix typos in lib/public subdirectory 1 year ago
IAddressBook.php composer run cs:fix 1 year ago
IAppConfig.php provisioning_api: Add OpenAPI spec 10 months ago
IAvatar.php composer run cs:fix 1 year ago
IAvatarManager.php composer run cs:fix 1 year ago
IBinaryFinder.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2 years ago
ICache.php composer run cs:fix 1 year ago
ICacheFactory.php feat: Add factory method for in-memory caches 8 months ago
ICertificate.php Update php licenses 3 years ago
ICertificateManager.php Update php licenses 3 years ago
IConfig.php Add specific psalm-return for getAllUserValues 2 years ago
IContainer.php fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if class not found 1 year ago
IDBConnection.php enh(db): provide database providers via API 9 months ago
IDateTimeFormatter.php Update php licenses 3 years ago
IDateTimeZone.php Update php licenses 3 years ago
IEmojiHelper.php Extract the EmojiService from user status and add an OCP interface 2 years ago
IEventSource.php Flag repair errors as error level in eventSource->send 2 years ago
IEventSourceFactory.php refactor: migrate OC_EventSource to dependency injection 1 year ago
IGroup.php feat(ocp): Add types and strict typing to \OCP\Group\IGroup 9 months ago
IGroupManager.php revert public interface back to the original types, just cast them before passing the nulls to the backends 1 year ago
IImage.php Allow empty mimeType 2 years ago
IInitialStateService.php Update php licenses 3 years ago
IL10N.php Update php licenses 3 years ago
ILogger.php Update php licenses 3 years ago
IMemcache.php Update php licenses 3 years ago
IMemcacheTTL.php restore shared lock ttl when releasing 5 months ago
INavigationManager.php fix(INavigationManager): Add psalm typing for `add` parameter 7 months ago
IPhoneNumberUtil.php fix(phonenumber): Improve docs by adding input details 8 months ago
IPreview.php fix!: Remove legacy event dispatching Symfony's GenericEvent 10 months ago
IRequest.php feat(request): Allow to match the client version with the IRequest::USER_AGENT_* regex 11 months ago
IRequestId.php Extract request id handling to dedicated class so it can be injected manually 2 years ago
ISearch.php composer run cs:fix 1 year ago
IServerContainer.php chore!: Remove legacy SymfonyAdapter 10 months ago
ISession.php composer run cs:fix 1 year ago
IStreamImage.php Send images to imaginary docker to generate previews 2 years ago
ITagManager.php composer run cs:fix 1 year ago
ITags.php Cleanup tags and Share component 2 years ago
ITempManager.php Update php licenses 3 years ago
IURLGenerator.php fix(IUrlGenerator): Add `throws` documentation for `imagePath` function 3 months ago
IUser.php feat(users): Store and load a user's manager 1 year ago
IUserBackend.php composer run cs:fix 1 year ago
IUserManager.php Add endpoint for getting disabled user list 8 months ago
IUserSession.php Update php licenses 3 years ago
Image.php Update php licenses 3 years ago
PreConditionNotMetException.php Update php licenses 3 years ago
SabrePluginEvent.php composer run cs:fix 1 year ago
SabrePluginException.php composer run cs:fix 1 year ago
Server.php Improve container return type annotations 2 years ago
Share.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Share_Backend.php Fix typos in lib/public subdirectory 1 year ago
Share_Backend_Collection.php Update php licenses 3 years ago
Share_Backend_File_Dependent.php Update php licenses 3 years ago
Template.php Update php licenses 3 years ago
UserInterface.php composer run cs:fix 1 year ago
Util.php fix(l10n): fix translations for init scripts 6 months ago