]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
9 years agodon't move encryption keys if a mount point was renamed
Bjoern Schiessle [Fri, 9 Jan 2015 14:39:36 +0000 (15:39 +0100)]
don't move encryption keys if a mount point was renamed

9 years agoMerge pull request #12011 from owncloud/reuse-etag-default
Morris Jobke [Fri, 9 Jan 2015 13:38:45 +0000 (14:38 +0100)]
Merge pull request #12011 from owncloud/reuse-etag-default

Default to reusing etags in the scanner

9 years agoMerge pull request #12995 from owncloud/tbelau666-master
Thomas Müller [Fri, 9 Jan 2015 13:17:14 +0000 (14:17 +0100)]
Merge pull request #12995 from owncloud/tbelau666-master

Use Doctrines filter by table name

9 years agoMerge pull request #13191 from owncloud/fix-rename-field
Morris Jobke [Fri, 9 Jan 2015 12:16:37 +0000 (13:16 +0100)]
Merge pull request #13191 from owncloud/fix-rename-field

fix rename field position, fix #12927

9 years agofix rename field position, fix #12927
Jan-Christoph Borchardt [Fri, 9 Jan 2015 12:01:30 +0000 (13:01 +0100)]
fix rename field position, fix #12927

9 years agoMerge pull request #12984 from owncloud/ldap-user-cleanup-master
Lukas Reschke [Fri, 9 Jan 2015 09:47:02 +0000 (10:47 +0100)]
Merge pull request #12984 from owncloud/ldap-user-cleanup-master

Ldap user cleanup master

9 years agoMerge pull request #13184 from owncloud/fix-key
Lukas Reschke [Fri, 9 Jan 2015 09:39:22 +0000 (10:39 +0100)]
Merge pull request #13184 from owncloud/fix-key

Verify existence of $_GET key

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 9 Jan 2015 06:55:22 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoVerify existence of $_GET key
Lukas Reschke [Fri, 9 Jan 2015 01:31:59 +0000 (02:31 +0100)]
Verify existence of $_GET key

Otherwise when the file without any specified mimetype was accessed the error log was flooded with entries such as "Undefined index: mime", there can be multiple issues found about this in the forum and our bugtracker.

To test this access `/index.php/apps/files/ajax/mimeicon.php` with and without `$_GET['mime']`.

Fixes itself.

9 years agoMerge pull request #13179 from owncloud/fix-fatal-php-error-for-not-existing-files
Lukas Reschke [Fri, 9 Jan 2015 01:27:51 +0000 (02:27 +0100)]
Merge pull request #13179 from owncloud/fix-fatal-php-error-for-not-existing-files

Verify whether type is correct

9 years agoMerge pull request #12988 from owncloud/logfile_download
Morris Jobke [Thu, 8 Jan 2015 23:33:22 +0000 (00:33 +0100)]
Merge pull request #12988 from owncloud/logfile_download

Logfile download

9 years agoVerify whether type is correct
Lukas Reschke [Thu, 8 Jan 2015 17:33:35 +0000 (18:33 +0100)]
Verify whether type is correct

`$this->info` can very well contain an empty array or possibly other values. This means that when this code path is called a PHP Fatal error might get thrown which is not what we want.

9 years agofix order of initalizing instance properties, and paremeter order in a method call
Arthur Schiwon [Thu, 8 Jan 2015 16:45:07 +0000 (17:45 +0100)]
fix order of initalizing instance properties, and paremeter order in a method call

9 years agoMerge pull request #13148 from owncloud/self-destroying-notifications
Morris Jobke [Thu, 8 Jan 2015 14:50:47 +0000 (15:50 +0100)]
Merge pull request #13148 from owncloud/self-destroying-notifications

Add timeout for notifications

9 years agoMerge pull request #13170 from owncloud/extstorage-fixsharedmountpointrootleadingslash
Thomas Müller [Thu, 8 Jan 2015 14:02:16 +0000 (15:02 +0100)]
Merge pull request #13170 from owncloud/extstorage-fixsharedmountpointrootleadingslash

Fix source path when share is a mount point

9 years agofix table name for getList
Arthur Schiwon [Thu, 8 Jan 2015 13:21:40 +0000 (14:21 +0100)]
fix table name for getList

9 years agoMerge pull request #13165 from mypetyak/typos-in-external-storage-xml
Lukas Reschke [Thu, 8 Jan 2015 13:00:00 +0000 (14:00 +0100)]
Merge pull request #13165 from mypetyak/typos-in-external-storage-xml

