Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -3/+3 |
| | | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | Correctly check the reception of a remote feedback | Louis Chemineau | 2021-06-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #25498 from Worteks/feat-federatedfilesharing-logging | Morris Jobke | 2021-03-22 | 1 | -0/+31 |
|\ | | | | | feat(federatedfilesharing): log errors, as suggested by @maxbes | ||||
| * | fix(no_unused_imports) | Samuel | 2021-02-09 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
| * | fix(php-cs) | Samuel | 2021-02-09 | 1 | -17/+0 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
| * | fix(misc) | Samuel | 2021-02-09 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
| * | fix(php-cs) | Samuel | 2021-02-09 | 1 | -4/+7 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
| * | fix(logger): use logger from constructor arguments | Samuel | 2021-02-09 | 1 | -1/+14 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
| * | fix(pebkac): missing `use OC` | Samuel | 2021-02-08 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
| * | fix(logger): set logger in constructor | Samuel | 2021-02-08 | 1 | -5/+10 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
| * | fix(php-cs): indentation / elseif, maybe braces? | Samuel | 2021-02-05 | 1 | -13/+18 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
| * | feat(federatedfilesharing): log errors, as suggested by @maxbes | Samuel | 2021-02-05 | 1 | -0/+20 |
| | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com> | ||||
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
|/ | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Adjust default | Julius Härtl | 2020-12-08 | 1 | -4/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move remoteId of remote reshares to string | Julius Härtl | 2020-12-08 | 1 | -11/+11 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move federated_share_added into a typed event | Morris Jobke | 2020-07-23 | 1 | -10/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | implement federated group shares | Bjoern Schiessle | 2018-07-11 | 1 | -2/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | remove unused code | Bjoern Schiessle | 2018-07-02 | 1 | -24/+0 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement RESHARE_UNDO notification | Bjoern Schiessle | 2018-07-02 | 1 | -2/+16 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement unshare notification | Bjoern Schiessle | 2018-07-02 | 1 | -3/+19 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 1 | -3/+49 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 1 | -4/+84 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | remove discovery manager in favour of the OCSDiscoveryService | Bjoern Schiessle | 2017-04-11 | 1 | -6/+8 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use https by default if no protocol is given. Only use unsecure connection ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -32/+27 |
| | | | | | | if it is explicitely given Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -1/+5 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -1/+3 |
|\ | |||||
| * | Increase fed share timeout from 3 to 10 + unit tests | Vincent Petry | 2016-06-22 | 1 | -2/+2 |
| | | |||||
| * | Add timeouts to make the UI usable again when a remote share is unreachable | Joas Schilling | 2016-06-22 | 1 | -1/+3 |
| | | |||||
* | | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-06-20 | 1 | -1/+1 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | improved error messages | Björn Schießle | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | fall back to old re-sharing behaviour in case the remote server doesn't ↵ | Björn Schießle | 2016-05-20 | 1 | -0/+7 |
| | | | | support flat-reshares | ||||
* | update share permissions | Björn Schießle | 2016-05-20 | 1 | -1/+5 |
| | |||||
* | create re-share by owner and propagate unshare and unshare-from self request | Björn Schießle | 2016-05-20 | 1 | -11/+124 |
| | | | | correctly accross share owner and share initiator | ||||
* | Move FederatedFileSharing to PSR-4 | Joas Schilling | 2016-05-18 | 1 | -0/+184 |