]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoIncrease the max length for components 1544/head
Joas Schilling [Tue, 27 Sep 2016 15:07:43 +0000 (17:07 +0200)]
Increase the max length for components

8 years agoMake it 10.0.1 RC4
Lukas Reschke [Tue, 27 Sep 2016 14:37:15 +0000 (16:37 +0200)]
Make it 10.0.1 RC4

8 years agoMake it 10.0.1 RC3
Lukas Reschke [Tue, 27 Sep 2016 14:07:40 +0000 (16:07 +0200)]
Make it 10.0.1 RC3

8 years agoMerge pull request #1541 from nextcloud/backport-1540-switch-for-autoupdater-control
Lukas Reschke [Tue, 27 Sep 2016 14:06:50 +0000 (16:06 +0200)]
Merge pull request #1541 from nextcloud/backport-1540-switch-for-autoupdater-control

[stable10] Switch for autoupdater control

8 years agoUse the same URL everywhere 1541/head
Joas Schilling [Tue, 27 Sep 2016 12:52:22 +0000 (14:52 +0200)]
Use the same URL everywhere

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoRespect updater kill switch and fall back to download button
Joas Schilling [Tue, 27 Sep 2016 12:47:59 +0000 (14:47 +0200)]
Respect updater kill switch and fall back to download button

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoReturn the autoupdater value from the server
Joas Schilling [Tue, 27 Sep 2016 12:38:10 +0000 (14:38 +0200)]
Return the autoupdater value from the server

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMerge pull request #1528 from nextcloud/stable10-backport-1406
Marius Blüm [Tue, 27 Sep 2016 12:37:22 +0000 (14:37 +0200)]
Merge pull request #1528 from nextcloud/stable10-backport-1406

[stable10] Fix folder drag glitch in Firefox

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

8 years agoMerge pull request #1532 from nextcloud/revert-1517-stable9.1-fix-openbasedir-realpat...
Morris Jobke [Mon, 26 Sep 2016 22:12:48 +0000 (00:12 +0200)]
Merge pull request #1532 from nextcloud/revert-1517-stable9.1-fix-openbasedir-realpath-warning

Revert "[stable10] Only use realpath for real directories (#26060)"

8 years agoRevert "[stable10] Only use realpath for real directories (#26060)" 1532/head
Morris Jobke [Mon, 26 Sep 2016 22:12:23 +0000 (00:12 +0200)]
Revert "[stable10] Only use realpath for real directories (#26060)"

8 years agoMerge pull request #1517 from nextcloud/stable9.1-fix-openbasedir-realpath-warning
Morris Jobke [Mon, 26 Sep 2016 22:11:42 +0000 (00:11 +0200)]
Merge pull request #1517 from nextcloud/stable9.1-fix-openbasedir-realpath-warning

[stable10] Only use realpath for real directories (#26060)

8 years agoMake it 10.0.1 RC2
Lukas Reschke [Mon, 26 Sep 2016 20:30:30 +0000 (22:30 +0200)]
Make it 10.0.1 RC2

8 years agoMerge pull request #1500 from nextcloud/stable10-backport-1499
Lukas Reschke [Mon, 26 Sep 2016 20:28:53 +0000 (22:28 +0200)]
Merge pull request #1500 from nextcloud/stable10-backport-1499

[stable10] Add repair step and revert "Open updater" button

8 years agoFix folder drag glitch in Firefox 1528/head
Morris Jobke [Wed, 14 Sep 2016 11:44:34 +0000 (13:44 +0200)]
Fix folder drag glitch in Firefox

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)

8 years agowrite channel to config file when changed 1500/head
Morris Jobke [Fri, 23 Sep 2016 12:20:53 +0000 (14:20 +0200)]
write channel to config file when changed

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoRevert "Fix tests"
Morris Jobke [Fri, 23 Sep 2016 11:58:58 +0000 (13:58 +0200)]
Revert "Fix tests"