Minor typo updates to External Storage description

9 years agoMerge pull request #13172 from owncloud/addCheckForOldRewriteRulesToMakeOurCrappyInte...
Lukas Reschke [Thu, 8 Jan 2015 12:48:48 +0000 (13:48 +0100)]
Merge pull request #13172 from owncloud/addCheckForOldRewriteRulesToMakeOurCrappyIntegrationWorking

Add version to .htaccess

9 years agoAdd timeout for notifications
Morris Jobke [Wed, 7 Jan 2015 13:51:20 +0000 (14:51 +0100)]
Add timeout for notifications

* options for timeout in seconds and if it contains HTML
* if timeout is 0 it will show the message permanently
* removes the notification after a given (default: 5 seconds) timeframe
* based on work by @brantje
* provide JS unit tests for notifications

9 years agoAdd version to .htaccess
Lukas Reschke [Thu, 8 Jan 2015 11:05:54 +0000 (12:05 +0100)]
Add version to .htaccess

Currently if a user does not replace the .htaccess file with the new update this can lead to serious problems in case Apache is used as webserver.

This commit adds the version to the .htaccess file and the update routine fails in case not the newest version is specified in there. This obviously means that every release has to update the version specified in .htaccess as well. But I see no better solution for it.

Conflicts:
lib/private/updater.php

9 years agoFix source path when share is a mount point
Vincent Petry [Thu, 8 Jan 2015 10:40:47 +0000 (11:40 +0100)]
Fix source path when share is a mount point

Whenever an external storage mount point is shared directly, its path is
empty which causes a leading slash to appear in the source path.

This fix removes the bogus leading slash in such situation.

9 years agoMerge pull request #13166 from owncloud/support-setup-in-php-dev-server
Morris Jobke [Thu, 8 Jan 2015 10:08:24 +0000 (11:08 +0100)]
Merge pull request #13166 from owncloud/support-setup-in-php-dev-server

check for working htaccess will result in a dead lock because the server...

9 years agocheck for working htaccess will result in a dead lock because the server is blocking...
Thomas Müller [Thu, 8 Jan 2015 08:13:18 +0000 (09:13 +0100)]
check for working htaccess will result in a dead lock because the server is blocking the request to itself - fixes #13153

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 8 Jan 2015 06:56:00 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

9 years agoMinor typo updates to External Storage description
Christopher Bunn [Thu, 8 Jan 2015 04:27:12 +0000 (22:27 -0600)]
Minor typo updates to External Storage description

This text is visible to admin users when they read the description of
the External Storage app.

9 years agoMerge #13074 from branch 'mmattel-smb_rename_text_root_to_subfolder'
Morris Jobke [Wed, 7 Jan 2015 19:54:25 +0000 (20:54 +0100)]
Merge #13074 from branch 'mmattel-smb_rename_text_root_to_subfolder'

9 years agosmb: rename textfield from root to subfolder
Martin [Thu, 1 Jan 2015 20:06:22 +0000 (21:06 +0100)]
smb: rename textfield from root to subfolder

"root" or "subfolder" -> "Remote subfolder" on selected storages

missed ftp...

9 years agoMerge pull request #13016 from owncloud/sharing_fixes
Morris Jobke [Wed, 7 Jan 2015 17:14:53 +0000 (18:14 +0100)]
Merge pull request #13016 from owncloud/sharing_fixes

don't delete share table entries for the unique name if re-share permission was removed

9 years agoshareType and permissions are integers
Bjoern Schiessle [Wed, 7 Jan 2015 15:34:51 +0000 (16:34 +0100)]
shareType and permissions are integers

9 years agodon't delete share table entries for the unique name if re-share permission was removed
Bjoern Schiessle [Tue, 23 Dec 2014 16:10:05 +0000 (17:10 +0100)]
don't delete share table entries for the unique name if re-share permission was removed

9 years agoMerge pull request #13150 from owncloud/fix-sharing-activity-extension
Morris Jobke [Wed, 7 Jan 2015 15:10:38 +0000 (16:10 +0100)]
Merge pull request #13150 from owncloud/fix-sharing-activity-extension

Correctly return false when translating a foreign activity

9 years agoCorrectly return false when translating a foreign activity
Joas Schilling [Wed, 7 Jan 2015 14:02:25 +0000 (15:02 +0100)]
Correctly return false when translating a foreign activity

