Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 3 | -3/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-28 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-27 | 4 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-26 | 4 | -0/+8 |
| | |||||
* | Merge pull request #1876 from nextcloud/shareesAPI_email | Morris Jobke | 2016-10-25 | 2 | -12/+314 |
|\ | | | | | Add ShareesAPI E-mail search | ||||
| * | Add ShareesAPI E-mail search | Roeland Jago Douma | 2016-10-24 | 2 | -12/+314 |
| | | | | | | | | | | | | | | * Allow to search for SHARE_TYPE_EMAIL (4) * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-25 | 30 | -660/+666 |
| | | |||||
* | | Merge pull request #1897 from nextcloud/fix-public-button | Morris Jobke | 2016-10-25 | 1 | -3/+4 |
|\ \ | | | | | | | fix button on public upload page for mobile | ||||
| * | | fix button on public upload page | Jan-Christoph Borchardt | 2016-10-24 | 1 | -3/+4 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | Fix public files_drop page | Roeland Jago Douma | 2016-10-24 | 1 | -15/+9 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Make files_drop work | Roeland Jago Douma | 2016-10-24 | 1 | -7/+33 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 2 | -13/+53 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Import the used classes | Joas Schilling | 2016-10-24 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix tests | Roeland Jago Douma | 2016-10-24 | 1 | -19/+19 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Move files_sharing Controllers => Controller | Roeland Jago Douma | 2016-10-24 | 6 | -10/+10 |
|/ | | | | | | | lib/Controller is the default location for controllers. So lets put them all in there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix middleware tests | Roeland Jago Douma | 2016-10-24 | 1 | -13/+17 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move Share20OCS to ShareAPIController | Roeland Jago Douma | 2016-10-24 | 5 | -119/+109 |
| | | | | | | | | | | | | It was already a controller just still residing in its old location. * Moved ShareAPIController to user plain userID instead of user object * Moved Share20OCS to ShareAPIController * Removed initisation of class from Application.php and leave it to the AppFramework * Fixed tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix tests | Roeland Jago Douma | 2016-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Adding Open Graph Support for public shares http://ogp.me/ | Thomas Müller | 2016-10-21 | 4 | -6/+41 |
| | | | | | | In case no preview is available we display the ownCloud logo Fix unit test | ||||
* | Merge pull request #1835 from nextcloud/downstream-24948 | Morris Jobke | 2016-10-20 | 10 | -16/+14 |
|\ | | | | | Move OC\Files\Storage\Shared to the right namespace | ||||
| * | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 10 | -16/+14 |
| | | |||||
* | | Fix post_unshareFromSelf hook parameter format | Vincent Petry | 2016-10-20 | 1 | -0/+22 |
|/ | | | | | | | | | | When unsharing from self in a group share situation, the share items passed to the post_unshareFromSelf hook were using the wrong format in which the attribute names (ex: "share_type") have non camel-case format. This fix makes sure that in group sharing case we use the correct format. It looks like the code was already producing it but in array_merge it was not using it and adding the unprocessed one. | ||||
* | Merge pull request #1784 from nextcloud/fix-activity-filter-names | Joas Schilling | 2016-10-19 | 1 | -1/+1 |
|\ | | | | | Adjust wording to make the separation between sharing and files more clear | ||||
| * | Adjust wording to make the separation between sharing and files clearer | Joas Schilling | 2016-10-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #1788 from nextcloud/share-link-whitespace | Morris Jobke | 2016-10-18 | 1 | -0/+4 |
|\ \ | | | | | | | add whitespace above share link so it's visually distinguished more | ||||
| * | | add whitespace above share link so it's visually distinguished more | Jan-Christoph Borchardt | 2016-10-18 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | Merge pull request #1606 from nextcloud/search-detail | Morris Jobke | 2016-10-18 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | search design details | ||||
| * | | search design details | Jan-Christoph Borchardt | 2016-09-09 | 1 | -1/+0 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-18 | 2 | -0/+2 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-15 | 4 | -2/+4 |
| | | |||||
* | | remove unneeded unlock | Robin Appelman | 2016-10-12 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | remove duplicate trait | Robin Appelman | 2016-10-12 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | get node by path as fallback | Robin Appelman | 2016-10-12 | 1 | -6/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix getting recipient share in ocs api | Robin Appelman | 2016-10-12 | 1 | -14/+18 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix share tests not passing path | Robin Appelman | 2016-10-12 | 1 | -4/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | re-use the share node while formating if we already have it | Robin Appelman | 2016-10-12 | 1 | -7/+13 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | more robust test setup | Robin Appelman | 2016-10-12 | 3 | -11/+11 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | phpunit is weird | Robin Appelman | 2016-10-12 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Always unlock node after trying to create a share | Robin Appelman | 2016-10-12 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-10 | 6 | -34/+146 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-09 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-08 | 4 | -16/+18 |
| | | |||||
* | | Merge pull request #1568 from nextcloud/test-running-coverage-also-for-db | Lukas Reschke | 2016-10-05 | 3 | -3/+3 |
|\ \ | | | | | | | [Test] Generate coverage for DB group | ||||
| * | | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Add icons to activity navigation | Joas Schilling | 2016-10-05 | 1 | -0/+1 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix sharing icon's alignment and add padding to the unshare icon | Christoph Wurst | 2016-10-03 | 1 | -0/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-03 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-02 | 4 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-01 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-30 | 8 | -0/+8 |
| | |