]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years ago[Share 2.0] Fix defaultshare provider
Roeland Jago Douma [Tue, 2 Feb 2016 15:57:50 +0000 (16:57 +0100)]
[Share 2.0] Fix defaultshare provider

8 years ago[Share 2.0] Use strings for ids
Roeland Jago Douma [Tue, 2 Feb 2016 15:55:41 +0000 (16:55 +0100)]
[Share 2.0] Use strings for ids

* sharedWith
* sharedBy
* shareOwner

Now all set/get strings with the id. (userId, groupId,
federatedsharerId).

This to avoid a huge amount of if statements

8 years agoMerge pull request #22106 from owncloud/use-newly-generated-keys
Daniel Molkentin [Wed, 3 Feb 2016 17:19:24 +0000 (18:19 +0100)]
Merge pull request #22106 from owncloud/use-newly-generated-keys

Use newly generated certificate authority

8 years agoUse newly generated certificate authority
Lukas Reschke [Wed, 3 Feb 2016 17:17:43 +0000 (18:17 +0100)]
Use newly generated certificate authority

8 years agoMerge pull request #22086 from RealRancor/RealRancor-patch-1
Thomas Müller [Wed, 3 Feb 2016 15:09:02 +0000 (16:09 +0100)]
Merge pull request #22086 from RealRancor/RealRancor-patch-1

Remove files_locking from shipped.json

8 years agoMerge pull request #22095 from owncloud/public_link_with_port
Thomas Müller [Wed, 3 Feb 2016 15:06:54 +0000 (16:06 +0100)]
Merge pull request #22095 from owncloud/public_link_with_port

Public link downloads should work on instance on non default port

8 years agoMerge pull request #22071 from owncloud/cache-split-insert
Thomas Müller [Wed, 3 Feb 2016 13:32:28 +0000 (14:32 +0100)]
Merge pull request #22071 from owncloud/cache-split-insert

split cache->insert from cache->put

8 years agoMerge pull request #22098 from owncloud/cleanup-core-apps
Thomas Müller [Wed, 3 Feb 2016 13:17:10 +0000 (14:17 +0100)]
Merge pull request #22098 from owncloud/cleanup-core-apps

Cleanup core apps

8 years agoMerge pull request #21996 from owncloud/flysystem-1.0.16
Thomas Müller [Wed, 3 Feb 2016 12:57:09 +0000 (13:57 +0100)]
Merge pull request #21996 from owncloud/flysystem-1.0.16

[3rdparty] Bump flysystem to 1.0.16

8 years agoMerge pull request #22070 from owncloud/share2_exceptions
Thomas Müller [Wed, 3 Feb 2016 12:36:14 +0000 (13:36 +0100)]
Merge pull request #22070 from owncloud/share2_exceptions

Add sharing exceptions to OCP

8 years agoMerge pull request #22099 from owncloud/revert-22090-skip-migration-tests-setting
Thomas Müller [Wed, 3 Feb 2016 12:03:43 +0000 (13:03 +0100)]
Merge pull request #22099 from owncloud/revert-22090-skip-migration-tests-setting

Revert "setting to skip migration tests by default"

8 years agoRevert "setting to skip migration tests by default"
Morris Jobke [Wed, 3 Feb 2016 11:59:47 +0000 (12:59 +0100)]
Revert "setting to skip migration tests by default"

8 years agoMake sure tests don't leave a stray directory behind
Joas Schilling [Wed, 3 Feb 2016 11:57:22 +0000 (12:57 +0100)]
Make sure tests don't leave a stray directory behind

8 years agoMake sure encryption has a valid licence tag
Joas Schilling [Wed, 3 Feb 2016 11:57:03 +0000 (12:57 +0100)]
Make sure encryption has a valid licence tag

8 years agoRemove deprecated and unused standalone tag
Joas Schilling [Wed, 3 Feb 2016 11:56:42 +0000 (12:56 +0100)]
Remove deprecated and unused standalone tag

8 years agoRemove invalid app user doc links
Joas Schilling [Wed, 3 Feb 2016 11:56:17 +0000 (12:56 +0100)]
Remove invalid app user doc links

8 years agosplit cache->insert from cache->put
Robin Appelman [Tue, 2 Feb 2016 13:41:14 +0000 (14:41 +0100)]
split cache->insert from cache->put

8 years agoMerge pull request #21997 from owncloud/checksums
Thomas Müller [Wed, 3 Feb 2016 10:36:22 +0000 (11:36 +0100)]
Merge pull request #21997 from owncloud/checksums

Checksums