9 years agoadd Download logfile button to admin settings
Georg Ehrke [Sat, 20 Dec 2014 21:44:41 +0000 (22:44 +0100)]
add Download logfile button to admin settings

add logSettingsController

add download logfile button

move getEntries to LogSettingsController

move set log level to logsettingscontroller.php

add warning if logfile is bigger than 100MB

add unit test for set log level

fix typecasting, add new line at EoF

show log and logfile download only if log_type is set to owncloud

add unit test for getFilenameForDownload

9 years agodoc fixes and removal of unnecessary use statements
Arthur Schiwon [Wed, 7 Jan 2015 12:28:56 +0000 (13:28 +0100)]
doc fixes and removal of unnecessary use statements

9 years agoMerge pull request #12687 from owncloud/auto-escape-t-placeholders
Morris Jobke [Wed, 7 Jan 2015 11:57:33 +0000 (12:57 +0100)]
Merge pull request #12687 from owncloud/auto-escape-t-placeholders

Auto escape t placeholders

9 years agoAutoescape of placeholders in t() and p() - for JS
Morris Jobke [Mon, 8 Dec 2014 08:42:20 +0000 (09:42 +0100)]
Autoescape of placeholders in t() and p() - for JS

* add disableEscape parameter to disable this functionality
* drop usage of escapeHTML() that is now done inside t()
* add unit test for escaped and not escaped placeholder
* proper JSDoc

9 years agoadd test for mapping's getList method
Arthur Schiwon [Wed, 7 Jan 2015 11:39:04 +0000 (12:39 +0100)]
add test for mapping's getList method

9 years agoinject and use user manager to delete command instead of using old static oc_user way
Arthur Schiwon [Wed, 7 Jan 2015 11:21:28 +0000 (12:21 +0100)]
inject and use user manager to delete command instead of using old static oc_user way

9 years agoMerge pull request #13140 from owncloud/issue/13139-provisioning-api-tests
Morris Jobke [Wed, 7 Jan 2015 11:09:26 +0000 (12:09 +0100)]
Merge pull request #13140 from owncloud/issue/13139-provisioning-api-tests

Extend Test\TestCase and do not use uniqid()

9 years agoMerge pull request #13138 from owncloud/issue/13134-incorrect-admin-warning-overwrite...
Lukas Reschke [Wed, 7 Jan 2015 09:39:07 +0000 (10:39 +0100)]
Merge pull request #13138 from owncloud/issue/13134-incorrect-admin-warning-overwrite-cli-url

Fix incorrect warning about setting the overwrite.cli.url

9 years agoMerge pull request #13132 from aptivate/improve_debug_logging_messages
Morris Jobke [Wed, 7 Jan 2015 09:36:27 +0000 (10:36 +0100)]
Merge pull request #13132 from aptivate/improve_debug_logging_messages

Improve debugging for ServiceUnavailable exceptions

9 years agoExtend Test\TestCase and do not use uniqid()
Joas Schilling [Wed, 7 Jan 2015 09:34:42 +0000 (10:34 +0100)]
Extend Test\TestCase and do not use uniqid()

9 years agoMerge pull request #13063 from AdamWill/assets-relocate
Thomas Müller [Wed, 7 Jan 2015 08:36:26 +0000 (09:36 +0100)]
Merge pull request #13063 from AdamWill/assets-relocate

allow css/js asset directory to be relocated ('assetdirectory')

9 years agoFix incorrect warning about setting the overwrite.cli.url
Joas Schilling [Wed, 7 Jan 2015 08:02:33 +0000 (09:02 +0100)]
Fix incorrect warning about setting the overwrite.cli.url

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 7 Jan 2015 06:55:42 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13131 from owncloud/db-connect-stacktrace
Morris Jobke [Wed, 7 Jan 2015 00:17:27 +0000 (01:17 +0100)]
Merge pull request #13131 from owncloud/db-connect-stacktrace

Prevent leaking db connection info in the stacktrace

9 years agoinject DB Connection to user manager
Arthur Schiwon [Tue, 6 Jan 2015 23:52:18 +0000 (00:52 +0100)]
inject DB Connection to user manager

9 years agoinject IDateTimeFormatter to show-remnants command
Arthur Schiwon [Tue, 6 Jan 2015 22:40:00 +0000 (23:40 +0100)]
inject IDateTimeFormatter to show-remnants command

