]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoMerge pull request #22023 from owncloud/interruptable-commands
Thomas Müller [Tue, 2 Feb 2016 13:07:07 +0000 (14:07 +0100)]
Merge pull request #22023 from owncloud/interruptable-commands

Interruptable commands

8 years agoMerge pull request #22013 from owncloud/share2_moveshare
Thomas Müller [Tue, 2 Feb 2016 12:34:50 +0000 (13:34 +0100)]
Merge pull request #22013 from owncloud/share2_moveshare

[Share 2.0] Allow moving of shares

8 years agoMerge pull request #22049 from owncloud/issue-22041-activities-for-systemtags
Thomas Müller [Tue, 2 Feb 2016 12:08:01 +0000 (13:08 +0100)]
Merge pull request #22049 from owncloud/issue-22041-activities-for-systemtags

Issue 22041 activities for systemtags

8 years agoMerge pull request #22055 from owncloud/systemtags-checkfileidowner
Thomas Müller [Tue, 2 Feb 2016 11:37:52 +0000 (12:37 +0100)]
Merge pull request #22055 from owncloud/systemtags-checkfileidowner

Make sure user has access to file for system tag operations

8 years agoMerge pull request #22057 from owncloud/share2_update_hash
Thomas Müller [Tue, 2 Feb 2016 11:37:31 +0000 (12:37 +0100)]
Merge pull request #22057 from owncloud/share2_update_hash

Update old password hashed for link shares on access

8 years agoMerge pull request #21988 from owncloud/allow-search-in-synced-addressbooks
Thomas Müller [Tue, 2 Feb 2016 11:37:12 +0000 (12:37 +0100)]
Merge pull request #21988 from owncloud/allow-search-in-synced-addressbooks

Allow search in synced addressbooks

8 years ago[Share 2.0] Allow moving of shares
Roeland Jago Douma [Fri, 29 Jan 2016 09:27:39 +0000 (10:27 +0100)]
[Share 2.0] Allow moving of shares

* Only recipient can move a share
* Unit tests

8 years agoMerge pull request #22005 from owncloud/share2_getshare_byid_as_recipient
Roeland Douma [Tue, 2 Feb 2016 10:34:20 +0000 (11:34 +0100)]
Merge pull request #22005 from owncloud/share2_getshare_byid_as_recipient

[Share 2.0] Allow recipient to be passed in to getShareById

8 years agoFilter contacts from the local system addressbook - remote share with local users...
Thomas Müller [Tue, 2 Feb 2016 10:24:26 +0000 (11:24 +0100)]
Filter contacts from the local system addressbook - remote share with local users is not allowed

8 years agoFix path match
Joas Schilling [Tue, 2 Feb 2016 10:12:16 +0000 (11:12 +0100)]
Fix path match

8 years agoPHP 5.4 compatibility
Thomas Müller [Thu, 28 Jan 2016 15:03:19 +0000 (16:03 +0100)]
PHP 5.4 compatibility

8 years agoIn some cases $contact['CLOUD'] is not an array
Thomas Müller [Thu, 28 Jan 2016 15:01:34 +0000 (16:01 +0100)]
In some cases $contact['CLOUD'] is not an array

8 years agoRegister all system address books to the contacts manager
Thomas Müller [Thu, 28 Jan 2016 14:02:01 +0000 (15:02 +0100)]
Register all system address books to the contacts manager

8 years agoThe local address book is replaced now by the system addressbook as part of the dav app
Thomas Müller [Thu, 28 Jan 2016 14:01:30 +0000 (15:01 +0100)]
The local address book is replaced now by the system addressbook as part of the dav app

8 years agogetChildren should not return usergroup shares
Roeland Jago Douma [Fri, 29 Jan 2016 10:41:28 +0000 (11:41 +0100)]
getChildren should not return usergroup shares

8 years ago[Share 2.0] Allow recipient to be passed in to getShareById
Roeland Jago Douma [Fri, 29 Jan 2016 09:07:28 +0000 (10:07 +0100)]
[Share 2.0] Allow recipient to be passed in to getShareById

