Morris Jobke
3a3e272102
Merge pull request #2461 from nextcloud/stable9-2010
...
[stable9] Fixed disappearing of share info in file view
2016-12-02 10:39:26 +01:00
Michael Jobst
8f5b9880cf
Fixed disappearing of share info in file view
2016-12-02 01:24:05 +01:00
Thomas Citharel
08f572dd37
fix typo
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2016-12-02 00:40:52 +01:00
Morris Jobke
5fc4d45409
Merge pull request #2446 from nextcloud/stable9-detect-also-a-400-status
...
[stable9] Catch status code 400
2016-12-01 22:57:13 +01:00
Lukas Reschke
7e272adf25
[stable9] Catch status code 400
...
In case the server returns a statuscode 400 we should also gracefully return to the home directory.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-01 19:16:36 +01:00
Lukas Reschke
e492474b7c
[stable9] On write-only shares do not allow to specify subfolders
...
In case of a write-only share we should not allow to specify a subfolder as this is unexpected behaviour.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-01 16:16:50 +01:00
Roeland Jago Douma
9bd2effca6
Add tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-15 09:40:41 +01:00
Roeland Jago Douma
9666786655
[stable9] Fixes not allowed increasing of link share permissions
...
Backport of #2100
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-14 15:46:03 +01:00
Jan-Christoph Borchardt
63edd5aa0e
fix button on public upload page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-11-08 22:54:46 +01:00
Roeland Jago Douma
eb47c20bdc
Merge pull request #1770 from nextcloud/backport-1766-force-uid-casing-on-transfer-ownership-9
...
[stable9] Make sure the UID is correctly cased
2016-10-24 11:36:02 +02:00
Joas Schilling
a13ec4d488
Make sure we only use numbers as length
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-19 11:43:53 +02:00
Joas Schilling
6902fb578f
Make sure the UID is correctly cased
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-17 14:38:13 +02:00
Olivier Mehani
69a58d539d
Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateCard ( #26243 )
...
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
#26242
2016-10-12 11:21:09 +02:00
Lukas Reschke
6ac02d4aac
UpdateState is empty if no update is available
...
This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116".
2016-09-28 12:33:57 +02:00
Joas Schilling
1167e695d3
Respect updater kill switch and fall back to download button
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-27 15:14:40 +02:00
Morris Jobke
91757e7128
Revert "[stable9] Don't show the updater if updater is incompatible"
...
This reverts commit 5e2bf16db1 .
2016-09-26 14:41:30 +02:00
Morris Jobke
8c133451ac
Revert "Fix tests"
...
This reverts commit 997e4cf3fe .
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-23 13:59:55 +02:00
Morris Jobke
7a135d8d81
Revert "Show an update button instead of the updater"
...
This reverts commit b42ee95383 .
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-23 13:59:46 +02:00
Lukas Reschke
5c3e1211d1
Move Travis tests to DroneCI
...
Should give us some quicker test execution speed as we're not limited by Travis
Explicitly invoke with "bash"
Install instance already
Use newest litmus container
2016-09-14 09:13:47 +02:00
Vincent Petry
c1c21da1f2
Allow increasing permissions for share owner
...
In some cases, the owner of the share is also recipient through a group
share. The owner must still be able to increase permissions in that
situation.
2016-09-13 12:12:42 +02:00
Lukas Reschke
a4cfb3ddc1
Don't print exception message in HTML
...
The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string.
It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached.
2016-09-09 14:17:14 +02:00
Joas Schilling
36c554718f
Merge pull request #1325 from nextcloud/backport-1323-show-download-button-for-updates-atm-9
...
[stable9] Show an download button instead of the updater
2016-09-08 16:58:17 +02:00
Joas Schilling
997e4cf3fe
Fix tests
2016-09-08 11:16:50 +02:00
Joas Schilling
b42ee95383
Show an update button instead of the updater
2016-09-08 11:08:17 +02:00
Joas Schilling
86a673a05a
Fix tests
2016-09-08 09:47:49 +02:00
Joas Schilling
a69fe583f8
UPDATE permissions qualify for renaming a node
2016-09-08 09:43:12 +02:00
Joas Schilling
338ce725c7
Only require CREATE permissions when the file does not exist yet
2016-09-08 09:41:58 +02:00
Morris Jobke
18005be13d
Fix layout of success message and text
2016-09-07 19:19:39 +02:00
Morris Jobke
b627ecac92
Merge pull request #1295 from nextcloud/stable9-backport-1292
...
[stable9] Add icon for the theming app
2016-09-07 09:53:03 +02:00
Felix Epp
624de76e24
Add icon for the theming app
2016-09-07 08:36:27 +02:00
Joas Schilling
110bd5e36e
Fix for Nextcloud9
2016-09-06 11:28:25 +02:00
Joas Schilling
996f2019f7
No background and logo in 10
2016-09-06 11:26:00 +02:00
Joas Schilling
650dc5b396
php 5.4 and 5.5 compatibility
2016-09-06 11:25:52 +02:00
Joas Schilling
4cb4067aac
Add image URLs and tests
2016-09-06 11:25:46 +02:00
Joas Schilling
12176e35c7
Add theming information to capabilities for the client
2016-09-06 11:25:22 +02:00
Joas Schilling
5dd211cc88
Also prevent null byte character
2016-09-01 12:49:35 +02:00
Joas Schilling
778ae8abd5
Filter out %0A from paths
2016-09-01 12:49:32 +02:00
Joas Schilling
a98e66ddb0
Merge pull request #1182 from nextcloud/backport-870-oracle-support-9
...
[stable9] Fix oracle support of external storage app
2016-08-31 15:59:36 +02:00
Joas Schilling
4bb1e42687
Add a unit test for all the magic
2016-08-31 12:19:34 +02:00
Joas Schilling
d8adb48147
Correctly handle multi-values when converting VCards to array
2016-08-31 12:19:16 +02:00
Joas Schilling
b573a1c95c
Fix oracle support of external storage app
2016-08-30 10:14:10 +02:00
Lukas Reschke
690fc46eff
Merge pull request #1153 from nextcloud/stable9-fix-sharedstorage-hooks
...
Fix paths returned by \OC\Files\Storage\Shared hooks (#25519 )
2016-08-30 08:42:28 +02:00
blizzz
9b29ed08c5
Merge pull request #1141 from nextcloud/backport-1132-prevent-parse-error-on-editing-an-html-comment-9
...
[stable9] Prevent parse error on editing an HTML comment
2016-08-30 00:14:55 +02:00
Roeland Jago Douma
e9fb2ec5f3
Merge pull request #1152 from nextcloud/butonic-patch-2
...
[stable9] lastInsertId requires the prefix (#25786 )
2016-08-29 20:28:51 +02:00
Vincent Petry
c158acc6ea
Fix paths returned by \OC\Files\Storage\Shared hooks ( #25519 )
...
Fixes #23620
2016-08-29 15:08:45 +02:00
Jörn Friedrich Dreyer
11fe503bcd
[stable9] lastInsertId requires the prefix ( #25786 )
...
backport of https://github.com/owncloud/core/pull/25764
2016-08-29 15:07:05 +02:00
Thomas Müller
90cafa3c9b
[9.0] Before a user is getting scanned the database connection is re-established
2016-08-29 14:57:18 +02:00
Joas Schilling
6a8deb4a1f
Prevent parse error on editing an HTML comment
2016-08-29 14:28:13 +02:00
Thomas Müller
8d290916b9
Move over to new CalDAVTester repo ( #25859 )
...
* Move over to new caldac tester repo
* no run.py anymore
2016-08-19 10:21:10 +02:00
Joas Schilling
8aa91478b7
Allow to retrieve the quota itself via the provisioning api
2016-08-17 12:33:58 +02:00