Lukas Reschke
bc1008ac38
Use 11.0 instead 9.2
As discussed we're changing the version from 9.2 to 11.0 to make some more sense.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Lukas Reschke
32cf661215
Use new appstore API
This change introduces the new appstore API in Nextcloud.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Joas Schilling
0d878f94e6
Add unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
0b1fb180a5
Make AppConfig part of the public API
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
skjnldsv
71830b285c
Svgo optimization
Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
10 years ago
Morris Jobke
77cfc8bfb2
add viewBox to app icon for proper scaling in Firefox
10 years ago
Joas Schilling
04c5259df0
Allow to retrieve the quota itself via the provisioning api
10 years ago
Roeland Jago Douma
092b767ef9
Move Apps to OCSController
10 years ago
Roeland Jago Douma
8f4adebab7
Move Users to OCSController
10 years ago
Roeland Jago Douma
432e7c93c6
Move Groups over to OCSController
* Take advantage of the AppFramework
* Fix tests
10 years ago
Roeland Jago Douma
0fdeefe47c
Add ProvisioningAPI middleware
The provisioning API has 3 access levels:
* Admin
* SubAdmin
* User
This middleware adds a check for the SubAdmin part.
10 years ago
Joas Schilling
dae6432ae7
Increment the versions and adjust the capitilization
10 years ago
Joas Schilling
7400ff05ac
Also increase the min version
10 years ago
Robin Appelman
6062b6365b
bumb compatible app versions for core apps
10 years ago
Joas Schilling
813f0a0f40
Fix apps/
10 years ago
Joas Schilling
86129a8b88
Increase app versions
10 years ago
Roeland Jago Douma
f9e0e3d972
Fix Warnings Provisioning API
* OC_OCS_Result is deprecated
* getMock is deprecated in phpunit 5.4
10 years ago
Lukas Reschke
aba539703c
Update license headers
10 years ago
Joas Schilling
2a05035339
Move Provisioning api to PSR-4 ( #24510 )
* Move app to PSR-4
* Fix setUp method
* Fix the tests
10 years ago
Thomas Müller
8486926a14
Add provisioning api to enable and disable users
10 years ago
Joas Schilling
8885cb1eb9
Increase all versions on master which is now 9.1
10 years ago
Lukas Reschke
c353d51810
Remove Scrutinizer Auto Fixer
10 years ago
Lukas Reschke
933f60e314
Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
10 years ago
Arthur Schiwon
d19c47a381
More fixed tests :)
10 years ago
Arthur Schiwon
3a796d1e15
Consolidate getQuota and setQuota methods in User instance
10 years ago
Thomas Müller
aeb89947a2
Introduce IUser::setEMailAddress and add hook mechanism
10 years ago
Joas Schilling
0461b9dbb9
Add a new app type that can not be enabled for groups
10 years ago
Thomas Müller
682821c71e
Happy new year!
10 years ago
Tom Needham
3327857c1a
Update log message when error occurs during addGroup
10 years ago
Roeland Jago Douma
1af3bca720
Fix provisioning API unit test
10 years ago
Tom Needham
673a8a1e4a
Remove unnecessary group name validation
10 years ago
Joas Schilling
ae285c0654
Remove deprecated shipped flag from info.xml which has no use anymore
10 years ago
Joas Schilling
40f786060e
Add ownCloud min and max version for shipped apps
10 years ago
Lukas Reschke
88c7face07
Inject OCSClient
Fixes https://github.com/owncloud/core/issues/21451
10 years ago
Joas Schilling
5453daab03
More fixes to the docs
10 years ago
Scrutinizer Auto-Fixer
0f1be1b601
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
10 years ago
Thomas Müller
eebe2b9c23
User IUser::getEMailAddress() all over the place
10 years ago
Thomas Müller
757aa45db7
Adding more DB groups to test suits
Adding more DB groups to test suits
10 years ago
Roeland Jago Douma
6dcaac7e2c
Return empty list if group does not have subadmins
Instead of throwing an error just return an empty list. Since that is
actually what it is.
Fixes #19789
10 years ago
Roeland Jago Douma
61425b7621
Moved grouptest over to pure unit tests
10 years ago
Roeland Jago Douma
fc1f0233ff
Added unit test for new functionality
10 years ago
michag86
3b88c469c7
enable api addUser for subadmins
* Fix existing unit tests
11 years ago
Joas Schilling
960c9f386d
Revert OCS error code change from #20135
10 years ago
Lukas Reschke
c6f6a8758b
Drop OC_SubAdmin and replace usages
10 years ago
Joas Schilling
16e3f4de07
Kill empty app.php in provisioning_api
10 years ago
Lukas Reschke
8f09d5b67c
Update license headers
10 years ago
Roeland Jago Douma
9b64fa7b92
[provisioning api] losen test
Since we have no control of how backends sort their list of users and we
also don't want to sort yet another time the test now just checks if the
correct number of elements is returned and if they are from the list of
group members.
10 years ago
Roeland Jago Douma
aeffd51145
Fix scrutinizer issues
* PHPDoc
* Proper array initialization
10 years ago
Joas Schilling
0d3d75b3b3
Increase the 2nd digit of shipped apps
11 years ago
Roeland Jago Douma
002e9c76cd
Combine OCS API getUser method code into provisioning_api app
Fixes #13002
Move the cloud/users/{userid} code in total to the provisioning API.
11 years ago