]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoMerge pull request #1343 from nextcloud/stable10-throw-exceptions-not-printable
Roeland Jago Douma [Fri, 9 Sep 2016 13:23:55 +0000 (15:23 +0200)]
Merge pull request #1343 from nextcloud/stable10-throw-exceptions-not-printable

[stable10] Don't print exception message in HTML

8 years agoMerge pull request #1340 from nextcloud/stable10-limit-possible-image-mimetypes
Morris Jobke [Fri, 9 Sep 2016 13:12:26 +0000 (15:12 +0200)]
Merge pull request #1340 from nextcloud/stable10-limit-possible-image-mimetypes

[stable10] Filter more mimetypes

8 years agoDon't print exception message in HTML 1343/head
Lukas Reschke [Fri, 9 Sep 2016 11:52:34 +0000 (13:52 +0200)]
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.

8 years agoFilter more mimetypes 1340/head
Lukas Reschke [Fri, 9 Sep 2016 10:32:56 +0000 (12:32 +0200)]
Filter more mimetypes

There's no need to allow more than those defined mimetypes for images.

8 years agoMerge pull request #1331 from nextcloud/osx-problems-stable10
Roeland Jago Douma [Fri, 9 Sep 2016 06:19:40 +0000 (08:19 +0200)]
Merge pull request #1331 from nextcloud/osx-problems-stable10

[stable10] Fix OS X and OVH problems

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Sep 2016 00:09:38 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMatch only for actual session cookie 1331/head
Lukas Reschke [Tue, 9 Aug 2016 17:09:53 +0000 (19:09 +0200)]
Match only for actual session cookie

OVH has implemented load balancing in a very questionable way where the reverse proxy actually internally adds some cookies which would trigger a security exception. To work around this, this change only checks for the session cookie.

8 years agoAdd exemptions for incompatible UAs
Lukas Reschke [Thu, 8 Sep 2016 15:14:32 +0000 (17:14 +0200)]
Add exemptions for incompatible UAs

Some user agents are notorious and don't really properly follow HTTP
 specifications. For those, have an automated opt-out. Since the protection
for remote.php is applied in base.php as starting point we need to opt out
here.

8 years agoMerge pull request #1324 from nextcloud/backport-1323-show-download-button-for-update...
Morris Jobke [Thu, 8 Sep 2016 13:41:45 +0000 (15:41 +0200)]
Merge pull request #1324 from nextcloud/backport-1323-show-download-button-for-updates-atm

[stable10] Show an download button instead of the updater

8 years agoMerge pull request #1322 from nextcloud/backport-1225-allow-to-validate-password...
Morris Jobke [Thu, 8 Sep 2016 13:36:03 +0000 (15:36 +0200)]
Merge pull request #1322 from nextcloud/backport-1225-allow-to-validate-password-policy

Allow to validate the password_policy app

8 years agoMerge pull request #1327 from nextcloud/set-quota-non-int-10
Morris Jobke [Thu, 8 Sep 2016 13:32:42 +0000 (15:32 +0200)]
Merge pull request #1327 from nextcloud/set-quota-non-int-10

[10] fix setting quota to default or unlimited

8 years agoMerge pull request #1316 from nextcloud/backport-1311-add-docs-for-workflows
Morris Jobke [Thu, 8 Sep 2016 12:08:52 +0000 (14:08 +0200)]
Merge pull request #1316 from nextcloud/backport-1311-add-docs-for-workflows

[stable10] Add a docs link when given

8 years agoMerge pull request #1319 from nextcloud/backport-1243-fix-detection-of-file-types...
Roeland Jago Douma [Thu, 8 Sep 2016 11:45:23 +0000 (13:45 +0200)]
Merge pull request #1319 from nextcloud/backport-1243-fix-detection-of-file-types-a-bit

[stable10] Fix detection of file types a bit

8 years agofix setting quota to default or unlimited 1327/head
Robin Appelman [Thu, 25 Aug 2016 13:55:30 +0000 (15:55 +0200)]
fix setting quota to default or unlimited

8 years agoChange updater URL 1324/head
Joas Schilling [Thu, 8 Sep 2016 10:20:29 +0000 (12:20 +0200)]
Change updater URL

