Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More fixes to the docs | Joas Schilling | 2015-12-08 | 2 | -2/+14 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 3 | -0/+16 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -1/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 6 | -8/+3 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #20581 from owncloud/public-page-preview-hidpi-scale | Thomas Müller | 2015-12-07 | 1 | -4/+8 |
|\ | | | | | Fix hidpi previews on public page | ||||
| * | Fix hidpi previews on public page | Robin Appelman | 2015-11-18 | 1 | -4/+8 |
| | | |||||
* | | Merge pull request #20900 from owncloud/share-group-only-with-exact-match | Thomas Müller | 2015-12-03 | 2 | -12/+41 |
|\ \ | | | | | | | Only return the exact match, when it's allowed | ||||
| * | | Only return the exact match, when it's allowed | Joas Schilling | 2015-12-02 | 2 | -12/+41 |
| | | | |||||
* | | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-users | Thomas Müller | 2015-12-02 | 2 | -19/+1 |
|\ \ \ | |/ / |/| | | Adding system addressbook for users of this instance - a occ command … | ||||
| * | | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 2 | -19/+1 |
| | | | |||||
* | | | Merge pull request #20884 from owncloud/fix_20713 | Thomas Müller | 2015-12-02 | 1 | -1/+3 |
|\ \ \ | |/ / |/| | | Respect disabled incoming federated shares | ||||
| * | | [Sharing] Respect disabled incoming federated shares | Roeland Jago Douma | 2015-12-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | Only fetch the incoming federated shares if incoming shares are actually enabled. Fixes #20713 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-02 | 4 | -4/+4 |
|/ / | |||||
* | | Fix the width of the share with input | Morris Jobke | 2015-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | * the ID of this has changed to #shareWith-viewNUMBER and shouldn't be used in CSS * now uses the proper classes | ||||
* | | Merge pull request #20688 from owncloud/publiclink-getdownloadurl-webdav | Thomas Müller | 2015-11-30 | 2 | -7/+10 |
|\ \ | | | | | | | Fix public link getDownloadUrl to return Webdav public link | ||||
| * | | Fix public link getDownloadUrl to return Webdav public link | Vincent Petry | 2015-11-25 | 2 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is for apps that use getDownloadUrl() to access the Webdav endpoint for example for streaming. Also happens when clicking on the download action of a file. Note that the regular visible download URL is still the same. | ||||
* | | | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 2 | -0/+4 |
| | | | | | | | | | | | | Adding more DB groups to test suits | ||||
* | | | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 24 | -38/+108 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-27 | 2 | -6/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-26 | 2 | -0/+20 |
| | | | |||||
* | | | Merge pull request #20691 from owncloud/share2.0_di_fixes | Thomas Müller | 2015-11-25 | 3 | -124/+222 |
|\ \ \ | | | | | | | | | [Sharing 2.0] di fixes | ||||
| * | | | [Sharing 2.0] Use the rootfolder to get the path of a share | Roeland Jago Douma | 2015-11-24 | 3 | -49/+65 |
| | | | | | | | | | | | | | | | | | | | | We need to use the rootfolder here since we also other people than the shareOwner can request a share. | ||||
| * | | | [Sharing 2.0] Fix phpdoc etc | Roeland Jago Douma | 2015-11-24 | 1 | -6/+6 |
| | | | | |||||
| * | | | [Sharing 2.0] Move authentication to the OCS API | Roeland Jago Douma | 2015-11-24 | 3 | -62/+147 |
| | | | | |||||
| * | | | [Sharing 2.0] Default share provider only generic DI | Roeland Jago Douma | 2015-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | No injection of userfolders etc. Only generic DI components (IRootFolder) etc should be used to make sure we can also run this from the cli | ||||
| * | | | [Sharing 2.0] Removed unused DI stuff | Roeland Jago Douma | 2015-11-24 | 2 | -26/+23 |
| | | | | | | | | | | | | | | | | | | | | The share manager etc should not care about filtering stuff. They should return what is asked for them. | ||||
* | | | | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 13 | -795/+54 |
|\ \ \ \ | | | | | | | | | | | Take submount etag into account for folder etags | ||||
| * | | | | update tests | Robin Appelman | 2015-11-19 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 12 | -794/+52 |
| | | | | | | | | | | | | | | | | | | | | this replaces shared etag propagation | ||||
* | | | | | Merge pull request #20692 from owncloud/federation_auto_add_servers | Thomas Müller | 2015-11-24 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | auto-add ownClouds to the list of trusted servers | ||||
| * | | | | | use hooks to auto add server to the list of trusted servers once a federated ↵ | Björn Schießle | 2015-11-24 | 1 | -0/+2 |
| | |_|/ / | |/| | | | | | | | | | | | | | share was created | ||||
* | | | | | Merge pull request #20595 from owncloud/fix-double-slashes | Thomas Müller | 2015-11-24 | 1 | -1/+5 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Avoid double slashes in URL when trying to add an remote share | ||||
| * | | | | Avoid double slashes in URL when trying to add an remote share | blizzz | 2015-11-18 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | When being on a link share and clicking "Add to your ownCloud" a double slash might be inserted in the URL if the entered ownCloud host ended with a slash. Results in a server error. | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-24 | 2 | -0/+2 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #16902 from owncloud/jsocclient | Thomas Müller | 2015-11-23 | 7 | -122/+62 |
|\ \ \ \ | | | | | | | | | | | Web UI uses Webdav instead of ajax/* calls | ||||
| * | | | | Properly join path sections | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | | | | |||||
| * | | | | Parse share owner from Webdav to display in UI | Vincent Petry | 2015-11-22 | 1 | -1/+21 |
| | | | | | |||||
| * | | | | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 3 | -100/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -20/+10 |
| | |/ / | |/| | | |||||
* | | | | 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. | ||||
* | | | 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 | ||||
* | | Implement getOwner for external share storage | Robin Appelman | 2015-11-18 | 1 | -1/+6 |
|/ | |||||
* | [Share2.0] OCS Share API getShare uses new code | Roeland Jago Douma | 2015-11-16 | 3 | -26/+347 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-11 | 4 | -0/+18 |
| | |||||
* | Add tests for FileInfo owner | Robin Appelman | 2015-11-10 | 1 | -0/+16 |
| | |||||
* | Use the old code for remote shares for now | Roeland Jago Douma | 2015-11-05 | 1 | -0/+8 |
| | |||||
* | The new sharing code now handles deletion | Roeland Jago Douma | 2015-11-05 | 3 | -3/+196 |
| | | | | OCS -> ShareManager -> DefaultShareProvider | ||||
* | Prepare OCS Share endpoint | Roeland Jago Douma | 2015-11-05 | 2 | -5/+70 |
| |