Benjamin Gaussorgues 00130d740a Merge pull request #45369 from nextcloud/backport/44763/stable27 5 hónapja
..
Accounts d55a7c619d Fix typos in lib/public subdirectory 1 éve
Activity f5c361cf44 composer run cs:fix 1 éve
App 5e7e3eb665 Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app-loading 1 éve
AppFramework 96127d4997 Fix version number in ITimeFactory after it was delayed 1 éve
Authentication 565fad8d8c added @since tag 1 éve
BackgroundJob 708c0a8249 fix: Extend docblock of hasReservedJob 1 éve
Broadcast f5c361cf44 composer run cs:fix 1 éve
Cache d5c23dbb9f Move CappedMemoryCache to OCP 2 éve
Calendar dead36211e feat(caldav): order the calendar objects by start date for search 5 hónapja
Capabilities f5c361cf44 composer run cs:fix 1 éve
Collaboration d55a7c619d Fix typos in lib/public subdirectory 1 éve
Command 215aef3cbd Update php licenses 3 éve
Comments f5c361cf44 composer run cs:fix 1 éve
Common 8acb1dc475 Since 27.1.0 1 éve
Config 31dc9aa682 Add API to change preferences 2 éve
Console f5c361cf44 composer run cs:fix 1 éve
Contacts d55a7c619d Fix typos in lib/public subdirectory 1 éve
DB 18db96c304 feat: Add public event for missing indices 1 éve
Dashboard 2550a0ec16 Fix Dashboard IManager getWidgets return annotation 1 éve
DataCollector 7d272c54d0 Add a built-in profiler inside Nextcloud 2 éve
Diagnostics 215aef3cbd Update php licenses 3 éve
DirectEditing d55a7c619d Fix typos in lib/public subdirectory 1 éve
Encryption 8900d030d1 Adapt code to new encryption system 1 éve
EventDispatcher f5c361cf44 composer run cs:fix 1 éve
Federation 3b93a35108 display displayname on federated shares 1 éve
Files fb08724486 perf: Avoid updating the folder size if we know the size difference 7 hónapja
Files_FullTextSearch f5c361cf44 composer run cs:fix 1 éve
FullTextSearch d55a7c619d Fix typos in lib/public subdirectory 1 éve
GlobalScale f5c361cf44 composer run cs:fix 1 éve
Group a2746a64da fix(groups): allows to save group names with more than 64 characters 6 hónapja
Http 32bfd43d29 feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() 1 éve
L10N f5c361cf44 composer run cs:fix 1 éve
LDAP d55a7c619d Fix typos in lib/public subdirectory 1 éve
Lock f5c361cf44 composer run cs:fix 1 éve
Lockdown 215aef3cbd Update php licenses 3 éve
Log 7d17d2517f emit an event when a message is logged 1 éve
Mail a7bade0e03 fix(ocp): Mark IMessage::attachInline as @since 27 1 éve
Migration 6f079279d9 Adjust since version 1 éve
Notification f5c361cf44 composer run cs:fix 1 éve
OCM 8dbc4e9eec fix(OCM): Make the public API only rely on OCP 1 éve
OCS f5c361cf44 composer run cs:fix 1 éve
Preview 07e94eca6f Emit typed event when preview is requested 2 éve
Profile f5c361cf44 composer run cs:fix 1 éve
Profiler c9703827e0 Expose clearing the profiles and fix it 2 éve
Remote a423aae522 Deprecate OCP\Remote 3 éve
RichObjectStrings 484f7a6641 Add messageId to richObject definition of Talk 1 éve
Route f5c361cf44 composer run cs:fix 1 éve
Search f5c361cf44 composer run cs:fix 1 éve
Security 759fc11f39 fix: Make bypass function public API 1 éve
Session 215aef3cbd Update php licenses 3 éve
Settings f5c361cf44 composer run cs:fix 1 éve
Share 13688f39a7 fix(shareManager): Respect empty `expireDate` in server 6 hónapja
SpeechToText cc5818f8a9 First pass at ai admin settings 1 éve
Support f5c361cf44 composer run cs:fix 1 éve
SystemTag a7b4f502aa refactor: adjust to unexposed searchBySystemTag 1 éve
Talk f5c361cf44 composer run cs:fix 1 éve
TextProcessing c7930a892a fix(TextProcessing): Make task type template param covariant 11 hónapja
Translation cc5818f8a9 First pass at ai admin settings 1 éve
User d55a7c619d Fix typos in lib/public subdirectory 1 éve
UserMigration 4e51f5224c feat(UserMigration)!: 32-bit support 1 éve
UserStatus ad12a80ecc fix(userstatus): Fix docs of user status manager 6 hónapja
WorkflowEngine d55a7c619d Fix typos in lib/public subdirectory 1 éve
AutoloadNotAllowedException.php 215aef3cbd Update php licenses 3 éve
BeforeSabrePubliclyLoadedEvent.php 73f2876d64 rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/autoloaderchecker.sh 1 éve
Color.php bc9a488046 Update avatars on update 2 éve
Constants.php 215aef3cbd Update php licenses 3 éve
Defaults.php a192641808 Use the default color and matching text color for the federation invite 1 éve
Files.php d55a7c619d Fix typos in lib/public subdirectory 1 éve
GroupInterface.php 7ad3574d71 also update groupinterface and database backend 1 éve
HintException.php d55a7c619d Fix typos in lib/public subdirectory 1 éve
IAddressBook.php f5c361cf44 composer run cs:fix 1 éve
IAppConfig.php 215aef3cbd Update php licenses 3 éve
IAvatar.php f5c361cf44 composer run cs:fix 1 éve
IAvatarManager.php f5c361cf44 composer run cs:fix 1 éve
IBinaryFinder.php 9b8ca9ad1f Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2 éve
ICache.php f5c361cf44 composer run cs:fix 1 éve
ICacheFactory.php 215aef3cbd Update php licenses 3 éve
ICertificate.php 215aef3cbd Update php licenses 3 éve
ICertificateManager.php 215aef3cbd Update php licenses 3 éve
IConfig.php ddae16d480 Add specific psalm-return for getAllUserValues 2 éve
IContainer.php ba8a50c059 fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if class not found 1 éve
IDBConnection.php 18db96c304 feat: Add public event for missing indices 1 éve
IDateTimeFormatter.php 215aef3cbd Update php licenses 3 éve
IDateTimeZone.php 215aef3cbd Update php licenses 3 éve
IEmojiHelper.php 902476fa20 Extract the EmojiService from user status and add an OCP interface 2 éve
IEventSource.php 0b9a878250 Flag repair errors as error level in eventSource->send 2 éve
IGroup.php 35dc223500 Optimize retrieving display name when searching for users in a group 1 éve
IGroupManager.php 13b06ba4e2 revert public interface back to the original types, just cast them before passing the nulls to the backends 1 éve
IImage.php 110ea0df46 Allow empty mimeType 2 éve
IInitialStateService.php 215aef3cbd Update php licenses 3 éve
IL10N.php 215aef3cbd Update php licenses 3 éve
ILogger.php 215aef3cbd Update php licenses 3 éve
IMemcache.php 215aef3cbd Update php licenses 3 éve
IMemcacheTTL.php 0e98f1eb8d restore shared lock ttl when releasing 10 hónapja
INavigationManager.php f5c361cf44 composer run cs:fix 1 éve
IPreview.php f5c361cf44 composer run cs:fix 1 éve
IRequest.php 3ecd85f817 Reduce list 1 éve
IRequestId.php 07a9f34385 Extract request id handling to dedicated class so it can be injected manually 2 éve
ISearch.php f5c361cf44 composer run cs:fix 1 éve
IServerContainer.php f5c361cf44 composer run cs:fix 1 éve
ISession.php f5c361cf44 composer run cs:fix 1 éve
IStreamImage.php 9b6a1cc8ae Send images to imaginary docker to generate previews 2 éve
ITagManager.php f5c361cf44 composer run cs:fix 1 éve
ITags.php 92a5a8f075 Cleanup tags and Share component 2 éve
ITempManager.php 215aef3cbd Update php licenses 3 éve
IURLGenerator.php 8ac04e56f7 fix(IUrlGenerator): Add `throws` documentation for `imagePath` function 8 hónapja
IUser.php 1381c4c157 feat(users): Store and load a user's manager 1 éve
IUserBackend.php f5c361cf44 composer run cs:fix 1 éve
IUserManager.php f5c361cf44 composer run cs:fix 1 éve
IUserSession.php 215aef3cbd Update php licenses 3 éve
Image.php 215aef3cbd Update php licenses 3 éve
PreConditionNotMetException.php 215aef3cbd Update php licenses 3 éve
SabrePluginEvent.php f5c361cf44 composer run cs:fix 1 éve
SabrePluginException.php f5c361cf44 composer run cs:fix 1 éve
Server.php cea2f79bbd Improve container return type annotations 2 éve
Share.php f5c361cf44 composer run cs:fix 1 éve
Share_Backend.php d55a7c619d Fix typos in lib/public subdirectory 1 éve
Share_Backend_Collection.php 215aef3cbd Update php licenses 3 éve
Share_Backend_File_Dependent.php 215aef3cbd Update php licenses 3 éve
Template.php 215aef3cbd Update php licenses 3 éve
UserInterface.php f5c361cf44 composer run cs:fix 1 éve
Util.php d55a7c619d Fix typos in lib/public subdirectory 1 éve