* This allows us to retrieve usergroup shares for a given id.
  If the user deleted a share or moved it this will be a different share

8 years agoMerge pull request #20903 from owncloud/sharing-mount-option
Thomas Müller [Tue, 2 Feb 2016 09:26:24 +0000 (10:26 +0100)]
Merge pull request #20903 from owncloud/sharing-mount-option

Add mount option to disable sharing

8 years agoMerge pull request #22015 from owncloud/share-no-permissions
Thomas Müller [Tue, 2 Feb 2016 09:26:06 +0000 (10:26 +0100)]
Merge pull request #22015 from owncloud/share-no-permissions

Block shares that dont have the correct source permissions

8 years agoFix IManager::isFormattingFilteredObject()
Joas Schilling [Tue, 2 Feb 2016 09:11:19 +0000 (10:11 +0100)]
Fix IManager::isFormattingFilteredObject()

8 years agoAdd activities when a tag is (un-)assigned
Joas Schilling [Mon, 1 Feb 2016 15:57:51 +0000 (16:57 +0100)]
Add activities when a tag is (un-)assigned

8 years agoAdd activities for admins when a tag is created/updated/deleted
Joas Schilling [Mon, 1 Feb 2016 14:16:05 +0000 (15:16 +0100)]
Add activities for admins when a tag is created/updated/deleted

8 years agoApp needs to be of type logging to be able to have activities
Joas Schilling [Mon, 1 Feb 2016 14:15:34 +0000 (15:15 +0100)]
App needs to be of type logging to be able to have activities

8 years agoDispatch events when tags are added/updated/deleted
Joas Schilling [Mon, 1 Feb 2016 11:19:48 +0000 (12:19 +0100)]
Dispatch events when tags are added/updated/deleted

8 years agoDispatch some events when tags are un-/assigned
Joas Schilling [Mon, 1 Feb 2016 10:48:46 +0000 (11:48 +0100)]
Dispatch some events when tags are un-/assigned

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 2 Feb 2016 06:55:41 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #22050 from owncloud/fix_sync_addressbook
Thomas Müller [Mon, 1 Feb 2016 22:20:42 +0000 (23:20 +0100)]
Merge pull request #22050 from owncloud/fix_sync_addressbook

pass parameter in the right order to syncRemoteAddressBook()

8 years agoUpdate old password hashed for link shares on access
Roeland Jago Douma [Mon, 1 Feb 2016 20:46:32 +0000 (21:46 +0100)]
Update old password hashed for link shares on access

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

8 years agoMake sure user has access to file for system tag operations
Vincent Petry [Mon, 1 Feb 2016 17:18:17 +0000 (18:18 +0100)]
Make sure user has access to file for system tag operations

Fixes DAV's SystemTagsObjectTypeCollection to not give access to files
where the current user doesn't have access to.

8 years agopass parameter in the right order to syncRemoteAddressBook()
Björn Schießle [Mon, 1 Feb 2016 15:30:05 +0000 (16:30 +0100)]
pass parameter in the right order to syncRemoteAddressBook()

8 years agoMerge pull request #21967 from owncloud/comments-webdav
Thomas Müller [Mon, 1 Feb 2016 15:17:45 +0000 (16:17 +0100)]
Merge pull request #21967 from owncloud/comments-webdav

Comments WebDAV adjustements

8 years agoMerge pull request #21909 from owncloud/files-external-visibility
Thomas Müller [Mon, 1 Feb 2016 14:05:54 +0000 (15:05 +0100)]
Merge pull request #21909 from owncloud/files-external-visibility

Prevent invalid storages being displayed in the storages view

8 years agoMerge pull request #22028 from owncloud/share_hook_expirationdate
Thomas Müller [Mon, 1 Feb 2016 13:13:54 +0000 (14:13 +0100)]
Merge pull request #22028 from owncloud/share_hook_expirationdate

Share hook expirationdate

