]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agofix issue #1482 - mail invites through v1 webdav 1714/head
Claudemir Todo Bom [Thu, 22 Sep 2016 13:18:53 +0000 (10:18 -0300)]
fix issue #1482 - mail invites through v1 webdav

Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 12 Oct 2016 00:08:23 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #1685 from nextcloud/backport-1683-installing-app-with-code-checker
Roeland Jago Douma [Tue, 11 Oct 2016 14:32:45 +0000 (16:32 +0200)]
Merge pull request #1685 from nextcloud/backport-1683-installing-app-with-code-checker

[stable10] Add app name to the call

8 years agoMerge pull request #1686 from nextcloud/backport-1638-allow-cross-repository-execution
Roeland Jago Douma [Tue, 11 Oct 2016 13:22:42 +0000 (15:22 +0200)]
Merge pull request #1686 from nextcloud/backport-1638-allow-cross-repository-execution

[stable10] Allow to call the files even when you are in another instance atm

8 years agoMerge pull request #1688 from nextcloud/backport-1586-fix-multi-translation-names...
Roeland Jago Douma [Tue, 11 Oct 2016 12:28:37 +0000 (14:28 +0200)]
Merge pull request #1688 from nextcloud/backport-1586-fix-multi-translation-names-and-descriptions

[stable10] Fix multi translation names and descriptions

8 years agoMerge pull request #1694 from nextcloud/stable10-backport-1679
Roeland Jago Douma [Tue, 11 Oct 2016 12:26:05 +0000 (14:26 +0200)]
Merge pull request #1694 from nextcloud/stable10-backport-1679

