aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-6/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-0/+5
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-5/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-5/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-9/+9
|/
* 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-203-0/+4
* confirm auth on share generated by CirclesMaxence Lange2019-12-163-1/+19
* revert protectedJohn Molakvoæ2019-12-061-1/+1
* Fix external sharing loading scriptJohn Molakvoæ (skjnldsv)2019-12-061-2/+19
* Update license headersChristoph Wurst2019-12-0513-17/+26
* Some php-cs fixesRoeland Jago Douma2019-11-227-12/+7
* Merge pull request #17985 from nextcloud/enh/use_displayname_federated_shareRoeland Jago Douma2019-11-182-12/+24
|\
| * Use the displayname for federated notificationsRoeland Jago Douma2019-11-182-12/+24
* | Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-1/+1
|/
* 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
* Update Federated sharing notifierJoas Schilling2019-07-151-1/+21
* Show share settings only if incoming federated shares are allowedMorris Jobke2019-05-311-4/+4
* Only show sharing section if it has contentJulius Härtl2019-05-201-0/+3
* update URL for federationJos Poortvliet2018-12-271-1/+1
* Fix logo path in personal federated sharing settingsJulius Härtl2018-10-291-6/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-3/+3
* handle unshare request from ownerBjoern Schiessle2018-07-111-18/+25
* accept/decline group sharesBjoern Schiessle2018-07-111-0/+2
* fix notification when a group share is receivedBjoern Schiessle2018-07-111-9/+15
* implement federated group sharesBjoern Schiessle2018-07-114-49/+122
* add setting to enable/disable federated group sharingBjoern Schiessle2018-07-112-1/+47
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+5
* remove unused codeBjoern Schiessle2018-07-021-24/+0
* remove debug outputBjoern Schiessle2018-07-021-1/+0
* add support for different share typesBjoern Schiessle2018-07-021-0/+10
* make sure that remote url gets stored with a trailing '/'Bjoern Schiessle2018-07-021-0/+5
* remove unused methodBjoern Schiessle2018-07-021-24/+1
* some minor fixes and clode cleanupBjoern Schiessle2018-07-022-17/+14
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-023-32/+22
* fix check for reshare permissionsBjoern Schiessle2018-07-021-1/+1
* send RESHARE_CHANGE_PERMISSION messageBjoern Schiessle2018-07-022-45/+114
* implement RESHARE_UNDO notificationBjoern Schiessle2018-07-023-5/+18
* - Don't remove share before all notifications are created, otherwise we miss ...Bjoern Schiessle2018-07-021-13/+3
* implement unshare notificationBjoern Schiessle2018-07-024-63/+145
* send reshare over OCM APIBjoern Schiessle2018-07-024-42/+147
* implement decline shareBjoern Schiessle2018-07-024-46/+115
* implement accept share notificationBjoern Schiessle2018-07-023-72/+168
* adjust to latest api versionBjoern Schiessle2018-07-023-6/+7