8 years agoMerge pull request #22046 from owncloud/improved_error_handling
Thomas Müller [Mon, 1 Feb 2016 13:10:24 +0000 (14:10 +0100)]
Merge pull request #22046 from owncloud/improved_error_handling

Improved error handling

8 years agoMerge pull request #21953 from owncloud/make-enable_avatars-more-robust
Thomas Müller [Mon, 1 Feb 2016 13:08:40 +0000 (14:08 +0100)]
Merge pull request #21953 from owncloud/make-enable_avatars-more-robust

Make enable_avatars setting more robust

8 years agoMerge pull request #22045 from owncloud/ext-storage-auth-backend-rewording
Thomas Müller [Mon, 1 Feb 2016 12:52:30 +0000 (13:52 +0100)]
Merge pull request #22045 from owncloud/ext-storage-auth-backend-rewording

Reword external storage auth backends

8 years agocatch all exceptions
Björn Schießle [Mon, 1 Feb 2016 12:39:13 +0000 (13:39 +0100)]
catch all exceptions

8 years agoadd context to the error messages
Björn Schießle [Mon, 1 Feb 2016 12:38:46 +0000 (13:38 +0100)]
add context to the error messages

8 years agoReword external storage auth backends
Vincent Petry [Mon, 1 Feb 2016 11:20:21 +0000 (12:20 +0100)]
Reword external storage auth backends

8 years agoMerge pull request #22004 from Pookay/patch-1
Thomas Müller [Mon, 1 Feb 2016 10:26:33 +0000 (11:26 +0100)]
Merge pull request #22004 from Pookay/patch-1

Fix the result at the bottom on IE

8 years agoMerge pull request #22021 from owncloud/fix-system-addressbook-sync-with-encryption
Thomas Müller [Mon, 1 Feb 2016 10:26:08 +0000 (11:26 +0100)]
Merge pull request #22021 from owncloud/fix-system-addressbook-sync-with-encryption

Catch potential exceptions when accessing the users avatar - e.g. iss…

8 years agoMerge pull request #22034 from matthias-g/patch-1
Thomas Müller [Mon, 1 Feb 2016 09:47:48 +0000 (10:47 +0100)]
Merge pull request #22034 from matthias-g/patch-1

Update explanation in comment of how to enable the debug mode

8 years agoMerge pull request #21989 from owncloud/make-csp-modifiable
Thomas Müller [Mon, 1 Feb 2016 09:10:40 +0000 (10:10 +0100)]
Merge pull request #21989 from owncloud/make-csp-modifiable

Add public API to give developers the possibility to adjust the global CSP defaults

8 years agoAdd startup warning that the PCNTL extensions are missing
Thomas Müller [Fri, 29 Jan 2016 15:03:35 +0000 (16:03 +0100)]
Add startup warning that the PCNTL extensions are missing

8 years agoMove signal handling to the base class to allow other commands to reuse this feature
Thomas Müller [Fri, 29 Jan 2016 14:59:57 +0000 (15:59 +0100)]
Move signal handling to the base class to allow other commands to reuse this feature

8 years agoMerge pull request #22022 from owncloud/share_ocs_filter_path_sharedwithme
Thomas Müller [Mon, 1 Feb 2016 08:00:31 +0000 (09:00 +0100)]
Merge pull request #22022 from owncloud/share_ocs_filter_path_sharedwithme

Add path filter to OCS Share API shared_with_me=true

8 years agoMerge pull request #22012 from owncloud/storagenotavailableexception-code
Thomas Müller [Mon, 1 Feb 2016 08:00:14 +0000 (09:00 +0100)]
Merge pull request #22012 from owncloud/storagenotavailableexception-code

Default to STATUS_ERROR in StorageNotAvailableException

8 years agoMerge pull request #21999 from owncloud/properly-decode-cached-objects
Thomas Müller [Mon, 1 Feb 2016 07:59:55 +0000 (08:59 +0100)]
Merge pull request #21999 from owncloud/properly-decode-cached-objects