9 years agoinject oc config to User_LDAP
Arthur Schiwon [Tue, 6 Jan 2015 22:28:49 +0000 (23:28 +0100)]
inject oc config to User_LDAP

9 years agoMerge pull request #13126 from owncloud/update-jquery-strengthify
Thomas Müller [Tue, 6 Jan 2015 18:47:28 +0000 (19:47 +0100)]
Merge pull request #13126 from owncloud/update-jquery-strengthify

Update jquery strengthify

9 years agoMerge pull request #13129 from owncloud/group-select-fix-autocomplete
Robin Appelman [Tue, 6 Jan 2015 17:37:32 +0000 (18:37 +0100)]
Merge pull request #13129 from owncloud/group-select-fix-autocomplete

Fix group select autocomplete

9 years agoMerge pull request #13130 from owncloud/getstoragestats-error-handling
Lukas Reschke [Tue, 6 Jan 2015 17:35:09 +0000 (18:35 +0100)]
Merge pull request #13130 from owncloud/getstoragestats-error-handling

Add error handling to getstoragestats.php

9 years agoMerge pull request #13128 from owncloud/files-scan-path
Thomas Müller [Tue, 6 Jan 2015 17:17:19 +0000 (18:17 +0100)]
Merge pull request #13128 from owncloud/files-scan-path

Fix check if a path argument is passed to occ files:scan

9 years agorevert changes to deprecated preferences as it is a not needed leftover
Arthur Schiwon [Tue, 6 Jan 2015 16:52:54 +0000 (17:52 +0100)]
revert changes to deprecated preferences as it is a not needed leftover

9 years agosmaller fixes: coding style, PHPdoc, typos and few for DI
Arthur Schiwon [Tue, 6 Jan 2015 16:50:06 +0000 (17:50 +0100)]
smaller fixes: coding style, PHPdoc, typos and few for DI

9 years agoImprove debugging for ServiceUnavailable exceptions
Chris Wilson [Tue, 6 Jan 2015 15:59:38 +0000 (15:59 +0000)]
Improve debugging for ServiceUnavailable exceptions

I was getting a lot of these in my logs for no apparent reason, and file
uploads were failing:

{"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: ","level":4,"time":"2015-01-06T15:33:39+00:00"}

In order to debug it, I had to add unique messages to all the places where
this exception was thrown, to identify which one it was, and that made the
logs much more useful:

{"app":"webdav","message":"Sabre\\DAV\\Exception\\ServiceUnavailable: Encryption is disabled","level":4,"time":"2015-01-06T15:36:47+00:00"}

9 years agoPrevent leaking db connection info in the stacktrace
Robin Appelman [Tue, 6 Jan 2015 15:54:41 +0000 (16:54 +0100)]
Prevent leaking db connection info in the stacktrace

9 years agoMerge pull request #12653 from owncloud/full_content_search_results
Morris Jobke [Tue, 6 Jan 2015 15:44:58 +0000 (16:44 +0100)]
Merge pull request #12653 from owncloud/full_content_search_results

Full content width search results

9 years agoAdd error handling to getstoragestats.php
Robin Appelman [Tue, 6 Jan 2015 14:56:06 +0000 (15:56 +0100)]
Add error handling to getstoragestats.php

9 years agoFix group select autocomplete
Robin Appelman [Tue, 6 Jan 2015 14:40:40 +0000 (15:40 +0100)]
Fix group select autocomplete

9 years agoFix check if a path argument is passed to occ files:scan
Robin Appelman [Tue, 6 Jan 2015 14:27:03 +0000 (15:27 +0100)]
Fix check if a path argument is passed to occ files:scan

9 years agouse cancelable timeout, on scroll only fetch next page if last query had any results
Jörn Friedrich Dreyer [Tue, 6 Jan 2015 14:18:41 +0000 (15:18 +0100)]
use cancelable timeout, on scroll only fetch next page if last query had any results

9 years agobower update for jquery.strengthify 0.4.1
Morris Jobke [Tue, 6 Jan 2015 13:46:15 +0000 (14:46 +0100)]
bower update for jquery.strengthify 0.4.1

9 years agoMerge pull request #13122 from owncloud/fix-licence-apps-management
Thomas Müller [Tue, 6 Jan 2015 13:40:51 +0000 (14:40 +0100)]
Merge pull request #13122 from owncloud/fix-licence-apps-management

