Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | Group shares with same source and target | Roeland Jago Douma | 2016-08-03 | 3 | -53/+118 |
| | | | | | | | Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging! | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-03 | 2 | -16/+16 |
| | |||||
* | Do not allow to delete/update group shares as a group member | Joas Schilling | 2016-08-02 | 1 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-01 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-30 | 4 | -36/+100 |
| | |||||
* | Merge pull request #625 from nextcloud/video-container-size | Jan-Christoph Borchardt | 2016-07-29 | 1 | -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 #603 | Jan-Christoph Borchardt | 2016-07-29 | 1 | -2/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-29 | 2 | -2/+14 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-24 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-23 | 2 | -8/+8 |
| | |||||
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-22 | 2 | -0/+4 |
| | | |||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 45 | -48/+50 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 75 | -198/+255 |
|/ | |||||
* | Merge pull request #477 from nextcloud/fix-layout-public-upload | Morris Jobke | 2016-07-21 | 1 | -1/+1 |
|\ | | | | | move closing div to the right place | ||||
| * | move closing div to the right place | Bjoern Schiessle | 2016-07-20 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-21 | 2 | -0/+4 |
| | | |||||
* | | Use an icon to set the email instead of a button with string | Thomas Müller | 2016-07-20 | 1 | -0/+1 |
| | | |||||
* | | Add clipboard button to public share link | Thomas Müller | 2016-07-20 | 1 | -3/+5 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-19 | 10 | -0/+20 |
| | |||||
* | Merge pull request #414 from nextcloud/files_sharing_event_dispatcher | Björn Schießle | 2016-07-18 | 4 | -36/+55 |
|\ | | | | | Files sharing event dispatcher | ||||
| * | Cleanup coding style | Roeland Jago Douma | 2016-07-18 | 1 | -30/+28 |
| | | |||||
| * | Add eventdispatcher to public link view | Roeland Jago Douma | 2016-07-18 | 3 | -3/+21 |
| | | |||||
| * | Move JS inclusion to Controller | Roeland Jago Douma | 2016-07-18 | 2 | -20/+23 |
| | | | | | | | | * This way we can easier load files conditionally | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-18 | 36 | -470/+24 |
| | | |||||
* | | Move SetupFromToken to ShareManager | Roeland Jago Douma | 2016-07-18 | 2 | -70/+31 |
|/ | |||||
* | Merge pull request #379 from nextcloud/create_federated_share_on_mount | Morris Jobke | 2016-07-18 | 10 | -597/+73 |
|\ | | | | | Create federated share on mount | ||||
| * | rename SaveToNextcloudController to MountPublicLinkController | Bjoern Schiessle | 2016-07-14 | 1 | -5/+5 |
| | |