nextcloud-server/lib/public
Roeland Jago Douma 1e111b2ad2
Fix DataResponse typehints
We use this already in several places where we just pass strings or
numbers.
This all works because we just convert it to a json response in the end.
So better to have the typehints reflect this.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-19 20:34:42 +07:00
..
Accounts Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Activity Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
App Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
AppFramework Fix DataResponse typehints 2020-11-19 20:34:42 +07:00
Authentication Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
BackgroundJob Job::run() does not return anything 2020-10-08 16:52:02 +07:00
Broadcast/Events
Calendar Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Capabilities
Collaboration Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Command Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Comments Add a function to get the unread count for multiple objects in one go 2020-11-04 11:01:21 +07:00
Console Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Contacts Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
DB Add types to function builder 2020-11-16 19:46:24 +07:00
Dashboard Merge pull request #22432 from nextcloud/enh/phpdoc 2020-08-26 21:18:11 +07:00
Diagnostics Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
DirectEditing Do not expose direct editing if no master key is available 2020-09-01 11:40:27 +07:00
Encryption The encryption decrypt position can be int or string 2020-10-13 10:51:22 +07:00
EventDispatcher Type the event dispatcher listener callables with Psalm 2020-10-28 08:54:24 +07:00
Federation Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Files Remove deprecated INotifyStorage::listen 2020-10-28 23:02:25 +07:00
Files_FullTextSearch/Model Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
FullTextSearch Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
GlobalScale Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Group Add typed events for adding and removing a subadmin 2020-10-28 21:55:08 +07:00
Http/Client Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
L10N Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
LDAP Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Lock Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Lockdown
Log Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
Mail Update license headers for Nextcloud 20 (again) 2020-09-07 14:37:44 +07:00
Migration Add psalm types for the migration schema closure 2020-10-15 10:58:51 +07:00
Notification Merge pull request #22432 from nextcloud/enh/phpdoc 2020-08-26 21:18:11 +07:00
OCS Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Preview Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Remote
RichObjectStrings Add optional size field for the file obj 2020-10-27 11:48:41 +07:00
Route Remove some IRouter methods 2020-11-17 14:08:20 +07:00
Search Fix serializing indexed unified search array as object 2020-09-11 15:57:04 +07:00
Security Merge pull request #22432 from nextcloud/enh/phpdoc 2020-08-26 21:18:11 +07:00
Session/Exceptions
Settings Remove ISection in favor of IIconSection 2020-10-28 23:05:00 +07:00
Share Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Support Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
SystemTag Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
User Provide correct PHPDoc tags for public namespace 2020-09-17 19:50:44 +07:00
UserStatus Always use IUserStatus consts 2020-09-07 11:30:18 +07:00
WorkflowEngine inform the user when flow config data exceeds thresholds 2020-10-28 14:07:14 +07:00
API.php
App.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
AutoloadNotAllowedException.php
BackgroundJob.php
Constants.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Defaults.php
Files.php
GroupInterface.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
IAddressBook.php Merge pull request #22432 from nextcloud/enh/phpdoc 2020-08-26 21:18:11 +07:00
IAppConfig.php
IAvatar.php
IAvatarManager.php
ICache.php
ICacheFactory.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
ICertificate.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
ICertificateManager.php Improve CertificateManager to not be user context dependent 2020-11-03 00:13:01 +07:00
IConfig.php
IContainer.php Annotate IContainer so Psalm knows what resove and query return 2020-10-14 12:29:26 +07:00
IDBConnection.php Create primary keys on all tables and add a command to create the afterwards 2020-11-10 15:36:27 +07:00
IDateTimeFormatter.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
IDateTimeZone.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
IEventSource.php
IGroup.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
IGroupManager.php Remove wrongly annotated package names 2020-08-26 12:35:27 +07:00
IImage.php
IInitialStateService.php Move initial state provider to boostrap 2020-10-04 09:35:33 +07:00
IL10N.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
ILogger.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
IMemcache.php
IMemcacheTTL.php
INavigationManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
IPreview.php
IRequest.php
ISearch.php
IServerContainer.php Improve CertificateManager to not be user context dependent 2020-11-03 00:13:01 +07:00
ISession.php
ITagManager.php Tags.php and the old sharing mechanism 2020-07-06 14:12:12 +07:00
ITags.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
ITempManager.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
IURLGenerator.php
IUser.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
IUserBackend.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
IUserManager.php Type the \OCP\IUserManager::callForSeenUsers closure with Psalm 2020-10-28 19:21:00 +07:00
IUserSession.php Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +07:00
Image.php
PreConditionNotMetException.php
SabrePluginEvent.php
SabrePluginException.php
Share.php
Share_Backend.php
Share_Backend_Collection.php
Share_Backend_File_Dependent.php
Template.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
User.php
UserInterface.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +07:00
Util.php Deprecate OCP\Util::connectHook and emitHook 2020-10-28 22:30:24 +07:00