[user_ldap] properly decode cached objects

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 1 Feb 2016 06:54:40 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 31 Jan 2016 06:54:49 +0000 (01:54 -0500)]
[tx-robot] updated from transifex

8 years agoUpdate explanation of how to enable debug mode
matthias-g [Sat, 30 Jan 2016 17:26:10 +0000 (18:26 +0100)]
Update explanation of how to enable debug mode

8 years agoAdd Unit tests
Roeland Jago Douma [Fri, 29 Jan 2016 22:04:42 +0000 (23:04 +0100)]
Add Unit tests

8 years agoEmit hook for expirationDate verification
Roeland Jago Douma [Fri, 29 Jan 2016 21:42:59 +0000 (22:42 +0100)]
Emit hook for expirationDate verification

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 30 Jan 2016 06:55:56 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years agoMerge pull request #22018 from owncloud/occ-external-delete
Thomas Müller [Fri, 29 Jan 2016 16:03:42 +0000 (17:03 +0100)]
Merge pull request #22018 from owncloud/occ-external-delete

Add delete command for external storages

8 years agoMerge pull request #21956 from owncloud/cross-cache-move
Thomas Müller [Fri, 29 Jan 2016 16:03:16 +0000 (17:03 +0100)]
Merge pull request #21956 from owncloud/cross-cache-move

Add fallback moveFromCache implementation

8 years agoMerge pull request #21790 from owncloud/ext-auth-user-provided
Vincent Petry [Fri, 29 Jan 2016 15:56:43 +0000 (16:56 +0100)]
Merge pull request #21790 from owncloud/ext-auth-user-provided

Add user provided auth mechanism

8 years agoCatch potential exceptions when accessing the users avatar - e.g. issues with the...
Thomas Müller [Fri, 29 Jan 2016 14:39:39 +0000 (15:39 +0100)]
Catch potential exceptions when accessing the users avatar - e.g. issues with the encrypted file system - fixes #21983

8 years agoAdd intergration test
Roeland Jago Douma [Fri, 29 Jan 2016 14:28:28 +0000 (15:28 +0100)]
Add intergration test

8 years agoAdd path filter to OCS Share API ?shared_with_me=true
Roeland Jago Douma [Fri, 29 Jan 2016 14:26:04 +0000 (15:26 +0100)]
Add path filter to OCS Share API ?shared_with_me=true

This allows all clients to quickly get the share info for a given path.
Instead of returning everything and filtering it then manually on the
client side.

8 years agoinject logger
Robin Appelman [Thu, 28 Jan 2016 12:07:19 +0000 (13:07 +0100)]
inject logger

8 years agoDont set null values when validating storage definition
Robin Appelman [Tue, 26 Jan 2016 13:40:55 +0000 (14:40 +0100)]
Dont set null values when validating storage definition

8 years agominor fixes
Robin Appelman [Tue, 26 Jan 2016 12:22:27 +0000 (13:22 +0100)]
minor fixes

8 years agoset auth mechanism in tests
Robin Appelman [Mon, 25 Jan 2016 15:24:33 +0000 (16:24 +0100)]
set auth mechanism in tests

8 years agoremove custom controler for user provided password auth
Robin Appelman [Tue, 19 Jan 2016 15:57:20 +0000 (16:57 +0100)]
remove custom controler for user provided password auth

8 years agodont show user provided auth as option for personal mounts
Robin Appelman [Tue, 19 Jan 2016 13:21:59 +0000 (14:21 +0100)]
dont show user provided auth as option for personal mounts

8 years agoAllow setting user provided credentials from the personal settings page
Robin Appelman [Tue, 19 Jan 2016 13:16:11 +0000 (14:16 +0100)]
Allow setting user provided credentials from the personal settings page

8 years agoexpose user provided credentials for admin mounts
Robin Appelman [Tue, 19 Jan 2016 11:18:09 +0000 (12:18 +0100)]
expose user provided credentials for admin mounts

8 years agoAdd user provided credentials mechanism
Robin Appelman [Tue, 19 Jan 2016 11:15:20 +0000 (12:15 +0100)]
Add user provided credentials mechanism

