]>
source.dussan.org Git - nextcloud-server.git/log
Thomas Müller [Tue, 24 Nov 2015 15:19:25 +0000 (16:19 +0100)]
Remove invalid use statement
Björn Schießle [Tue, 24 Nov 2015 12:07:40 +0000 (13:07 +0100)]
always store server url without a trailing slash
Björn Schießle [Mon, 23 Nov 2015 16:01:53 +0000 (17:01 +0100)]
use hooks to auto add server to the list of trusted servers once a federated share was created
Thomas Müller [Mon, 23 Nov 2015 14:35:51 +0000 (15:35 +0100)]
Merge pull request #20684 from owncloud/more-time
webdav docker tests - wait at least 5 seconds after the full startup
Morris Jobke [Mon, 23 Nov 2015 13:49:01 +0000 (14:49 +0100)]
webdav docker tests - wait at least 5 seconds after the full startup
Thomas Müller [Mon, 23 Nov 2015 12:34:40 +0000 (13:34 +0100)]
Merge pull request #20587 from owncloud/sharing-api-integration-tests-roelandcases
Requested sharing API test cases.
Thomas Müller [Mon, 23 Nov 2015 12:33:08 +0000 (13:33 +0100)]
Merge pull request #20609 from owncloud/dav-donotauththroughajax
Do not authenticate over ajax Webdav
Thomas Müller [Mon, 23 Nov 2015 12:32:46 +0000 (13:32 +0100)]
Merge pull request #20679 from owncloud/fixphpdoc
p() supports string as argument
Thomas Müller [Mon, 23 Nov 2015 12:29:08 +0000 (13:29 +0100)]
Merge pull request #20617 from owncloud/fix-usage-of-lastInsertId
lastInsertId() is properly working with Oracle if the table name is p…
Thomas Müller [Mon, 23 Nov 2015 12:28:49 +0000 (13:28 +0100)]
Merge pull request #20543 from owncloud/share2.0_fix_hooks
Move hook and delete children logic to share manager
Thomas Müller [Mon, 23 Nov 2015 12:14:45 +0000 (13:14 +0100)]
Merge pull request #20577 from owncloud/notifications-datetime-timestamp
Use a DateTime object instead of a timestamp
Roeland Jago Douma [Tue, 10 Nov 2015 13:14:49 +0000 (14:14 +0100)]
[Sharing 2.0] Move hook and delete children logic to share manager
To make sure hooks are always fired and child entries are always
cleaned. This logic is moved to the share manager.
* Updated unit tests
Morris Jobke [Mon, 23 Nov 2015 11:11:23 +0000 (12:11 +0100)]
p() supports string as argument
Thomas Müller [Fri, 20 Nov 2015 12:00:42 +0000 (13:00 +0100)]
Throw an exception in case no table name is passed into lastInsertId of the Oracle adapter
Thomas Müller [Thu, 19 Nov 2015 16:18:22 +0000 (17:18 +0100)]
lastInsertId() is properly working with Oracle if the table name is properly passed in
Joas Schilling [Wed, 18 Nov 2015 15:27:48 +0000 (16:27 +0100)]
Use a DateTime object instead of a timestamp
Thomas Müller [Mon, 23 Nov 2015 09:42:14 +0000 (10:42 +0100)]
Merge pull request #20222 from owncloud/federated_sharing_auto_complete
federated sharing auto-complete, first step
Thomas Müller [Mon, 23 Nov 2015 09:07:52 +0000 (10:07 +0100)]
Merge pull request #20623 from owncloud/app-list-enhancements
Add cmdline key to show shipped/non-shipped apps only
Vincent Petry [Thu, 19 Nov 2015 13:18:27 +0000 (14:18 +0100)]
Do not authenticate over ajax
This makes sure that whenever a Webdav call is done through Ajax, if the
session has expired, it will not send back a challenge but a simple 401
response. Without this fix, the default code would send back a challenge
and trigger the browser's basic auth dialog.
Thomas Müller [Mon, 23 Nov 2015 08:38:01 +0000 (09:38 +0100)]
Merge pull request #16902 from owncloud/jsocclient
Web UI uses Webdav instead of ajax/* calls
Victor Dubiniuk [Thu, 19 Nov 2015 20:09:31 +0000 (23:09 +0300)]
Add cmdline key to show shipped/non-shipped apps only
Thomas Müller [Mon, 23 Nov 2015 08:05:13 +0000 (09:05 +0100)]
Merge pull request #20524 from owncloud/pgsql-version-check-error
assume pgsql >=9 if checking the version fails
Thomas Müller [Mon, 23 Nov 2015 08:04:52 +0000 (09:04 +0100)]
Merge pull request #20558 from owncloud/remove-path-from-shared-with
Unset `path` for shared with me
Thomas Müller [Mon, 23 Nov 2015 07:36:47 +0000 (08:36 +0100)]
Merge pull request #20559 from owncloud/settings_app_to_controller
[Settings] Moved changedisplayname to usercontroller
Thomas Müller [Mon, 23 Nov 2015 07:35:26 +0000 (08:35 +0100)]
Merge pull request #20649 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Thomas Müller [Mon, 23 Nov 2015 07:35:08 +0000 (08:35 +0100)]
Merge pull request #20633 from owncloud/symfony_console_2.7.4
[3rdparty] Bump for symfony/console-2.7.4
Jenkins for ownCloud [Mon, 23 Nov 2015 06:54:53 +0000 (01:54 -0500)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 20 Nov 2015 11:47:16 +0000 (12:47 +0100)]
[3rdparty] Bump for symfony/console-2.7.4
Vincent Petry [Fri, 20 Nov 2015 16:12:50 +0000 (17:12 +0100)]
Update app version for Webdav impl of files GUI
This will make sure the cached JS gets properly updated.
Also, since this is a bigger change it also qualifies for a version
increase :-)
Robin Appelman [Thu, 19 Nov 2015 16:33:17 +0000 (17:33 +0100)]
also match ie11 with Request::USER_AGENT_IE
Vincent Petry [Thu, 19 Nov 2015 16:20:06 +0000 (17:20 +0100)]
Now using IE8 workaround of davclient.js for all IE versions
Vincent Petry [Thu, 19 Nov 2015 14:22:52 +0000 (15:22 +0100)]
Patch for davclient.js for Firefox
Vincent Petry [Thu, 19 Nov 2015 11:01:55 +0000 (12:01 +0100)]
Send download token as cookie to tell the UI that it started
This used to be done in the ajax download code. Now that single file
downloads are going through Webdav, the token handling needs to be done
here too.
Vincent Petry [Thu, 19 Nov 2015 10:42:17 +0000 (11:42 +0100)]
Fix issue when renaming creates a separate entry
Vincent Petry [Wed, 18 Nov 2015 16:54:00 +0000 (17:54 +0100)]
Properly join path sections
This prevents double slashes that can mess up path comparisons in some
cases.
Vincent Petry [Wed, 18 Nov 2015 14:42:35 +0000 (15:42 +0100)]
Fix OC.FileInfo to copy all properties
This makes it possible to also store custom properties passed through
the data object like tags or shareOwner.
Thomas Müller [Wed, 18 Nov 2015 14:27:17 +0000 (15:27 +0100)]
Fix undefined HTTP_USER_AGENT
Vincent Petry [Wed, 18 Nov 2015 14:24:39 +0000 (15:24 +0100)]
Update davclient.js
Vincent Petry [Wed, 18 Nov 2015 14:18:00 +0000 (15:18 +0100)]
Use oc:fileid property instead of oc:id
Thomas Müller [Tue, 17 Nov 2015 12:37:13 +0000 (13:37 +0100)]
Fix port issue - options.host already has the port attached
Thomas Müller [Tue, 17 Nov 2015 12:36:40 +0000 (13:36 +0100)]
Fix js file load order
Vincent Petry [Mon, 2 Nov 2015 14:27:58 +0000 (15:27 +0100)]
Parse share owner from Webdav to display in UI
Vincent Petry [Mon, 2 Nov 2015 13:17:49 +0000 (14:17 +0100)]
Query tags/favorite through Webdav in file list
Vincent Petry [Mon, 13 Jul 2015 15:41:20 +0000 (17:41 +0200)]
Make public link share page work with Webdav and add operations
The public page now uses the public.php/webdav endpoint.
Also enabled more file operations like rename, move, delete and create
folder from the public page, which are now all possible thanks to the
public.php/webdav endpoint.
Vincent Petry [Mon, 13 Jul 2015 15:38:13 +0000 (17:38 +0200)]
Make files app use Webdav for most operations
Vincent Petry [Mon, 13 Jul 2015 15:31:47 +0000 (17:31 +0200)]
Added OC.Files.Client Webdav-based files client
Vincent Petry [Mon, 2 Nov 2015 12:19:30 +0000 (13:19 +0100)]
Add evert's davclient.js + es6-promise + IE8 workaround
- Add davclient.js lib
- Add es6-promise required by that lib
- Wrote IE8 workaround lib/shim for davclient.js
Jenkins for ownCloud [Sun, 22 Nov 2015 06:54:53 +0000 (01:54 -0500)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 21 Nov 2015 06:54:59 +0000 (01:54 -0500)]
[tx-robot] updated from transifex
Scrutinizer Auto-Fixer [Fri, 20 Nov 2015 15:42:34 +0000 (15:42 +0000)]
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Thomas Müller [Fri, 20 Nov 2015 15:06:25 +0000 (16:06 +0100)]
Merge pull request #20641 from owncloud/files_external_missing_backend
dont die if the external storage backend doesn't exist
Roeland Jago Douma [Sun, 8 Nov 2015 21:08:19 +0000 (22:08 +0100)]
Moved changedisplayname to usercontroller
Killed the old static route to change a users display name and moved it
to a properly testable controller.
Björn Schießle [Thu, 19 Nov 2015 16:49:43 +0000 (17:49 +0100)]
unit tests
Robin Appelman [Fri, 20 Nov 2015 14:23:09 +0000 (15:23 +0100)]
dont die if the external storage backend doesn't exist
Thomas Müller [Fri, 20 Nov 2015 14:22:52 +0000 (15:22 +0100)]
Merge pull request #20614 from owncloud/use-mocks-when-testing-isSharingDisabledForUser
Use mocks when testing isSharingDisabledForUser
Thomas Müller [Fri, 20 Nov 2015 13:38:29 +0000 (14:38 +0100)]
Adjust PHPDoc as suggested
Thomas Müller [Fri, 20 Nov 2015 12:57:54 +0000 (13:57 +0100)]
Merge pull request #14077 from owncloud/autotest-external-swift
[files_external] swift tests
Sergio Bertolin [Fri, 20 Nov 2015 11:56:05 +0000 (11:56 +0000)]
Added test case about trying to reshare a file with more permissions
Sergio Bertolin [Fri, 20 Nov 2015 11:26:52 +0000 (11:26 +0000)]
Making webdav path configurable
Sergio Bertolin [Fri, 20 Nov 2015 09:17:48 +0000 (09:17 +0000)]
modified makedavrequest to return response
Thomas Müller [Fri, 20 Nov 2015 09:16:28 +0000 (10:16 +0100)]
Merge pull request #20624 from owncloud/clean_3rparty_tests
Bump 3rdparty. No longer ship 3rdparty tests dirs
Roeland Jago Douma [Thu, 19 Nov 2015 21:03:10 +0000 (22:03 +0100)]
Bump 3rdparty. No longer ship tests dirs
Jenkins for ownCloud [Fri, 20 Nov 2015 06:55:32 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Thomas Müller [Thu, 19 Nov 2015 16:10:42 +0000 (17:10 +0100)]
fixing OCI and others
Björn Schießle [Thu, 19 Nov 2015 10:48:21 +0000 (11:48 +0100)]
make sure that both server don't try to exchange the shared secret in parallel
Björn Schießle [Wed, 18 Nov 2015 14:07:41 +0000 (15:07 +0100)]
add option to auto add servers to the list of trusted servers once a federated share was created and accepted successfully
Björn Schießle [Wed, 18 Nov 2015 12:38:03 +0000 (13:38 +0100)]
add status to server list
Björn Schießle [Wed, 18 Nov 2015 10:49:10 +0000 (11:49 +0100)]
change 'cronstatus' to 'status' so that it can be used in other apps too
Björn Schießle [Tue, 17 Nov 2015 09:17:47 +0000 (10:17 +0100)]
add federation to shipped.json
Björn Schießle [Tue, 10 Nov 2015 09:50:59 +0000 (10:50 +0100)]
exchange shared secret
Björn Schießle [Thu, 29 Oct 2015 16:27:14 +0000 (17:27 +0100)]
added app "federation", allows you to connect ownClouds and exchange user lists
Thomas Müller [Thu, 19 Nov 2015 16:27:30 +0000 (17:27 +0100)]
Merge pull request #20034 from owncloud/icewind_streams_0.3.0
Bump 3rdparty for icewind/streams-0.3.0
Thomas Müller [Thu, 19 Nov 2015 16:27:14 +0000 (17:27 +0100)]
Merge pull request #20615 from owncloud/systemtag-fix-method-name
Adjust the method name to reflect it's behaviour
Thomas Müller [Thu, 19 Nov 2015 15:58:27 +0000 (16:58 +0100)]
Merge pull request #20611 from owncloud/files-newmenuremovetextfile
Remove "Text file" entry in the "+" menu
Thomas Müller [Thu, 19 Nov 2015 15:53:57 +0000 (16:53 +0100)]
Merge pull request #20355 from owncloud/add-carddav-sharing
Add carddav sharing
Thomas Müller [Thu, 19 Nov 2015 15:53:37 +0000 (16:53 +0100)]
Merge pull request #20603 from owncloud/joblist--more-robust
Make the JobList test more robust by sorting the result of getAll bef…
Thomas Müller [Thu, 19 Nov 2015 15:20:27 +0000 (16:20 +0100)]
Fix failing unit test :skull:
Joas Schilling [Thu, 19 Nov 2015 15:08:21 +0000 (16:08 +0100)]
Adjust the method name to reflect it's behaviour
Thomas Müller [Thu, 19 Nov 2015 14:47:47 +0000 (15:47 +0100)]
Merge pull request #20563 from owncloud/systemtags-interface
Core interfaces for system tags and its manager
Vincent Petry [Thu, 19 Nov 2015 13:39:41 +0000 (14:39 +0100)]
Remove "Text file" entry in the "+" menu
The text editor app will register this instead.
Also made "fileList" a non-private attribute to make it possible for
plugins to access the attached file list object.
Thomas Müller [Thu, 19 Nov 2015 14:35:58 +0000 (15:35 +0100)]
Use mocks when testing isSharingDisabledForUser
Sergio Bertolin [Thu, 19 Nov 2015 14:17:56 +0000 (14:17 +0000)]
added test about resharing
Roeland Jago Douma [Wed, 18 Nov 2015 16:32:09 +0000 (17:32 +0100)]
Follow the interface again
Roeland Jago Douma [Mon, 26 Oct 2015 07:18:28 +0000 (08:18 +0100)]
Bump 3rdparty for icewind/streams-0.3.0
Sergio Bertolin [Thu, 19 Nov 2015 10:28:38 +0000 (10:28 +0000)]
Added test and logic for deleting all group shares
Sergio Bertolin [Thu, 19 Nov 2015 09:36:56 +0000 (09:36 +0000)]
Added test for shared_with_me parameter
Sergio Bertolin [Wed, 18 Nov 2015 11:09:34 +0000 (11:09 +0000)]
Added some requirements for first test case
Thomas Müller [Wed, 18 Nov 2015 14:04:53 +0000 (15:04 +0100)]
Adding an existing sharee is idempotent
Thomas Müller [Tue, 10 Nov 2015 06:54:35 +0000 (07:54 +0100)]
Implement CSRF protection
Thomas Müller [Thu, 5 Nov 2015 15:46:37 +0000 (16:46 +0100)]
Addressbook sharing added based on a simplified approach which is based on calendar sharing standard
Vincent Petry [Tue, 17 Nov 2015 16:01:53 +0000 (17:01 +0100)]
Core interfaces for system tags and its manager
Thomas Müller [Thu, 19 Nov 2015 10:31:10 +0000 (11:31 +0100)]
Merge pull request #20570 from owncloud/integration-fix-docs
Integration fix docs
Thomas Müller [Thu, 19 Nov 2015 09:55:07 +0000 (10:55 +0100)]
Merge pull request #20537 from owncloud/add-internal-locking-to-new-webdav-endpoint
Add internal locking plugin
Thomas Müller [Thu, 19 Nov 2015 09:41:30 +0000 (10:41 +0100)]
Merge pull request #20533 from owncloud/log-level
clarify log level setting design, fix #20514
Thomas Müller [Thu, 19 Nov 2015 09:41:14 +0000 (10:41 +0100)]
Merge pull request #20594 from owncloud/use-proper-variable
Use proper variable
Joas Schilling [Thu, 19 Nov 2015 08:25:34 +0000 (09:25 +0100)]
Make the JobList test more robust by sorting the result of getAll before comparison
Jenkins for ownCloud [Thu, 19 Nov 2015 06:55:13 +0000 (01:55 -0500)]
[tx-robot] updated from transifex
Lukas Reschke [Wed, 18 Nov 2015 21:28:48 +0000 (22:28 +0100)]
Use proper variable
`$shares` is not defined. Introduced with https://github.com/owncloud/core/commit/
c3e7d324c5e61eb087fb2ea5102d332f9f08db3d and thus also in stable8.2
Robin Appelman [Wed, 18 Nov 2015 20:49:10 +0000 (21:49 +0100)]
Merge pull request #20584 from owncloud/fileinfo-owner-external-share
Fix getOwner for external shares
Thomas Müller [Wed, 18 Nov 2015 19:16:01 +0000 (20:16 +0100)]
Merge pull request #20585 from owncloud/fix-htaccess-dav
Update .well-known redirects to the new dav endpoint