[stable10] Improve user list rendering perf by not resorting after every add (#2…

8 years agoMerge pull request #1697 from nextcloud/stable10-backport-1644
Roeland Jago Douma [Tue, 11 Oct 2016 12:22:38 +0000 (14:22 +0200)]
Merge pull request #1697 from nextcloud/stable10-backport-1644

[stable10] Set proper web title for apple

8 years agoMerge pull request #1695 from nextcloud/backport-1558-remove-notifications-upon-user...
blizzz [Tue, 11 Oct 2016 11:15:05 +0000 (13:15 +0200)]
Merge pull request #1695 from nextcloud/backport-1558-remove-notifications-upon-user-deletion

[stable10] Remove notifications upon user deletion

8 years agoSet proper web title for apple 1697/head
Roeland Jago Douma [Thu, 6 Oct 2016 18:57:32 +0000 (20:57 +0200)]
Set proper web title for apple

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoOnly trigger postDelete hooks when the user was deleted... 1695/head
Joas Schilling [Thu, 29 Sep 2016 13:05:47 +0000 (15:05 +0200)]
Only trigger postDelete hooks when the user was deleted...

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMake sure that comments, notifications and preferences are deleted
Joas Schilling [Thu, 29 Sep 2016 13:01:38 +0000 (15:01 +0200)]
Make sure that comments, notifications and preferences are deleted

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoRemove notifications upon user deletion
Joas Schilling [Wed, 28 Sep 2016 11:59:50 +0000 (13:59 +0200)]
Remove notifications upon user deletion

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoImprove user list rendering perf by not resorting after every add (#26282) 1694/head
Vincent Petry [Fri, 7 Oct 2016 15:16:51 +0000 (17:16 +0200)]
Improve user list rendering perf by not resorting after every add (#26282)

The call to UserList.add() was wrong and was passing "user.lastLogin"
as the sort argument which would cause the list to be resorted over and
over again for every added item after loading the next page of users.

8 years agoBetter search functionality 1688/head
Joas Schilling [Tue, 11 Oct 2016 08:35:02 +0000 (10:35 +0200)]
Better search functionality

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoFix authors that have a mail or homepage
Joas Schilling [Tue, 11 Oct 2016 08:23:45 +0000 (10:23 +0200)]
Fix authors that have a mail or homepage

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoFallback from "de" to "de_DE" and the other way around
Joas Schilling [Tue, 4 Oct 2016 11:29:54 +0000 (13:29 +0200)]
Fallback from "de" to "de_DE" and the other way around

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoFix displaying and searching with multiple authors
Joas Schilling [Fri, 30 Sep 2016 09:15:56 +0000 (11:15 +0200)]
Fix displaying and searching with multiple authors

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAllow multiple names and description
Joas Schilling [Fri, 30 Sep 2016 09:00:58 +0000 (11:00 +0200)]
Allow multiple names and description

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAllow to call the files even when you are in another instance atm 1686/head
Joas Schilling [Thu, 6 Oct 2016 10:13:02 +0000 (12:13 +0200)]
Allow to call the files even when you are in another instance atm

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoAdd app name to the call 1685/head
Joas Schilling [Mon, 10 Oct 2016 14:34:14 +0000 (16:34 +0200)]
Add app name to the call

Regression from 69b063f4c614a46bbe5f0ffcab11ddb08c183f04

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 11 Oct 2016 00:07:00 +0000 (00:07 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #1645 from nextcloud/stable10-backport-1595
Joas Schilling [Mon, 10 Oct 2016 08:00:02 +0000 (10:00 +0200)]
Merge pull request #1645 from nextcloud/stable10-backport-1595

[stable10] Use proper casing of username in avatar filesystem setup

8 years agoMerge pull request #1654 from nextcloud/backport-1643-stable10
Morris Jobke [Mon, 10 Oct 2016 07:15:25 +0000 (09:15 +0200)]
Merge pull request #1654 from nextcloud/backport-1643-stable10

[stable10] cache loginName2UserName and cover the method with unit tests

8 years agoMerge pull request #1646 from nextcloud/stable10-backport-1562
Roeland Jago Douma [Mon, 10 Oct 2016 06:29:39 +0000 (08:29 +0200)]
Merge pull request #1646 from nextcloud/stable10-backport-1562

[stable10] log version number in each log line

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 10 Oct 2016 00:07:04 +0000 (00:07 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Oct 2016 00:06:56 +0000 (00:06 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 8 Oct 2016 00:06:59 +0000 (00:06 +0000)]
[tx-robot] updated from transifex

8 years agomake tests php 5.4 / phpunit 4.8 compatible 1654/head
Arthur Schiwon [Fri, 7 Oct 2016 13:37:27 +0000 (15:37 +0200)]
make tests php 5.4 / phpunit 4.8 compatible

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
8 years agoBackport of #1643 to stable10
Arthur Schiwon [Thu, 6 Oct 2016 20:52:45 +0000 (22:52 +0200)]
Backport of #1643 to stable10

get rid of test warnings

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
cache loginName2UserName and cover the method with unit tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
adjust tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
8 years agoMerge pull request #1649 from nextcloud/stable10-backport-1633
Joas Schilling [Fri, 7 Oct 2016 11:29:21 +0000 (13:29 +0200)]
Merge pull request #1649 from nextcloud/stable10-backport-1633

[stable10] Update root certificate list

8 years agoUpdate root certificate list 1649/head
Lukas Reschke [Thu, 6 Oct 2016 07:47:31 +0000 (09:47 +0200)]
Update root certificate list

Syncs with the newest certificate list by Mozilla.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agolog version number in each log line 1646/head
Morris Jobke [Wed, 28 Sep 2016 14:45:14 +0000 (16:45 +0200)]
log version number in each log line

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years agoUse proper casing of username in avatar filesystem setup 1645/head
Morris Jobke [Fri, 30 Sep 2016 12:57:54 +0000 (14:57 +0200)]
Use proper casing of username in avatar filesystem setup

* before you could request an avatar for User instead of user
  which sets up the filesystem for that user twice causing
  the sharing codes collision detection to detect a lot of
  collisions

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

8 years agoMerge pull request #1637 from nextcloud/backport-1636-fix-synjob-class-name
Morris Jobke [Thu, 6 Oct 2016 10:45:42 +0000 (12:45 +0200)]
Merge pull request #1637 from nextcloud/backport-1636-fix-synjob-class-name

[stable10] Fix SyncJob class name in info.xml

8 years agoFix SyncJob class name in info.xml 1637/head
Joas Schilling [Thu, 6 Oct 2016 08:55:28 +0000 (10:55 +0200)]
Fix SyncJob class name in info.xml

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoMerge pull request #1619 from nextcloud/backport-1617-update-notification-readable...
Lukas Reschke [Thu, 6 Oct 2016 07:17:47 +0000 (09:17 +0200)]
Merge pull request #1619 from nextcloud/backport-1617-update-notification-readable-version

[stable10] Update notification readable version (10.0.1 instead of 9.1.1.5)

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 5 Oct 2016 00:07:04 +0000 (00:07 +0000)]
[tx-robot] updated from transifex

8 years agoUse new URL schema 1619/head
Joas Schilling [Tue, 4 Oct 2016 10:49:55 +0000 (12:49 +0200)]
Use new URL schema

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoUse the readable version for notifications
Joas Schilling [Tue, 4 Oct 2016 10:48:17 +0000 (12:48 +0200)]
Use the readable version for notifications

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 4 Oct 2016 00:07:03 +0000 (00:07 +0000)]
[tx-robot] updated from transifex

8 years agoMerge pull request #1461 from nextcloud/stable9.1-fed-share-retry-upstream
Roeland Jago Douma [Mon, 3 Oct 2016 13:33:34 +0000 (15:33 +0200)]
Merge pull request #1461 from nextcloud/stable9.1-fed-share-retry-upstream

[upstream] [stable10] Fix fed share test call to return proper result

8 years agoMerge pull request #1574 from nextcloud/backport-1408-chunk-calendar-objects-query
Roeland Jago Douma [Mon, 3 Oct 2016 10:17:04 +0000 (12:17 +0200)]
Merge pull request #1574 from nextcloud/backport-1408-chunk-calendar-objects-query

[stable10] Chunk events/contacts when getting them

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 3 Oct 2016 00:12:53 +0000 (00:12 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 2 Oct 2016 00:16:32 +0000 (00:16 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 1 Oct 2016 00:08:30 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 30 Sep 2016 00:08:19 +0000 (00:08 +0000)]
[tx-robot] updated from transifex

8 years agoClose cursors 1574/head
Joas Schilling [Thu, 15 Sep 2016 07:47:39 +0000 (09:47 +0200)]
Close cursors

8 years agoChunk if you have too many contacts
Joas Schilling [Wed, 14 Sep 2016 14:29:58 +0000 (16:29 +0200)]
Chunk if you have too many contacts

8 years agoChunk if you have too many events
Joas Schilling [Wed, 14 Sep 2016 14:29:33 +0000 (16:29 +0200)]
Chunk if you have too many events

8 years agoMerge pull request #1478 from nextcloud/backport-1469-hide-tags-and-cry
blizzz [Thu, 29 Sep 2016 11:23:40 +0000 (13:23 +0200)]
Merge pull request #1478 from nextcloud/backport-1469-hide-tags-and-cry

Hide the tags input field when it's empty

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

8 years agoMerge pull request #1479 from nextcloud/stable10-backport-1188
Lukas Reschke [Wed, 28 Sep 2016 21:15:42 +0000 (23:15 +0200)]
Merge pull request #1479 from nextcloud/stable10-backport-1188

[stable10] redirect to default app after solving the 2FA challenge

8 years agoMerge pull request #1536 from nextcloud/backport-1489-ocs-status-code-when-app-is...
Lukas Reschke [Wed, 28 Sep 2016 21:02:43 +0000 (23:02 +0200)]
Merge pull request #1536 from nextcloud/backport-1489-ocs-status-code-when-app-is-disabled

[stable10] Return 404 on v2.php when the app is disabled

8 years agoMerge pull request #1526 from nextcloud/more-error-handling-in-copyr-stable10
Morris Jobke [Wed, 28 Sep 2016 20:40:56 +0000 (22:40 +0200)]
Merge pull request #1526 from nextcloud/more-error-handling-in-copyr-stable10

[stable10] Graceful error handling and logging

8 years agoMerge pull request #1522 from nextcloud/stable9.1-3f53730159d94bbc2b53129a4c750f5bab4...
Morris Jobke [Wed, 28 Sep 2016 20:03:02 +0000 (22:03 +0200)]
Merge pull request #1522 from nextcloud/stable9.1-3f53730159d94bbc2b53129a4c750f5bab40a26e

[stable10] Fix mimetype detection inside hidden folders (#26138) (#2…

8 years agoMerge pull request #1515 from nextcloud/stable9.1-fed-share-retry
Morris Jobke [Wed, 28 Sep 2016 20:02:29 +0000 (22:02 +0200)]
Merge pull request #1515 from nextcloud/stable9.1-fed-share-retry

[stable10] Fix fed share test call to return proper result

8 years agoMerge pull request #1548 from nextcloud/stable9.1-d887671424e6a5980401f552f163062003a...
Morris Jobke [Wed, 28 Sep 2016 20:01:58 +0000 (22:01 +0200)]
Merge pull request #1548 from nextcloud/stable9.1-d887671424e6a5980401f552f163062003afce94

[stable10] Change the minimum log level to fatal (#26213)

8 years agoMerge pull request #1533 from nextcloud/stable10-redo-1517
Morris Jobke [Wed, 28 Sep 2016 20:01:29 +0000 (22:01 +0200)]
Merge pull request #1533 from nextcloud/stable10-redo-1517

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

8 years agoMake it 10.0.1 v10.0.1
Lukas Reschke [Wed, 28 Sep 2016 13:23:39 +0000 (15:23 +0200)]
Make it 10.0.1

8 years agoMerge pull request #1555 from nextcloud/updatestate-can-be-empty-stable10
Lukas Reschke [Wed, 28 Sep 2016 11:03:22 +0000 (13:03 +0200)]
Merge pull request #1555 from nextcloud/updatestate-can-be-empty-stable10

[stable10] UpdateState is empty if no update is available

8 years agoUpdateState is empty if no update is available 1555/head
Lukas Reschke [Wed, 28 Sep 2016 10:29:02 +0000 (12:29 +0200)]
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".

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

8 years ago[stable9.1] Change the minimum log level to fatal (#26213) 1548/head
Juan Pablo Villafañez [Mon, 26 Sep 2016 08:34:10 +0000 (10:34 +0200)]
[stable9.1] Change the minimum log level to fatal (#26213)

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years agoMerge pull request #1544 from nextcloud/backport-1543-increase-component-length
Björn Schießle [Tue, 27 Sep 2016 16:01:52 +0000 (18:01 +0200)]
Merge pull request #1544 from nextcloud/backport-1543-increase-component-length

[stable10] Increase the max length for components

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 agoRequest a valid resource 1536/head
Joas Schilling [Tue, 27 Sep 2016 09:50:46 +0000 (11:50 +0200)]
Request a valid resource

Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years agoReturn 404 on v2.php when the app is disabled
Joas Schilling [Thu, 22 Sep 2016 10:18:40 +0000 (12:18 +0200)]
Return 404 on v2.php when the app is disabled

Signed-off-by: Joas Schilling <coding@schilljs.com>
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 agoOnly use realpath for real directories (#26060) 1533/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 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 agoGraceful error handling and logging 1526/head
Lukas Reschke [Sun, 25 Sep 2016 16:58:05 +0000 (18:58 +0200)]
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>
8 years ago[stable9.1] Fix mimetype detection inside hidden folders (#26138) (#26151) 1522/head
Thomas Müller [Tue, 20 Sep 2016 09:16:44 +0000 (11:16 +0200)]
[stable9.1] Fix mimetype detection inside hidden folders (#26138) (#26151)

Downstreaming of https://github.com/owncloud/core/pull/26151

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 agoFix fed share test call to return proper result 1515/head
Vincent Petry [Tue, 6 Sep 2016 10:57:14 +0000 (12:57 +0200)]
Fix fed share test call to return proper result

Fixes an issue where retrying a previously failed federated share would
not properly reset the availability flag because the return value was
undefined instead of "true".

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