nextcloud/lib/private/AppFramework
Morris Jobke 50f3efad6f
OCS API endpoint to resend welcome message
* send a POST request to ocs/v1.php/cloud/users/USERNAME/resendWelcomeMessage to trigger
  the welcome message to be send
* fixes #3367

example curl statement:

  curl -i https://example.org/ocs/v1.php/cloud/users/USERNAME/welcome -H  "OCS-APIRequest: true" -u admin:password -X POST

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-28 16:30:33 -06:00
..
Core Cleanup usages 2016-10-29 14:29:50 +02:00
DependencyInjection OCS API endpoint to resend welcome message 2017-02-28 16:30:33 -06:00
Http Fix detection of the new iOS app 2017-02-10 10:10:21 +01:00
Middleware handle optional annotation parameters 2017-01-18 15:25:16 +01:00
OCS Add trict CSP to OCS responses 2016-09-15 13:11:36 +02:00
Routing Cache the build ControllerName 2016-09-11 13:25:32 +02:00
Utility handle optional annotation parameters 2017-01-18 15:25:16 +01:00
App.php Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) 2016-10-07 20:58:22 +02:00
Http.php Fix others 2016-07-21 18:13:57 +02:00