summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Move away from OC_L10NRoeland Jago Douma2016-10-283-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-10-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-10-274-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-10-264-0/+8
|
* Merge pull request #1876 from nextcloud/shareesAPI_emailMorris Jobke2016-10-252-12/+314
|\ | | | | Add ShareesAPI E-mail search
| * Add ShareesAPI E-mail searchRoeland Jago Douma2016-10-242-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 transifexNextcloud bot2016-10-2530-660/+666
| |
* | Merge pull request #1897 from nextcloud/fix-public-buttonMorris Jobke2016-10-251-3/+4
|\ \ | | | | | | fix button on public upload page for mobile
| * | fix button on public upload pageJan-Christoph Borchardt2016-10-241-3/+4
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Fix public files_drop pageRoeland Jago Douma2016-10-241-15/+9
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Make files_drop workRoeland Jago Douma2016-10-241-7/+33
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-242-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 classesJoas Schilling2016-10-241-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix testsRoeland Jago Douma2016-10-241-19/+19
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move files_sharing Controllers => ControllerRoeland Jago Douma2016-10-246-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 testsRoeland Jago Douma2016-10-241-13/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move Share20OCS to ShareAPIControllerRoeland Jago Douma2016-10-245-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 testsRoeland Jago Douma2016-10-211-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adding Open Graph Support for public shares http://ogp.me/Thomas Müller2016-10-214-6/+41
| | | | | | In case no preview is available we display the ownCloud logo Fix unit test
* Merge pull request #1835 from nextcloud/downstream-24948Morris Jobke2016-10-2010-16/+14
|\ | | | | Move OC\Files\Storage\Shared to the right namespace
| * Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-2010-16/+14
| |
* | Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-201-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-namesJoas Schilling2016-10-191-1/+1
|\ | | | | Adjust wording to make the separation between sharing and files more clear
| * Adjust wording to make the separation between sharing and files clearerJoas Schilling2016-10-181-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1788 from nextcloud/share-link-whitespaceMorris Jobke2016-10-181-0/+4
|\ \ | | | | | | add whitespace above share link so it's visually distinguished more
| * | add whitespace above share link so it's visually distinguished moreJan-Christoph Borchardt2016-10-181-0/+4
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #1606 from nextcloud/search-detailMorris Jobke2016-10-181-1/+0
|\ \ \ | |/ / |/| | search design details
| * | search design detailsJan-Christoph Borchardt2016-09-091-1/+0
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-10-182-0/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2016-10-154-2/+4
| |
* | remove unneeded unlockRobin Appelman2016-10-121-2/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | remove duplicate traitRobin Appelman2016-10-121-1/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | get node by path as fallbackRobin Appelman2016-10-121-6/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix getting recipient share in ocs apiRobin Appelman2016-10-121-14/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix share tests not passing pathRobin Appelman2016-10-121-4/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | re-use the share node while formating if we already have itRobin Appelman2016-10-121-7/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | more robust test setupRobin Appelman2016-10-123-11/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | phpunit is weirdRobin Appelman2016-10-121-3/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Always unlock node after trying to create a shareRobin Appelman2016-10-121-1/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-106-34/+146
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-092-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-084-16/+18
| |
* | Merge pull request #1568 from nextcloud/test-running-coverage-also-for-dbLukas Reschke2016-10-053-3/+3
|\ \ | | | | | | [Test] Generate coverage for DB group
| * | Generate coverage for quick DB testsLukas Reschke2016-10-053-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 navigationJoas Schilling2016-10-051-0/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix sharing icon's alignment and add padding to the unshare iconChristoph Wurst2016-10-031-0/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-032-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-024-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-012-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-308-0/+8
| |