Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-24 | 308 | -2400/+802 |
| | |||||
* | Merge pull request #20684 from owncloud/more-time | Thomas Müller | 2015-11-23 | 1 | -1/+3 |
|\ | | | | | webdav docker tests - wait at least 5 seconds after the full startup | ||||
| * | webdav docker tests - wait at least 5 seconds after the full startup | Morris Jobke | 2015-11-23 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #20609 from owncloud/dav-donotauththroughajax | Thomas Müller | 2015-11-23 | 2 | -2/+41 |
|\ \ | |/ |/| | Do not authenticate over ajax Webdav | ||||
| * | Do not authenticate over ajax | Vincent Petry | 2015-11-23 | 2 | -2/+41 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #20222 from owncloud/federated_sharing_auto_complete | Thomas Müller | 2015-11-23 | 23 | -0/+3077 |
|\ \ | |/ |/| | federated sharing auto-complete, first step | ||||
| * | unit tests | Björn Schießle | 2015-11-20 | 7 | -17/+549 |
| | | |||||
| * | fixing OCI and others | Thomas Müller | 2015-11-19 | 5 | -20/+9 |
| | | |||||
| * | make sure that both server don't try to exchange the shared secret in parallel | Björn Schießle | 2015-11-19 | 3 | -32/+79 |
| | | |||||
| * | add option to auto add servers to the list of trusted servers once a ↵ | Björn Schießle | 2015-11-19 | 9 | -8/+67 |
| | | | | | | | | federated share was created and accepted successfully | ||||
| * | add status to server list | Björn Schießle | 2015-11-19 | 4 | -5/+19 |
| | | |||||
| * | exchange shared secret | Björn Schießle | 2015-11-19 | 12 | -119/+1052 |
| | | |||||
| * | added app "federation", allows you to connect ownClouds and exchange user lists | Björn Schießle | 2015-11-19 | 17 | -0/+1503 |
| | | |||||
* | | Merge pull request #16902 from owncloud/jsocclient | Thomas Müller | 2015-11-23 | 35 | -1600/+968 |
|\ \ | | | | | | | Web UI uses Webdav instead of ajax/* calls | ||||
| * | | Update app version for Webdav impl of files GUI | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This will make sure the cached JS gets properly updated. Also, since this is a bigger change it also qualifies for a version increase :-) | ||||
| * | | Send download token as cookie to tell the UI that it started | Vincent Petry | 2015-11-22 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Fix issue when renaming creates a separate entry | Vincent Petry | 2015-11-22 | 1 | -8/+5 |
| | | | |||||
| * | | Properly join path sections | Vincent Petry | 2015-11-22 | 5 | -11/+5 |
| | | | | | | | | | | | | | | | This prevents double slashes that can mess up path comparisons in some cases. | ||||
| * | | Fix port issue - options.host already has the port attached | Thomas Müller | 2015-11-22 | 1 | -4/+2 |
| | | | |||||
| * | | Fix js file load order | Thomas Müller | 2015-11-22 | 1 | -2/+2 |
| | | | |||||
| * | | Parse share owner from Webdav to display in UI | Vincent Petry | 2015-11-22 | 1 | -1/+21 |
| | | | |||||
| * | | Query tags/favorite through Webdav in file list | Vincent Petry | 2015-11-22 | 2 | -4/+60 |
| | | | |||||
| * | | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 6 | -117/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 21 | -1469/+827 |
| | | | |||||
* | | | Merge pull request #20558 from owncloud/remove-path-from-shared-with | Thomas Müller | 2015-11-23 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Unset `path` for shared with me | ||||
| * | | | Unset `path` for shared with me | Lukas Reschke | 2015-11-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | The original path is not required for a share recipient. | ||||
* | | | | Merge pull request #20649 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2015-11-23 | 11 | -20/+30 |
|\ \ \ \ | | | | | | | | | | | Scrutinizer Auto-Fixes | ||||
| * | | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-20 | 11 | -20/+30 |
| | | | | | | | | | | | | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-23 | 10 | -16/+28 |
| |_|/ / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-22 | 12 | -6/+30 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-21 | 8 | -6/+42 |
|/ / / | |||||
* | | | dont die if the external storage backend doesn't exist | Robin Appelman | 2015-11-20 | 1 | -11/+20 |
| | | | |||||
* | | | Merge pull request #14077 from owncloud/autotest-external-swift | Thomas Müller | 2015-11-20 | 9 | -33/+236 |
|\ \ \ | | | | | | | | | [files_external] swift tests | ||||
| * | | | fix ip detection for swift-ceph | Robin Appelman | 2015-11-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Skip Swift stat test | Robin McCorkell | 2015-10-20 | 1 | -0/+4 |
| | | | | |||||
| * | | | Don't attempt to run tests unless start file is successful | Robin McCorkell | 2015-10-20 | 1 | -0/+6 |
| | | | | |||||
| * | | | Detect Docker initialization properly | Robin McCorkell | 2015-10-20 | 6 | -24/+96 |
| | | | | | | | | | | | | | | | | | | | | Use netcat to check when the port opens, rather than an arbitrary timeout. Hard limit of 60 seconds in case something breaks | ||||
| * | | | Make Swift test robust if container didn't exist | Robin McCorkell | 2015-10-20 | 1 | -9/+13 |
| | | | | |||||
| * | | | Replace Swift Docker test with Ceph image | Robin McCorkell | 2015-10-20 | 2 | -22/+38 |
| | | | | |||||
| * | | | [files_external] swift tests | Morris Jobke | 2015-10-20 | 3 | -5/+106 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-20 | 8 | -10/+16 |
| |_|/ |/| | | |||||
* | | | Merge pull request #20611 from owncloud/files-newmenuremovetextfile | Thomas Müller | 2015-11-19 | 2 | -34/+59 |
|\ \ \ | | | | | | | | | Remove "Text file" entry in the "+" menu | ||||
| * | | | Remove "Text file" entry in the "+" menu | Vincent Petry | 2015-11-19 | 2 | -34/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Adding an existing sharee is idempotent | Thomas Müller | 2015-11-19 | 2 | -10/+30 |
| | | | | |||||
* | | | | Implement CSRF protection | Thomas Müller | 2015-11-19 | 3 | -1/+26 |
| | | | | |||||
* | | | | Addressbook sharing added based on a simplified approach which is based on ↵ | Thomas Müller | 2015-11-19 | 10 | -5/+605 |
|/ / / | | | | | | | | | | calendar sharing standard | ||||
* | | | Merge pull request #20537 from ↵ | Thomas Müller | 2015-11-19 | 3 | -15/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/add-internal-locking-to-new-webdav-endpoint Add internal locking plugin | ||||
| * | | | Add internal locking plugin - fixes #20502 | Thomas Müller | 2015-11-16 | 3 | -15/+10 |
| | | | | |||||
* | | | | Merge pull request #20594 from owncloud/use-proper-variable | Thomas Müller | 2015-11-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Use proper variable | ||||
| * | | | | Use proper variable | Lukas Reschke | 2015-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | `$shares` is not defined. Introduced with https://github.com/owncloud/core/commit/c3e7d324c5e61eb087fb2ea5102d332f9f08db3d and thus also in stable8.2 |