nextcloud/apps
Daniel Calviño Sánchez e2e6f23b67 Suppress Phan warnings about calling undeclared class methods
The DeletedShareAPIController and ShareAPIController helpers for room
shares are defined in Talk, so the classes do not exist when Talk is not
installed. Due to this when the object returned by "getRoomShareHelper"
is used Phan complains that the class is not declared.

This is not a problem, though, because when the class is not available
"getRoomShareHelper" throws an exception, which is then caught where
that method was called. Therefore now those warnings from Phan are
suppressed (it would be better to use "@phan-suppress-next-line"
instead, but it is not yet available in our Phan version).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08 14:25:44 +02:00
..
accessibility Bump webpack-cli from 3.0.8 to 3.1.0 in /apps/accessibility 2018-07-23 19:17:11 +00:00
admin_audit Log sharing and unsharing with a room in the auditing app 2018-08-08 14:25:43 +02:00
cloud_federation_api implement federated group shares 2018-07-11 10:11:44 +02:00
comments [tx-robot] updated from transifex 2018-08-08 00:13:19 +00:00
dav Add room shares to DAV and recent files "share-types" property 2018-08-08 14:25:43 +02:00
encryption Merge pull request #10480 from nextcloud/bugfix/10420/settings 2018-08-02 20:23:21 +02:00
federatedfilesharing [tx-robot] updated from transifex 2018-07-31 00:12:12 +00:00
federation A failing federation sync job is not an error 2018-08-06 21:07:15 +02:00
files Transfer room shares too with the "files:transfer-ownership" command 2018-08-08 14:25:43 +02:00
files_external [tx-robot] updated from transifex 2018-08-07 00:12:06 +00:00
files_sharing Suppress Phan warnings about calling undeclared class methods 2018-08-08 14:25:44 +02:00
files_trashbin [tx-robot] updated from transifex 2018-08-05 00:12:29 +00:00
files_versions [tx-robot] updated from transifex 2018-07-11 00:12:15 +00:00
lookup_server_connector Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
oauth2 [tx-robot] updated from transifex 2018-08-01 00:11:59 +00:00
provisioning_api Add optional "displayName" parameter to add user endpoint 2018-07-31 13:33:55 +02:00
sharebymail [tx-robot] updated from transifex 2018-08-06 00:12:21 +00:00
systemtags systemtags: Submit input on enter 2018-08-01 09:45:34 +02:00
testing Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
theming [tx-robot] updated from transifex 2018-08-06 00:12:21 +00:00
twofactor_backupcodes [tx-robot] updated from transifex 2018-08-08 00:13:19 +00:00
updatenotification [tx-robot] updated from transifex 2018-08-05 00:12:29 +00:00
user_ldap [tx-robot] updated from transifex 2018-08-01 00:11:59 +00:00
workflowengine [tx-robot] updated from transifex 2018-08-08 00:13:19 +00:00