summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-08-0938-76/+76
|
* More casingJoas Schilling2016-08-081-1/+1
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-2/+2
|
* Merge pull request #445 from nextcloud/ocs_share_to_appframeworkLukas Reschke2016-08-088-606/+693
|\ | | | | OCS Share API to appframework
| * Fix testsRoeland Jago Douma2016-08-053-399/+365
| |
| * Add OCSShareAPIMiddleware testsRoeland Jago Douma2016-08-052-1/+115
| |
| * DataResponse required ['data' => DATA]Roeland Jago Douma2016-08-051-9/+9
| |
| * More exceptionsRoeland Jago Douma2016-08-051-57/+24
| |
| * Add OCSShareAPIMiddlewareRoeland Jago Douma2016-08-053-75/+86
| | | | | | | | | | * This will cleanup the locks after each request * Move check for enabled share api to the middleware
| * Throw OCSNotFoundExceptionsRoeland Jago Douma2016-08-051-91/+40
| |
| * Remove unneeded wrapperRoeland Jago Douma2016-08-051-64/+0
| |
| * Convert Share API to use the AppFrameworkRoeland Jago Douma2016-08-053-87/+231
| |
* | [tx-robot] updated from transifexNextcloud bot2016-08-062-26/+54
| |
* | Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-054-7/+9
|/
* [tx-robot] updated from transifexNextcloud bot2016-08-054-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-08-042-4/+4
|
* Make share target consistent when grouping group share with user shareVincent Petry2016-08-032-12/+55
| | | | | | | | | | | | | | | | In some situations, a group share is created before a user share, and the recipient renamed the received share before the latter is created. In this situation, the "file_target" was already modified and the second created share must align to the already renamed share. To achieve this, the MountProvider now groups only by "item_source" value and sorts by share time. This makes it so that the least recent share is selected as super-share and its "file_target" value is then adjusted in all grouped shares. This fixes the issue where this situation would have different "file_target" values resulting in two shared folders appearing instead of one.
* Added more tests for sharing's MountProviderVincent Petry2016-08-031-0/+158
|
* Improved share grouping readability + fixed testVincent Petry2016-08-032-60/+64
|
* Group shares with same source and targetRoeland Jago Douma2016-08-033-53/+118
| | | | | | | Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging!
* [tx-robot] updated from transifexNextcloud bot2016-08-032-16/+16
|
* Do not allow to delete/update group shares as a group memberJoas Schilling2016-08-021-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-08-012-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2016-07-304-36/+100
|
* Merge pull request #625 from nextcloud/video-container-sizeJan-Christoph Borchardt2016-07-291-2/+7
|\ | | | | up the minimum size of the public share video a bit, use 16/9 ratio
| * up the minimum size of the public share video a bit, use 16/9 ratio, fix #603Jan-Christoph Borchardt2016-07-291-2/+7
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-292-2/+14
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-242-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2016-07-232-8/+8
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-222-0/+4
| |
* | Update with robinJoas Schilling2016-07-2145-48/+50
| |
* | Fix apps/Joas Schilling2016-07-2175-198/+255
|/
* Merge pull request #477 from nextcloud/fix-layout-public-uploadMorris Jobke2016-07-211-1/+1
|\ | | | | move closing div to the right place
| * move closing div to the right placeBjoern Schiessle2016-07-201-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-212-0/+4
| |
* | Use an icon to set the email instead of a button with stringThomas Müller2016-07-201-0/+1
| |
* | Add clipboard button to public share linkThomas Müller2016-07-201-3/+5
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-1910-0/+20
|
* Merge pull request #414 from nextcloud/files_sharing_event_dispatcherBjörn Schießle2016-07-184-36/+55
|\ | | | | Files sharing event dispatcher
| * Cleanup coding styleRoeland Jago Douma2016-07-181-30/+28
| |
| * Add eventdispatcher to public link viewRoeland Jago Douma2016-07-183-3/+21
| |
| * Move JS inclusion to ControllerRoeland Jago Douma2016-07-182-20/+23
| | | | | | | | * This way we can easier load files conditionally
* | [tx-robot] updated from transifexNextcloud bot2016-07-1836-470/+24
| |
* | Move SetupFromToken to ShareManagerRoeland Jago Douma2016-07-182-70/+31
|/
* Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke2016-07-1810-597/+73
|\ | | | | Create federated share on mount
| * rename SaveToNextcloudController to MountPublicLinkControllerBjoern Schiessle2016-07-141-5/+5
| |