summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* send accept share notification (WIP)Bjoern Schiessle2018-07-021-5/+15
* use new API to send a federated share if possibleBjoern Schiessle2018-07-024-16/+94
* implement receiving of federated sharesBjoern Schiessle2018-07-025-181/+338
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-023-1/+100
* move log constants to ILoggerArthur Schiwon2018-04-263-3/+4
* Fix DI for federated file sharing controllerMorris Jobke2018-04-232-6/+12
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-2/+3
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-261-5/+24
* Remove old code to be compatible with Nextcloud 9 and beforeMorris Jobke2018-03-121-114/+2
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-2/+1
|\
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* | Remove useless return statementsMorris Jobke2018-01-251-3/+0
|/
* Properly log the full exception instead of only the messageMorris Jobke2018-01-233-22/+34
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-1/+1
* Update license headersMorris Jobke2017-11-0610-2/+23
* Add |null to PHPDocLukas Reschke2017-08-011-1/+1
* use OCSv2 to make sure that the error also arrives at the web front-endBjoern Schiessle2017-07-211-2/+2
* sent, an invitation, - successfulAllan Nordhøy2017-07-141-2/+2
* Fix owner cloud id in unshare activityJoas Schilling2017-07-101-1/+1
* Fix activity emails for accept/decline of remote sharesJoas Schilling2017-07-101-6/+8
* Simplified Nextcloud logo iconMarin Treselj2017-07-021-1/+1
* We're on 13 now…Arthur Schiwon2017-06-261-1/+1