summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/Notifications.php
Commit message (Expand)AuthorAgeFilesLines
* Migrate HintException to OCPGary Kim2021-06-301-3/+3
* Correctly check the reception of a remote feedbackLouis Chemineau2021-06-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke2021-03-221-0/+31
|\
| * fix(no_unused_imports)Samuel2021-02-091-1/+0
| * fix(php-cs)Samuel2021-02-091-17/+0
| * fix(misc)Samuel2021-02-091-5/+7
| * fix(php-cs)Samuel2021-02-091-4/+7
| * fix(logger): use logger from constructor argumentsSamuel2021-02-091-1/+14
| * fix(pebkac): missing `use OC`Samuel2021-02-081-0/+1
| * fix(logger): set logger in constructorSamuel2021-02-081-5/+10
| * fix(php-cs): indentation / elseif, maybe braces?Samuel2021-02-051-13/+18
| * feat(federatedfilesharing): log errors, as suggested by @maxbesSamuel2021-02-051-0/+20
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Adjust defaultJulius Härtl2020-12-081-4/+4
* Move remoteId of remote reshares to stringJulius Härtl2020-12-081-11/+11
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Move federated_share_added into a typed eventMorris Jobke2020-07-231-10/+10
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* implement federated group sharesBjoern Schiessle2018-07-111-2/+5
* remove unused codeBjoern Schiessle2018-07-021-24/+0
* implement RESHARE_UNDO notificationBjoern Schiessle2018-07-021-2/+16
* implement unshare notificationBjoern Schiessle2018-07-021-3/+19
* send reshare over OCM APIBjoern Schiessle2018-07-021-3/+49
* adjust to latest api versionBjoern Schiessle2018-07-021-1/+1
* use new API to send a federated share if possibleBjoern Schiessle2018-07-021-4/+84
* Update license headersMorris Jobke2017-11-061-2/+0
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-6/+8
* use https by default if no protocol is given. Only use unsecure connection if...Bjoern Schiessle2016-11-021-32/+27
* Fix apps/Joas Schilling2016-07-211-1/+5
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-1/+3
|\
| * Increase fed share timeout from 3 to 10 + unit testsVincent Petry2016-06-221-2/+2
| * Add timeouts to make the UI usable again when a remote share is unreachableJoas Schilling2016-06-221-1/+3
* | s/ownCloud/NextcloudBjoern Schiessle2016-06-201-1/+1
|/
* Update license headersLukas Reschke2016-05-261-2/+2
* improved error messagesBjörn Schießle2016-05-201-0/+1
* fall back to old re-sharing behaviour in case the remote server doesn't suppo...Björn Schießle2016-05-201-0/+7
* update share permissionsBjörn Schießle2016-05-201-1/+5
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-201-11/+124
* Move FederatedFileSharing to PSR-4Joas Schilling2016-05-181-0/+184