8 years agoMerge pull request #1320 from nextcloud/backport-1301-fix-required-permissions-for...
Morris Jobke [Thu, 8 Sep 2016 10:13:18 +0000 (12:13 +0200)]
Merge pull request #1320 from nextcloud/backport-1301-fix-required-permissions-for-webdav-move-and-copy

[stable10] Fix required permissions for webdav move and copy

8 years agoFix tests
Joas Schilling [Thu, 8 Sep 2016 09:13:36 +0000 (11:13 +0200)]
Fix tests

8 years agoShow an update button instead of the updater
Joas Schilling [Thu, 8 Sep 2016 08:59:14 +0000 (10:59 +0200)]
Show an update button instead of the updater

8 years agoAllow to validate the password_policy app 1322/head
Joas Schilling [Thu, 1 Sep 2016 08:18:00 +0000 (10:18 +0200)]
Allow to validate the password_policy app

8 years agoFix tests 1320/head
Joas Schilling [Wed, 7 Sep 2016 16:26:44 +0000 (18:26 +0200)]
Fix tests

8 years agoUPDATE permissions qualify for renaming a node
Joas Schilling [Wed, 7 Sep 2016 09:22:57 +0000 (11:22 +0200)]
UPDATE permissions qualify for renaming a node

8 years agoOnly require CREATE permissions when the file does not exist yet
Joas Schilling [Wed, 7 Sep 2016 09:10:48 +0000 (11:10 +0200)]
Only require CREATE permissions when the file does not exist yet

8 years agoMake mimetype also work for READ and DELETE operations 1319/head
Joas Schilling [Fri, 2 Sep 2016 11:38:27 +0000 (13:38 +0200)]
Make mimetype also work for READ and DELETE operations

8 years agoBetter detection of mimetypes while uploading a zip on a mac
Joas Schilling [Fri, 2 Sep 2016 11:37:23 +0000 (13:37 +0200)]
Better detection of mimetypes while uploading a zip on a mac

8 years agoCorrectly remove the charset from finfo mimetype
Joas Schilling [Fri, 2 Sep 2016 11:29:30 +0000 (13:29 +0200)]
Correctly remove the charset from finfo mimetype

