]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoshow remote server on auto complete
Bjoern Schiessle [Fri, 12 Feb 2016 14:27:58 +0000 (15:27 +0100)]
show remote server on auto complete

8 years agoadd remote server to the result
Bjoern Schiessle [Fri, 12 Feb 2016 14:27:39 +0000 (15:27 +0100)]
add remote server to the result

8 years agoMerge pull request #20073 from owncloud/files-should-add-download-disposition
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

8 years agoMerge pull request #22270 from owncloud/use-cache-directly
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

8 years agoMerge pull request #22274 from owncloud/fix_21710
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

8 years agoMerge pull request #22263 from owncloud/fix-group-principals
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

8 years agoUpdated davclient.js
Roeland Jago Douma [Wed, 10 Feb 2016 12:52:54 +0000 (13:52 +0100)]
Updated davclient.js

Fix for MKCOL in edge

8 years agoMerge pull request #22266 from owncloud/fix_21726
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

8 years agoUse cache directly instead of QB
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

8 years agoOnly show link spinner if the share exists
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

8 years ago Fix group principal
Thomas Müller [Wed, 10 Feb 2016 09:43:32 +0000 (10:43 +0100)]
 Fix group principal

8 years agoMerge pull request #22253 from owncloud/notifications-for-remote-shares
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

8 years agoMerge pull request #22256 from owncloud/hide-updater-secret
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

8 years agoFix oracle by using less quotes
Joas Schilling [Wed, 10 Feb 2016 07:23:06 +0000 (08:23 +0100)]
Fix oracle by using less quotes

8 years agoListen to the notification event to reload the file list
Joas Schilling [Tue, 9 Feb 2016 16:18:07 +0000 (17:18 +0100)]
Listen to the notification event to reload the file list

8 years agoMark the accept button as primary
Joas Schilling [Tue, 9 Feb 2016 15:42:40 +0000 (16:42 +0100)]
Mark the accept button as primary

8 years agoCreate the actions with the correct ID
Joas Schilling [Tue, 9 Feb 2016 15:33:17 +0000 (16:33 +0100)]
Create the actions with the correct ID

8 years agoMake sure the share ID is an integer
Joas Schilling [Tue, 9 Feb 2016 15:32:59 +0000 (16:32 +0100)]
Make sure the share ID is an integer

8 years agoFix action paths
Joas Schilling [Tue, 9 Feb 2016 15:11:41 +0000 (16:11 +0100)]
Fix action paths

8 years agoBring the messages inline
Joas Schilling [Tue, 9 Feb 2016 15:03:10 +0000 (16:03 +0100)]
Bring the messages inline

8 years agoFix the notification API usage
Joas Schilling [Tue, 9 Feb 2016 15:02:53 +0000 (16:02 +0100)]
Fix the notification API usage

