Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A shared storage is never a home storage - fixes #25582 | Thomas Müller | 2016-08-29 | 1 | -0/+10 |
| | |||||
* | Sharee API to AppFramework | Roeland Jago Douma | 2016-08-26 | 3 | -93/+79 |
| | | | | | | | | * Move to OCSController * Move to Controller folder * Use automatic DI * Use function parameters * Updated tests | ||||
* | Fix tests | Roeland Jago Douma | 2016-08-24 | 1 | -13/+44 |
| | |||||
* | HTTPHelper is deprecated | Roeland Jago Douma | 2016-08-24 | 4 | -16/+30 |
| | | | | Use the IClientService instead | ||||
* | Do not error on NotFoundException | Roeland Jago Douma | 2016-08-24 | 1 | -0/+4 |
| | | | | | | | Since this exception can be thrown when a shared file is in the trashbin there is no need to spam the log like crazy. Fixes #938 | ||||
* | prevent infinite recursion while getting storage from mount | Robin Appelman | 2016-08-23 | 1 | -0/+4 |
| | |||||
* | handle failed shares | Robin Appelman | 2016-08-22 | 1 | -1/+3 |
| | |||||
* | Lazy init shared storage | Robin Appelman | 2016-08-22 | 1 | -17/+9 |
| | |||||
* | reuse existing root id | Robin Appelman | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | Cleanup Tests | Roeland Jago Douma | 2016-08-17 | 2 | -173/+80 |
| | |||||
* | Move updateShare and getShares over to use proper parameters | Roeland Jago Douma | 2016-08-17 | 3 | -156/+81 |
| | | | | * Update tests | ||||
* | Use parameters in createShare | Roeland Jago Douma | 2016-08-17 | 3 | -280/+80 |
| | | | | * Fix tests | ||||
* | Merge pull request #905 from nextcloud/invisible_icons | Morris Jobke | 2016-08-17 | 1 | -0/+1 |
|\ | | | | | Fix icons on App page in FF | ||||
| * | Add viewBox to app icons | Roeland Jago Douma | 2016-08-17 | 1 | -0/+1 |
| | | | | | | | | | | If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale. | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-17 | 4 | -4/+10 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-17 | 2 | -2/+56 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-16 | 2 | -2/+68 |
| | |||||
* | Merge pull request #855 from nextcloud/files_drop_capability | Roeland Jago Douma | 2016-08-15 | 2 | -0/+3 |
|\ | | | | | Add files drop capability for clients | ||||
| * | Add files drop capability for clients | Roeland Jago Douma | 2016-08-13 | 2 | -0/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-15 | 2 | -2/+62 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-13 | 4 | -2/+88 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-12 | 6 | -6/+116 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-11 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-11 | 12 | -0/+36 |
| | |||||
* | Merge pull request #807 from nextcloud/ocs_dataresponse | Roeland Jago Douma | 2016-08-10 | 3 | -57/+56 |
|\ | | | | | OCSController requires DataResponse | ||||
| * | Move the Share20OCS code over to use the proper DataResponse | Roeland Jago Douma | 2016-08-10 | 3 | -57/+56 |
| | | |||||
* | | Merge pull request #810 from nextcloud/shared-cachethepropagatorinstance | Lukas Reschke | 2016-08-10 | 1 | -1/+6 |
|\ \ | | | | | | | Store the shared propagator instance | ||||
| * | | Store the shared propagator instance | Vincent Petry | 2016-08-10 | 1 | -1/+6 |
| |/ | | | | | | | This instead of recreating it for every call. | ||||
* | | Merge pull request #820 from nextcloud/shared-storage-lazy-numeric-id | Björn Schießle | 2016-08-10 | 1 | -0/+13 |
|\ \ | |/ |/| | get shared storage storage id without setting up the storage | ||||
| * | get shared storage storage id without setting up the storage | Robin Appelman | 2016-08-09 | 1 | -0/+13 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-10 | 2 | -0/+36 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-09 | 38 | -76/+76 |
| | |||||
* | More casing | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #445 from nextcloud/ocs_share_to_appframework | Lukas Reschke | 2016-08-08 | 8 | -606/+693 |
|\ | | | | | OCS Share API to appframework | ||||
| * | Fix tests | Roeland Jago Douma | 2016-08-05 | 3 | -399/+365 |
| | | |||||
| * | Add OCSShareAPIMiddleware tests | Roeland Jago Douma | 2016-08-05 | 2 | -1/+115 |
| | | |||||
| * | DataResponse required ['data' => DATA] | Roeland Jago Douma | 2016-08-05 | 1 | -9/+9 |
| | | |||||
| * | More exceptions | Roeland Jago Douma | 2016-08-05 | 1 | -57/+24 |
| | | |||||
| * | Add OCSShareAPIMiddleware | Roeland Jago Douma | 2016-08-05 | 3 | -75/+86 |
| | | | | | | | | | | * This will cleanup the locks after each request * Move check for enabled share api to the middleware | ||||
| * | Throw OCSNotFoundExceptions | Roeland Jago Douma | 2016-08-05 | 1 | -91/+40 |
| | | |||||
| * | Remove unneeded wrapper | Roeland Jago Douma | 2016-08-05 | 1 | -64/+0 |
| | | |||||
| * | Convert Share API to use the AppFramework | Roeland Jago Douma | 2016-08-05 | 3 | -87/+231 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-06 | 2 | -26/+54 |
| | | |||||
* | | Move Share backends to PSR-4 instead of using class path (#24941) | Joas Schilling | 2016-08-05 | 4 | -7/+9 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-05 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-04 | 2 | -4/+4 |
| | |||||
* | Make share target consistent when grouping group share with user share | Vincent Petry | 2016-08-03 | 2 | -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 MountProvider | Vincent Petry | 2016-08-03 | 1 | -0/+158 |
| | |||||
* | Improved share grouping readability + fixed test | Vincent Petry | 2016-08-03 | 2 | -60/+64 |
| |