8 years agoAdd a docs link when given 1316/head
Joas Schilling [Wed, 7 Sep 2016 16:52:49 +0000 (18:52 +0200)]
Add a docs link when given

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Sep 2016 00:10:28 +0000 (00:10 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #1312 from nextcloud/stable10-backport-1307
Marius Blüm [Wed, 7 Sep 2016 21:44:17 +0000 (23:44 +0200)]
Merge pull request #1312 from nextcloud/stable10-backport-1307

[stable10] Fix update notification

8 years agofix tests 1312/head
Morris Jobke [Wed, 7 Sep 2016 15:15:03 +0000 (17:15 +0200)]
fix tests

8 years agoFix updater URL
Morris Jobke [Wed, 7 Sep 2016 14:38:51 +0000 (16:38 +0200)]
Fix updater URL

8 years agoFix layout of success message and text
Morris Jobke [Wed, 7 Sep 2016 14:38:12 +0000 (16:38 +0200)]
Fix layout of success message and text

8 years agoMerge pull request #1305 from nextcloud/backport-1287-correctly-remove-admin-stuff
Morris Jobke [Wed, 7 Sep 2016 14:58:08 +0000 (16:58 +0200)]
Merge pull request #1305 from nextcloud/backport-1287-correctly-remove-admin-stuff

[stable10] Correctly remove admin sections and settings

8 years agoMerge pull request #1288 from nextcloud/backport-1284-allow-status.php-before-install
Roeland Jago Douma [Wed, 7 Sep 2016 14:27:10 +0000 (16:27 +0200)]
Merge pull request #1288 from nextcloud/backport-1284-allow-status.php-before-install

[stable10] Allow to call status.php before the instance is installed

8 years agoCorrectly remove admin sections and settings 1305/head
Joas Schilling [Tue, 6 Sep 2016 12:37:09 +0000 (14:37 +0200)]
Correctly remove admin sections and settings

8 years agoMerge pull request #1299 from nextcloud/stable10-backport-1235
Morris Jobke [Wed, 7 Sep 2016 11:41:22 +0000 (13:41 +0200)]
Merge pull request #1299 from nextcloud/stable10-backport-1235

[stable10] Move navigation entries without order to the end

8 years agoMove navigation entries without order to the end 1299/head
Joas Schilling [Thu, 1 Sep 2016 15:12:03 +0000 (17:12 +0200)]
Move navigation entries without order to the end

8 years agoMerge pull request #1294 from nextcloud/stable10-backport-1292
Roeland Jago Douma [Wed, 7 Sep 2016 08:20:30 +0000 (10:20 +0200)]
Merge pull request #1294 from nextcloud/stable10-backport-1292

[stable10] Add icon for the theming app

8 years agoAdd icon for the theming app 1294/head
Felix Epp [Tue, 6 Sep 2016 23:23:53 +0000 (01:23 +0200)]
Add icon for the theming app

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Sep 2016 00:09:32 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoAlso fix "occ status" 1288/head
Joas Schilling [Tue, 6 Sep 2016 12:13:28 +0000 (14:13 +0200)]
Also fix "occ status"

8 years agoDon't throw 500 when not installed
Joas Schilling [Tue, 6 Sep 2016 12:00:54 +0000 (14:00 +0200)]
Don't throw 500 when not installed

8 years agoAllow to call status.php before the instance is installed
Joas Schilling [Tue, 6 Sep 2016 11:59:45 +0000 (13:59 +0200)]
Allow to call status.php before the instance is installed

8 years agoMerge pull request #1280 from nextcloud/backport-1272-theming-info-capabilities
Roeland Jago Douma [Tue, 6 Sep 2016 13:01:08 +0000 (15:01 +0200)]
Merge pull request #1280 from nextcloud/backport-1272-theming-info-capabilities

[stable10] Add theming information to capabilities for the client

8 years agoNo background and logo in 10 1280/head
Joas Schilling [Tue, 6 Sep 2016 09:19:15 +0000 (11:19 +0200)]
No background and logo in 10

8 years agophp 5.4 and 5.5 compatibility
Joas Schilling [Tue, 6 Sep 2016 09:14:27 +0000 (11:14 +0200)]
php 5.4 and 5.5 compatibility

8 years agoAdd image URLs and tests
Joas Schilling [Tue, 6 Sep 2016 06:55:22 +0000 (08:55 +0200)]
Add image URLs and tests

8 years agoAdd theming information to capabilities for the client
Joas Schilling [Mon, 5 Sep 2016 12:25:51 +0000 (14:25 +0200)]
Add theming information to capabilities for the client

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Sep 2016 00:09:25 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Sep 2016 00:09:16 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Sep 2016 00:09:28 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Sep 2016 00:09:30 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Sep 2016 00:09:17 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #1231 from nextcloud/backport-1224-do-not-allow-linebreak-in-paths
Roeland Jago Douma [Thu, 1 Sep 2016 12:07:10 +0000 (14:07 +0200)]
Merge pull request #1231 from nextcloud/backport-1224-do-not-allow-linebreak-in-paths

[stable10] Do not allow linebreaks and null bytes in paths

8 years agoAdd PhantomJS to gitignore 1231/head
Joas Schilling [Thu, 1 Sep 2016 08:17:15 +0000 (10:17 +0200)]
Add PhantomJS to gitignore

8 years agoAlso prevent null byte character
Joas Schilling [Thu, 1 Sep 2016 10:24:14 +0000 (12:24 +0200)]
Also prevent null byte character

8 years agoFilter out %0A from paths
Joas Schilling [Thu, 1 Sep 2016 08:06:06 +0000 (10:06 +0200)]
Filter out %0A from paths

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Sep 2016 00:09:31 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #1181 from nextcloud/backport-870-oracle-support
Roeland Jago Douma [Wed, 31 Aug 2016 13:15:07 +0000 (15:15 +0200)]
Merge pull request #1181 from nextcloud/backport-870-oracle-support

[stable10] Fix oracle support of external storage app

8 years agoMerge pull request #1207 from nextcloud/backport-1190-addressbook-correctly-handle...
Roeland Jago Douma [Wed, 31 Aug 2016 13:08:18 +0000 (15:08 +0200)]
Merge pull request #1207 from nextcloud/backport-1190-addressbook-correctly-handle-multi-values

[stable10] Correctly handle multi-values when converting VCards to array

8 years agoMerge pull request #1200 from nextcloud/stable9.1-usermountcache-orphanedshare
Roeland Jago Douma [Wed, 31 Aug 2016 13:07:40 +0000 (15:07 +0200)]
Merge pull request #1200 from nextcloud/stable9.1-usermountcache-orphanedshare

[stable10] Prevent error with orphaned shares when updating user mount cache

8 years agoMerge pull request #1206 from nextcloud/stable9.1-integration_tests_local_external_st...
Roeland Jago Douma [Wed, 31 Aug 2016 11:54:24 +0000 (13:54 +0200)]
Merge pull request #1206 from nextcloud/stable9.1-integration_tests_local_external_storage

[Stable10] integration tests local external storage

8 years agoMerge pull request #1209 from nextcloud/fix-vendor-in-php-warning
Roeland Jago Douma [Wed, 31 Aug 2016 11:54:07 +0000 (13:54 +0200)]
Merge pull request #1209 from nextcloud/fix-vendor-in-php-warning

Fix vendor name in PHP version warning

8 years agoFix vendor name in PHP version warning 1209/head
Joas Schilling [Wed, 31 Aug 2016 10:28:10 +0000 (12:28 +0200)]
Fix vendor name in PHP version warning

8 years agoAdd a unit test for all the magic 1207/head
Joas Schilling [Tue, 30 Aug 2016 10:24:20 +0000 (12:24 +0200)]
Add a unit test for all the magic

8 years agoCorrectly handle multi-values when converting VCards to array
Joas Schilling [Tue, 30 Aug 2016 10:08:39 +0000 (12:08 +0200)]
Correctly handle multi-values when converting VCards to array

8 years agoChanged enabled/disabled app in provisioning api tests 1206/head
Sergio Bertolín [Fri, 26 Aug 2016 10:52:11 +0000 (10:52 +0000)]
Changed enabled/disabled app in provisioning api tests

8 years agoExternal storage was not enabled and content was not deleted before scenarios
Sergio Bertolín [Fri, 26 Aug 2016 07:57:48 +0000 (07:57 +0000)]
External storage was not enabled and content was not deleted before scenarios

Conflicts:
build/integration/features/bootstrap/BasicStructure.php
build/integration/run.sh

8 years agoAdded local_storage folder
Sergio Bertolín [Fri, 12 Aug 2016 07:11:07 +0000 (07:11 +0000)]
Added local_storage folder

8 years agoRun as current user
Sergio Bertolin [Wed, 10 Aug 2016 07:26:35 +0000 (07:26 +0000)]
Run as current user

Conflicts:
build/integration/run.sh

8 years agoRemoved extra context added needed option and remove storage after external storage...
Sergio Bertolin [Tue, 9 Aug 2016 08:24:03 +0000 (08:24 +0000)]
Removed extra context added needed option and remove storage after external storage scenarios

Conflicts:
build/integration/features/bootstrap/BasicStructure.php
build/integration/run.sh

8 years agoAdded feature and context, not working yet, option to allow sharing needs to be added
Sergio Bertolin [Mon, 8 Aug 2016 13:17:28 +0000 (13:17 +0000)]
Added feature and context, not working yet, option to allow sharing needs to be added

8 years agoCreating the folder when the tests run
Sergio Bertolín [Tue, 30 Aug 2016 10:53:19 +0000 (10:53 +0000)]
Creating the folder when the tests run

Conflicts:
build/integration/features/bootstrap/BasicStructure.php
build/integration/run.sh

8 years agoAdd integration test for sharing with group, then user in group
Vincent Petry [Tue, 5 Jul 2016 09:08:19 +0000 (11:08 +0200)]
Add integration test for sharing with group, then user in group

Add integration test for the use case where a group share exists and
then the same owner creates a direct share to a user in that group.

8 years agoMerge pull request #1183 from nextcloud/backport-529-cross-vendor-up-and-downgrades
Lukas Reschke [Tue, 30 Aug 2016 17:54:20 +0000 (19:54 +0200)]
Merge pull request #1183 from nextcloud/backport-529-cross-vendor-up-and-downgrades

[stable10] Allow downgrades of maintenance accross vendors

8 years agoAdded closeCursor in SharedMount numeric id 1200/head
Vincent Petry [Tue, 30 Aug 2016 07:52:54 +0000 (09:52 +0200)]
Added closeCursor in SharedMount numeric id

8 years agoPrevent error with orphaned shares when updating user mount cache
Vincent Petry [Thu, 25 Aug 2016 16:06:13 +0000 (18:06 +0200)]
Prevent error with orphaned shares when updating user mount cache

8 years agoMerge pull request #1191 from nextcloud/stable10-share-allowspaceinremote
Lukas Reschke [Tue, 30 Aug 2016 13:37:07 +0000 (15:37 +0200)]
Merge pull request #1191 from nextcloud/stable10-share-allowspaceinremote

[stable10] Allow space for federated share id search

8 years agoMerge pull request #1184 from nextcloud/backport-1089-allow-to-prevent-previews
Morris Jobke [Tue, 30 Aug 2016 11:31:07 +0000 (13:31 +0200)]
Merge pull request #1184 from nextcloud/backport-1089-allow-to-prevent-previews

[stable10] Check if the file isReadable() before sending a (cached) preview

8 years agoMerge pull request #1186 from nextcloud/stable10-backport1178
Roeland Jago Douma [Tue, 30 Aug 2016 11:02:14 +0000 (13:02 +0200)]
Merge pull request #1186 from nextcloud/stable10-backport1178

[stable10] Theming: Show loading spinner while uploading files

8 years agoAllow space for federated share id search 1191/head
Vincent Petry [Mon, 29 Aug 2016 09:52:44 +0000 (11:52 +0200)]
Allow space for federated share id search

8 years agoTheming: Show loading spinner while uploading files 1186/head
Julius Haertl [Mon, 29 Aug 2016 15:42:43 +0000 (17:42 +0200)]
Theming: Show loading spinner while uploading files

8 years agoCheck if the file isReadable() before sending a (cached) preview 1184/head
Joas Schilling [Fri, 26 Aug 2016 13:51:18 +0000 (15:51 +0200)]
Check if the file isReadable() before sending a (cached) preview

8 years agoAllow downgrades of maintenance accross vendors 1183/head
Joas Schilling [Fri, 22 Jul 2016 12:44:00 +0000 (14:44 +0200)]
Allow downgrades of maintenance accross vendors

8 years agoFix oracle support of external storage app 1181/head
Joas Schilling [Mon, 15 Aug 2016 09:59:48 +0000 (11:59 +0200)]
Fix oracle support of external storage app

8 years agoMerge pull request #1174 from nextcloud/backport-1128
Joas Schilling [Tue, 30 Aug 2016 08:04:28 +0000 (10:04 +0200)]
Merge pull request #1174 from nextcloud/backport-1128

[stable10] Users page lazy multiselect group dropdowns

8 years agoMerge pull request #1179 from nextcloud/stable10_us_25675
Morris Jobke [Tue, 30 Aug 2016 07:48:17 +0000 (09:48 +0200)]
Merge pull request #1179 from nextcloud/stable10_us_25675

[stable10] Added integration test (#25675)

8 years agoMerge pull request #1176 from nextcloud/backport-1145-10
Lukas Reschke [Tue, 30 Aug 2016 06:41:45 +0000 (08:41 +0200)]
Merge pull request #1176 from nextcloud/backport-1145-10

[stable10] DAV: Return data-fingerprint always when asked

8 years ago[stable9.1] Added integration test (#25675) 1179/head
Thomas Müller [Tue, 2 Aug 2016 20:28:37 +0000 (22:28 +0200)]
[stable9.1] Added integration test (#25675)

* [stable9.1] Added integration test

* A shared storage is never a home storage - fixes #25582

8 years agoMerge pull request #1140 from nextcloud/backport-1132-prevent-parse-error-on-editing...
blizzz [Mon, 29 Aug 2016 22:14:34 +0000 (00:14 +0200)]
Merge pull request #1140 from nextcloud/backport-1132-prevent-parse-error-on-editing-an-html-comment

[stable10] Prevent parse error on editing an HTML comment

8 years ago[master] DAV: Return data-fingerprint always when asked (#25482) 1176/head
Markus Goetz [Sat, 13 Aug 2016 15:03:54 +0000 (17:03 +0200)]
[master] DAV: Return data-fingerprint always when asked (#25482)

For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.

8 years agoBackport of Users page lazy multiselect group dropdowns #1128 to stable10 1174/head
Vincent Petry [Tue, 23 Aug 2016 15:22:10 +0000 (17:22 +0200)]
Backport of Users page lazy multiselect group dropdowns #1128 to stable10

Users page lazy multiselect group dropdowns

Instead of pre-rendering all multiselects with lots of group entries,
the current groups are now displayed as simple labels.
Behind the labels there is a pencil icon like for other fields.
When clicking the pencil icon, the dropdown will be spawned and will
open itself.
Upon closing of the dropdown, the label comes back with the updated
selection and the dropdown is destroyed.

Extra non-available groups also in list

Fix group sorting in user list group selection

8 years agoMerge pull request #1159 from nextcloud/stable9.1-27a5be96f108d4ab2b91bcd765433e1646b...
Lukas Reschke [Mon, 29 Aug 2016 19:39:55 +0000 (21:39 +0200)]
Merge pull request #1159 from nextcloud/stable9.1-27a5be96f108d4ab2b91bcd765433e1646ba9bf2

[9.1] Before a user is getting scanned the database connection is re-…

8 years agoMerge pull request #1157 from nextcloud/stable9.1-init-filesconfig
Lukas Reschke [Mon, 29 Aug 2016 19:39:44 +0000 (21:39 +0200)]
Merge pull request #1157 from nextcloud/stable9.1-init-filesconfig

Make sure file list files config always exists

8 years agoMerge pull request #1156 from nextcloud/stable9.1-db60e65409e7c6d4f1bde5062af53fbad6e...
Roeland Jago Douma [Mon, 29 Aug 2016 18:33:10 +0000 (20:33 +0200)]
Merge pull request #1156 from nextcloud/stable9.1-db60e65409e7c6d4f1bde5062af53fbad6e8b412

[stable9.1] Fix issues where some user settings cannot be loaded when…

8 years agoMerge pull request #1126 from nextcloud/stable10-theming-performance
Joas Schilling [Mon, 29 Aug 2016 13:44:19 +0000 (15:44 +0200)]
Merge pull request #1126 from nextcloud/stable10-theming-performance

[stable10] theming performance

8 years ago[9.1] Before a user is getting scanned the database connection is re-establ… 1159/head
Vincent Petry [Mon, 22 Aug 2016 08:55:30 +0000 (10:55 +0200)]
[9.1] Before a user is getting scanned the database connection is re-establ…

8 years agoMake sure file list files config always exists 1157/head
Vincent Petry [Mon, 22 Aug 2016 07:45:21 +0000 (09:45 +0200)]
Make sure file list files config always exists

Initialize files config with defaults in case none was passed

8 years ago[stable9.1] Fix issues where some user settings cannot be loaded when the user id... 1156/head
Thomas Müller [Mon, 22 Aug 2016 18:25:20 +0000 (20:25 +0200)]
[stable9.1] Fix issues where some user settings cannot be loaded when the user id differs in case sensitivity - fixes #25684 (#25686)

8 years agoPrevent parse error on editing an HTML comment 1140/head
Joas Schilling [Mon, 29 Aug 2016 12:26:40 +0000 (14:26 +0200)]
Prevent parse error on editing an HTML comment

8 years agoUse temporary file as cache 1126/head
Lukas Reschke [Sat, 27 Aug 2016 19:38:41 +0000 (21:38 +0200)]
Use temporary file as cache