aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1538 from nextcloud/fix-integration-test-to-use-a-valid-urlLukas Reschke2016-09-271-2/+3
|\ | | | | Fix integration test to use a valid URL
| * Fix integration test to use a valid URLJoas Schilling2016-09-271-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1489 from nextcloud/fix-status-code-when-app-is-disabledMorris Jobke2016-09-271-1/+1
|\ \ | | | | | | Return 404 on v2.php when the app is disabled
| * | Return 404 on v2.php when the app is disabledJoas Schilling2016-09-221-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-09-2742-44/+666
| | |
* | | Merge pull request #1516 from nextcloud/fix-openbasedir-realpath-warningMorris Jobke2016-09-271-1/+6
|\ \ \ | | | | | | | | Only use realpath for real directories (#26058)
| * | | Only use realpath for real directories (#26058)Vincent Petry2016-09-261-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cross-local-storage use cases, the Local storage is instantiated with "/" as data directory. In such cases, calling realpath() would cause PHP warnings when open_basedir is set. This fix bypasses the realpath() call when dealing with a root storage. Downstreaming of https://github.com/owncloud/core/pull/26058 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #1499 from nextcloud/updaterLukas Reschke2016-09-2611-14/+113
|\ \ \ \ | | | | | | | | | | Add repair step and revert "Open updater" button
| * | | | write channel to config file when changedMorris Jobke2016-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | dump autoload path for new classMorris Jobke2016-09-262-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Revert "Fix tests"Morris Jobke2016-09-262-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 27a3c68d840f2a8d8d212ba4086df10e0969c5e3. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Add repair step to remove .step file after updateMorris Jobke2016-09-232-0/+82
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Revert "Show an update button instead of the updater"Morris Jobke2016-09-234-7/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 202ae42506e9bbb167889735b2c56ccebace594b. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #1530 from nextcloud/make-repo-configurableLukas Reschke2016-09-261-1/+13
|\ \ \ \ \ | | | | | | | | | | | | Read repo name dynamically
| * | | | | Read repo name dynamicallyLukas Reschke2016-09-261-1/+13
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This way apps can easily use this as well Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #1520 from nextcloud/upload-allow-zeroMorris Jobke2016-09-261-4/+0
|\ \ \ \ \ | | | | | | | | | | | | Allow uploading empty files (#26113)
| * | | | | Allow uploading empty files (#26113)Vincent Petry2016-09-261-4/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26113 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #1510 from nextcloud/workflow-fix-handlebar-updateMorris Jobke2016-09-265-9/+9
|\ \ \ \ \ | | | | | | | | | | | | Fix selection of workflowengine rules and operators
| * | | | | Do not translate the samples themselvesJoas Schilling2016-09-263-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix selection of workflowengine rules and operatorsJoas Schilling2016-09-262-3/+3
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #1426 from nextcloud/sanitze_optLukas Reschke2016-09-261-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Optimize sanitizeName
| * | | | | Optimize sanitizeNameRoeland Jago Douma2016-09-161-1/+4
| | | | | |
* | | | | | Merge pull request #1460 from nextcloud/fed-share-retryJoas Schilling2016-09-262-7/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | [upstream] Fix fed share test call to return proper result
| * | | | | | Fix fed share test call to return proper resultVincent Petry2016-09-202-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue where retrying a previously failed federated share would not properly reset the availability flag because the return value was undefined instead of "true".
* | | | | | | Merge pull request #1457 from nextcloud/upstream-fix-birthday-calendar-componentLukas Reschke2016-09-264-0/+75
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [Upstream] fix birthday calendar component
| * | | | | | | Adding repair step to fix component of birthday calendarsThomas Müller2016-09-202-0/+63
| | | | | | | |
| * | | | | | | The birthday calendar can only hold VEVENT - refs ↵Thomas Müller2016-09-202-0/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | https://github.com/owncloud/tasks/issues/338
* | | | | | | Merge pull request #1471 from pmattern/readme-dev-versionLukas Reschke2016-09-261-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | README.md: Add notes how to run master checkouts
| * | | | | | | README.md: Add notes how to run master checkoutsPeter Mattern2016-09-201-0/+10
| |/ / / / / /
* | | | | | | Merge pull request #1524 from nextcloud/addScriptLukas Reschke2016-09-262-16/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | use correct case for addScript (#26214)
| * | | | | | | use correct case for addScript (#26214)Jörn Friedrich Dreyer2016-09-262-16/+16
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26214 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | | Merge pull request #1523 from nextcloud/change_min_log_levelLukas Reschke2016-09-261-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Change the minimum log level to fatal
| * | | | | | | Change the minimum log level to fatalJuan Pablo Villafáñez2016-09-261-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26213 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | | Merge pull request #1406 from nextcloud/fix-folder-drop-in-firefoxLukas Reschke2016-09-261-6/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix folder drag glitch in Firefox
| * | | | | | Fix folder drag glitch in FirefoxMorris Jobke2016-09-141-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue: * drag'n'drop a folder into the files app in Firefox * the highlight stays there because Firefox doesn't trigger the drop event for folders solution: * behave like the drop event if the dragover event isn't fired for 100ms (only applied in Firefox)
* | | | | | | Merge pull request #1507 from nextcloud/more-error-handling-in-copyrJoas Schilling2016-09-261-1/+16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Graceful error handling and logging
| * | | | | | Graceful error handling and loggingLukas Reschke2016-09-251-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 transifexNextcloud bot2016-09-264-0/+10
| | | | | | |
* | | | | | | Merge pull request #1509 from nextcloud/l10n-workflowengineMorris Jobke2016-09-262-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | add workflowengine l10n
| * | | | | | | add workflowengine l10nMorris Jobke2016-09-262-0/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / / / / [tx-robot] updated from transifexNextcloud bot2016-09-264-0/+36
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2016-09-2512-0/+68
| | | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2016-09-244-0/+28
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1496 from aroseartist/patch-1Lukas Reschke2016-09-231-3/+10
|\ \ \ \ \ | | | | | | | | | | | | Installation details for README
| * | | | | Installation details for READMELora Rose2016-09-221-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 transifexNextcloud bot2016-09-2324-110/+226
| | | | |
* | | | | Merge pull request #1487 from ↵Morris Jobke2016-09-221-5/+166
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/move-integration-tests-to-single-containers Move integration tests to single execution containers in .drone.yml
| * | | | | Use new integration-php7.0 containerLukas Reschke2016-09-221-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one caches the dependencies Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | | Move integration tests to single containersLukas Reschke2016-09-221-4/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds improved performance Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | Merge pull request #1455 from nextcloud/use-magic-diJoas Schilling2016-09-226-109/+31
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Use magic DI