8 years agoMerge pull request #22081 from owncloud/mount-cache-invalid-storage
Thomas Müller [Wed, 3 Feb 2016 10:36:04 +0000 (11:36 +0100)]
Merge pull request #22081 from owncloud/mount-cache-invalid-storage

filter invalid storages from the mount cache early

8 years agoMerge pull request #22084 from owncloud/configphp-fixes
Thomas Müller [Wed, 3 Feb 2016 10:35:43 +0000 (11:35 +0100)]
Merge pull request #22084 from owncloud/configphp-fixes

small corrections; Web is capitalized, webroot is one lowercase word

8 years agoMerge pull request #22090 from owncloud/skip-migration-tests-setting
Thomas Müller [Wed, 3 Feb 2016 10:35:16 +0000 (11:35 +0100)]
Merge pull request #22090 from owncloud/skip-migration-tests-setting

setting to skip migration tests by default

8 years agoConstruct valid URL
Roeland Jago Douma [Wed, 3 Feb 2016 10:29:36 +0000 (11:29 +0100)]
Construct valid URL

8 years agohost and hostname are different things
Roeland Jago Douma [Wed, 3 Feb 2016 10:28:07 +0000 (11:28 +0100)]
host and hostname are different things

host can contain the port (host of http://example.com:1234 is
example.com:1234) while hostname never contains a port. They can however
be similar. If you navigate to http://example.com then both host and
hostname will be example.com.

* Fixed docs
* added getHostName function

8 years agosmall corrections; Web is capitalized, webroot is one lowercase word
Carla Schroder [Tue, 2 Feb 2016 23:30:07 +0000 (15:30 -0800)]
small corrections; Web is capitalized, webroot is one lowercase word

8 years agoRemove files_locking from shipped.json
RealRancor [Wed, 3 Feb 2016 07:14:08 +0000 (08:14 +0100)]
Remove files_locking from shipped.json

8 years agosetting to skip migration tests by default
Morris Jobke [Thu, 1 Oct 2015 12:23:25 +0000 (14:23 +0200)]
setting to skip migration tests by default

* if you install owncloud via package it is not
  possible to skip migration tests
* this also allows to disable migration tests for
  an instance by default

8 years agoMerge pull request #21772 from owncloud/occ-external-applicable
Thomas Müller [Wed, 3 Feb 2016 08:03:59 +0000 (09:03 +0100)]
Merge pull request #21772 from owncloud/occ-external-applicable

Add occ command to manage applicables

8 years agoAdd store/retrieve checksums
Roeland Jago Douma [Fri, 29 Jan 2016 20:50:48 +0000 (21:50 +0100)]
Add store/retrieve checksums

* Add extra db column to filecache
* Bump version
* Update filecache code to actually handle checksum
* Webdav code to store/retrieve checksums

8 years agoMerge pull request #21961 from owncloud/comments-gui
Thomas Müller [Wed, 3 Feb 2016 08:03:43 +0000 (09:03 +0100)]
Merge pull request #21961 from owncloud/comments-gui

Comments GUI in files sidebar

8 years agoMerge pull request #22059 from owncloud/comments-readmark-dav
Thomas Müller [Wed, 3 Feb 2016 08:00:32 +0000 (09:00 +0100)]
Merge pull request #22059 from owncloud/comments-readmark-dav

Comments DAV methods for read mark manipulation (mark comments of a file as read) + return isUnread status

8 years agoMerge pull request #22053 from owncloud/files_external-params-flags
Thomas Müller [Wed, 3 Feb 2016 08:00:17 +0000 (09:00 +0100)]
Merge pull request #22053 from owncloud/files_external-params-flags

Remove magic flags from files_external backend params

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

8 years agoMerge pull request #22076 from owncloud/activities-yes-default-enabled-no
Morris Jobke [Tue, 2 Feb 2016 17:20:20 +0000 (18:20 +0100)]
Merge pull request #22076 from owncloud/activities-yes-default-enabled-no

Don't enable tag activities for email by default

8 years agoAdd comments app to expected apps in test
Vincent Petry [Tue, 2 Feb 2016 17:14:58 +0000 (18:14 +0100)]
Add comments app to expected apps in test

8 years agofilter invalid storages from the mount cache early
Robin Appelman [Tue, 2 Feb 2016 17:10:13 +0000 (18:10 +0100)]
filter invalid storages from the mount cache early

8 years agoFixed report name
Vincent Petry [Tue, 2 Feb 2016 17:06:16 +0000 (18:06 +0100)]
Fixed report name

