nextcloud/lib/public
Julius Härtl 80f6a5834a
Refactor cache handling
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-31 16:24:35 +02:00
..
Accounts Allow to tweak default scopes for accounts 2022-05-16 22:54:51 +02:00
Activity Update php licenses 2021-06-04 22:02:41 +02:00
App Remove OCP\App and OCP\BackgroundJob 2022-08-01 09:46:40 +02:00
AppFramework Move registration to IBootstrap 2022-08-31 16:20:06 +02:00
Authentication Allow SSO authentication to provide a user secret 2022-07-12 19:19:00 +02:00
BackgroundJob Port existing server code to new interface 2022-08-08 17:03:19 +02:00
Broadcast/Events Update php licenses 2021-06-04 22:02:41 +02:00
Cache Move CappedMemoryCache to OCP 2022-07-14 15:54:31 +02:00
Calendar Support iMIP invitations from Mail 2022-08-22 22:10:12 +02:00
Capabilities Don't inject Bruteforce capability info in the webui 2022-04-07 17:33:29 +02:00
Collaboration Refactor cache handling 2022-08-31 16:24:35 +02:00
Command Update php licenses 2021-06-04 22:02:41 +02:00
Comments Merge pull request #32865 from nextcloud/bugfix/remove-unecessary-row 2022-07-08 23:11:10 +02:00
Config Add API to change preferences 2022-05-23 16:44:23 +02:00
Console Update php licenses 2021-06-04 22:02:41 +02:00
Contacts Fix a doctype in OCP for IAddressBook 2022-05-17 15:09:49 +02:00
Dashboard load widgets only of enabled apps 2022-06-22 21:58:13 +02:00
DataCollector Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
DB Revert "add case statement to sql function builder" 2022-08-16 12:07:13 +02:00
Diagnostics Update php licenses 2021-06-04 22:02:41 +02:00
DirectEditing Add public API for owner based locking 2022-04-04 09:02:56 +02:00
Encryption Migrate HintException to OCP 2021-06-30 15:28:02 -04:00
EventDispatcher Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +01:00
Federation Summer cleanup of the federation app 2022-06-24 15:39:52 +02:00
Files Merge pull request #33697 from nextcloud/fix/improve-bulk-upload 2022-08-30 12:22:20 +02:00
Files_FullTextSearch/Model Update php licenses 2021-06-04 22:02:41 +02:00
FullTextSearch Fix spelling for return type 2022-05-15 22:03:28 +02:00
GlobalScale Update php licenses 2021-06-04 22:02:41 +02:00
Group Update php licenses 2021-06-04 22:02:41 +02:00
Http Update php licenses 2021-06-04 22:02:41 +02:00
L10N Remove createPluralFunction which is replaced by Symfony\Translations lib 2022-01-24 09:27:01 +01:00
LDAP Fix LDAP related docblocks types 2021-12-16 09:43:31 +01:00
Lock Cleanup lock related code 2022-05-12 15:09:58 +02:00
Lockdown Update php licenses 2021-06-04 22:02:41 +02:00
Log Add a helper function that makes it easier to log from anywhere 2022-05-23 09:53:38 +02:00
Mail fix parameter type hint in phpdoc 2021-09-09 14:03:35 +02:00
Migration Migrate Repair events to OCP\EventDispatcher\Event 2022-08-25 16:15:48 +02:00
Notification Improve wording 2021-10-27 10:12:30 +02:00
OCS Update php licenses 2021-06-04 22:02:41 +02:00
Preview Update php licenses 2021-06-04 22:02:41 +02:00
Profile Profile backend 2021-10-19 04:59:35 +00:00
Profiler Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
Remote Deprecate OCP\Remote 2021-06-28 16:36:32 +02:00
RichObjectStrings Add talk-poll to the ROS definitions 2022-05-11 14:37:26 +02:00
Route Update php licenses 2021-06-04 22:02:41 +02:00
Search Fix psalm errors fron the end of the baseline file 2022-05-16 10:58:26 +02:00
Security Add a public interface for the bruteforce throttler and register for injection 2022-07-28 10:57:10 +02:00
Session/Exceptions Update php licenses 2021-06-04 22:02:41 +02:00
Settings Add admin privilege delegation for admin settings 2021-09-29 21:43:31 +02:00
Share Fix view-only code after code review comments 2022-07-28 16:53:24 +02:00
Support Fair use of push notifications 2021-10-23 00:54:50 +02:00
SystemTag Update php licenses 2021-06-04 22:02:41 +02:00
Talk Add a Talk API for OCP 2022-02-04 08:53:18 +01:00
User Cleanup avatar related code 2022-06-22 16:11:42 +02:00
UserMigration Add the ISizeEstimationMigrator interface for method getExportEstimatedSize 2022-05-30 17:49:05 +00:00
UserStatus Add status automation 2022-07-01 12:33:07 +02:00
WorkflowEngine Add Psalm specific scope type hint for the WFE operation 2021-11-22 08:42:40 +01:00
AutoloadNotAllowedException.php Update php licenses 2021-06-04 22:02:41 +02:00
Color.php Make Color class public 2022-07-05 14:44:44 +02:00
Constants.php Update php licenses 2021-06-04 22:02:41 +02:00
Defaults.php Merge pull request #26481 from ghost/fdroid 2021-07-13 08:49:59 +02:00
Files.php Update php licenses 2021-06-04 22:02:41 +02:00
GroupInterface.php Update php licenses 2021-06-04 22:02:41 +02:00
HintException.php Migrate HintException to OCP 2021-06-30 15:28:02 -04:00
IAddressBook.php Fix a doctype in OCP for IAddressBook 2022-05-17 15:09:49 +02:00
IAppConfig.php Update php licenses 2021-06-04 22:02:41 +02:00
IAvatar.php Make Color class public 2022-07-05 14:44:44 +02:00
IAvatarManager.php Make Color class public 2022-07-05 14:44:44 +02:00
IBinaryFinder.php Move findBinaryFinder and isFunctionEnabled away from OC_Helper 2022-08-23 19:44:04 +02:00
ICache.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02: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 Update php licenses 2021-06-04 22:02:41 +02: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 spelling for PreConditionNotMetException 2022-05-15 22:05:55 +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
IGroup.php Update php licenses 2021-06-04 22:02:41 +02:00
IGroupManager.php Update php licenses 2021-06-04 22:02:41 +02:00
IImage.php Fix typing problems in OC_Image 2021-12-06 14:26:26 +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 Let apps toggle an unread counter on app icons 2021-06-16 17:12:56 +02:00
IPreview.php Move preview provider registration to bootstrap 2021-10-21 10:35:18 +02:00
IRequest.php Update php licenses 2021-06-04 22:02:41 +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 Update php licenses 2021-06-04 22:02:41 +02:00
IServerContainer.php Add a public replacement for OC::$server->get 2022-05-10 18:51:12 +02:00
ISession.php Reopen sessions if we need to write to them instead of keeping them open 2022-08-17 12:10:26 +02:00
IStreamImage.php Send images to imaginary docker to generate previews 2022-03-17 08:24:07 +01:00
ITagManager.php Update php licenses 2021-06-04 22:02:41 +02:00
ITags.php Update php licenses 2021-06-04 22:02:41 +02:00
ITempManager.php Update php licenses 2021-06-04 22:02:41 +02:00
IURLGenerator.php Cleanup 2022-08-31 16:24:33 +02:00
IUser.php Revert api break 2022-05-24 06:59:40 +02:00
IUserBackend.php Update php licenses 2021-06-04 22:02:41 +02:00
IUserManager.php Make DisplayNameCache return null if user doesn't exists 2022-08-16 14:10:05 +02: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 Update php licenses 2021-06-04 22:02:41 +02:00
SabrePluginException.php Update php licenses 2021-06-04 22:02:41 +02:00
Server.php Improve psalm annotation to make it stricter 2022-05-13 16:14:01 +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 Update php licenses 2021-06-04 22:02:41 +02:00
Share.php Fix psalm errors fron the end of the baseline file 2022-05-16 10:58:26 +02:00
Template.php Update php licenses 2021-06-04 22:02:41 +02:00
UserInterface.php Update php licenses 2021-06-04 22:02:41 +02:00
Util.php Move dav utils functions to OCP\Files\DavUtil 2022-08-30 09:58:12 +02:00