]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoMerge pull request #25159 from owncloud/share-app-initorder
Vincent Petry [Mon, 20 Jun 2016 11:31:36 +0000 (13:31 +0200)]
Merge pull request #25159 from owncloud/share-app-initorder

Delay files_sharing's registerMountProviders

8 years agoUpdate ExcludeFileByNameFilterIterator.php (#25184)
Thomas Müller [Mon, 20 Jun 2016 10:02:23 +0000 (12:02 +0200)]
Update ExcludeFileByNameFilterIterator.php (#25184)

Gentoo & derivatives use a tool named webapp-config which places two files in a webapp-config manager web application:
1: .webapp    tag with more detailed info on the configuration done by webapp-config
2: .webapp-appname   with the list of files installed by the tool to be able to later only delete stuff that was installed (in case of upgrade) and updated configurations.

8 years agoMerge pull request #25010 from owncloud/gdrive-fix-tests
Vincent Petry [Mon, 20 Jun 2016 09:02:24 +0000 (11:02 +0200)]
Merge pull request #25010 from owncloud/gdrive-fix-tests

Fix GDrive test rename overwrite folder

8 years agoMerge pull request #25161 from owncloud/fixgetsharefolder
Vincent Petry [Mon, 20 Jun 2016 08:26:03 +0000 (10:26 +0200)]
Merge pull request #25161 from owncloud/fixgetsharefolder

Make getShareFolder use given view instead of static FS

8 years agoMerge pull request #25120 from owncloud/settings_fix_checkbox_newline
Vincent Petry [Mon, 20 Jun 2016 08:00:25 +0000 (10:00 +0200)]
Merge pull request #25120 from owncloud/settings_fix_checkbox_newline

files_external: Keep checkbox and its label on one line

8 years agoMerge pull request #25174 from owncloud/tokenmapper-close-cursor
Vincent Petry [Mon, 20 Jun 2016 07:54:15 +0000 (09:54 +0200)]
Merge pull request #25174 from owncloud/tokenmapper-close-cursor

close cursor after loading a token

8 years agoMerge pull request #25168 from owncloud/capped-user-cache
Vincent Petry [Mon, 20 Jun 2016 07:53:58 +0000 (09:53 +0200)]
Merge pull request #25168 from owncloud/capped-user-cache

Capped cache for user config

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 20 Jun 2016 05:54:50 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 18 Jun 2016 05:58:51 +0000 (01:58 -0400)]
[tx-robot] updated from transifex

8 years agofiles_external: Keep checkbox and its label on one line #20032 #22655
Markus Goetz [Wed, 15 Jun 2016 13:24:01 +0000 (15:24 +0200)]
files_external: Keep checkbox and its label on one line #20032 #22655

Else the checkbox and the decription end up on different lines in my Chrome on OS X

8 years agoclose cursor after loading a token
Christoph Wurst [Fri, 17 Jun 2016 14:13:11 +0000 (16:13 +0200)]
close cursor after loading a token

8 years agoMerge pull request #25158 from owncloud/removerootshares-delaygetrootfolder
Vincent Petry [Fri, 17 Jun 2016 13:57:09 +0000 (15:57 +0200)]
Merge pull request #25158 from owncloud/removerootshares-delaygetrootfolder

Delay getRootFolder from RemoveRootShares repair step

8 years agoAdded test with new endpoint (#23934)
Sergio Bertolín [Fri, 17 Jun 2016 12:10:43 +0000 (14:10 +0200)]
Added test with new endpoint (#23934)

* Added test with new endpoint

* Moved all scenarios using new dav endpoint to a new feature file

* Removed extra slash in welcome.txt

* some fixes

* Incorrect user while downloading with range

* Fixed Content-disposition

8 years agoMerge pull request #25153 from owncloud/fix-problem-added-in-25023
Vincent Petry [Fri, 17 Jun 2016 11:28:34 +0000 (13:28 +0200)]
Merge pull request #25153 from owncloud/fix-problem-added-in-25023

Changed global variable to local

8 years agoCapped cache for user config
Jörn Friedrich Dreyer [Fri, 17 Jun 2016 10:58:55 +0000 (12:58 +0200)]
Capped cache for user config

8 years agoMake getShareFolder use given view instead of static FS
Vincent Petry [Fri, 17 Jun 2016 09:11:59 +0000 (11:11 +0200)]
Make getShareFolder use given view instead of static FS

8 years agoUse getLazyRootFolder from RemoveRootShares repair step
Vincent Petry [Fri, 17 Jun 2016 08:53:55 +0000 (10:53 +0200)]
Use getLazyRootFolder from RemoveRootShares repair step

This prevents the command registration to setup the FS too early when
FS-related apps might need upgrading.

8 years agoDelay files_sharing's registerMountProviders
Vincent Petry [Fri, 17 Jun 2016 09:00:09 +0000 (11:00 +0200)]
Delay files_sharing's registerMountProviders

This moves registerMountProviders until after the sharing backends were
registered. In some situations registerMountProviders will trigger
listeners which might require filesystem access which itself would
mount shares, which itself requires the sharing backends to be
initialized.

8 years agoChanged global variable to local
Sergio Bertolín [Fri, 17 Jun 2016 07:35:23 +0000 (07:35 +0000)]
Changed global variable to local

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 17 Jun 2016 06:00:01 +0000 (02:00 -0400)]
[tx-robot] updated from transifex

8 years agoMerge pull request #24965 from owncloud/streams-0.4.1
Vincent Petry [Thu, 16 Jun 2016 15:50:39 +0000 (17:50 +0200)]
Merge pull request #24965 from owncloud/streams-0.4.1

update icewind/streams to 0.4.1

8 years agoMerge pull request #25132 from owncloud/2fa-load-apps-before-query
Vincent Petry [Thu, 16 Jun 2016 15:04:19 +0000 (17:04 +0200)]
Merge pull request #25132 from owncloud/2fa-load-apps-before-query

load 2FA provider apps before querying classes

8 years agoMerge pull request #25146 from owncloud/butonic-patch-1
Vincent Petry [Thu, 16 Jun 2016 15:03:41 +0000 (17:03 +0200)]
Merge pull request #25146 from owncloud/butonic-patch-1

emit correct signal when disabling an app

8 years agoMerge pull request #25147 from owncloud/setup-advanced-toggle
Vincent Petry [Thu, 16 Jun 2016 15:03:09 +0000 (17:03 +0200)]
Merge pull request #25147 from owncloud/setup-advanced-toggle

Prevent the advanced options toggle in the setup from acting as a link

8 years agoMove birthday calendar generation to a live migration job (#25135)
Thomas Müller [Thu, 16 Jun 2016 14:14:28 +0000 (16:14 +0200)]
Move birthday calendar generation to a live migration job (#25135)

8 years agoMerge pull request #25104 from owncloud/dropbox-catchratelimit
Vincent Petry [Thu, 16 Jun 2016 14:03:20 +0000 (16:03 +0200)]
Merge pull request #25104 from owncloud/dropbox-catchratelimit

Convert Dropbox Forbidden exception to StorageNotAvailableException

8 years agoPrevent the advanced options toggle in the setup from acting as a link
Robin Appelman [Thu, 16 Jun 2016 13:25:56 +0000 (15:25 +0200)]
Prevent the advanced options toggle in the setup from acting as a link

8 years agoMerge pull request #25142 from owncloud/fix-grouped-inputs
Vincent Petry [Thu, 16 Jun 2016 12:33:01 +0000 (14:33 +0200)]
Merge pull request #25142 from owncloud/fix-grouped-inputs

fix grouped input fields, make sure they take precedence

8 years agoemit correct signal when disabling an app
Jörn Friedrich Dreyer [Thu, 16 Jun 2016 12:17:06 +0000 (14:17 +0200)]
emit correct signal when disabling an app

8 years agoUpdate submodule for 3rdparty icewind/streams update
Vincent Petry [Thu, 16 Jun 2016 12:04:12 +0000 (14:04 +0200)]
Update submodule for 3rdparty icewind/streams update

8 years agoMerge pull request #25103 from owncloud/fed-share-disable-cleanfolder
Vincent Petry [Thu, 16 Jun 2016 11:21:51 +0000 (13:21 +0200)]
Merge pull request #25103 from owncloud/fed-share-disable-cleanfolder

disable cleanFolder for the federated share storage

8 years agoMerge pull request #24252 from owncloud/integration_test_favorites
Vincent Petry [Thu, 16 Jun 2016 10:52:51 +0000 (12:52 +0200)]
Merge pull request #24252 from owncloud/integration_test_favorites

Added favorites integration tests

8 years agofix grouped input fields, make sure they take precedence
Jan-Christoph Borchardt [Thu, 16 Jun 2016 09:43:57 +0000 (11:43 +0200)]
fix grouped input fields, make sure they take precedence

8 years agoload authentication apps first (#25126)
Christoph Wurst [Thu, 16 Jun 2016 09:32:28 +0000 (11:32 +0200)]
load authentication apps first (#25126)

* load authentication apps first

* load session apps before all other apps

8 years agoassert app is loaded in unit tests
Christoph Wurst [Thu, 16 Jun 2016 09:07:44 +0000 (11:07 +0200)]
assert app is loaded in unit tests

8 years agoload 2FA provider apps before querying classes
Christoph Wurst [Thu, 16 Jun 2016 08:08:49 +0000 (10:08 +0200)]
load 2FA provider apps before querying classes

8 years agoMerge pull request #24415 from owncloud/optimize_sharingdisabled_for_user
Vincent Petry [Thu, 16 Jun 2016 07:27:48 +0000 (09:27 +0200)]
Merge pull request #24415 from owncloud/optimize_sharingdisabled_for_user

Optimize isSharingDisabledForUser

8 years agoMerge pull request #25075 from owncloud/fix_23265
Vincent Petry [Thu, 16 Jun 2016 07:27:06 +0000 (09:27 +0200)]
Merge pull request #25075 from owncloud/fix_23265

Remove shares of the root folder

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 16 Jun 2016 06:32:23 +0000 (02:32 -0400)]
[tx-robot] updated from transifex

8 years agoAdded unfavoriting tests and some rewording
Sergio Bertolín [Wed, 15 Jun 2016 10:16:27 +0000 (10:16 +0000)]
Added unfavoriting tests and some rewording

8 years agoFixing the tests
Sergio Bertolín [Tue, 14 Jun 2016 16:20:40 +0000 (16:20 +0000)]
Fixing the tests

8 years agoAdded favorites integration tests
David Toledo [Mon, 25 Apr 2016 14:00:19 +0000 (14:00 +0000)]
Added favorites integration tests

8 years agoupdate icewind/streams to 0.4.1
Robin Appelman [Thu, 9 Jun 2016 15:10:52 +0000 (17:10 +0200)]
update icewind/streams to 0.4.1

8 years agoupdate icewind/streams to 0.4.1
Robin Appelman [Thu, 2 Jun 2016 14:47:16 +0000 (16:47 +0200)]
update icewind/streams to 0.4.1

8 years agoMerge pull request #25056 from owncloud/fs-usermountcache-capped
Vincent Petry [Wed, 15 Jun 2016 11:01:28 +0000 (13:01 +0200)]
Merge pull request #25056 from owncloud/fs-usermountcache-capped

Capped cache for cache info in UserMountCache

8 years agoMerge pull request #25093 from owncloud/issue-12816-clean-tags-from-deleted-users
Vincent Petry [Wed, 15 Jun 2016 10:20:29 +0000 (12:20 +0200)]
Merge pull request #25093 from owncloud/issue-12816-clean-tags-from-deleted-users

Clean up tags of deleted users

8 years agoMerge pull request #25102 from owncloud/preview-delete-performance
Vincent Petry [Wed, 15 Jun 2016 09:58:50 +0000 (11:58 +0200)]
Merge pull request #25102 from owncloud/preview-delete-performance

Preview delete performance

8 years agoMerge pull request #25082 from owncloud/fix-sessionless-clients
Vincent Petry [Wed, 15 Jun 2016 08:45:55 +0000 (10:45 +0200)]
Merge pull request #25082 from owncloud/fix-sessionless-clients

Fix sessionless clients

8 years agoUpdate start-swift-ceph.sh (#25109)
Jürgen Weigert [Wed, 15 Jun 2016 08:17:59 +0000 (10:17 +0200)]
Update start-swift-ceph.sh (#25109)

fix failing https://ci.owncloud.org/job/server-master-linux-externals/database=sqlite,external=swift-ceph,label=SLAVE/

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 15 Jun 2016 05:54:49 +0000 (05:54 +0000)]
[tx-robot] updated from transifex

8 years agoConvert Dropbox Forbidden exception to StorageNotAvailableException
Vincent Petry [Tue, 14 Jun 2016 15:38:32 +0000 (17:38 +0200)]
Convert Dropbox Forbidden exception to StorageNotAvailableException

8 years agodisable cleanFolder for the federated share storage
Robin Appelman [Tue, 14 Jun 2016 15:27:06 +0000 (17:27 +0200)]
disable cleanFolder for the federated share storage

8 years agooptimized size propagation on deletes
Robin Appelman [Tue, 14 Jun 2016 15:17:43 +0000 (17:17 +0200)]
optimized size propagation on deletes

8 years agopropagator batching when removing thumbnails
Robin Appelman [Tue, 14 Jun 2016 15:17:29 +0000 (17:17 +0200)]
propagator batching when removing thumbnails

8 years agoremvoe duplicate rmdir
Robin Appelman [Tue, 14 Jun 2016 15:06:24 +0000 (17:06 +0200)]
remvoe duplicate rmdir

8 years agoFix unit tests
Roeland Jago Douma [Tue, 14 Jun 2016 09:03:32 +0000 (11:03 +0200)]
Fix unit tests

8 years agoClean up tags of deleted users
Joas Schilling [Tue, 14 Jun 2016 10:30:22 +0000 (12:30 +0200)]
Clean up tags of deleted users

8 years agoFix case with no user
Roeland Jago Douma [Tue, 3 May 2016 12:05:51 +0000 (14:05 +0200)]
Fix case with no user

8 years agoMerge pull request #25076 from owncloud/mount-cache-invalid
Vincent Petry [Tue, 14 Jun 2016 08:52:21 +0000 (10:52 +0200)]
Merge pull request #25076 from owncloud/mount-cache-invalid

handle invalid storages in LazyStorageMountInfo

8 years agoOptimize isSharingDisabledForuser
Roeland Jago Douma [Tue, 3 May 2016 09:58:33 +0000 (11:58 +0200)]
Optimize isSharingDisabledForuser

8 years agoUs an explicit version of sabre/dav to allow caching on the jenkins slaves - fixes...
Thomas Müller [Tue, 14 Jun 2016 07:53:30 +0000 (09:53 +0200)]
Us an explicit version of sabre/dav to allow caching on the jenkins slaves - fixes #25087 (#25088)

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 14 Jun 2016 06:02:15 +0000 (08:02 +0200)]
[tx-robot] updated from transifex

8 years agocreate session token only for clients that support cookies
Christoph Wurst [Mon, 13 Jun 2016 14:00:49 +0000 (16:00 +0200)]
create session token only for clients that support cookies

8 years agoUse proper namespaces - fixes #25078 (#25079)
Thomas Müller [Mon, 13 Jun 2016 17:32:54 +0000 (19:32 +0200)]
Use proper namespaces - fixes #25078 (#25079)

8 years agocreate session token on all APIs
Christoph Wurst [Mon, 13 Jun 2016 13:38:34 +0000 (15:38 +0200)]
create session token on all APIs

8 years agoCapped cache for cache info in UserMountCache
Vincent Petry [Fri, 10 Jun 2016 11:06:45 +0000 (13:06 +0200)]
Capped cache for cache info in UserMountCache

8 years agoRemove shares of the root folder
Roeland Jago Douma [Mon, 13 Jun 2016 11:14:38 +0000 (13:14 +0200)]
Remove shares of the root folder

Fixes #23265

(A possibly costly) repair job to remove cyclic shares.

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 13 Jun 2016 12:21:11 +0000 (12:21 +0000)]
[tx-robot] updated from transifex

8 years agohandle invalid storages in LazyStorageMountInfo
Robin Appelman [Mon, 13 Jun 2016 11:31:45 +0000 (13:31 +0200)]
handle invalid storages in LazyStorageMountInfo

8 years agofail hard if 2fa provider can not be loaded (#25061)
Christoph Wurst [Mon, 13 Jun 2016 10:46:45 +0000 (12:46 +0200)]
fail hard if 2fa provider can not be loaded (#25061)

8 years agoFix typo (found by codespell) (#25073)
Stefan Weil [Mon, 13 Jun 2016 06:23:33 +0000 (08:23 +0200)]
Fix typo (found by codespell) (#25073)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agoMerge pull request #24863 from owncloud/propagator-batching
Vincent Petry [Fri, 10 Jun 2016 15:45:52 +0000 (17:45 +0200)]
Merge pull request #24863 from owncloud/propagator-batching

Propagator batching for the file scanner

8 years agoMerge pull request #24898 from owncloud/avatar_repair
Vincent Petry [Fri, 10 Jun 2016 15:02:11 +0000 (17:02 +0200)]
Merge pull request #24898 from owncloud/avatar_repair

Repair job to fix permissions for avatars

8 years agoMerge pull request #25003 from owncloud/fix_ocs_path_response
Vincent Petry [Fri, 10 Jun 2016 14:49:50 +0000 (16:49 +0200)]
Merge pull request #25003 from owncloud/fix_ocs_path_response

Fix OCS Share API path response

8 years agoMerge pull request #25055 from owncloud/enc-cappedcache-getaccesslist
Vincent Petry [Fri, 10 Jun 2016 13:35:39 +0000 (15:35 +0200)]
Merge pull request #25055 from owncloud/enc-cappedcache-getaccesslist

Use capped cache for encryption's user access list

8 years agofetchall appconfig entries (#23835)
Jörn Friedrich Dreyer [Fri, 10 Jun 2016 13:20:22 +0000 (15:20 +0200)]
fetchall appconfig entries (#23835)

8 years agoAdd developer documentation, website and bug to the applist (#25041)
Joas Schilling [Fri, 10 Jun 2016 13:15:27 +0000 (15:15 +0200)]
Add developer documentation, website and bug to the applist (#25041)

8 years agoFix GDrive test rename overwrite folder
Vincent Petry [Tue, 7 Jun 2016 15:40:34 +0000 (17:40 +0200)]
Fix GDrive test rename overwrite folder

8 years agoMerge pull request #24990 from owncloud/fix_24868
Vincent Petry [Fri, 10 Jun 2016 12:33:06 +0000 (14:33 +0200)]
Merge pull request #24990 from owncloud/fix_24868

Wrap publicwebdav in sharePermission mask

8 years agomap oracle driver options to params (#23938)
Jörn Friedrich Dreyer [Fri, 10 Jun 2016 12:07:31 +0000 (14:07 +0200)]
map oracle driver options to params (#23938)

8 years agoUse capped cache for encryption's user access list
Vincent Petry [Fri, 10 Jun 2016 11:02:41 +0000 (13:02 +0200)]
Use capped cache for encryption's user access list

8 years agoEmpty string is null on oracle
Roeland Jago Douma [Fri, 3 Jun 2016 12:43:31 +0000 (14:43 +0200)]
Empty string is null on oracle

8 years agoAdd not-null columns for oracle
Joas Schilling [Thu, 2 Jun 2016 11:45:13 +0000 (13:45 +0200)]
Add not-null columns for oracle

8 years agoRepair job to fix permissions for avatars
Roeland Jago Douma [Mon, 30 May 2016 12:56:19 +0000 (14:56 +0200)]
Repair job to fix permissions for avatars

Fixes #22978

On some older installations the permissions for the userRoot and the
avatars are not correct. This breaks since we now use the Node API in
the avatar code.

This repair job makes sure that the permissions are set correctly.

* Unit tests added

8 years agoMerge pull request #25051 from owncloud/2fa-raw-php-files
Vincent Petry [Fri, 10 Jun 2016 09:56:21 +0000 (11:56 +0200)]
Merge pull request #25051 from owncloud/2fa-raw-php-files

Check 2FA state for raw php files too

8 years agoMerge pull request #24080 from owncloud/support-calendar-class-property
Vincent Petry [Fri, 10 Jun 2016 09:22:11 +0000 (11:22 +0200)]
Merge pull request #24080 from owncloud/support-calendar-class-property

Extract CLASS property from calendar object and store it in the database

8 years agoAllow empty host when installing on oracle via CLI (#25034)
Jörn Friedrich Dreyer [Fri, 10 Jun 2016 09:16:32 +0000 (11:16 +0200)]
Allow empty host when installing on oracle via CLI (#25034)

8 years agoMerge pull request #25024 from owncloud/ldap-cachedgroupsbymember
Vincent Petry [Fri, 10 Jun 2016 09:06:41 +0000 (11:06 +0200)]
Merge pull request #25024 from owncloud/ldap-cachedgroupsbymember

Use array_merge when reading cached groups members

8 years agoMerge pull request #25025 from owncloud/clear_old_calendar_shares
Vincent Petry [Fri, 10 Jun 2016 08:42:04 +0000 (10:42 +0200)]
Merge pull request #25025 from owncloud/clear_old_calendar_shares

Add repair step to clean old calendar shares

8 years agoMerge pull request #25046 from owncloud/fix-the-realm
Vincent Petry [Fri, 10 Jun 2016 08:41:46 +0000 (10:41 +0200)]
Merge pull request #25046 from owncloud/fix-the-realm

Use the correct realm for basic authentication

8 years agoMerge pull request #25048 from owncloud/email-login-leak
Vincent Petry [Fri, 10 Jun 2016 08:41:27 +0000 (10:41 +0200)]
Merge pull request #25048 from owncloud/email-login-leak

Do not leak the login name

8 years agoMerge pull request #25043 from owncloud/webdav-download-mimetype
Vincent Petry [Fri, 10 Jun 2016 07:55:59 +0000 (09:55 +0200)]
Merge pull request #25043 from owncloud/webdav-download-mimetype

DAV now returns file name with Content-Disposition header

8 years agoCheck 2FA state for raw php files too
Christoph Wurst [Fri, 10 Jun 2016 07:52:52 +0000 (09:52 +0200)]
Check 2FA state for raw php files too

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 10 Jun 2016 05:55:19 +0000 (05:55 +0000)]
[tx-robot] updated from transifex

8 years agoAdd unit test for LDAP multi group caching
Vincent Petry [Thu, 9 Jun 2016 15:57:07 +0000 (17:57 +0200)]
Add unit test for LDAP multi group caching

8 years agoDo not leak the login name - fixes #25047
Thomas Müller [Thu, 9 Jun 2016 14:44:31 +0000 (16:44 +0200)]
Do not leak the login name - fixes #25047

8 years agoMerge pull request #25000 from owncloud/fix-email-login-dav
Vincent Petry [Thu, 9 Jun 2016 14:28:06 +0000 (16:28 +0200)]
Merge pull request #25000 from owncloud/fix-email-login-dav

Allow login by email address via webdav as well

8 years agoMerge pull request #25008 from owncloud/externals_test_with_origin
Vincent Petry [Thu, 9 Jun 2016 14:21:05 +0000 (16:21 +0200)]
Merge pull request #25008 from owncloud/externals_test_with_origin

Add support to know where the storage test comes from

8 years agoMerge pull request #25036 from owncloud/jnweiger-patch-1
Vincent Petry [Thu, 9 Jun 2016 14:06:58 +0000 (16:06 +0200)]
Merge pull request #25036 from owncloud/jnweiger-patch-1

Update autotest.sh

8 years agoDAV now returns file name with Content-Disposition header
Vincent Petry [Thu, 9 Jun 2016 09:29:20 +0000 (11:29 +0200)]
DAV now returns file name with Content-Disposition header

Fixes issue where Chrome would append ".txt" to XML files when
downloaded in the web UI