8 years agoAdded JS unit tests for comments
Vincent Petry [Tue, 2 Feb 2016 14:13:45 +0000 (15:13 +0100)]
Added JS unit tests for comments

8 years agoAdd spinner when submitting comments
Vincent Petry [Tue, 2 Feb 2016 11:06:12 +0000 (12:06 +0100)]
Add spinner when submitting comments

8 years agoFix parsing empty Webdav property nodes
Vincent Petry [Tue, 2 Feb 2016 10:52:55 +0000 (11:52 +0100)]
Fix parsing empty Webdav property nodes

Return empty string instead of undefined

8 years agoFix formatting messages with newlines
Vincent Petry [Mon, 1 Feb 2016 15:54:27 +0000 (16:54 +0100)]
Fix formatting messages with newlines

8 years agoBetter comments pagination logic
Vincent Petry [Mon, 1 Feb 2016 15:54:18 +0000 (16:54 +0100)]
Better comments pagination logic

8 years agoImprove comments style, add avatars
Vincent Petry [Mon, 1 Feb 2016 15:37:33 +0000 (16:37 +0100)]
Improve comments style, add avatars

8 years agoExpose display name in JS side
Vincent Petry [Mon, 1 Feb 2016 14:11:42 +0000 (15:11 +0100)]
Expose display name in JS side

Adds a new method `OC.getCurrentUser` to get both the user id and
display name Could be used for a future Js

8 years agoUse last comment's time for pagination
Vincent Petry [Thu, 28 Jan 2016 13:26:07 +0000 (14:26 +0100)]
Use last comment's time for pagination

8 years agoAdd pagination support for comments GUI
Vincent Petry [Thu, 28 Jan 2016 13:24:12 +0000 (14:24 +0100)]
Add pagination support for comments GUI

8 years agoImprove comment date format
Vincent Petry [Thu, 28 Jan 2016 10:47:23 +0000 (11:47 +0100)]
Improve comment date format

8 years agoComments GUI
Vincent Petry [Wed, 27 Jan 2016 17:28:55 +0000 (18:28 +0100)]
Comments GUI

8 years agoDon't enable tag activities by default
Joas Schilling [Tue, 2 Feb 2016 15:28:37 +0000 (16:28 +0100)]
Don't enable tag activities by default

8 years agoMerge pull request #22054 from vincchan/vincchan/fix#20199
Thomas Müller [Tue, 2 Feb 2016 14:59:07 +0000 (15:59 +0100)]
Merge pull request #22054 from vincchan/vincchan/fix#20199

Move data protection check to javascript

8 years agoRemove magic flags from files_external backend params
Robin Appelman [Mon, 1 Feb 2016 16:44:58 +0000 (17:44 +0100)]
Remove magic flags from files_external backend params

8 years agoupdate routine was lacking where statements :see_no_evil:
Arthur Schiwon [Mon, 1 Feb 2016 21:45:52 +0000 (22:45 +0100)]
update routine was lacking where statements :see_no_evil:

8 years ago[Share 2.0] Use GenericShareException
Roeland Jago Douma [Tue, 2 Feb 2016 13:18:59 +0000 (14:18 +0100)]
[Share 2.0] Use GenericShareException

8 years ago[Share 2.0] Add exceptions to OCP
Roeland Jago Douma [Tue, 2 Feb 2016 13:07:11 +0000 (14:07 +0100)]
[Share 2.0] Add exceptions to OCP

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 agoAdd occ command to manage applicables
Robin Appelman [Mon, 18 Jan 2016 10:58:17 +0000 (11:58 +0100)]
Add occ command to manage applicables

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 agochanged variables to lowercase
Vincent Chan [Tue, 2 Feb 2016 09:32:50 +0000 (10:32 +0100)]
changed variables to lowercase

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 agoMove data protection check to javascript
Vincent Chan [Mon, 1 Feb 2016 17:14:10 +0000 (18:14 +0100)]
Move data protection check to javascript
fixes #20199

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 agoset read marker via proppatch against entity
Arthur Schiwon [Mon, 1 Feb 2016 16:26:42 +0000 (17:26 +0100)]
set read marker via proppatch against entity

8 years agoReturn isUnread property per comment
Arthur Schiwon [Fri, 29 Jan 2016 22:23:16 +0000 (23:23 +0100)]
Return isUnread property per comment

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 ago[3rdparty] Bump flysystem to 1.0.16
Roeland Jago Douma [Thu, 28 Jan 2016 19:52:42 +0000 (20:52 +0100)]
[3rdparty] Bump flysystem to 1.0.16

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