aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
Commit message (Expand)AuthorAgeFilesLines
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
* Update author informationLukas Reschke2016-03-011-0/+1
* Add autodiscovery support to server-to-server sharingLukas Reschke2016-02-261-0/+6
* Fix the notification API usageJoas Schilling2016-02-101-0/+5
* Revert "Disable the remote sharing notifications until they work properly"Joas Schilling2016-02-101-3/+0
* Update the migration step to include federated sharesRoeland Jago Douma2016-02-082-2/+2
* Update the initiator of the share as well in migrationRoeland Jago Douma2016-01-281-0/+1
* upgrade to sharing 2.0, remove hierarchical re-sharesBjörn Schießle2016-01-282-5/+5
* Directly get from the server containerRoeland Jago Douma2016-01-201-23/+5
* [Share 2.0] Make link share download use share managerRoeland Jago Douma2016-01-201-1/+5
* [Share 2.0] Move tests over the sharemanagerRoeland Jago Douma2016-01-201-4/+8
* [Share 2.0] Move showing link share to sharing 2.0Roeland Jago Douma2016-01-201-1/+4
* Happy new year!Thomas Müller2016-01-125-6/+6
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
* [Sharing] Respect disabled incoming federated sharesRoeland Jago Douma2015-12-021-1/+3
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-192-31/+1
* Prepare OCS Share endpointRoeland Jago Douma2015-11-051-5/+8
* Update license headersLukas Reschke2015-10-264-2/+5
* use correct class nameMorris Jobke2015-10-202-2/+2
* Add backgroundjob to expire link sharesRoeland Jago Douma2015-10-203-1/+3
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+0
* Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller2015-10-071-0/+12
|\
| * extract the mount provider from the managerRobin Appelman2015-10-051-1/+12
| * register the external share mount providerRobin Appelman2015-10-051-0/+1
* | Propagate shares etag when group membership changedVincent Petry2015-10-061-0/+13
* | update licence headers via scriptMorris Jobke2015-10-054-2/+4
|/
* Merge pull request #19487 from owncloud/split_share_middlewareThomas Müller2015-10-052-8/+2
|\
| * sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-022-8/+2
* | Merge pull request #19522 from owncloud/activity-395-less-sidebar-textThomas Müller2015-10-021-1/+2
|\ \
| * | Use shorter text on the sidebar for files_sharing activitiesJoas Schilling2015-10-021-1/+2
| |/
* | Made routes remote_shares only againRoeland Jago Douma2015-10-021-8/+8
* | Added '../remote_shares' endpointRoeland Jago Douma2015-10-021-0/+16
* | Move OCS endpoint ../remote_share to ../pending_sharesRoeland Jago Douma2015-10-021-3/+3
|/
* Disable the remote sharing notifications until they work properlyJoas Schilling2015-09-171-0/+3
* now you even can shareArthur Schiwon2015-09-161-0/+1
* Add share dialog into share tabVincent Petry2015-09-161-3/+10
* refactor share dialog for multi-purpose use (dropdown, sidebar) and better ma...Arthur Schiwon2015-09-161-1/+2
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-081-0/+1
* Add notifications for remote sharesJoas Schilling2015-09-081-0/+7
* Move registration of background job to install/updateJoas Schilling2015-09-024-5/+24
* Fix performance issues of the sharees apiJoas Schilling2015-08-261-2/+2
* Take a list of share IDs instead of the user and group namesJoas Schilling2015-08-261-1/+2
* Inject the logger as wellJoas Schilling2015-08-261-1/+2
* Do not use deprecated method in new codeJoas Schilling2015-08-261-1/+1
* Start of OCS Share API sharees endpointRoeland Jago Douma2015-08-261-0/+11
* Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-222-4/+13
* Merge pull request #15093 from rullzer/capabilities_managerRoeland Douma2015-08-102-6/+8
|\