Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly handle groups with a / | Roeland Jago Douma | 2017-02-27 | 1 | -3/+3 |
| | | | | | | | | | | | | If a group contains a slash the principal URI becomes principals/groups/foo/bar. Now the URI is plit on '/' so this creates issues ;) Fixes #2957 * Add tests for groups with / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1545 from nextcloud/delete-calendars-with-their-users | Morris Jobke | 2016-09-28 | 1 | -0/+8 |
|\ | | | | | Delete calendars with their users | ||||
| * | delete shares to an user | Thomas Citharel | 2016-09-27 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | fix annotations & copyright headers | Thomas Citharel | 2016-09-26 | 1 | -3/+0 |
| | | |||||
* | | Use true random string as uri for public calendars - as a result we can no ↵ | Thomas Müller | 2016-09-26 | 1 | -4/+0 |
| | | | | | | | | longer return the pre-publish-url | ||||
* | | Allow public access to the principals/system/public | Thomas Müller | 2016-09-26 | 1 | -3/+4 |
| | | |||||
* | | Fix requests for browser plugin as well as for the public calendar root folder | Thomas Müller | 2016-09-26 | 1 | -6/+18 |
| | | |||||
* | | Allow not-authenticated access to specific urls | Thomas Müller | 2016-09-26 | 2 | -0/+97 |
|/ | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 7 | -8/+16 |
| | |||||
* | Fix type hinting | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -2/+3 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 7 | -0/+1111 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |