Nextcloud bot
810f72df46
[tx-robot] updated from transifex
2016-09-27 00:09:46 +00:00
Morris Jobke
71fc9303c3
Merge pull request #1516 from nextcloud/fix-openbasedir-realpath-warning
...
Only use realpath for real directories (#26058 )
2016-09-27 00:10:23 +02:00
Lukas Reschke
a43c680d9f
Merge pull request #1499 from nextcloud/updater
...
Add repair step and revert "Open updater" button
2016-09-26 22:28:21 +02:00
Lukas Reschke
56437ad881
Merge pull request #1530 from nextcloud/make-repo-configurable
...
Read repo name dynamically
2016-09-26 21:21:17 +02:00
Lukas Reschke
6a490106bc
Read repo name dynamically
...
This way apps can easily use this as well
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26 21:20:01 +02:00
Morris Jobke
6b2920a6bc
Merge pull request #1520 from nextcloud/upload-allow-zero
...
Allow uploading empty files (#26113 )
2016-09-26 17:40:53 +02:00
Morris Jobke
3e4a4cab34
Merge pull request #1510 from nextcloud/workflow-fix-handlebar-update
...
Fix selection of workflowengine rules and operators
2016-09-26 17:33:22 +02:00
Lukas Reschke
598b243838
Merge pull request #1426 from nextcloud/sanitze_opt
...
Optimize sanitizeName
2016-09-26 14:10:50 +02:00
Joas Schilling
fc65093694
Merge pull request #1460 from nextcloud/fed-share-retry
...
[upstream] Fix fed share test call to return proper result
2016-09-26 13:59:28 +02:00
Morris Jobke
afe40ac996
write channel to config file when changed
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-26 13:44:56 +02:00
Morris Jobke
6f72341c0b
dump autoload path for new class
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-26 13:44:56 +02:00
Morris Jobke
4064010c29
Revert "Fix tests"
...
This reverts commit 27a3c68d84
.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-26 13:44:50 +02:00
Lukas Reschke
4f4286932f
Merge pull request #1457 from nextcloud/upstream-fix-birthday-calendar-component
...
[Upstream] fix birthday calendar component
2016-09-26 13:21:08 +02:00
Lukas Reschke
fa44c355d5
Merge pull request #1471 from pmattern/readme-dev-version
...
README.md: Add notes how to run master checkouts
2016-09-26 13:19:00 +02:00
Lukas Reschke
0873fe4284
Merge pull request #1524 from nextcloud/addScript
...
use correct case for addScript (#26214 )
2016-09-26 13:18:41 +02:00
Lukas Reschke
982ffa9092
Merge pull request #1523 from nextcloud/change_min_log_level
...
Change the minimum log level to fatal
2016-09-26 13:16:40 +02:00
Lukas Reschke
0c6957dfb7
Merge pull request #1406 from nextcloud/fix-folder-drop-in-firefox
...
Fix folder drag glitch in Firefox
2016-09-26 13:10:19 +02:00
Jörn Friedrich Dreyer
b79997dd33
use correct case for addScript ( #26214 )
...
Downstreaming of https://github.com/owncloud/core/pull/26214
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26 11:44:57 +02:00
Juan Pablo Villafáñez
26f1ea1cea
Change the minimum log level to fatal
...
Downstreaming of https://github.com/owncloud/core/pull/26213
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26 11:41:20 +02:00
Vincent Petry
e8836bfd30
Allow uploading empty files ( #26113 )
...
Downstreaming of https://github.com/owncloud/core/pull/26113
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26 11:28:05 +02:00
Vincent Petry
1f21a132c7
Only use realpath for real directories ( #26058 )
...
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>
2016-09-26 11:21:47 +02:00
Joas Schilling
244de6451b
Merge pull request #1507 from nextcloud/more-error-handling-in-copyr
...
Graceful error handling and logging
2016-09-26 10:53:43 +02:00
Joas Schilling
968dc876b2
Do not translate the samples themselves
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-26 10:30:08 +02:00
Nextcloud bot
9e91a76b30
[tx-robot] updated from transifex
2016-09-26 08:10:43 +00:00
Morris Jobke
4b23f7491b
Merge pull request #1509 from nextcloud/l10n-workflowengine
...
add workflowengine l10n
2016-09-26 10:00:07 +02:00
Joas Schilling
73cb19ca0d
Fix selection of workflowengine rules and operators
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-26 09:43:54 +02:00
Morris Jobke
4a33bb6d18
add workflowengine l10n
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-26 09:42:20 +02:00
Nextcloud bot
5f2b29b2dc
[tx-robot] updated from transifex
2016-09-26 00:09:43 +00:00
Lukas Reschke
19ad11cce4
Graceful error handling and logging
...
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>
2016-09-25 19:03:42 +02:00
Nextcloud bot
a086011e00
[tx-robot] updated from transifex
2016-09-25 00:09:40 +00:00
Nextcloud bot
8767e9566f
[tx-robot] updated from transifex
2016-09-24 00:09:45 +00:00
Morris Jobke
bf7cbe32c8
Add repair step to remove .step file after update
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-23 13:39:06 +02:00
Morris Jobke
3f740966dc
Revert "Show an update button instead of the updater"
...
This reverts commit 202ae42506
.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-23 13:11:08 +02:00
Lukas Reschke
b4f36d44c4
Merge pull request #1496 from aroseartist/patch-1
...
Installation details for README
2016-09-23 12:35:26 +02:00
Lora Rose
0215296078
Installation details for README
...
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.
2016-09-22 20:12:51 -07:00
Nextcloud bot
b30c79b63c
[tx-robot] updated from transifex
2016-09-23 00:09:45 +00:00
Morris Jobke
5ba0cdcdd5
Merge pull request #1487 from nextcloud/move-integration-tests-to-single-containers
...
Move integration tests to single execution containers in .drone.yml
2016-09-22 16:21:44 +02:00
Joas Schilling
a0e62f0880
Merge pull request #1455 from nextcloud/use-magic-di
...
Use magic DI
2016-09-22 12:23:46 +02:00
Lukas Reschke
e501fefa90
Use new integration-php7.0 container
...
This one caches the dependencies
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-22 12:10:26 +02:00
Lukas Reschke
26f1745fb9
Merge pull request #1488 from nextcloud/rely-on-github-api-output
...
Rely solely on GitHub API output
2016-09-22 11:44:28 +02:00
Lukas Reschke
0e74aaefe7
Rely solely on GitHub API output
...
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>
2016-09-22 11:40:00 +02:00
Lukas Reschke
cb19066dc3
Move integration tests to single containers
...
This adds improved performance
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-22 11:25:46 +02:00
Lukas Reschke
538fcf3d1f
Merge pull request #1481 from nextcloud/signed-off-by
...
Add Developer Certificate of Origin (DCO)
2016-09-22 10:55:14 +02:00
Lukas Reschke
f9a4bb94f6
Add checker for signed off commits
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-22 09:08:21 +02:00
Bjoern Schiessle
232b315d63
Add Developer Certificate of Origin (DCO)
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-09-22 09:08:21 +02:00
Nextcloud bot
6a873acf46
[tx-robot] updated from transifex
2016-09-22 00:11:32 +00:00
Julius Härtl
e9780b7995
Merge pull request #1480 from nextcloud/icon-more-white
...
add icon-more-white
2016-09-21 16:34:01 +02:00
Jan-Christoph Borchardt
76ad7e0bec
add icon-more-white
2016-09-21 15:25:14 +02:00
Jan-Christoph Borchardt
82e4b2c70c
Merge pull request #1477 from nextcloud/fix-tabheaders
...
fix sidebar tab headers margin
2016-09-21 11:30:53 +02:00
Jan-Christoph Borchardt
4a6b63b9b3
fix sidebar tab headers margin
2016-09-21 10:56:47 +02:00