fixing wrong usage of license vs licence

9 years agoMerge pull request #13125 from owncloud/lower-deprecation-warning-level
Thomas Müller [Tue, 6 Jan 2015 13:38:50 +0000 (14:38 +0100)]
Merge pull request #13125 from owncloud/lower-deprecation-warning-level

degraded logging policy for server container in AppFramework

9 years agoMerge pull request #13116 from owncloud/fix_assets
Thomas Müller [Tue, 6 Jan 2015 13:36:51 +0000 (14:36 +0100)]
Merge pull request #13116 from owncloud/fix_assets

Fix JS asset generation

9 years agouse class for no results div instead of id. the elements are not unique.
Jörn Friedrich Dreyer [Tue, 6 Jan 2015 13:34:35 +0000 (14:34 +0100)]
use class for no results div instead of id. the elements are not unique.

9 years agoclear search when navigating via breadcrumbs
Jörn Friedrich Dreyer [Tue, 6 Jan 2015 12:55:51 +0000 (13:55 +0100)]
clear search when navigating via breadcrumbs

9 years agobump jquery.strengthify to 0.4.1
Morris Jobke [Tue, 6 Jan 2015 12:21:04 +0000 (13:21 +0100)]
bump jquery.strengthify to 0.4.1

9 years agodegraded logging policy for server container in AppFramework
Morris Jobke [Tue, 6 Jan 2015 12:43:40 +0000 (13:43 +0100)]
degraded logging policy for server container in AppFramework

