Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 3 | -6/+6 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 7 | -24/+24 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 9 | -32/+6 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove space between switch case and colon | Christoph Wurst | 2020-04-09 | 2 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -39/+39 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -5/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -3/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | remove the detour trough node and work with path directly | Robin Appelman | 2020-03-18 | 1 | -34/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use INode instead of Node for custom properties | Robin Appelman | 2020-03-18 | 1 | -5/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | handle long property paths to hasing paths >250 chars | Robin Appelman | 2020-03-18 | 1 | -21/+36 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | remove unused code | Robin Appelman | 2020-03-18 | 1 | -53/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | merge the two almost identical custom property backends | Robin Appelman | 2020-03-18 | 1 | -18/+100 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 9 | -11/+19 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 5 | -3/+8 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | implement principal property search for calendar user address set property | Georg Ehrke | 2019-03-21 | 1 | -0/+7 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Fix whitespace | Morris Jobke | 2019-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Share calendar to circle | Vinicius Cubas Brand | 2019-03-01 | 1 | -1/+1 |
| | | | | | | | * Allow user to share calendar with a circle * Allow user to see calendars shared with his/her circles Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | Fix displayName return of dav groups request | John Molakvoæ (skjnldsv) | 2018-11-10 | 1 | -10/+6 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | allow group principal search for dav displayname property | Georg Ehrke | 2018-10-22 | 1 | -9/+132 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | use the same ignored properties list for both CustomerPropertiesBackends | Robin Appelman | 2018-08-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | When sharing calendars and addressbooks the principal has to be verified to ↵ | Roeland Jago Douma | 2018-05-27 | 1 | -3/+9 |
| | | | | | | | | be valid https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7075 from nextcloud/remove-unused-variables | Roeland Jago Douma | 2017-11-07 | 1 | -1/+1 |
|\ | | | | | Remove unused variables | ||||
| * | Remove unused variables | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 6 | -2/+7 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 1 | -1/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix comparisons in the dav app | Joas Schilling | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [DAV] Fix URLUtil::splitPath usage | Roeland Jago Douma | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #4443 from nextcloud/cleanup-unused-imports | Joas Schilling | 2017-04-24 | 1 | -1/+0 |
|\ | | | | | Remove unused use statements | ||||
| * | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | add owner-displayname property to calendars and addressbooks | Georg Ehrke | 2017-04-23 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackend | Georg Ehrke | 2017-03-27 | 1 | -0/+291 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | 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 |
| |