8 years agoRevert "Disable the remote sharing notifications until they work properly"
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

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 10 Feb 2016 06:56:05 +0000 (01:56 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #21557 from owncloud/use-hmac-over-encryption
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

8 years agoAdd tests for setVersion
Lukas Reschke [Tue, 9 Feb 2016 21:47:15 +0000 (22:47 +0100)]
Add tests for setVersion

8 years agoUse cache update instead of put for encryption version
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.

8 years agoUse cache and add tests
Lukas Reschke [Tue, 9 Feb 2016 21:27:23 +0000 (22:27 +0100)]
Use cache and add tests

8 years agodon't decrease ->version for part files but only a local variable, otherwise it can...
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

8 years agoCheck if partial cache entry or not in encryption wrapper
Vincent Petry [Tue, 9 Feb 2016 17:07:07 +0000 (18:07 +0100)]
Check if partial cache entry or not in encryption wrapper

8 years agorealPath should contain the path to the file we want to read, e.g. the version and...
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

8 years agoUse database for keeping track of the version
Lukas Reschke [Mon, 8 Feb 2016 19:35:33 +0000 (20:35 +0100)]
Use database for keeping track of the version

8 years agoUse number of chunk for HMAC as well
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.

8 years agoKeep track of file version
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.

8 years agoClarify documentation
Lukas Reschke [Fri, 8 Jan 2016 17:12:22 +0000 (18:12 +0100)]
Clarify documentation

8 years agoUse hash with appended "a" of the original password for the authentication
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

8 years agofixing unit tests
Björn Schießle [Tue, 5 Jan 2016 18:01:03 +0000 (19:01 +0100)]
fixing unit tests

8 years agoUse random_bytes instead OpenSSL
Lukas Reschke [Tue, 5 Jan 2016 16:08:57 +0000 (17:08 +0100)]
Use random_bytes instead OpenSSL

8 years agometa data are at the end of the file
Björn Schießle [Tue, 5 Jan 2016 15:55:58 +0000 (16:55 +0100)]
meta data are at the end of the file

8 years agoalways use default cipher for write operations, no matter how the file was encrypted...
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

8 years agomake it backward compatible to work with signed and un-signed files
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

8 years agosign all encrypted blocks and check signature on decrypt
Björn Schießle [Tue, 5 Jan 2016 11:51:05 +0000 (12:51 +0100)]
sign all encrypted blocks and check signature on decrypt

8 years agoAdd note about the addPadding function
Lukas Reschke [Mon, 4 Jan 2016 22:10:51 +0000 (23:10 +0100)]
Add note about the addPadding function

8 years agoUse an actual 16 byte long IV
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.

8 years agoUse AES-256-CTR as default
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.

8 years agoMerge pull request #22192 from owncloud/fix_19685
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

8 years agoMerge pull request #22246 from owncloud/register-process-control-signal-handler-later
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…

8 years agoMerge pull request #22255 from owncloud/add-sso-for-updatechecker
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

8 years agoMerge pull request #22251 from owncloud/smb-105
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

8 years agoMerge pull request #22249 from owncloud/fix-22245
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

8 years agoMerge pull request #20928 from owncloud/publicdav-check-permissions
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

8 years agoMerge pull request #22252 from owncloud/consolidate-user-set-quota
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

8 years agoHide updater.secret from occ output by default
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.

8 years agoAdd SSO for updater application
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".

8 years agorevolutionar: change updates might even sent the new value (optional)
Arthur Schiwon [Tue, 9 Feb 2016 17:37:41 +0000 (18:37 +0100)]
revolutionar: change updates might even sent the new value (optional)

8 years agoMerge pull request #22238 from owncloud/add-link-to-updater
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

8 years agoMore fixed tests :)
Arthur Schiwon [Tue, 9 Feb 2016 17:11:30 +0000 (18:11 +0100)]
More fixed tests :)

8 years agoMove update notification code into app
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...

8 years agoAvatar should also claim its change
Arthur Schiwon [Tue, 9 Feb 2016 16:44:49 +0000 (17:44 +0100)]
Avatar should also claim its change

8 years agoDoc improvements
Arthur Schiwon [Tue, 9 Feb 2016 16:41:04 +0000 (17:41 +0100)]
Doc improvements

8 years agofix tests
Arthur Schiwon [Tue, 9 Feb 2016 16:37:13 +0000 (17:37 +0100)]
fix tests

8 years agoConsolidate getQuota and setQuota methods in User instance
Arthur Schiwon [Tue, 9 Feb 2016 16:16:43 +0000 (17:16 +0100)]
Consolidate getQuota and setQuota methods in User instance

8 years agoupdate icewind/smb to 1.0.5
Robin Appelman [Tue, 9 Feb 2016 16:09:30 +0000 (17:09 +0100)]
update icewind/smb to 1.0.5

8 years agoMerge pull request #22228 from owncloud/comments-limit-message
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

8 years agoSave display name and email address on paste operations - fixes #22245
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

8 years agoMerge pull request #22241 from owncloud/more-info-in-case-of-trusted-server-add
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 …

8 years agoMerge pull request #20571 from owncloud/transfer-ownership
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

8 years agoRegister process control signel handlers only on execution of the command
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

8 years agoAdjust command description
Thomas Müller [Tue, 9 Feb 2016 14:42:41 +0000 (15:42 +0100)]
Adjust command description

8 years agoSet share owner and share initiator on upate as well
Thomas Müller [Mon, 8 Feb 2016 15:18:15 +0000 (16:18 +0100)]
Set share owner and share initiator on upate as well

