Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dirty hack to disable dav plugins on public calendar urls | Thomas Citharel | 2016-09-26 | 1 | -0/+20 |
| | |||||
* | Fix requests for browser plugin as well as for the public calendar root folder | Thomas Müller | 2016-09-26 | 2 | -34/+18 |
| | |||||
* | Allow not-authenticated access to specific urls | Thomas Müller | 2016-09-26 | 5 | -1/+113 |
| | |||||
* | Add new root collection public-calendars which holds all public calendars | Thomas Müller | 2016-09-26 | 3 | -0/+122 |
| | |||||
* | Start work on returning CalDAV published calendars | Thomas Citharel | 2016-09-26 | 3 | -3/+63 |
| | |||||
* | No need to call database twice | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Use urlgenerator to generate an absolute url | Thomas Citharel | 2016-09-26 | 2 | -8/+36 |
| | | | | And pass Config the correct way too | ||||
* | Use ressource ID instead of name | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Fix annotations | Thomas Citharel | 2016-09-26 | 1 | -4/+4 |
| | |||||
* | Remove unnecessary line | Thomas Citharel | 2016-09-26 | 1 | -2/+0 |
| | |||||
* | Fix publish-url property & getPublishStatus() fct | Thomas Citharel | 2016-09-26 | 3 | -18/+20 |
| | |||||
* | Remove unnecessary implementation | Thomas Citharel | 2016-09-26 | 1 | -2/+1 |
| | |||||
* | Make little corrections | Thomas Citharel | 2016-09-26 | 4 | -27/+39 |
| | | | | Function getPublishedStatus) is not working atm. | ||||
* | Proper work on Publishing | Thomas Citharel | 2016-09-26 | 6 | -1/+304 |
| | |||||
* | Merge pull request #1507 from nextcloud/more-error-handling-in-copyr | Joas Schilling | 2016-09-26 | 1 | -1/+16 |
|\ | | | | | Graceful error handling and logging | ||||
| * | Graceful error handling and logging | Lukas Reschke | 2016-09-25 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | Right now a failed "copyr" will result in the error log being spammed with not really helpful error messages. Also situations such as `$dir` returning `false` are not really caught. This adds more error handling and logging to make debugging such situations easier. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-26 | 4 | -0/+10 |
| | | |||||
* | | Merge pull request #1509 from nextcloud/l10n-workflowengine | Morris Jobke | 2016-09-26 | 2 | -0/+6 |
|\ \ | | | | | | | add workflowengine l10n | ||||
| * | | add workflowengine l10n | Morris Jobke | 2016-09-26 | 2 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-26 | 4 | -0/+36 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-25 | 12 | -0/+68 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-24 | 4 | -0/+28 |
| | |||||
* | Merge pull request #1496 from aroseartist/patch-1 | Lukas Reschke | 2016-09-23 | 1 | -3/+10 |
|\ | | | | | Installation details for README | ||||
| * | Installation details for README | Lora Rose | 2016-09-22 | 1 | -3/+10 |
|/ | | | | Per issue: https://github.com/nextcloud/server/issues/16 Added installation link guides per the already established documentation rather than attempting to re-create the documentation here. | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-23 | 24 | -110/+226 |
| | |||||
* | Merge pull request #1487 from ↵ | Morris Jobke | 2016-09-22 | 1 | -5/+166 |
|\ | | | | | | | | | nextcloud/move-integration-tests-to-single-containers Move integration tests to single execution containers in .drone.yml | ||||
| * | Use new integration-php7.0 container | Lukas Reschke | 2016-09-22 | 1 | -17/+17 |
| | | | | | | | | | | | | This one caches the dependencies Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | Move integration tests to single containers | Lukas Reschke | 2016-09-22 | 1 | -4/+165 |
| | | | | | | | | | | | | This adds improved performance Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #1455 from nextcloud/use-magic-di | Joas Schilling | 2016-09-22 | 6 | -109/+31 |
|\ \ | | | | | | | Use magic DI | ||||
| * | | Fix more tests | Joas Schilling | 2016-09-20 | 1 | -4/+4 |
| | | | |||||
| * | | Use default value instead of throwing when the service could not be found | Joas Schilling | 2016-09-20 | 1 | -1/+10 |
| | | | |||||
| * | | Use magic DI | Joas Schilling | 2016-09-20 | 5 | -104/+17 |
| | | | |||||
* | | | Merge pull request #1488 from nextcloud/rely-on-github-api-output | Lukas Reschke | 2016-09-22 | 1 | -22/+7 |
|\ \ \ | |_|/ |/| | | Rely solely on GitHub API output | ||||
| * | | Rely solely on GitHub API output | Lukas Reschke | 2016-09-22 | 1 | -22/+7 |
|/ / | | | | | | | | | | | This doesn't download the whole git repository again which saves roughly 90 seconds in execution time on the test. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #1481 from nextcloud/signed-off-by | Lukas Reschke | 2016-09-22 | 5 | -0/+234 |
|\ \ | | | | | | | Add Developer Certificate of Origin (DCO) | ||||
| * | | Add checker for signed off commits | Lukas Reschke | 2016-09-22 | 2 | -0/+128 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Add Developer Certificate of Origin (DCO) | Bjoern Schiessle | 2016-09-22 | 3 | -0/+106 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-22 | 34 | -214/+874 |
|/ / | |||||
* | | Merge pull request #1480 from nextcloud/icon-more-white | Julius Härtl | 2016-09-21 | 2 | -0/+8 |
|\ \ | | | | | | | add icon-more-white | ||||
| * | | add icon-more-white | Jan-Christoph Borchardt | 2016-09-21 | 2 | -0/+8 |
| | | | |||||
* | | | Merge pull request #1477 from nextcloud/fix-tabheaders | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | fix sidebar tab headers margin | ||||
| * | | fix sidebar tab headers margin | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #1469 from nextcloud/hide-empty-tag-input | Jan-Christoph Borchardt | 2016-09-21 | 5 | -3/+46 |
|\ \ | | | | | | | Hide collaborative tag input when empty | ||||
| * | | proper padding for Tags action | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+1 |
| | | | |||||
| * | | Add viewbox to icons | Joas Schilling | 2016-09-20 | 2 | -2/+2 |
| | | | |||||
| * | | Add a handle for the tags label | Joas Schilling | 2016-09-20 | 4 | -0/+35 |
| | | | |||||
| * | | Hide the tags input field when it's empty | Joas Schilling | 2016-09-20 | 1 | -2/+9 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-21 | 6 | -16/+76 |
| | | |||||
* | | Merge pull request #1473 from nextcloud/fix-select2-input | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+4 |
|\ \ | | | | | | | Fix the font in the select2 placeholders | ||||
| * | | Fix the font in the select2 placeholders | Joas Schilling | 2016-09-20 | 1 | -0/+4 |
|/ / |