summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/FederatedShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Adjust defaultJulius Härtl2020-12-081-1/+1
* Move remoteId of remote reshares to stringJulius Härtl2020-12-081-3/+3
* Don't leave cursors open when tests failJoas Schilling2020-11-091-2/+6
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* fix typoSergej Pupykin2020-07-161-1/+1
* Merge pull request #21264 from stweil/masterMorris Jobke2020-07-051-1/+1
|\
| * build: Fix some typos (most of them found by codespell)Stefan Weil2020-06-061-1/+1
* | Update share type constant usageJoas Schilling2020-06-241-6/+6
|/
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-14/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Default value of lookupServerEnabled should be the same everywhereGeorg Ehrke2020-03-171-1/+1
* Use proper andwhere clauseRoeland Jago Douma2020-02-031-1/+1
* remove non-circles-generated shares onlyMaxence Lange2020-01-071-1/+2
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* confirm auth on share generated by CirclesMaxence Lange2019-12-161-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-6/+6
* Get all shares as iterableRoeland Jago Douma2019-10-301-0/+27
* Allow removing federated shares of locally reshared filesRoeland Jago Douma2019-10-031-0/+5
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-3/+3
* implement federated group sharesBjoern Schiessle2018-07-111-13/+31
* add setting to enable/disable federated group sharingBjoern Schiessle2018-07-111-1/+44
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+5
* some minor fixes and clode cleanupBjoern Schiessle2018-07-021-2/+2
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-021-3/+2
* - Don't remove share before all notifications are created, otherwise we miss ...Bjoern Schiessle2018-07-021-13/+3
* send reshare over OCM APIBjoern Schiessle2018-07-021-1/+2
* implement decline shareBjoern Schiessle2018-07-021-1/+1
* implement accept share notificationBjoern Schiessle2018-07-021-2/+3
* implement receiving of federated sharesBjoern Schiessle2018-07-021-9/+1
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-021-1/+9
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
* Remove useless return statementsMorris Jobke2018-01-251-3/+0
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
* Update license headersMorris Jobke2017-11-061-0/+3
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-1/+21
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-0/+10
* Fix returned paths for remote sharesJoas Schilling2017-04-131-2/+1
* Return the token as wellJoas Schilling2017-04-131-1/+2
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-4/+9
* Add mail element to access listRoeland Jago Douma2017-04-131-1/+1
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-0/+25
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
* simplify return statementBjoern Schiessle2017-04-101-4/+4
* allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-071-0/+11