Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add backgroundjob to expire link shares | Roeland Jago Douma | 2015-10-20 | 1 | -0/+76 |
| | | | | | | Simple background job to expire the link shares. * added unit tests | ||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -108/+0 |
| | |||||
* | Merge pull request #19643 from owncloud/public-download-spinner | Thomas Müller | 2015-10-09 | 1 | -1/+15 |
|\ | | | | | Set download cookie on public download | ||||
| * | Set download cookie on public download | Vincent Petry | 2015-10-08 | 1 | -1/+15 |
| | | |||||
* | | Merge pull request #19589 from owncloud/shares-external-mount-provider | Thomas Müller | 2015-10-07 | 4 | -49/+84 |
|\ \ | |/ |/| | Move the setup of external share mounts to a mountprovider | ||||
| * | Fix getEtag for roots of shared storages | Robin Appelman | 2015-10-06 | 1 | -3/+0 |
| | | |||||
| * | sanitize mountpoint | Robin Appelman | 2015-10-05 | 1 | -1/+1 |
| | | |||||
| * | extract the mount provider from the manager | Robin Appelman | 2015-10-05 | 2 | -23/+79 |
| | | |||||
| * | Make the external share manager a mount provider | Robin Appelman | 2015-10-05 | 2 | -40/+22 |
| | | |||||
* | | Merge pull request #19511 from owncloud/etag-share-permissions-update | Robin Appelman | 2015-10-06 | 3 | -4/+14 |
|\ \ | | | | | | | Mark shares as dirty when changing permissions | ||||
| * | | fix phpdoc | Robin Appelman | 2015-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | use microtime | Robin Appelman | 2015-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Mark shares as dirty when changing permissions | Robin Appelman | 2015-10-06 | 2 | -3/+13 |
| | | | |||||
* | | | Propagate shares etag when group membership changed | Vincent Petry | 2015-10-06 | 2 | -0/+148 |
|/ / | |||||
* | | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 3 | -3/+1 |
| | | |||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 16 | -2/+22 |
|/ | |||||
* | Merge pull request #19487 from owncloud/split_share_middleware | Thomas Müller | 2015-10-05 | 4 | -18/+82 |
|\ | | | | | Split files_sharing middelware | ||||
| * | sharingcheckmiddleware now handles externalshares as well | Roeland Jago Douma | 2015-10-02 | 4 | -20/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Split files_sharing middelware | Roeland Jago Douma | 2015-10-02 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | Since for external shares there is no need for link shares to be enabled we should check which controller is actually being called. This makes sure that in all cases we verify that the files_sharing app is enabled. But only for the share controller (public shares) we check if the API is enabled and if links are enabled. TODO: add checks for federated sharing as well | ||||
* | | Merge pull request #19522 from owncloud/activity-395-less-sidebar-text | Thomas Müller | 2015-10-02 | 1 | -35/+95 |
|\ \ | | | | | | | Activity 395 less sidebar text | ||||
| * | | Fix intendation | Joas Schilling | 2015-10-02 | 1 | -34/+34 |
| | | | |||||
| * | | Use shorter text on the sidebar for files_sharing activities | Joas Schilling | 2015-10-02 | 1 | -3/+63 |
| |/ | |||||
* | | Do not return unneeded info | Roeland Jago Douma | 2015-10-02 | 1 | -2/+4 |
| | | |||||
* | | Added '../remote_shares' endpoint | Roeland Jago Douma | 2015-10-02 | 1 | -2/+11 |
|/ | | | | | | * 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>' | ||||
* | Only intercept exceptions of type "NotFoundException" instead of any Exception | Lukas Reschke | 2015-09-30 | 2 | -9/+22 |
| | | | | | | The sharing backend may throw another exception for example when the activity app encounters a problem. Previously this just triggered a 404 error page and the exception got not logged at all. With this change such exceptions get not intercepted and regularly handled as exceptions so that we have meaningful log data. Also the user will be shown a window informing him that an error happened. Helps to debug cases such as https://github.com/owncloud/core/issues/19465 | ||||
* | Allow public auth to recognize sesssion | Vincent Petry | 2015-09-28 | 1 | -1/+4 |
| | | | | | | | When a public link password has been input, its auth is stored in the session. This fix makes it possible to recognize the session when using public webdav from the files UI. | ||||
* | Reflect enabled shareAPI in capabilities | Roeland Jago Douma | 2015-09-25 | 1 | -17/+25 |
| | | | | | | | If the shareAPI is disabled we not return the other sharing capabilities. This allows clients to properly check if sharing is even available. | ||||
* | Merge pull request #13145 from owncloud/issue/11951-activity-sharing-email | Thomas Müller | 2015-09-25 | 1 | -0/+8 |
|\ | | | | | Publish an activity when sending a share link via email | ||||
| * | Publish an activity when sending a share link via email | Joas Schilling | 2015-09-22 | 1 | -0/+8 |
| | | |||||
* | | only initialize once | Robin Appelman | 2015-09-23 | 1 | -0/+6 |
| | | |||||
* | | Delay listening to owner changes untill we use a share for that owner | Robin Appelman | 2015-09-23 | 2 | -2/+16 |
| | | |||||
* | | Respect disabled sharing API settings | Roeland Jago Douma | 2015-09-22 | 1 | -0/+5 |
|/ | | | | | | | | | If the sharing API setting is disabled that sharing check middle ware should block the request. Thus making link shares unavailable. Fixes #18970 * Unit test added * Unit tests updated | ||||
* | Merge pull request #18679 from owncloud/add-reshare-activities | Thomas Müller | 2015-09-18 | 1 | -4/+38 |
|\ | | | | | Add reshare activities for the parent sharee and the original file owner | ||||
| * | Add reshare activities for the parent sharee and the original file owner | Joas Schilling | 2015-09-15 | 1 | -4/+38 |
| | | |||||
* | | Merge pull request #18986 from owncloud/federated_capabilities | Thomas Müller | 2015-09-18 | 1 | -0/+7 |
|\ \ | | | | | | | Expose federated sharing capabilities to authenticated users | ||||
| * | | Expose federated sharing capabilities to authenticated users | Roeland Jago Douma | 2015-09-15 | 1 | -0/+7 |
| |/ | |||||
* | | Disable the remote sharing notifications until they work properly | Joas Schilling | 2015-09-17 | 1 | -2/+2 |
| | | |||||
* | | Fix the parameter order in the translation | Joas Schilling | 2015-09-16 | 1 | -1/+1 |
|/ | |||||
* | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 2 | -3/+3 |
| | |||||
* | Scrap the notifications when the share is accepted or declined | Joas Schilling | 2015-09-08 | 2 | -1/+24 |
| | |||||
* | Add notifications for remote shares | Joas Schilling | 2015-09-08 | 1 | -0/+86 |
| | |||||
* | Use context function call instead of static | Joas Schilling | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18742 from owncloud/mimetype-updatedb | Roeland Douma | 2015-09-06 | 1 | -2/+4 |
|\ | | | | | Introduce mimetype DB update occ command | ||||
| * | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -2/+4 |
| | | |||||
* | | Avoid re-propagation of shares during one propagation run | Morris Jobke | 2015-09-04 | 1 | -0/+8 |
| | | | | | | | | * fix was proposed by @nickvergessen | ||||
* | | Delay setting up the filesystem for a share owner untill the share is used | Robin Appelman | 2015-09-03 | 2 | -7/+6 |
|/ | |||||
* | Merge pull request #18477 from owncloud/fed-alwaysdetectremotechanges | Vincent Petry | 2015-08-24 | 1 | -0/+2 |
|\ | | | | | Always detect remote changes for fed sharing | ||||
| * | Always detect remote changes for fed sharing | Vincent Petry | 2015-08-21 | 1 | -0/+2 |
| | | | | | | | | | | This is even more important now that filesystem_check_changes is 0 by default. | ||||
* | | Use IClientService to check for remote ownCloud instances | Lukas Reschke | 2015-08-22 | 1 | -3/+47 |
|/ | | | | | | | 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 | ||||
* | Prevent shares being added to oc_storages via availability | Robin McCorkell | 2015-08-20 | 1 | -0/+18 |
| |