nextcloud/lib
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
..
composer Merge pull request #3605 from nextcloud/single-user 2017-02-24 08:52:26 +01:00
l10n [tx-robot] updated from transifex 2017-02-25 01:25:07 +00:00
private OCS API endpoint to resend welcome message 2017-02-28 16:30:33 -06:00
public IServerContainer is effectively an IContainer 2017-02-20 11:44:40 +01:00
autoloader.php Add a magic wrapper from hell to allow phpunit4 to run the code again 2016-11-15 14:49:14 +01:00
base.php Clean up single user mode 2017-02-22 23:02:31 -06:00