Christoph Wurst
|
5bf3d1bb38
|
Update license headers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2019-12-05 15:38:45 +01:00 |
|
Joas Schilling
|
653628c8fb
|
Allow to set the group display name in the database backend
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2019-09-27 14:29:56 +02:00 |
|
Christoph Wurst
|
d058ef2b6c
|
Make it possible to wipe all tokens/devices of a user
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2019-07-09 13:57:04 +02:00 |
|
Joas Schilling
|
1997346369
|
Fix interaction with groups that contain a slash
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2018-11-15 10:03:32 +01:00 |
|
Roeland Jago Douma
|
228d1cfbd7
|
Make the DELETION of groups match greedy on the groupID
fixes #6032
Now since the match is greedy it will also eat the /
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-06-09 19:55:09 +02:00 |
|
John Molakvoæ (skjnldsv)
|
68ae4394f7
|
Api, return users details by groups
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2018-04-05 17:08:59 +02:00 |
|
Joas Schilling
|
3d8fcad88b
|
Merge pull request #8865 from nextcloud/ocs-groups-displayname
Return groups displayname in provisioning api
|
2018-03-23 14:44:13 +01:00 |
|
John Molakvoæ (skjnldsv)
|
5f38cfbc80
|
Return groups displayname in provisioning api
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2018-03-23 12:06:50 +01:00 |
|
John Molakvoæ (skjnldsv)
|
ce625bbad5
|
Add userdetails to ocs api
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2018-03-16 09:19:47 +01:00 |
|
Roeland Jago Douma
|
119896a8d7
|
Fix tests
* Add factory for the federatedfilesharing app
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-26 12:49:11 +01:00 |
|
Roeland Jago Douma
|
70b19761aa
|
Provide list of editable fields via OCS API
Fixes #7983
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
2018-01-26 11:20:58 +01:00 |
|
Morris Jobke
|
0eebff152a
|
Update license headers
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2017-11-06 16:56:19 +01:00 |
|
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 |
|
Bjoern Schiessle
|
5086335643
|
unify endpoints form core and the the provisioning api
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
|
2017-01-25 11:20:35 +01:00 |
|
Joas Schilling
|
0b1fb180a5
|
Make AppConfig part of the public API
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2016-10-21 09:09:23 +02:00 |
|
Roeland Jago Douma
|
092b767ef9
|
Move Apps to OCSController
|
2016-08-14 18:34:07 +02:00 |
|
Roeland Jago Douma
|
8f4adebab7
|
Move Users to OCSController
|
2016-08-14 18:34:02 +02:00 |
|
Roeland Jago Douma
|
432e7c93c6
|
Move Groups over to OCSController
* Take advantage of the AppFramework
* Fix tests
|
2016-08-14 18:34:01 +02:00 |
|
Joas Schilling
|
813f0a0f40
|
Fix apps/
|
2016-07-21 18:13:57 +02:00 |
|
Lukas Reschke
|
aba539703c
|
Update license headers
|
2016-05-26 19:57:24 +02:00 |
|
Thomas Müller
|
8486926a14
|
Add provisioning api to enable and disable users
|
2016-05-02 09:31:22 +02:00 |
|
Thomas Müller
|
682821c71e
|
Happy new year!
|
2016-01-12 15:02:18 +01:00 |
|
Lukas Reschke
|
88c7face07
|
Inject OCSClient
Fixes https://github.com/owncloud/core/issues/21451
|
2016-01-06 11:40:22 +01:00 |
|
Thomas Müller
|
5ec64c4fd7
|
Merge pull request #20292 from owncloud/provisioning_api_group_unittest
Moved grouptest over to pure unit tests
|
2015-11-16 18:00:03 +01:00 |
|
Roeland Jago Douma
|
61425b7621
|
Moved grouptest over to pure unit tests
|
2015-11-16 14:40:01 +01:00 |
|
michag86
|
3b88c469c7
|
enable api addUser for subadmins
* Fix existing unit tests
|
2015-11-12 22:31:17 +01:00 |
|
Lukas Reschke
|
c6f6a8758b
|
Drop OC_SubAdmin and replace usages
|
2015-10-29 11:31:18 +01:00 |
|
Lukas Reschke
|
8f09d5b67c
|
Update license headers
|
2015-10-26 14:04:01 +01:00 |
|
michag86
|
23db51f69a
|
Merge branch 'master' into api-getusers-for-subadmins
|
2015-10-13 14:40:22 +02:00 |
|
Morris Jobke
|
b945d71384
|
update licence headers via script
|
2015-10-05 21:15:52 +02:00 |
|
michag86
|
e958638221
|
enable api getUsers for subadmins
Now subadmins can get a list of users they are subadmins of.
|
2015-08-26 11:00:13 +02:00 |
|
Roeland Jago Douma
|
a4822f9f9a
|
[provisioning_api] Move part of apps to OCP
|
2015-08-02 10:22:26 +02:00 |
|
Roeland Jago Douma
|
97d79202ac
|
[provisioning_api] OC_User to IUserSession
|
2015-08-02 10:22:26 +02:00 |
|
Roeland Jago Douma
|
b745e75737
|
[provisioning_api] Moved groups away from static stuff
|
2015-08-02 10:22:26 +02:00 |
|
Roeland Jago Douma
|
abca7737b7
|
[provisioning_api] Move users away from static code
|
2015-08-02 10:22:26 +02:00 |
|
Morris Jobke
|
f63915d0c8
|
update license headers and authors
|
2015-06-25 14:13:49 +02:00 |
|
Joas Schilling
|
3f3f8c2f99
|
Fix usage of deprecated private constants
|
2015-04-18 10:30:02 +02:00 |
|
Jenkins for ownCloud
|
b585d87d9d
|
Update license headers
|
2015-03-26 11:44:36 +01:00 |
|
Morris Jobke
|
06aef4e8b1
|
Revert "Updating license headers"
This reverts commit 6a1a4880f0.
|
2015-02-26 11:37:37 +01:00 |
|
Jenkins for ownCloud
|
6a1a4880f0
|
Updating license headers
|
2015-02-23 12:13:59 +01:00 |
|
Tom Needham
|
dc85c20b18
|
Add provisioning_api app
enable unit tests for provisioning api
fix admin docu key
|
2014-12-24 22:15:20 +01:00 |
|