Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect disabled group sharing in sharee endpoint | Roeland Jago Douma | 2016-03-22 | 1 | -1/+2 |
| | | | | * Fix tests | ||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Add autodiscovery support to server-to-server sharing | Lukas Reschke | 2016-02-26 | 1 | -0/+6 |
| | | | | 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. | ||||
* | Fix the notification API usage | Joas Schilling | 2016-02-10 | 1 | -0/+5 |
| | |||||
* | Revert "Disable the remote sharing notifications until they work properly" | Joas Schilling | 2016-02-10 | 1 | -3/+0 |
| | | | | | | | This reverts commit 6bc93c740194d245bb9a7d1f230ed33461f842a7. Conflicts: apps/files_sharing/lib/external/manager.php | ||||
* | Update the migration step to include federated shares | Roeland Jago Douma | 2016-02-08 | 2 | -2/+2 |
| | | | | | Now federated shares will also be updated to the flat reshare model. | ||||
* | Update the initiator of the share as well in migration | Roeland Jago Douma | 2016-01-28 | 1 | -0/+1 |
| | |||||
* | upgrade to sharing 2.0, remove hierarchical re-shares | Björn Schießle | 2016-01-28 | 2 | -5/+5 |
| | |||||
* | Directly get from the server container | Roeland Jago Douma | 2016-01-20 | 1 | -23/+5 |
| | | | | * Updated unit tests | ||||
* | [Share 2.0] Make link share download use share manager | Roeland Jago Douma | 2016-01-20 | 1 | -1/+5 |
| | |||||
* | [Share 2.0] Move tests over the sharemanager | Roeland Jago Douma | 2016-01-20 | 1 | -4/+8 |
| | | | | Nice side effect... pure unit tests! | ||||
* | [Share 2.0] Move showing link share to sharing 2.0 | Roeland Jago Douma | 2016-01-20 | 1 | -1/+4 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 5 | -6/+6 |
| | |||||
* | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | |||||
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -1/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | [Sharing] Respect disabled incoming federated shares | Roeland Jago Douma | 2015-12-02 | 1 | -1/+3 |
| | | | | | | | Only fetch the incoming federated shares if incoming shares are actually enabled. Fixes #20713 | ||||
* | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 2 | -31/+1 |
| | | | | this replaces shared etag propagation | ||||
* | Prepare OCS Share endpoint | Roeland Jago Douma | 2015-11-05 | 1 | -5/+8 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 4 | -2/+5 |
| | |||||
* | use correct class name | Morris Jobke | 2015-10-20 | 2 | -2/+2 |
| | |||||
* | Add backgroundjob to expire link shares | Roeland Jago Douma | 2015-10-20 | 3 | -1/+3 |
| | | | | | | Simple background job to expire the link shares. * added unit tests | ||||
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -1/+0 |
| | |||||
* | Merge pull request #19589 from owncloud/shares-external-mount-provider | Thomas Müller | 2015-10-07 | 1 | -0/+12 |
|\ | | | | | Move the setup of external share mounts to a mountprovider | ||||
| * | extract the mount provider from the manager | Robin Appelman | 2015-10-05 | 1 | -1/+12 |
| | | |||||
| * | register the external share mount provider | Robin Appelman | 2015-10-05 | 1 | -0/+1 |
| | | |||||
* | | Propagate shares etag when group membership changed | Vincent Petry | 2015-10-06 | 1 | -0/+13 |
| | | |||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -2/+4 |
|/ | |||||
* | Merge pull request #19487 from owncloud/split_share_middleware | Thomas Müller | 2015-10-05 | 2 | -8/+2 |
|\ | | | | | Split files_sharing middelware | ||||
| * | sharingcheckmiddleware now handles externalshares as well | Roeland Jago Douma | 2015-10-02 | 2 | -8/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new annotations for the externalsharescontroller class * @NoOutgoingFederatedSharingRequired * @NoIncomingFederatedSharingRequired By default both are required for all functions in the externalSharesController. A proper exception is thrown and then a 405 is returned instead of the default error page. Since it is only an API endpoint this makes more sense. Unit tests added and updated | ||||
* | | Merge pull request #19522 from owncloud/activity-395-less-sidebar-text | Thomas Müller | 2015-10-02 | 1 | -1/+2 |
|\ \ | | | | | | | Activity 395 less sidebar text | ||||
| * | | Use shorter text on the sidebar for files_sharing activities | Joas Schilling | 2015-10-02 | 1 | -1/+2 |
| |/ | |||||
* | | Made routes remote_shares only again | Roeland Jago Douma | 2015-10-02 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | Since we need a unique id to accept/reject shares for now we keep the pending shares under remote_shares. * remote_shares/pending lists pending shares * PUT/DELETE to remote_shares/pending/<ID> will accept/reject the share | ||||
* | | Added '../remote_shares' endpoint | Roeland Jago Douma | 2015-10-02 | 1 | -0/+16 |
| | | | | | | | | | | | | * list incoming remote shares at 'remote_shares' * get per share info at 'remote_shares/<ID>' * delete remote share with a DELETE to 'remote_shares/<ID>' | ||||
* | | Move OCS endpoint ../remote_share to ../pending_shares | Roeland Jago Douma | 2015-10-02 | 1 | -3/+3 |
|/ | |||||
* | Disable the remote sharing notifications until they work properly | Joas Schilling | 2015-09-17 | 1 | -0/+3 |
| | |||||
* | now you even can share | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | Add share dialog into share tab | Vincent Petry | 2015-09-16 | 1 | -3/+10 |
| | |||||
* | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵ | Arthur Schiwon | 2015-09-16 | 1 | -1/+2 |
| | | | | maintainability | ||||
* | Scrap the notifications when the share is accepted or declined | Joas Schilling | 2015-09-08 | 1 | -0/+1 |
| | |||||
* | Add notifications for remote shares | Joas Schilling | 2015-09-08 | 1 | -0/+7 |
| | |||||
* | Move registration of background job to install/update | Joas Schilling | 2015-09-02 | 4 | -5/+24 |
| | |||||
* | Fix performance issues of the sharees api | Joas Schilling | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | Take a list of share IDs instead of the user and group names | Joas Schilling | 2015-08-26 | 1 | -1/+2 |
| | |||||
* | Inject the logger as well | Joas Schilling | 2015-08-26 | 1 | -1/+2 |
| | |||||
* | Do not use deprecated method in new code | Joas Schilling | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Start of OCS Share API sharees endpoint | Roeland Jago Douma | 2015-08-26 | 1 | -0/+11 |
| | |||||
* | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 2 | -4/+13 |
| | | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient |