Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-03 | 18 | -6/+42 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-02 | 4 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-01 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-31 | 6 | -4/+48 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-30 | 22 | -42/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-29 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-28 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-27 | 8 | -0/+24 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 19 | -30/+27 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-26 | 8 | -12/+34 |
| | |||||
* | Move lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-25 | 32 | -0/+82 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-24 | 50 | -10/+136 |
| | |||||
* | Merge pull request #24603 from owncloud/federated_reshare | Vincent Petry | 2016-05-23 | 16 | -84/+1798 |
|\ | | | | | flat federated re-share | ||||
| * | add missung return value | Björn Schießle | 2016-05-20 | 1 | -3/+4 |
| | | |||||
| * | improved error messages | Björn Schießle | 2016-05-20 | 3 | -21/+27 |
| | | |||||
| * | move motifier from the files_sharing app to the federatedfilessharing app | Björn Schießle | 2016-05-20 | 2 | -0/+110 |
| | | |||||
| * | fall back to old re-sharing behaviour in case the remote server doesn't ↵ | Björn Schießle | 2016-05-20 | 2 | -35/+70 |
| | | | | | | | | support flat-reshares | ||||
| * | update share permissions | Björn Schießle | 2016-05-20 | 3 | -12/+56 |
| | | |||||
| * | use share initiator as fall back to access the file | Björn Schießle | 2016-05-20 | 3 | -8/+60 |
| | | | | | | | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file | ||||
| * | create re-share by owner and propagate unshare and unshare-from self request | Björn Schießle | 2016-05-20 | 13 | -121/+765 |
| | | | | | | | | correctly accross share owner and share initiator | ||||
| * | use query builder for getShare and add tests | Björn Schießle | 2016-05-20 | 2 | -10/+99 |
| | | |||||
| * | move request handler for federated shares to the federated sharing app | Björn Schießle | 2016-05-20 | 3 | -0/+733 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-22 | 2 | -2/+2 |
|/ | |||||
* | Move FederatedFileSharing to PSR-4 | Joas Schilling | 2016-05-18 | 12 | -3/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-12 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-08 | 2 | -0/+18 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-01 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-30 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-26 | 92 | -78/+1016 |
| | |||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 18 | -6/+947 |
| | |||||
* | Move post_removeFromGroup to shareManager | Roeland Jago Douma | 2016-04-13 | 1 | -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 Douma | 2016-04-12 | 1 | -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-job | Morris Jobke | 2016-04-11 | 3 | -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 available | Bjoern Schiessle | 2016-04-08 | 3 | -4/+335 |
| | | |||||
* | | Migrate post_userDelete hook to share manager | Roeland Jago Douma | 2016-04-04 | 2 | -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 transifex | Jenkins for ownCloud | 2016-03-31 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-28 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-14 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-12 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-11 | 4 | -4/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-09 | 2 | -4/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-08 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-07 | 4 | -0/+4 |
| | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Add new apps | Lukas Reschke | 2016-03-01 | 4 | -1/+23 |
| | |||||
* | Merge pull request #22681 from owncloud/add-autodiscovery-for-ocs | Thomas Müller | 2016-03-01 | 3 | -17/+349 |
|\ | | | | | Add autodiscovery support to server-to-server sharing implementation | ||||
| * | Fix Scrutinizer issues | Lukas Reschke | 2016-02-29 | 1 | -0/+2 |
| | | |||||
| * | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 3 | -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 transifex | Jenkins for ownCloud | 2016-02-28 | 2 | -2/+2 |
|/ |