This reverts commit a44c1c748c935422f530a592f57c5dc5609a8072.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoOnly use realpath for real directories (#26060) 1517/head
Vincent Petry [Thu, 8 Sep 2016 13:14:20 +0000 (15:14 +0200)]
Only use realpath for real directories (#26060)

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/26060

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 26 Sep 2016 08:10:50 +0000 (08:10 +0000)]
[tx-robot] updated from transifex

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

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

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

8 years agoAdd repair step to remove .step file after update
Morris Jobke [Fri, 23 Sep 2016 11:38:37 +0000 (13:38 +0200)]
Add repair step to remove .step file after update

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoRevert "Show an update button instead of the updater"
Morris Jobke [Fri, 23 Sep 2016 11:08:18 +0000 (13:08 +0200)]
Revert "Show an update button instead of the updater"

This reverts commit 202ae42506e9bbb167889735b2c56ccebace594b.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 23 Sep 2016 00:09:51 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

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

8 years agoMerge pull request #1484 from nextcloud/stable10-video-icons
Lukas Reschke [Wed, 21 Sep 2016 23:16:28 +0000 (01:16 +0200)]
Merge pull request #1484 from nextcloud/stable10-video-icons

[stable10] add audio and video icons

8 years agoadd icon-more-white 1484/head
Jan-Christoph Borchardt [Wed, 21 Sep 2016 13:25:14 +0000 (15:25 +0200)]
add icon-more-white

8 years agoadd proper classes for white audio and video icons
Jan-Christoph Borchardt [Tue, 20 Sep 2016 15:33:52 +0000 (17:33 +0200)]
add proper classes for white audio and video icons

8 years agoadd audio and video icons
Jan-Christoph Borchardt [Mon, 19 Sep 2016 21:39:00 +0000 (23:39 +0200)]
add audio and video icons

8 years agoChange version to 10.0.1 final
Lukas Reschke [Wed, 21 Sep 2016 08:39:28 +0000 (10:39 +0200)]
Change version to 10.0.1 final

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

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

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

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

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

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

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

8 years agoCorrect version string to 9.1.1.0 v10.0.1RC1
Lukas Reschke [Wed, 14 Sep 2016 18:00:48 +0000 (20:00 +0200)]
Correct version string to 9.1.1.0

8 years agoChange version to 10.0.1 RC1
Lukas Reschke [Wed, 14 Sep 2016 17:17:48 +0000 (19:17 +0200)]
Change version to 10.0.1 RC1

8 years agoMerge pull request #1402 from nextcloud/stable10-backport-1399
Morris Jobke [Wed, 14 Sep 2016 07:36:29 +0000 (09:36 +0200)]
Merge pull request #1402 from nextcloud/stable10-backport-1399

[stable10] Move Travis tests to DroneCI

8 years agoMove Travis tests to DroneCI 1402/head
Lukas Reschke [Tue, 13 Sep 2016 15:40:19 +0000 (17:40 +0200)]
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

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

8 years agoMerge pull request #1397 from nextcloud/stable10-backport-1338
Morris Jobke [Tue, 13 Sep 2016 19:39:29 +0000 (21:39 +0200)]
Merge pull request #1397 from nextcloud/stable10-backport-1338

[stable10] Opening the trashbin causes errors in log for files without preview

8 years agoadd actual check if mysql is up already 1397/head
Morris Jobke [Tue, 13 Sep 2016 18:42:31 +0000 (20:42 +0200)]
add actual check if mysql is up already

8 years agoOpening the trashbin causes errors in log for files without preview
Morris Jobke [Fri, 9 Sep 2016 08:58:52 +0000 (10:58 +0200)]
Opening the trashbin causes errors in log for files without preview

* put a file without a generated preview in the trashbin
  (e.g. a *.docx file)
* open the trashbin
* following errors will show up in the nextcloud.log:
- filesize(): stat failed for ...
- fopen(...): failed to open stream: No such file or directory at ...
- fread() expects parameter 1 to be resource, boolean given at ...
- fclose() expects parameter 1 to be resource, boolean given at ...
- imagecreatefromstring(): Empty string or invalid image at ...

This is because the preview code tries to load an SVG image, which
is obviously only text.

The fix simply handles this before the loading happens and the web UI
keeps showing the default mimetype icon.

8 years agoMerge pull request #1379 from nextcloud/stable10-backport-711
Roeland Jago Douma [Tue, 13 Sep 2016 17:35:35 +0000 (19:35 +0200)]
Merge pull request #1379 from nextcloud/stable10-backport-711

stable10 backport: Apply password policy on user creation

8 years agoMerge pull request #1394 from nextcloud/fix-share-notification-10
Roeland Jago Douma [Tue, 13 Sep 2016 17:26:43 +0000 (19:26 +0200)]
Merge pull request #1394 from nextcloud/fix-share-notification-10

Fix MissingMandatoryParametersException for share notifications

8 years agoMerge pull request #1391 from nextcloud/stable10-backport-1376
Roeland Jago Douma [Tue, 13 Sep 2016 13:43:25 +0000 (15:43 +0200)]
Merge pull request #1391 from nextcloud/stable10-backport-1376

[stable10] Allow increasing permissions for share owner

8 years agoFix MissingMandatoryParametersException for share notifications 1394/head
Joas Schilling [Tue, 13 Sep 2016 12:09:34 +0000 (14:09 +0200)]
Fix MissingMandatoryParametersException for share notifications

The routing system is non-forgiving

8 years agoMerge pull request #1367 from nextcloud/trash-detect-correct-mimetype-stable10
Morris Jobke [Tue, 13 Sep 2016 09:50:26 +0000 (11:50 +0200)]
Merge pull request #1367 from nextcloud/trash-detect-correct-mimetype-stable10

[stable10] deleted files, fix mimetype detection

8 years agoAllow increasing permissions for share owner 1391/head
Vincent Petry [Mon, 29 Aug 2016 09:21:44 +0000 (11:21 +0200)]
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.

8 years agoMerge pull request #1389 from nextcloud/stable10-improve-ci-speed
Morris Jobke [Tue, 13 Sep 2016 09:34:40 +0000 (11:34 +0200)]
Merge pull request #1389 from nextcloud/stable10-improve-ci-speed

[stable10] clone depth of 1 and execute integration tests first

8 years agoclone depth of 1 and execute integration tests first 1389/head
Morris Jobke [Tue, 13 Sep 2016 07:46:39 +0000 (09:46 +0200)]
clone depth of 1 and execute integration tests first

* specify git image

8 years agoMerge pull request #1387 from nextcloud/better-mentions-10
Morris Jobke [Tue, 13 Sep 2016 08:41:41 +0000 (10:41 +0200)]
Merge pull request #1387 from nextcloud/better-mentions-10

[stable10] Try to mention 3 people that will leave comments

8 years agoadd nextcloud-bot to userBlacklist 1387/head
Morris Jobke [Tue, 13 Sep 2016 08:33:03 +0000 (10:33 +0200)]
add nextcloud-bot to userBlacklist

8 years agoTry to mention 3 people that will leave comments
Joas Schilling [Tue, 13 Sep 2016 08:30:11 +0000 (10:30 +0200)]
Try to mention 3 people that will leave comments

8 years agoMerge pull request #1382 from nextcloud/stable10-backport-1380
Morris Jobke [Tue, 13 Sep 2016 00:37:58 +0000 (02:37 +0200)]
Merge pull request #1382 from nextcloud/stable10-backport-1380

[stable10] update drone.yml to 0.5

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Sep 2016 00:11:26 +0000 (00:11 +0000)]
[tx-robot] updated from transifex

8 years agoupdate drone.yml to 0.5 1382/head
Morris Jobke [Mon, 12 Sep 2016 23:57:17 +0000 (01:57 +0200)]
update drone.yml to 0.5

8 years agoApply password policy on user creation 1379/head
michag86 [Wed, 3 Aug 2016 09:52:15 +0000 (11:52 +0200)]
Apply password policy on user creation

8 years agodetect the correct mimetype of the files in the trashbin, therefore we have to check... 1367/head
Bjoern Schiessle [Fri, 9 Sep 2016 13:22:19 +0000 (15:22 +0200)]
detect the correct mimetype of the files in the trashbin, therefore we have to check the filename without the appended timestamp

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

8 years ago[tx-robot] updated from transifex 1361/head
Nextcloud bot [Sun, 11 Sep 2016 00:09:20 +0000 (00:09 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #1345 from nextcloud/small-encryption-improvement-stable10
Roeland Jago Douma [Sat, 10 Sep 2016 12:46:48 +0000 (14:46 +0200)]
Merge pull request #1345 from nextcloud/small-encryption-improvement-stable10

[stable10] skip shared files, if files get decrypted only for a specific user

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

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 agoskip shared files, if files get decrypted only for a specific user we shouldn't touch... 1345/head
Bjoern Schiessle [Wed, 27 Jul 2016 13:11:48 +0000 (15:11 +0200)]
skip shared files, if files get decrypted only for a specific user we shouldn't touch files owned by a different user.

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