9 years agofixing wrong usage of license vs licence
Thomas Müller [Tue, 6 Jan 2015 12:07:17 +0000 (13:07 +0100)]
fixing wrong usage of license vs licence

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 6 Jan 2015 06:54:59 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoallow css/js asset directory to be relocated (#13053)
Adam Williamson [Tue, 30 Dec 2014 20:03:07 +0000 (12:03 -0800)]
allow css/js asset directory to be relocated (#13053)

This allows the directory where CSS/JS asset collections are
written to be changed, in case SERVERROOT is not writeable. Note
it does *not* allow the expected URL to be changed: whatever
directory is used, the server must be configured to serve it
at WEBROOT/assets. It may be possible to add another config
parameter to allow the admin to specify a custom asset URL,
but I thought I'd keep the first implementation simple.

9 years agoMerge pull request #13101 from owncloud/variable-is-undefined-please-use-a-proper...
Thomas Müller [Mon, 5 Jan 2015 19:09:10 +0000 (20:09 +0100)]
Merge pull request #13101 from owncloud/variable-is-undefined-please-use-a-proper-ide-in-the-future-whoever-did-that

Fix undefined variable and write unit tests for OC_Principal connector

9 years agocorrectly clear searchbox when switching filelists
Jörn Friedrich Dreyer [Mon, 5 Jan 2015 16:53:14 +0000 (17:53 +0100)]
correctly clear searchbox when switching filelists

9 years agoFix JS asset generation
Robin McCorkell [Mon, 5 Jan 2015 15:48:04 +0000 (15:48 +0000)]
Fix JS asset generation

At some point SeparatorFilter should be included upstream
(kriswallsmith/assetic), then lib/private/assetic/separatorfilter.php can be
removed and the `use` in lib/private/templatelayout.php rewritten.

SeparatorFilter inserts a separator between assets, preventing issues when
files are incorrectly terminated. For JS this is a semicolon.

9 years agofix onScroll breaking search, fix keyboard navigation, fix filter for files in other...
Jörn Friedrich Dreyer [Mon, 5 Jan 2015 13:28:09 +0000 (14:28 +0100)]
fix onScroll breaking search, fix keyboard navigation, fix filter for files in other dirs

9 years agosearch with endless scrolling
Jörn Friedrich Dreyer [Mon, 5 Jan 2015 12:53:56 +0000 (13:53 +0100)]
search with endless scrolling

9 years agoMerge pull request #13103 from owncloud/fix-htaccess-regex
Morris Jobke [Mon, 5 Jan 2015 12:26:56 +0000 (13:26 +0100)]
Merge pull request #13103 from owncloud/fix-htaccess-regex

escape . in htaccess regex for CSS and JS HTTP headers

9 years agoMerge pull request #13108 from owncloud/fix-public-link-mount-for-pre-oc7
Morris Jobke [Mon, 5 Jan 2015 12:23:13 +0000 (13:23 +0100)]
Merge pull request #13108 from owncloud/fix-public-link-mount-for-pre-oc7

Check for version before mounting a public link

9 years agofilter trashbin and share views
Jörn Friedrich Dreyer [Mon, 5 Jan 2015 12:11:50 +0000 (13:11 +0100)]
filter trashbin and share views

9 years agoMerge pull request #13107 from owncloud/change-to-better-error-level
Bernhard Posselt [Mon, 5 Jan 2015 11:09:59 +0000 (12:09 +0100)]
Merge pull request #13107 from owncloud/change-to-better-error-level

Use info instead of warning log level

9 years agoCheck for version before mounting a public link
Morris Jobke [Mon, 5 Jan 2015 10:50:05 +0000 (11:50 +0100)]
Check for version before mounting a public link

* ownCloud 7.0.0 is needed - version of merge of server <-> server
  sharing - https://github.com/owncloud/core/pull/8399
* adjust error message

9 years agoUse info instead of warning log level
Lukas Reschke [Mon, 5 Jan 2015 10:18:11 +0000 (11:18 +0100)]
Use info instead of warning log level

Otherwise the log is flooded as can be seen at https://github.com/owncloud/core/issues/13106

Fixes https://github.com/owncloud/core/issues/13106

9 years agoMerge pull request #13099 from owncloud/fix-provisioning-api
Lukas Reschke [Mon, 5 Jan 2015 09:35:24 +0000 (10:35 +0100)]
Merge pull request #13099 from owncloud/fix-provisioning-api

Remove unnecessary setUp method from provisioning_api

9 years agoescape . in htaccess regex for CSS and JS HTTP headers
Morris Jobke [Mon, 5 Jan 2015 09:23:24 +0000 (10:23 +0100)]
escape . in htaccess regex for CSS and JS HTTP headers

9 years agoUse proper test name
Lukas Reschke [Fri, 19 Dec 2014 18:42:39 +0000 (19:42 +0100)]
Use proper test name

9 years agoUse proper namespace
Lukas Reschke [Fri, 19 Dec 2014 18:42:02 +0000 (19:42 +0100)]
Use proper namespace

9 years agoUse namespace
Lukas Reschke [Fri, 19 Dec 2014 15:50:32 +0000 (16:50 +0100)]
Use namespace

9 years agoWrite unit-tests and use DI
Lukas Reschke [Fri, 19 Dec 2014 12:28:11 +0000 (13:28 +0100)]
Write unit-tests and use DI

9 years agoFix code-style
Lukas Reschke [Fri, 19 Dec 2014 10:48:43 +0000 (11:48 +0100)]
Fix code-style

9 years agoMerge pull request #13095 from derkostka/master
Morris Jobke [Mon, 5 Jan 2015 08:47:44 +0000 (09:47 +0100)]
Merge pull request #13095 from derkostka/master

fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 5 Jan 2015 06:54:36 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoRemove unnecessary setUp method
Tom Needham [Sun, 4 Jan 2015 23:10:44 +0000 (23:10 +0000)]
Remove unnecessary setUp method

9 years agofix "app":"PHP","message":"Undefined variable: user at/principal.php#66"
derkostka [Sun, 4 Jan 2015 16:07:33 +0000 (17:07 +0100)]
fix "app":"PHP","message":"Undefined variable: user at/principal.php#66"

changed variable #user to #name

9 years agoMerge pull request #13060 from dratini0/master
Morris Jobke [Sun, 4 Jan 2015 09:09:30 +0000 (10:09 +0100)]
Merge pull request #13060 from dratini0/master

Fix: X-Accel-Redirect did not support custom data dir and local mounts

9 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 4 Jan 2015 06:54:53 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

9 years agoMerge pull request #13091 from owncloud/fix-provisioning-api
Morris Jobke [Sat, 3 Jan 2015 21:41:44 +0000 (22:41 +0100)]
Merge pull request #13091 from owncloud/fix-provisioning-api

Fix remaining unit tests for provisioning_api

9 years agoAdd proper group setup and teardown to all provisioning_api tests
Tom Needham [Sat, 3 Jan 2015 15:58:36 +0000 (15:58 +0000)]
Add proper group setup and teardown to all provisioning_api tests

9 years agoCreate admin group before running provisioning_api tests
Tom Needham [Sat, 3 Jan 2015 15:39:42 +0000 (15:39 +0000)]
Create admin group before running provisioning_api tests