Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4457 from nextcloud/fix-storage-info-with-wrong-casing | Morris Jobke | 2017-04-24 | 2 | -84/+92 |
|\ | | | | | Fix storage info with wrong casing | ||||
| * | Remove dead arguments | Joas Schilling | 2017-04-24 | 2 | -45/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix similar issues with the group id | Joas Schilling | 2017-04-24 | 2 | -4/+8 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Fix the storage info and other checks when the user has wrong casing | Joas Schilling | 2017-04-24 | 2 | -35/+83 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use RESPOND_NOT_FOUND for non existing user | Morris Jobke | 2017-04-21 | 2 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -3/+3 |
| | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adjust class references | Lukas Reschke | 2017-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 3 | -8/+9 |
| | | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4244 from nextcloud/welcome-email | Morris Jobke | 2017-04-07 | 3 | -207/+81 |
|\ | | | | | New layout for welcome email | ||||
| * | Add support for theming | Lukas Reschke | 2017-04-07 | 3 | -207/+81 |
| | | | | | | | | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Allow to change account info via provisioning api | Joas Schilling | 2017-04-07 | 2 | -16/+37 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make deleting a group compatible with ocs v2 | Joas Schilling | 2017-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix provisioning API call | Joas Schilling | 2017-03-20 | 1 | -1/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | OCS API endpoint to resend welcome message | Morris Jobke | 2017-02-28 | 3 | -1/+619 |
| | | | | | | | | | | | | * 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> | ||||
* | Refactor provision api app's UserControllerTest | Christoph Wurst | 2017-02-28 | 1 | -76/+67 |
| | | | | | | | | * Replace deprecated getMock with createMock * Use createMock consistently * Use php's ::class references Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | add groups to user info output | Bjoern Schiessle | 2017-02-09 | 2 | -3/+36 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make sure that 'getCurrentUser' gets an array in order to manipulate the ↵ | Bjoern Schiessle | 2017-01-26 | 2 | -36/+83 |
| | | | | | | data to match the old API Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | unify endpoints form core and the the provisioning api | Bjoern Schiessle | 2017-01-25 | 3 | -2/+112 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add data from the users profile to the provisioning api | Bjoern Schiessle | 2017-01-24 | 2 | -4/+65 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Allow subadmins to add people to groups via provisioning api | Joas Schilling | 2017-01-18 | 2 | -7/+151 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure subadmins can not delete users from their last subadmin group | Joas Schilling | 2017-01-18 | 2 | -0/+76 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | No need to check the subadmin again | Joas Schilling | 2017-01-18 | 2 | -21/+11 |
| | | | | | | | The user needs to be a subadmin of the group, otherwise they are not allowed to remove anyone from the group Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adds provisioning middleware tests | Roeland Jago Douma | 2016-12-30 | 1 | -0/+122 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Require sudo mode on the provisioning API | Joas Schilling | 2016-12-05 | 3 | -7/+24 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
| | | | | | | 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> | ||||
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 2 | -24/+5 |
| | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add unit tests | Joas Schilling | 2016-10-21 | 2 | -5/+386 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 2 | -8/+167 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Svgo optimization | skjnldsv | 2016-09-27 | 1 | -4/+1 |
| | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com> | ||||
* | add viewBox to app icon for proper scaling in Firefox | Morris Jobke | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Allow to retrieve the quota itself via the provisioning api | Joas Schilling | 2016-08-17 | 1 | -0/+1 |
| | |||||
* | Move Apps to OCSController | Roeland Jago Douma | 2016-08-14 | 3 | -64/+78 |
| | |||||
* | Move Users to OCSController | Roeland Jago Douma | 2016-08-14 | 3 | -625/+475 |
| | |||||
* | Move Groups over to OCSController | Roeland Jago Douma | 2016-08-14 | 3 | -214/+138 |
| | | | | | * Take advantage of the AppFramework * Fix tests | ||||
* | Add ProvisioningAPI middleware | Roeland Jago Douma | 2016-08-14 | 3 | -0/+103 |
| | | | | | | | | | | The provisioning API has 3 access levels: * Admin * SubAdmin * User This middleware adds a check for the SubAdmin part. | ||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 8 | -24/+30 |
|/ | |||||
* | Fix Warnings Provisioning API | Roeland Jago Douma | 2016-07-12 | 6 | -330/+417 |
| | | | | | * OC_OCS_Result is deprecated * getMock is deprecated in phpunit 5.4 | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 7 | -9/+10 |
| | |||||
* | Move Provisioning api to PSR-4 (#24510) | Joas Schilling | 2016-05-11 | 8 | -176/+194 |
| | | | | | | | | * Move app to PSR-4 * Fix setUp method * Fix the tests | ||||
* | Add provisioning api to enable and disable users | Thomas Müller | 2016-05-02 | 3 | -19/+128 |
| | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) |