]>
source.dussan.org Git - nextcloud-server.git/log
Bjoern Schiessle [Fri, 12 Feb 2016 14:27:58 +0000 (15:27 +0100)]
show remote server on auto complete
Bjoern Schiessle [Fri, 12 Feb 2016 14:27:39 +0000 (15:27 +0100)]
add remote server to the result
Thomas Müller [Wed, 10 Feb 2016 13:35:50 +0000 (14:35 +0100)]
Merge pull request #20073 from owncloud/files-should-add-download-disposition
Serve files with an attachment disposition for new DAV endpoint
Thomas Müller [Wed, 10 Feb 2016 13:23:04 +0000 (14:23 +0100)]
Merge pull request #22270 from owncloud/use-cache-directly
Use cache directly instead of QueryBuilder
Thomas Müller [Wed, 10 Feb 2016 13:22:36 +0000 (14:22 +0100)]
Merge pull request #22274 from owncloud/fix_21710
Updated davclient.js to support MKCOL in edge
Thomas Müller [Wed, 10 Feb 2016 13:22:18 +0000 (14:22 +0100)]
Merge pull request #22263 from owncloud/fix-group-principals
Fix group principal
Roeland Jago Douma [Wed, 10 Feb 2016 12:52:54 +0000 (13:52 +0100)]
Updated davclient.js
Fix for MKCOL in edge
Vincent Petry [Wed, 10 Feb 2016 12:46:15 +0000 (13:46 +0100)]
Merge pull request #22266 from owncloud/fix_21726
Only show link spinner if the share exists
Lukas Reschke [Wed, 10 Feb 2016 11:30:39 +0000 (12:30 +0100)]
Use cache directly instead of QB
In case somebody does not use oc_filecache
Roeland Jago Douma [Wed, 10 Feb 2016 10:08:15 +0000 (11:08 +0100)]
Only show link spinner if the share exists
If there is no share to delete do not set the spinner.
Fixes #21726
Thomas Müller [Wed, 10 Feb 2016 09:43:32 +0000 (10:43 +0100)]
Fix group principal
Thomas Müller [Wed, 10 Feb 2016 09:06:14 +0000 (10:06 +0100)]
Merge pull request #22253 from owncloud/notifications-for-remote-shares
Notifications for remote shares
Thomas Müller [Wed, 10 Feb 2016 07:58:46 +0000 (08:58 +0100)]
Merge pull request #22256 from owncloud/hide-updater-secret
Hide updater.secret from occ output by default
Joas Schilling [Wed, 10 Feb 2016 07:23:06 +0000 (08:23 +0100)]
Fix oracle by using less quotes
Joas Schilling [Tue, 9 Feb 2016 16:18:07 +0000 (17:18 +0100)]
Listen to the notification event to reload the file list
Joas Schilling [Tue, 9 Feb 2016 15:42:40 +0000 (16:42 +0100)]
Mark the accept button as primary
Joas Schilling [Tue, 9 Feb 2016 15:33:17 +0000 (16:33 +0100)]
Create the actions with the correct ID
Joas Schilling [Tue, 9 Feb 2016 15:32:59 +0000 (16:32 +0100)]
Make sure the share ID is an integer
Joas Schilling [Tue, 9 Feb 2016 15:11:41 +0000 (16:11 +0100)]
Fix action paths
Joas Schilling [Tue, 9 Feb 2016 15:03:10 +0000 (16:03 +0100)]
Bring the messages inline
Joas Schilling [Tue, 9 Feb 2016 15:02:53 +0000 (16:02 +0100)]
Fix the notification API usage
Joas Schilling [Tue, 9 Feb 2016 14:30:31 +0000 (15:30 +0100)]
Revert "Disable the remote sharing notifications until they work properly"
This reverts commit
6bc93c740194d245bb9a7d1f230ed33461f842a7 .
Conflicts:
apps/files_sharing/lib/external/manager.php
Jenkins for ownCloud [Wed, 10 Feb 2016 06:56:05 +0000 (01:56 -0500)]
[tx-robot] updated from transifex
Lukas Reschke [Tue, 9 Feb 2016 22:45:27 +0000 (23:45 +0100)]
Merge pull request #21557 from owncloud/use-hmac-over-encryption
Add integrity protection using Encrypt-Then-MAC to default encryption module
Lukas Reschke [Tue, 9 Feb 2016 21:47:15 +0000 (22:47 +0100)]
Add tests for setVersion
Vincent Petry [Tue, 9 Feb 2016 21:34:22 +0000 (22:34 +0100)]
Use cache update instead of put for encryption version
Saves a call to fetch the file id which didn't even work for a reason.
This fix properly sets the version in the database.
Lukas Reschke [Tue, 9 Feb 2016 21:27:23 +0000 (22:27 +0100)]
Use cache and add tests
Bjoern Schiessle [Tue, 9 Feb 2016 19:05:07 +0000 (20:05 +0100)]
don't decrease ->version for part files but only a local variable, otherwise it can happen that we decrease it twice and end up with the wrong value
Vincent Petry [Tue, 9 Feb 2016 17:07:07 +0000 (18:07 +0100)]
Check if partial cache entry or not in encryption wrapper
Bjoern Schiessle [Tue, 9 Feb 2016 15:32:34 +0000 (16:32 +0100)]
realPath should contain the path to the file we want to read, e.g. the version and not the original file
Lukas Reschke [Mon, 8 Feb 2016 19:35:33 +0000 (20:35 +0100)]
Use database for keeping track of the version
Lukas Reschke [Wed, 3 Feb 2016 13:32:04 +0000 (14:32 +0100)]
Use number of chunk for HMAC as well
Prevents switching single blocks within the encrypted file.
Lukas Reschke [Tue, 2 Feb 2016 19:00:36 +0000 (20:00 +0100)]
Keep track of file version
This way it is not possible anymore for an external storage admin to put up old versions of the file.
Lukas Reschke [Fri, 8 Jan 2016 17:12:22 +0000 (18:12 +0100)]
Clarify documentation
Lukas Reschke [Fri, 8 Jan 2016 17:07:19 +0000 (18:07 +0100)]
Use hash with appended "a" of the original password for the authentication
Björn Schießle [Tue, 5 Jan 2016 18:01:03 +0000 (19:01 +0100)]
fixing unit tests
Lukas Reschke [Tue, 5 Jan 2016 16:08:57 +0000 (17:08 +0100)]
Use random_bytes instead OpenSSL
Björn Schießle [Tue, 5 Jan 2016 15:55:58 +0000 (16:55 +0100)]
meta data are at the end of the file
Björn Schießle [Tue, 5 Jan 2016 15:34:40 +0000 (16:34 +0100)]
always use default cipher for write operations, no matter how the file was encrypted before
Björn Schießle [Tue, 5 Jan 2016 14:29:44 +0000 (15:29 +0100)]
make it backward compatible to work with signed and un-signed files
Björn Schießle [Tue, 5 Jan 2016 11:51:05 +0000 (12:51 +0100)]
sign all encrypted blocks and check signature on decrypt
Lukas Reschke [Mon, 4 Jan 2016 22:10:51 +0000 (23:10 +0100)]
Add note about the addPadding function
Lukas Reschke [Mon, 4 Jan 2016 22:06:23 +0000 (23:06 +0100)]
Use an actual 16 byte long IV
The previous IV was actually 12 byte extended to 16 byte using base64. As the encrypted file should be fine with containing binary data as well we can simply remove the encoding like that here.
Lukas Reschke [Mon, 4 Jan 2016 20:00:55 +0000 (21:00 +0100)]
Use AES-256-CTR as default
CTR is recommended over CFB mode.
Thomas Müller [Tue, 9 Feb 2016 22:38:00 +0000 (23:38 +0100)]
Merge pull request #22192 from owncloud/fix_19685
Only set the default expiration date on share creation
Thomas Müller [Tue, 9 Feb 2016 22:37:49 +0000 (23:37 +0100)]
Merge pull request #22246 from owncloud/register-process-control-signal-handler-later
Register process control signel handlers only on execution of the com…
Thomas Müller [Tue, 9 Feb 2016 22:37:32 +0000 (23:37 +0100)]
Merge pull request #22255 from owncloud/add-sso-for-updatechecker
Add SSO for updater application
Thomas Müller [Tue, 9 Feb 2016 22:37:09 +0000 (23:37 +0100)]
Merge pull request #22251 from owncloud/smb-105
update icewind/smb to 1.0.5
Thomas Müller [Tue, 9 Feb 2016 22:36:10 +0000 (23:36 +0100)]
Merge pull request #22249 from owncloud/fix-22245
Save display name and email address on paste operations
C. Montero Luque [Tue, 9 Feb 2016 21:01:08 +0000 (22:01 +0100)]
Merge pull request #20928 from owncloud/publicdav-check-permissions
Check that the owner of a link share still has share permissions on access
C. Montero Luque [Tue, 9 Feb 2016 21:00:24 +0000 (22:00 +0100)]
Merge pull request #22252 from owncloud/consolidate-user-set-quota
Consolidate getQuota and setQuota methods in User instance
Lukas Reschke [Tue, 9 Feb 2016 19:41:55 +0000 (20:41 +0100)]
Hide updater.secret from occ output by default
We should not have people post that value to us.
Lukas Reschke [Tue, 9 Feb 2016 18:58:29 +0000 (19:58 +0100)]
Add SSO for updater application
Allows logging-in into the updater application by visiting the admin panel and pressing "Open updater".
Arthur Schiwon [Tue, 9 Feb 2016 17:37:41 +0000 (18:37 +0100)]
revolutionar: change updates might even sent the new value (optional)
Lukas Reschke [Tue, 9 Feb 2016 17:22:20 +0000 (18:22 +0100)]
Merge pull request #22238 from owncloud/add-link-to-updater
Move update notification code into app
Arthur Schiwon [Tue, 9 Feb 2016 17:11:30 +0000 (18:11 +0100)]
More fixed tests :)
Lukas Reschke [Tue, 9 Feb 2016 12:06:48 +0000 (13:06 +0100)]
Move update notification code into app
Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small.
Furthermore also makes some more code unit-testable...
Arthur Schiwon [Tue, 9 Feb 2016 16:44:49 +0000 (17:44 +0100)]
Avatar should also claim its change
Arthur Schiwon [Tue, 9 Feb 2016 16:41:04 +0000 (17:41 +0100)]
Doc improvements
Arthur Schiwon [Tue, 9 Feb 2016 16:37:13 +0000 (17:37 +0100)]
fix tests
Arthur Schiwon [Tue, 9 Feb 2016 16:16:43 +0000 (17:16 +0100)]
Consolidate getQuota and setQuota methods in User instance
Robin Appelman [Tue, 9 Feb 2016 16:09:30 +0000 (17:09 +0100)]
update icewind/smb to 1.0.5
Thomas Müller [Tue, 9 Feb 2016 15:35:23 +0000 (16:35 +0100)]
Merge pull request #22228 from owncloud/comments-limit-message
Limit comment message to 1k chars
Thomas Müller [Tue, 9 Feb 2016 15:18:47 +0000 (16:18 +0100)]
Save display name and email address on paste operations - fixes #22245
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:52:19 +0000 (15:52 +0100)]
Register process control signel handlers only on execution of the command
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
Robin Appelman [Tue, 9 Feb 2016 14:01:12 +0000 (15:01 +0100)]
add tests
Roeland Jago Douma [Tue, 9 Feb 2016 13:56:47 +0000 (14:56 +0100)]
Fix unit tests
Robin Appelman [Tue, 9 Feb 2016 12:00:08 +0000 (13:00 +0100)]
check share permissions in share controller
Robin Appelman [Thu, 3 Dec 2015 14:29:42 +0000 (15:29 +0100)]
Check that the owner of a link share still has share permissions on access
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
Arthur Schiwon [Tue, 9 Feb 2016 12:59:13 +0000 (13:59 +0100)]
on DAV throw Bad Request if provided message is too long
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
Roeland Jago Douma [Mon, 8 Feb 2016 20:08:03 +0000 (21:08 +0100)]
Catch exception
Roeland Jago Douma [Mon, 8 Feb 2016 14:28:36 +0000 (15:28 +0100)]
Throw exception
Roeland Jago Douma [Mon, 8 Feb 2016 09:42:15 +0000 (10:42 +0100)]
Only set the default expiration date on share creation
Fixes #19685
The default expiration date should only be set when we create a new
share. So if a share is created and the expiration date is unset. And
after that the password is updated the expiration date should remain
unset.
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