nextcloud-server/lib/public
Roeland Jago Douma b2e34167eb
Merge pull request #8976 from nextcloud/dep_user_code
Remove deprecated functions from OCP\User
2018-03-28 08:23:57 +07:00
..
Activity Update license headers 2017-11-06 16:56:19 +07:00
App Use isInstalled of AppManger instead of reimplement it 2018-03-21 11:34:18 +07:00
AppFramework OCP\AppFramework\App strict 2018-03-09 08:42:03 +07:00
Authentication Strict 2FA 2018-03-26 11:31:02 +07:00
BackgroundJob Deprecated OCP interface to fetch background job type 2018-01-26 10:43:01 +07:00
Calendar Public interfaces for calendar API 2017-11-09 13:00:26 +07:00
Capabilities Update license headers 2017-11-06 16:56:19 +07:00
Collaboration Use type casting instead of *val() method 2018-01-26 11:35:42 +07:00
Command Update with robin 2016-07-21 18:13:58 +07:00
Comments Update license headers 2017-11-06 16:56:19 +07:00
Console Fix others 2016-07-21 18:13:57 +07:00
Contacts Add @since annotation and add missing new line 2017-12-11 18:18:58 +07:00
DB Made IExpressionBuilder varadic 2018-03-13 09:35:09 +07:00
Diagnostics Update license headers 2017-11-06 16:56:19 +07:00
Encryption Update license headers 2017-11-06 16:56:19 +07:00
Federation Make OCP\Federation strict 2018-01-16 19:25:08 +07:00
Files Add hint about OCP\Folder::getById 2018-03-21 14:49:32 +07:00
GlobalScale Update license headers 2017-11-06 16:56:19 +07:00
Http/Client Make OCP\Http strict 2018-01-16 19:19:58 +07:00
L10N Use symfony/translation for L10N plurals 2017-08-07 19:53:36 +07:00
LDAP Update license headers 2017-11-06 16:56:19 +07:00
Lock Made locking providers strict 2018-01-16 21:54:20 +07:00
Lockdown Update license headers 2017-11-06 16:56:19 +07:00
Mail Fix comments 2018-03-05 09:06:51 +07:00
Migration Fix the type hints of migrations and correctly inject the wrapped schema into migrations 2018-01-17 11:37:36 +07:00
Notification Update license headers 2017-11-06 16:56:19 +07:00
OCS Strict DiscoveryService 2018-01-16 20:01:38 +07:00
Preview Fix others 2016-07-21 18:13:57 +07:00
Remote add more typehints 2017-12-08 16:37:14 +07:00
RichObjectStrings Merge pull request #6552 from nextcloud/notifications-add-highlight-definition 2017-11-07 20:34:05 +07:00
Route Update with robin 2016-07-21 18:13:58 +07:00
Search Update license headers 2017-11-06 16:56:19 +07:00
Security Make OCP\Security stricter 2018-01-16 22:01:19 +07:00
Session/Exceptions Fix others 2016-07-21 18:13:57 +07:00
Settings Do not cache the settings/sections in the database anymore 2018-01-29 15:47:37 +07:00
Share Update license headers 2017-11-06 16:56:19 +07:00
Support/CrashReport Pass the exception context to the crash reporter 2017-11-14 14:28:04 +07:00
SystemTag Make SystemTag strict 2018-02-21 22:08:27 +07:00
User/Backend Document parameters 2018-03-22 16:32:05 +07:00
WorkflowEngine Update license headers 2017-11-06 16:56:19 +07:00
API.php Fix others 2016-07-21 18:13:57 +07:00
App.php Remove long time deprecated functions and deprecate \OCP\App 2018-01-31 14:13:15 +07:00
AutoloadNotAllowedException.php Fix others 2016-07-21 18:13:57 +07:00
BackgroundJob.php Remove old deprecated function from the BackgroundJob 2018-03-19 10:47:31 +07:00
Constants.php Remove deprecated constants 2018-01-13 19:46:19 +07:00
Defaults.php Fix email buttons for white theme 2017-12-11 14:33:54 +07:00
Files.php Deprecate OCP\Files 2018-03-21 14:29:35 +07:00
GroupInterface.php Update license headers 2017-11-06 16:56:19 +07:00
IAddressBook.php Fix others 2016-07-21 18:13:57 +07:00
IAppConfig.php Remove IAppConfig::setValue 2018-01-17 21:41:57 +07:00
IAvatar.php Remove generated avatar on displayname change 2017-12-19 18:49:26 +07:00
IAvatarManager.php Made AvatarManager string and add return types 2018-01-14 21:32:54 +07:00
ICache.php Fix others 2016-07-21 18:13:57 +07:00
ICacheFactory.php Properly provide local memcache check to ICacheFactory 2018-03-13 18:18:04 +07:00
ICertificate.php Update with robin 2016-07-21 18:13:58 +07:00
ICertificateManager.php Update with robin 2016-07-21 18:13:58 +07:00
IConfig.php Update with robin 2016-07-21 18:13:58 +07:00
IContainer.php Don't do a recursive search 2017-03-22 10:44:13 +07:00
IDBConnection.php Update license headers 2017-11-06 16:56:19 +07:00
IDateTimeFormatter.php Update license headers 2017-11-06 16:56:19 +07:00
IDateTimeZone.php Fix others 2016-07-21 18:13:57 +07:00
IEventSource.php Update with robin 2016-07-21 18:13:58 +07:00
IGroup.php Update license headers 2017-11-06 16:56:19 +07:00
IGroupManager.php Update license headers 2017-11-06 16:56:19 +07:00
IImage.php Fix float/integer handling in image API 2018-01-17 10:00:33 +07:00
IL10N.php Relax what t accepts so we don't break it all 2018-02-22 12:37:29 +07:00
ILogger.php Loglevel is an int 2018-02-27 10:45:35 +07:00
IMemcache.php Update with robin 2016-07-21 18:13:58 +07:00
IMemcacheTTL.php Update with robin 2016-07-21 18:13:58 +07:00
INavigationManager.php Update phpDoc comments and add more type hinting 2018-02-15 10:38:25 +07:00
IPreview.php Update license headers 2017-11-06 16:56:19 +07:00
IRequest.php Make the Outlook and Thunderbird addons identifyable 2018-02-27 14:37:32 +07:00
ISearch.php Removed deprecated search function from ISearch 2018-01-13 19:27:25 +07:00
IServerContainer.php Remove deprecated HTTPHelper 2018-03-13 21:54:56 +07:00
ISession.php Make ISession strict 2018-02-26 22:20:21 +07:00
ITagManager.php Fix others 2016-07-21 18:13:57 +07:00
ITags.php Use ::class statement instead of string 2018-01-29 12:03:47 +07:00
ITempManager.php Update with robin 2016-07-21 18:13:58 +07:00
IURLGenerator.php Make the URLGenerator strict 2018-01-14 21:18:48 +07:00
IUser.php Update with robin 2016-07-21 18:13:58 +07:00
IUserBackend.php Fix others 2016-07-21 18:13:57 +07:00
IUserManager.php Update license headers 2017-11-06 16:56:19 +07:00
IUserSession.php Update with robin 2016-07-21 18:13:58 +07:00
Image.php Fix others 2016-07-21 18:13:57 +07:00
PreConditionNotMetException.php Fix others 2016-07-21 18:13:57 +07:00
SabrePluginEvent.php Fix others 2016-07-21 18:13:57 +07:00
SabrePluginException.php Fix others 2016-07-21 18:13:57 +07:00
Share.php Remove unused resolveReshare of old sharing code 2018-03-16 12:26:38 +07:00
Share_Backend.php Fix others 2016-07-21 18:13:57 +07:00
Share_Backend_Collection.php Fix others 2016-07-21 18:13:57 +07:00
Share_Backend_File_Dependent.php Fix others 2016-07-21 18:13:57 +07:00
Template.php Remove deprecated template functions from OCP directly 2018-01-14 21:39:36 +07:00
User.php Remove deprecated \OCP\User::userExists 2018-03-26 11:16:23 +07:00
UserInterface.php Deprecate implementsActions 2018-03-22 16:32:04 +07:00
Util.php Remove deprecated URL functions for OCP\Util 2018-03-13 22:04:08 +07:00