Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delay files_sharing's registerMountProviders | Vincent Petry | 2016-06-17 | 1 | -3/+3 |
| | | | | | | | | This moves registerMountProviders until after the sharing backends were registered. In some situations registerMountProviders will trigger listeners which might require filesystem access which itself would mount shares, which itself requires the sharing backends to be initialized. | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -7/+5 |
| | |||||
* | Move background job to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | Move classes from outside lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 4 | -150/+4 |
| | |||||
* | move motifier from the files_sharing app to the federatedfilessharing app | Björn Schießle | 2016-05-20 | 1 | -12/+0 |
| | |||||
* | Background jobs from info.xml (#24582) | Joas Schilling | 2016-05-12 | 3 | -27/+5 |
| | | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml | ||||
* | Cleanup Files_Sharing CLASSPATH | Roeland Jago Douma | 2016-05-02 | 1 | -7/+0 |
| | | | | | | | | | | * OC\Files\Cache\SharedScanner * OC\Files\Cache\Shared_Cache * OC\Files\Cache\Shared_Permissions * OC\Files\Cache\Shared_Updater * OC\Files\Cache\Shared_Watcher * OCA\Files\Share\Maintainer * OCA\Files\Share\Proxy | ||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 2 | -4/+3 |
| | |||||
* | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 1 | -1/+2 |
| | |||||
* | 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 |