8 years agoFix invalid storages not showing in directory listing
Robin Appelman [Tue, 19 Jan 2016 11:04:34 +0000 (12:04 +0100)]
Fix invalid storages not showing in directory listing

8 years agoMerge pull request #21660 from owncloud/sharing2_update_reshares
Thomas Müller [Fri, 29 Jan 2016 13:43:16 +0000 (14:43 +0100)]
Merge pull request #21660 from owncloud/sharing2_update_reshares

upgrade to sharing 2.0, remove hierarchical re-shares

8 years agoMerge pull request #21992 from owncloud/share-dialog-error-handling
Thomas Müller [Fri, 29 Jan 2016 13:42:57 +0000 (14:42 +0100)]
Merge pull request #21992 from owncloud/share-dialog-error-handling

Properly forward error messages in share dialog

8 years agoMerge pull request #21928 from owncloud/files-external-js-checkbox-fix
Thomas Müller [Fri, 29 Jan 2016 13:18:13 +0000 (14:18 +0100)]
Merge pull request #21928 from owncloud/files-external-js-checkbox-fix

Fix validation of inputs that aren't text

8 years agoMerge pull request #21990 from owncloud/systemtags-cleanup-orphans
Thomas Müller [Fri, 29 Jan 2016 13:16:50 +0000 (14:16 +0100)]
Merge pull request #21990 from owncloud/systemtags-cleanup-orphans

Background cleanup job for system and user tag orphaned when file was deleted

8 years agoAdd delete command for external storages
Robin Appelman [Fri, 29 Jan 2016 13:10:43 +0000 (14:10 +0100)]
Add delete command for external storages

8 years agourl encode id
Arthur Schiwon [Fri, 29 Jan 2016 12:28:17 +0000 (13:28 +0100)]
url encode id

8 years agoadjust js unit test
Robin Appelman [Thu, 3 Dec 2015 13:33:15 +0000 (14:33 +0100)]
adjust js unit test

8 years agoAdd mount option to disable sharing
Robin Appelman [Wed, 2 Dec 2015 15:23:50 +0000 (16:23 +0100)]
Add mount option to disable sharing

8 years agointroduce comments read marke tables, comes with user cleanup after deletion
Arthur Schiwon [Thu, 28 Jan 2016 21:59:48 +0000 (22:59 +0100)]
introduce comments read marke tables, comes with user cleanup after deletion

8 years agostandardize datetime output
Arthur Schiwon [Thu, 28 Jan 2016 20:45:04 +0000 (21:45 +0100)]
standardize datetime output

8 years agoComments WebDAV adjustements
Arthur Schiwon [Wed, 27 Jan 2016 17:30:09 +0000 (18:30 +0100)]
Comments WebDAV adjustements

8 years agoAdd fallback moveFromCache implementation
Robin Appelman [Wed, 27 Jan 2016 14:45:19 +0000 (15:45 +0100)]
Add fallback moveFromCache implementation

8 years agoBlock shares that dont have the correct source permissions
Robin Appelman [Fri, 29 Jan 2016 12:05:53 +0000 (13:05 +0100)]
Block shares that dont have the correct source permissions

8 years agoDefault to STATUS_ERROR in StorageNotAvailableException
Robin McCorkell [Fri, 29 Jan 2016 11:57:25 +0000 (11:57 +0000)]
Default to STATUS_ERROR in StorageNotAvailableException

8 years agoAdd storage validation JS unit tests
Robin McCorkell [Fri, 29 Jan 2016 11:47:23 +0000 (11:47 +0000)]
Add storage validation JS unit tests

8 years agoCleanup job for system and user tag orphaned when file was deleted
Vincent Petry [Thu, 28 Jan 2016 14:49:33 +0000 (15:49 +0100)]
Cleanup job for system and user tag orphaned when file was deleted

Whenever a file was deleted (also from trash), the tag mapping is
pointing at a fileid that doesn't exist any more.

This cleanup job will delete such orphaned mapping entries.

8 years agoMerge pull request #21701 from owncloud/scan_files_more_details_II
Thomas Müller [Fri, 29 Jan 2016 10:41:36 +0000 (11:41 +0100)]
Merge pull request #21701 from owncloud/scan_files_more_details_II

occ scan:files Adding more details in the base print out (II)

8 years agoMerge pull request #21995 from owncloud/share2_delete_user_defined_group_shares
Thomas Müller [Fri, 29 Jan 2016 10:34:38 +0000 (11:34 +0100)]
Merge pull request #21995 from owncloud/share2_delete_user_defined_group_shares

[Share 2.0] When deleting a group share delete children

8 years agoFix the result at the bottom on IE
Pookay [Fri, 29 Jan 2016 09:07:15 +0000 (10:07 +0100)]
Fix the result at the bottom on IE

view issue #21898

8 years agoMerge pull request #21932 from owncloud/comments-dav-refinements
Thomas Müller [Fri, 29 Jan 2016 09:03:20 +0000 (10:03 +0100)]
Merge pull request #21932 from owncloud/comments-dav-refinements

provide info about plugin, and do not run commit ourselves on proppatch

8 years agoMerge pull request #21987 from owncloud/issue-21980-too-many-job-send-mysql-away
Thomas Müller [Fri, 29 Jan 2016 09:02:52 +0000 (10:02 +0100)]
Merge pull request #21987 from owncloud/issue-21980-too-many-job-send-mysql-away

Do not create a loop that generates thousands of jobs

8 years agoMerge pull request #21981 from owncloud/systemtags-trim-name
Thomas Müller [Fri, 29 Jan 2016 09:02:23 +0000 (10:02 +0100)]
Merge pull request #21981 from owncloud/systemtags-trim-name

Trim tag names to avoid problems

8 years agoMerge pull request #21993 from owncloud/updater-htacces
Thomas Müller [Fri, 29 Jan 2016 09:02:04 +0000 (10:02 +0100)]
Merge pull request #21993 from owncloud/updater-htacces

Do not rewrite requests to updater

8 years agoRemove other broken usages in deprecated methods
Joas Schilling [Fri, 29 Jan 2016 07:50:29 +0000 (08:50 +0100)]
Remove other broken usages in deprecated methods

8 years agoocc scan:files Adding more details in the base print out (II)
martin.mattel@diemattels.at [Tue, 26 Jan 2016 17:42:03 +0000 (18:42 +0100)]
occ scan:files Adding more details in the base print out (II)

Use proper method name

Fixed the interruption logic

Checks the availability of the pcntl_signal function

Fixed typo crtl-c --> ctrl-c

one overseen crtl-c typo

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 29 Jan 2016 06:55:53 +0000 (01:55 -0500)]
[tx-robot] updated from transifex

8 years ago[user_ldap] properly decode cached objects
Morris Jobke [Fri, 29 Jan 2016 06:51:16 +0000 (07:51 +0100)]
[user_ldap] properly decode cached objects

* fixes #21896

8 years agoTrim tag names to avoid problems
Joas Schilling [Thu, 28 Jan 2016 13:23:56 +0000 (14:23 +0100)]
Trim tag names to avoid problems

8 years ago[Share 2.0] When deleting a group share delete children
Roeland Jago Douma [Thu, 28 Jan 2016 19:35:46 +0000 (20:35 +0100)]
[Share 2.0] When deleting a group share delete children

For group shares we can have children. Those are custom shares when a
user has moved or deleted a group share. Those also have to be deleted
if the group share is removed.

8 years agoMerge pull request #21333 from owncloud/migrate-contacts
Thomas Müller [Thu, 28 Jan 2016 18:47:48 +0000 (19:47 +0100)]
Merge pull request #21333 from owncloud/migrate-contacts

Migrate contacts

8 years agoAdd copyright header
Lukas Reschke [Thu, 28 Jan 2016 18:27:04 +0000 (19:27 +0100)]
Add copyright header