summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-122-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-082-0/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-012-8/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-302-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-2692-78/+1016
|
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-2218-6/+947
|
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-0/+11
| | | | | | | | The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-0/+10
| | | | | | | | The hook now calls the share manager that will call the responsible shareProvider to do the proper cleanup. * Unit tests added Again nothing should change it is just to cleanup old code
* Merge pull request #23798 from owncloud/federated-unshare-background-jobMorris Jobke2016-04-113-4/+335
|\ | | | | re-try to send unshare notification if remote server is not available
| * re-try to send unshare notification if remote server is not availableBjoern Schiessle2016-04-083-4/+335
| |
* | Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-042-0/+65
|/ | | | | | | | | | | | | This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-312-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-282-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-144-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-122-2/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-114-4/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-092-4/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-082-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-074-0/+4
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Add new appsLukas Reschke2016-03-014-1/+23
|
* Merge pull request #22681 from owncloud/add-autodiscovery-for-ocsThomas Müller2016-03-013-17/+349
|\ | | | | Add autodiscovery support to server-to-server sharing implementation
| * Fix Scrutinizer issuesLukas Reschke2016-02-291-0/+2
| |
| * Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-263-17/+347
| | | | | | | | Adds autodiscovery support to server-to-server sharing as specified in the specification. If no discovery data is found it is using the fallback ownCloud endpoints for legacy support.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-282-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2514-10/+34
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-174-2/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-1678-0/+534
|
* Adding transifex to new core appsThomas Müller2016-02-161-0/+0
|
* Set share owner and share initiator on upate as wellThomas Müller2016-02-091-0/+2
|
* Federates shares have to set a file_targetRoeland Jago Douma2016-02-081-0/+6
| | | | | | | | The old code path is still used to get the sharing info in the webui. This requires the file_target to be set. This does not mean anything for federated shares. Fixes #22215
* Added tests for used partsRoeland Jago Douma2016-02-083-2/+449
|
* implementation of the federated share providerBjoern Schiessle2016-02-088-0/+1246