Lukas Reschke
40d802549c
Merge pull request #2807 from nextcloud/stable11-2273
...
[stable11] Add DAV repair step to fix calendar data
2016-12-22 10:12:54 +01:00
Lukas Reschke
55782a677c
Merge pull request #2809 from nextcloud/stable11-2757
...
[stable11] Also check in cron for old php version
2016-12-22 10:07:34 +01:00
Roeland Jago Douma
b322078f8f
Also check in cron for old php version
...
Fixes #2756
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-21 20:34:46 +01:00
Roeland Jago Douma
3649d86b65
Add DAV repair step to fix calendar data
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-21 20:30:27 +01:00
Morris Jobke
cd4b15b5af
Merge pull request #2805 from nextcloud/stable11-2714
...
[stable11] Changed anchor
2016-12-21 17:57:41 +01:00
amittel
a1779827c5
Changed anchor
...
from `avatar` to `personal-settings`
fixes #2711
2016-12-21 17:09:04 +01:00
Joas Schilling
f7ba86884a
Use a form so firefox doesn't try to save the space as a password
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-21 16:55:01 +01:00
Morris Jobke
62cbaa0227
Merge pull request #2793 from nextcloud/stable11-update-drone-images
...
[stable11] update drone images to latest version
2016-12-21 15:52:06 +01:00
Morris Jobke
df7c4743f4
[stable11] update drone images to latest version
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-20 23:35:03 +01:00
Jan-Christoph Borchardt
c86f779e4a
fix wording for apps mgmt buttons
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-12-19 11:54:38 +01:00
Joas Schilling
c4e93cbb49
Only log as info when we can not create a new DB user
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-19 11:51:25 +01:00
Roeland Jago Douma
391f3ea5d9
Merge pull request #2746 from nextcloud/backport-2625
...
[stable11] Fix todo list activity filter
2016-12-19 11:21:07 +01:00
Roeland Jago Douma
29cc292e2a
Fix TodoTest
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-19 09:48:08 +01:00
Joas Schilling
a1210fe5b0
Fix the Todos filter
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-19 09:47:11 +01:00
Roeland Jago Douma
7a52f1dd3f
Merge pull request #2703 from nextcloud/enoch85-patch-2
...
[11] Do not connect to database before creating it
2016-12-16 15:03:23 +01:00
Lukas Reschke
80ab69ba3f
Merge pull request #2696 from nextcloud/shared-scanner-unmasked-11
...
[11] use unmasked permissions in shared scanner
2016-12-16 13:15:07 +01:00
Lukas Reschke
3f20302a01
Merge pull request #2685 from nextcloud/stable11-2648
...
[stable11] Fix legacy DAV endpoint
2016-12-16 11:47:44 +01:00
Roeland Jago Douma
b452e250e0
Fix legacy caldav endpoints
...
* CaldavBackend is now endpoint aware (use old style principals on old
endpoint and new onces on new).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-15 20:12:10 +01:00
Joas Schilling
fd0283ca97
Do not connect to database before creating it
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-15 18:27:35 +01:00
Robin Appelman
be09724a3e
Add integration tests for uploading files to a permission limited share
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-15 15:58:56 +01:00
Robin Appelman
5290eee9ec
use unmasked permissions in shared scanner
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-15 15:58:49 +01:00
Lukas Reschke
69f0977686
Add test execution against legacy DAV backend
...
Since the tests to quite hugely rely on sync tokens being present I also included those in the legacy backend.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-15 11:19:59 +01:00
Lukas Reschke
d5c70fae07
Merge pull request #2669 from nextcloud/stable11-one-gotta-love-apples-regressions
...
[stable11] Safari CSPv3 support is sub-par
2016-12-14 16:57:52 +01:00
Lukas Reschke
6796c911dc
Safari CSPv3 support is sub-par
...
With 10.0.1 CSPv3 is broken in Safari if it doesn't run from a local IP. Awesome.
=> Let's remove this for Safari and keep chrome and Firefox in the whitelist.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-14 13:19:19 +01:00
Lukas Reschke
ed7b18799f
Merge pull request #2636 from nextcloud/add-repair-step-to-fix-mounts
...
Add a repair step to fix broken mounts
2016-12-13 14:19:56 +01:00
Lukas Reschke
edd01e3ce4
Merge pull request #2637 from nextcloud/mount-cache-storageid
...
also compare storage ids when checking for changed mounts
2016-12-13 14:02:49 +01:00
Joas Schilling
69575f099c
Update autoloading
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-13 13:56:30 +01:00
Joas Schilling
a7aa7de6c2
Add a unit test
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-13 13:54:18 +01:00
Joas Schilling
d5df692481
Add a repair step to fix broken mounts
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-13 13:54:18 +01:00
Lukas Reschke
3b3ab256a5
Merge pull request #2642 from nextcloud/avatars_class_name
...
Avatars class name
2016-12-13 13:22:50 +01:00
Lukas Reschke
b56a47eba6
Merge pull request #2639 from nextcloud/final-increase-of-version
...
Final version increasement for 11
2016-12-13 12:59:59 +01:00
Robin Appelman
14a561ddad
always use numeric storage id in cacheentry
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-13 12:53:38 +01:00
Robin Appelman
86473306f3
fix cacheentry return wrong storage id
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-13 12:50:17 +01:00
Roeland Jago Douma
e3d6b4fe1c
Fixed correct filename of MoveAvatarsBackgroundJob
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-13 12:46:58 +01:00
Roeland Jago Douma
df03860e2e
Merge pull request #2635 from nextcloud/fix_autoload_checker
...
Fix autoload checker
2016-12-13 12:46:10 +01:00
Robin Appelman
bbe24d29ca
reuse cacheentry
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-13 12:30:29 +01:00
Lukas Reschke
72884b45a1
Final version increasement for 11
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-13 12:16:16 +01:00
Robin Appelman
6f46a8bd5b
also compare storage ids when checking for changed mounts
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-12-13 12:11:10 +01:00
Roeland Jago Douma
36da3aa52d
Update autoloader
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-13 12:07:10 +01:00
Roeland Jago Douma
60af938bf6
The hash can change so checking for it is kind of dangerous
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-13 12:07:07 +01:00
Lukas Reschke
e49088315e
Merge pull request #2615 from nextcloud/daita-sharecontroller
...
Download a file in a subfolder in a sharedlink is not working
2016-12-12 18:28:06 +01:00
Maxence Lange
43374292b1
update phpdoc
...
Signed-off-by: Maxence Lange <maxence@pontapreta.net>
2016-12-12 16:15:13 -01:00
Lukas Reschke
e79cd27e5d
Merge pull request #2629 from nextcloud/increase-v-1-again
...
Increase version once again
2016-12-12 18:13:13 +01:00
Lukas Reschke
3f5bbb22d2
Increase version once again
...
For https://github.com/nextcloud/server/pull/2615
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-12 18:03:49 +01:00
Lukas Reschke
ab3ef8a44a
Merge pull request #2627 from nextcloud/already-increase-version
...
Increase version to 11.0.0
2016-12-12 16:40:40 +01:00
Lukas Reschke
6cd421e603
Merge pull request #2620 from nextcloud/theming-externalfiles
...
Show theming icons on external storage folders
2016-12-12 16:04:48 +01:00
Lukas Reschke
7c1ffe231e
Increase version to 11.0.0
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-12 16:03:17 +01:00
Lukas Reschke
f46e02210e
Merge pull request #2622 from nextcloud/improve-wording
...
improve wording of admin settings to enable search on the public address book
2016-12-12 14:49:19 +01:00
Bjoern Schiessle
91303469e0
improve wording of admin settings to enable search on the public address book
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-12-12 13:55:12 +01:00
Julius Haertl
b12db1b494
Show theming icons on external storage folders
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2016-12-12 12:18:38 +01:00