]>
source.dussan.org Git - nextcloud-server.git/log
Thomas Müller [Tue, 9 Feb 2016 15:11:18 +0000 (16:11 +0100)]
Merge pull request #22241 from owncloud/more-info-in-case-of-trusted-server-add
Forward exception message to the admin in case of errors and in case …
Thomas Müller [Tue, 9 Feb 2016 15:11:04 +0000 (16:11 +0100)]
Merge pull request #20571 from owncloud/transfer-ownership
Introduce console command to transfer ownerships of files
Thomas Müller [Tue, 9 Feb 2016 14:42:41 +0000 (15:42 +0100)]
Adjust command description
Thomas Müller [Mon, 8 Feb 2016 15:18:15 +0000 (16:18 +0100)]
Set share owner and share initiator on upate as well
Thomas Müller [Wed, 18 Nov 2015 12:14:48 +0000 (13:14 +0100)]
Introduce console command to transfer ownerships of files - refs #19154
Thomas Müller [Tue, 9 Feb 2016 14:34:06 +0000 (15:34 +0100)]
Merge pull request #22234 from owncloud/systemtags-filter-intersect-empty
Fix system tag filter AND condition
Thomas Müller [Tue, 9 Feb 2016 14:33:47 +0000 (15:33 +0100)]
Merge pull request #21773 from owncloud/files_external-list-authtype
Show the proper auth identifier when listing mounts as json
Thomas Müller [Tue, 9 Feb 2016 14:14:33 +0000 (15:14 +0100)]
Merge pull request #21893 from owncloud/migrate-calendars
Migrate calendars
Thomas Müller [Tue, 9 Feb 2016 12:58:13 +0000 (13:58 +0100)]
Forward exception message to the admin in case of errors and in case the remote server version is to low and appropriate message is displayed as well
Thomas Müller [Tue, 9 Feb 2016 12:31:00 +0000 (13:31 +0100)]
Merge pull request #22197 from owncloud/files-filterbysystemtags
Add file list filter to filter by system tags
Thomas Müller [Tue, 9 Feb 2016 12:30:41 +0000 (13:30 +0100)]
Merge pull request #22202 from owncloud/global-auth-no-user
handle no user set for personal global auth
Thomas Müller [Tue, 9 Feb 2016 12:30:22 +0000 (13:30 +0100)]
Merge pull request #22225 from owncloud/sharing-moar-hooks
More sharing hooks for extended auditing
Thomas Müller [Tue, 9 Feb 2016 12:30:06 +0000 (13:30 +0100)]
Merge pull request #22212 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Joas Schilling [Tue, 9 Feb 2016 11:07:30 +0000 (12:07 +0100)]
Stop when a mid result is empty
Joas Schilling [Tue, 9 Feb 2016 10:47:33 +0000 (11:47 +0100)]
Add a test for empty mid-result
Vincent Petry [Tue, 9 Feb 2016 10:39:22 +0000 (11:39 +0100)]
Fix system tag filter AND condition
If one of the results is empty, no need to do array_intersect and return
an empty result directly.
Thomas Müller [Tue, 9 Feb 2016 10:23:19 +0000 (11:23 +0100)]
Merge pull request #22227 from owncloud/appmanager-hooks
Send events when enabling and disabling of apps
Thomas Müller [Tue, 9 Feb 2016 10:22:41 +0000 (11:22 +0100)]
Merge pull request #22232 from owncloud/fix-user-settings-navigation
Fix scroll area in navigation of users management
Vincent Petry [Tue, 9 Feb 2016 10:22:05 +0000 (11:22 +0100)]
Fix unit tests for system tag filter section
Thomas Müller [Mon, 25 Jan 2016 16:18:47 +0000 (17:18 +0100)]
Migration of calendars
Thomas Müller [Tue, 9 Feb 2016 10:06:22 +0000 (11:06 +0100)]
Merge pull request #22220 from owncloud/enc-fixfilesizelogicwithpartfile
Fix part file partial cache logic in encryption code
Vincent Petry [Mon, 8 Feb 2016 10:43:42 +0000 (11:43 +0100)]
Add system tags filter section for files app
Joas Schilling [Tue, 9 Feb 2016 09:40:00 +0000 (10:40 +0100)]
More fixes
Roeland Jago Douma [Tue, 9 Feb 2016 09:38:12 +0000 (10:38 +0100)]
Move password update hook after update
Roeland Jago Douma [Tue, 9 Feb 2016 09:36:44 +0000 (10:36 +0100)]
Example hook check
Thomas Müller [Tue, 9 Feb 2016 09:24:48 +0000 (10:24 +0100)]
Merge pull request #22223 from owncloud/git-ignore-ackrc
gitignore ack config file
Thomas Müller [Tue, 9 Feb 2016 09:22:56 +0000 (10:22 +0100)]
Merge pull request #22231 from owncloud/remove_modify_ajax_share.php
Remove modifying calls in ajax/share.php
Roeland Jago Douma [Tue, 9 Feb 2016 09:20:25 +0000 (10:20 +0100)]
Fix unit test
Thomas Müller [Tue, 9 Feb 2016 08:47:54 +0000 (09:47 +0100)]
fixes #22221
Vincent Petry [Mon, 8 Feb 2016 19:57:20 +0000 (20:57 +0100)]
Fix part file partial cache logic in encryption code
The encryption code uses partial cache entries for the part file (which
are not stored in the database) but are useful for other parts of the
code to retrieve the file size again.
This means that in the fixed code $info was empty, so getData() could
not be called.
The fix makes sure to support both cases when the cache entry exists and
doesn't.
Roeland Jago Douma [Tue, 9 Feb 2016 08:42:06 +0000 (09:42 +0100)]
Remove modifying calls in ajax/share.php
Those calls used the old sharing endpoint that created incompatible
shares. Which eventually would lead to some weird bugs.
Thomas Müller [Tue, 9 Feb 2016 08:10:32 +0000 (09:10 +0100)]
Merge pull request #22199 from owncloud/multiple_checksums
Make checksum propfind future proof
Thomas Müller [Tue, 9 Feb 2016 08:10:17 +0000 (09:10 +0100)]
Merge pull request #22217 from owncloud/fix_22215
Federates shares have to set a file_target
Jenkins for ownCloud [Tue, 9 Feb 2016 06:55:36 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Arthur Schiwon [Tue, 9 Feb 2016 01:51:12 +0000 (02:51 +0100)]
Send events when enabling and disabling of apps
Arthur Schiwon [Mon, 8 Feb 2016 23:34:10 +0000 (00:34 +0100)]
throw hooks when accessing a link share
blizzz [Mon, 8 Feb 2016 22:36:18 +0000 (23:36 +0100)]
ignore ack config file
Arthur Schiwon [Mon, 8 Feb 2016 22:21:22 +0000 (23:21 +0100)]
add post hook on link-share password change
Vincent Petry [Mon, 8 Feb 2016 16:02:05 +0000 (17:02 +0100)]
Fix elementToFile to also return path when defined
Fixes issue when opening the share dialog for a file inside the favorite
list, and the file is from a subfolder
Thomas Müller [Mon, 8 Feb 2016 20:42:34 +0000 (21:42 +0100)]
Merge pull request #22170 from owncloud/occ-check-signature
CLI commands to check app and core signatures
Thomas Müller [Mon, 8 Feb 2016 20:41:40 +0000 (21:41 +0100)]
Merge pull request #22112 from owncloud/dav-filesreport
Provide REPORT method on files DAV to filter/search files
Thomas Müller [Mon, 8 Feb 2016 20:06:03 +0000 (21:06 +0100)]
Merge pull request #22211 from owncloud/versions-hook-info
versions provide more information when throwing hooks
Vincent Petry [Wed, 3 Feb 2016 20:55:04 +0000 (21:55 +0100)]
Add REPORT on files endpoint for filtering
For now only supports filtering by system tags
Victor Dubiniuk [Mon, 8 Feb 2016 17:37:05 +0000 (20:37 +0300)]
Cut authors list. Declare a member variable
Roeland Jago Douma [Mon, 8 Feb 2016 17:30:51 +0000 (18:30 +0100)]
Federates shares have to set a file_target
The old code path is still used to get the sharing info in the webui.
This requires the file_target to be set. This does not mean anything
for federated shares.
Fixes #22215
Arthur Schiwon [Mon, 8 Feb 2016 17:16:27 +0000 (18:16 +0100)]
use int values and constants instead of strings
Thomas Müller [Mon, 8 Feb 2016 16:58:26 +0000 (17:58 +0100)]
Merge pull request #22206 from owncloud/share2_migration_with_federated
Update the migration step to include federated shares
Thomas Müller [Mon, 8 Feb 2016 16:57:59 +0000 (17:57 +0100)]
Merge pull request #22207 from owncloud/mountcache-exists-check
better exists check for insert mount cache
Thomas Müller [Mon, 8 Feb 2016 15:45:32 +0000 (16:45 +0100)]
Merge pull request #22186 from owncloud/show-different-unsupported-failure-message
Don't show "report this to the community" when the upgrade is unsuppo…
Scrutinizer Auto-Fixer [Mon, 8 Feb 2016 15:43:39 +0000 (15:43 +0000)]
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Arthur Schiwon [Mon, 8 Feb 2016 15:13:57 +0000 (16:13 +0100)]
versions provide more information when throwing hooks
Thomas Müller [Mon, 8 Feb 2016 15:10:31 +0000 (16:10 +0100)]
Merge pull request #22200 from owncloud/node-checksum-resolvefileinfo
Make sure fileinfo exists when calling getCheckSum in node API
Robin Appelman [Mon, 8 Feb 2016 14:53:46 +0000 (15:53 +0100)]
Add tests
Thomas Müller [Mon, 8 Feb 2016 14:46:38 +0000 (15:46 +0100)]
Merge pull request #21817 from owncloud/support-old-carddav-endpoint
Adding pre oc 9.0 CardDAV endpoint for migration of old clients
Thomas Müller [Mon, 8 Feb 2016 14:21:07 +0000 (15:21 +0100)]
Merge pull request #22164 from owncloud/files_external-verify
Add occ command to verify storage configurations
Robin Appelman [Mon, 8 Feb 2016 14:18:42 +0000 (15:18 +0100)]
better exists check for insert mount cache
Roeland Jago Douma [Mon, 8 Feb 2016 14:11:48 +0000 (15:11 +0100)]
Update the migration step to include federated shares
Now federated shares will also be updated to the flat
reshare model.
Roeland Jago Douma [Mon, 8 Feb 2016 13:44:26 +0000 (14:44 +0100)]
Add proper throw tags to File
Thomas Müller [Mon, 8 Feb 2016 13:12:20 +0000 (14:12 +0100)]
Merge pull request #22080 from owncloud/fed_share_provider
implementation of the federated share provider
Robin Appelman [Fri, 5 Feb 2016 15:23:22 +0000 (16:23 +0100)]
Add occ command to verify storage configurations
Robin Appelman [Mon, 8 Feb 2016 12:45:52 +0000 (13:45 +0100)]
handle no user set for personal global auth
Vincent Petry [Mon, 8 Feb 2016 11:23:48 +0000 (12:23 +0100)]
Make sure fileinfo exists when calling getCheckSum in node API
Thomas Müller [Mon, 8 Feb 2016 10:58:09 +0000 (11:58 +0100)]
Merge pull request #22168 from owncloud/fix-some-dav-sharing-ux
Fix some dav sharing ux
Roeland Jago Douma [Mon, 8 Feb 2016 10:55:07 +0000 (11:55 +0100)]
For possible future usage allow multiple checksums
Instead of returning
<oc:checksum>TYPE:CHECKSUM</oc:checksum>
Return
<oc:checksums>
<oc:checksum>TYPE:CHECKSUM</oc:checksum>
</oc:checksums>
This will allow us to expand in the future to multiple checksums.
Without doing just string concatenation.
And even for a single checksum it is now correct.
Lukas Reschke [Mon, 8 Feb 2016 10:36:47 +0000 (11:36 +0100)]
Fix PHPDoc
Thomas Müller [Fri, 5 Feb 2016 16:30:16 +0000 (17:30 +0100)]
Adding common name to sharee
Thomas Müller [Fri, 5 Feb 2016 16:25:07 +0000 (17:25 +0100)]
Original resources should not be overwritten by shared resources
Roeland Jago Douma [Thu, 4 Feb 2016 15:08:35 +0000 (16:08 +0100)]
Added tests for used parts
Roeland Jago Douma [Thu, 4 Feb 2016 11:07:31 +0000 (12:07 +0100)]
Fix intergration tests
Roeland Jago Douma [Thu, 4 Feb 2016 11:07:25 +0000 (12:07 +0100)]
Fix unit tests
Roeland Jago Douma [Thu, 4 Feb 2016 10:24:08 +0000 (11:24 +0100)]
Force app to be always enabled for now
Roeland Jago Douma [Thu, 4 Feb 2016 10:13:06 +0000 (11:13 +0100)]
Respect not allowing outgoing shares
Roeland Jago Douma [Thu, 4 Feb 2016 09:01:40 +0000 (10:01 +0100)]
Update OCS Share API to use federated share provider
Roeland Jago Douma [Thu, 4 Feb 2016 09:00:55 +0000 (10:00 +0100)]
Add federated share provider to core
Bjoern Schiessle [Thu, 4 Feb 2016 08:59:52 +0000 (09:59 +0100)]
implementation of the federated share provider
Thomas Müller [Fri, 5 Feb 2016 13:22:31 +0000 (14:22 +0100)]
Fix path
Thomas Müller [Mon, 1 Feb 2016 13:56:31 +0000 (14:56 +0100)]
Adding pre oc 9.0 CalDAV endpoint for migration of old clients
Thomas Müller [Wed, 20 Jan 2016 20:39:08 +0000 (21:39 +0100)]
Remove calendar-proxy support - did this ever work?
Thomas Müller [Wed, 20 Jan 2016 20:08:23 +0000 (21:08 +0100)]
Adding pre oc 9.0 CardDAV endpoint for migration of old clients
Thomas Müller [Mon, 8 Feb 2016 09:47:55 +0000 (10:47 +0100)]
Merge pull request #22190 from owncloud/fix_22189
Even single shares are returned as array
Lukas Reschke [Mon, 8 Feb 2016 09:28:20 +0000 (10:28 +0100)]
Add message with reference to forum post
Roeland Jago Douma [Mon, 8 Feb 2016 09:11:22 +0000 (10:11 +0100)]
Even single shares are returned as array
When fetching a single share using ../shares/<ID> we should still return
an array of shares.
Fixes #22189
Thomas Müller [Mon, 8 Feb 2016 09:11:02 +0000 (10:11 +0100)]
Merge pull request #22138 from owncloud/comments-collapse
Collapse long comments
Vincent Petry [Thu, 4 Feb 2016 17:20:16 +0000 (18:20 +0100)]
Collapse long comments
Very crude a naive implementation that relies on length and number of
newlines. Should be good enough for most cases.
Clicking on such comments will expand them.
Thomas Müller [Mon, 8 Feb 2016 08:59:00 +0000 (09:59 +0100)]
Merge pull request #22156 from owncloud/share2_unshare_ifexpired
Delete a link share if it is expired on access
Thomas Müller [Mon, 8 Feb 2016 08:58:43 +0000 (09:58 +0100)]
Merge pull request #22160 from owncloud/files_external-create
Add occ files_external:create command to add new mounts
Thomas Müller [Mon, 8 Feb 2016 08:58:27 +0000 (09:58 +0100)]
Merge pull request #22161 from owncloud/dav-ie9
Make JS Webdav work again with IE9-IE10
Morris Jobke [Mon, 8 Feb 2016 08:19:16 +0000 (09:19 +0100)]
Don't show "report this to the community" when the upgrade is unsupported
* fixes #21367
Jenkins for ownCloud [Mon, 8 Feb 2016 06:54:46 +0000 (01:54 -0500)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 7 Feb 2016 06:55:33 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 6 Feb 2016 12:31:31 +0000 (13:31 +0100)]
Fix exception on delete
Roeland Jago Douma [Fri, 5 Feb 2016 19:00:07 +0000 (20:00 +0100)]
getSharesBy should also expire link shares
Roeland Jago Douma [Fri, 5 Feb 2016 14:34:30 +0000 (15:34 +0100)]
Delete expired share when fetched by id
Roeland Jago Douma [Fri, 5 Feb 2016 11:59:46 +0000 (12:59 +0100)]
Delete a link share if it is expired on access
If we access a link share we should check if it has expired already.
If so we should remove it and throw a ShareNotFound exception
Thomas Müller [Sat, 6 Feb 2016 12:27:01 +0000 (13:27 +0100)]
Merge pull request #22102 from owncloud/ldap_2nddispname-master
[LDAP] add second field for additional/optional display name attribute
Thomas Müller [Sat, 6 Feb 2016 12:26:00 +0000 (13:26 +0100)]
Merge pull request #22139 from owncloud/comments-files-cleanup
cleanup jobs for comments and comment read marks
Thomas Müller [Sat, 6 Feb 2016 12:25:38 +0000 (13:25 +0100)]
Merge pull request #22163 from owncloud/comments-sizelimit
Limit comment size to 1000 in UI
Thomas Müller [Sat, 6 Feb 2016 12:25:10 +0000 (13:25 +0100)]
Merge pull request #20618 from owncloud/action-icon-size
Fix image sizing for action icons in Edge
Thomas Müller [Sat, 6 Feb 2016 12:22:20 +0000 (13:22 +0100)]
Merge pull request #22165 from owncloud/comments-markowncommentasread
Mark own comments as read after posting
Thomas Müller [Sat, 6 Feb 2016 12:21:59 +0000 (13:21 +0100)]
Merge pull request #22166 from owncloud/remove-local-folder
remove unused Storage->getLocalFolder