8 years agoIntroduce console command to transfer ownerships of files - refs #19154
Thomas Müller [Wed, 18 Nov 2015 12:14:48 +0000 (13:14 +0100)]
Introduce console command to transfer ownerships of files - refs #19154

8 years agoMerge pull request #22234 from owncloud/systemtags-filter-intersect-empty
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

8 years agoMerge pull request #21773 from owncloud/files_external-list-authtype
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

8 years agoMerge pull request #21893 from owncloud/migrate-calendars
Thomas Müller [Tue, 9 Feb 2016 14:14:33 +0000 (15:14 +0100)]
Merge pull request #21893 from owncloud/migrate-calendars

Migrate calendars

8 years agoadd tests
Robin Appelman [Tue, 9 Feb 2016 14:01:12 +0000 (15:01 +0100)]
add tests

8 years agoFix unit tests
Roeland Jago Douma [Tue, 9 Feb 2016 13:56:47 +0000 (14:56 +0100)]
Fix unit tests

8 years agocheck share permissions in share controller
Robin Appelman [Tue, 9 Feb 2016 12:00:08 +0000 (13:00 +0100)]
check share permissions in share controller

8 years agoCheck that the owner of a link share still has share permissions on access
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

8 years agoForward exception message to the admin in case of errors and in case the remote serve...
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

8 years agoon DAV throw Bad Request if provided message is too long
Arthur Schiwon [Tue, 9 Feb 2016 12:59:13 +0000 (13:59 +0100)]
on DAV throw Bad Request if provided message is too long

8 years agoMerge pull request #22197 from owncloud/files-filterbysystemtags
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

8 years agoMerge pull request #22202 from owncloud/global-auth-no-user
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

8 years agoMerge pull request #22225 from owncloud/sharing-moar-hooks
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

8 years agoMerge pull request #22212 from owncloud/scrutinizer-patch-1
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

8 years agoStop when a mid result is empty
Joas Schilling [Tue, 9 Feb 2016 11:07:30 +0000 (12:07 +0100)]
Stop when a mid result is empty

8 years agoAdd a test for empty mid-result
Joas Schilling [Tue, 9 Feb 2016 10:47:33 +0000 (11:47 +0100)]
Add a test for empty mid-result

8 years agoFix system tag filter AND condition
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.

8 years agoMerge pull request #22227 from owncloud/appmanager-hooks
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

8 years agoMerge pull request #22232 from owncloud/fix-user-settings-navigation
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

8 years agoFix unit tests for system tag filter section
Vincent Petry [Tue, 9 Feb 2016 10:22:05 +0000 (11:22 +0100)]
Fix unit tests for system tag filter section

8 years agoMigration of calendars
Thomas Müller [Mon, 25 Jan 2016 16:18:47 +0000 (17:18 +0100)]
Migration of calendars

8 years agoMerge pull request #22220 from owncloud/enc-fixfilesizelogicwithpartfile
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

8 years agoCatch exception
Roeland Jago Douma [Mon, 8 Feb 2016 20:08:03 +0000 (21:08 +0100)]
Catch exception

8 years agoThrow exception
Roeland Jago Douma [Mon, 8 Feb 2016 14:28:36 +0000 (15:28 +0100)]
Throw exception

8 years agoOnly set the default expiration date on share creation
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.

8 years agoAdd system tags filter section for files app
Vincent Petry [Mon, 8 Feb 2016 10:43:42 +0000 (11:43 +0100)]
Add system tags filter section for files app

8 years agoMore fixes
Joas Schilling [Tue, 9 Feb 2016 09:40:00 +0000 (10:40 +0100)]
More fixes

8 years agoMove password update hook after update
Roeland Jago Douma [Tue, 9 Feb 2016 09:38:12 +0000 (10:38 +0100)]
Move password update hook after update

8 years agoExample hook check
Roeland Jago Douma [Tue, 9 Feb 2016 09:36:44 +0000 (10:36 +0100)]
Example hook check

8 years agoMerge pull request #22223 from owncloud/git-ignore-ackrc
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

8 years agoMerge pull request #22231 from owncloud/remove_modify_ajax_share.php
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