| Commit message (Expand) | Author | Age | Files | Lines |
* | Port admin federated files sharing to vue | Carl Schwan | 2022-05-20 | 1 | -24/+27 |
* | Log in audit log federated shares events | Carl Schwan | 2022-03-16 | 1 | -1/+17 |
* | Mark DAV background jobs as time sensitive/insensitive | Christoph Wurst | 2022-02-22 | 1 | -2/+2 |
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 1 | -1/+6 |
* | fix federated sharing | Robin Appelman | 2021-10-19 | 1 | -34/+25 |
* | Add support for Delegation Settings for more apps | Carl Schwan | 2021-10-15 | 1 | -3/+26 |
* | Replace ILogger with LoggerInterface in remote share manager | Vincent Petry | 2021-07-27 | 1 | -1/+2 |
* | Add logging to external shares manager | Vincent Petry | 2021-07-27 | 1 | -1/+2 |
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 1 | -1/+1 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 7 | -16/+15 |
* | Correctly check the reception of a remote feedback | Louis Chemineau | 2021-06-09 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 17 | -27/+20 |
* | Respect default share permissions for federated reshares | Roeland Jago Douma | 2021-05-17 | 1 | -1/+12 |
* | Throttle MountPublicLinkController when share is not found | Roeland Jago Douma | 2021-05-12 | 1 | -1/+3 |
* | Fix usage of rename executeUpdate | Christoph Wurst | 2021-05-05 | 1 | -1/+1 |
* | Improve federated permission handling | Roeland Jago Douma | 2021-04-26 | 1 | -18/+2 |
* | Merge pull request #26615 from nextcloud/enh/ffs/require_read | Morris Jobke | 2021-04-19 | 1 | -0/+8 |
|\ |
|
| * | Require read permissions for federated shares | Roeland Jago Douma | 2021-04-19 | 1 | -0/+8 |
* | | Do not allow adding file drop shares to your own cloud | Roeland Jago Douma | 2021-04-19 | 1 | -0/+10 |
|/ |
|
* | Move over notification to new registration | Roeland Jago Douma | 2021-04-16 | 1 | -7/+2 |
* | Implement expiration date for federated shares | Vincent Petry | 2021-04-15 | 1 | -3/+13 |
* | l10n: Add word user in FederatedShareProvider.php | Valdnet | 2021-04-11 | 1 | -1/+1 |
* | Merge pull request #25498 from Worteks/feat-federatedfilesharing-logging | Morris Jobke | 2021-03-22 | 1 | -0/+31 |
|\ |
|
| * | fix(no_unused_imports) | Samuel | 2021-02-09 | 1 | -1/+0 |
| * | fix(php-cs) | Samuel | 2021-02-09 | 1 | -17/+0 |
| * | fix(misc) | Samuel | 2021-02-09 | 1 | -5/+7 |
| * | fix(php-cs) | Samuel | 2021-02-09 | 1 | -4/+7 |
| * | fix(logger): use logger from constructor arguments | Samuel | 2021-02-09 | 1 | -1/+14 |
| * | fix(pebkac): missing `use OC` | Samuel | 2021-02-08 | 1 | -0/+1 |
| * | fix(logger): set logger in constructor | Samuel | 2021-02-08 | 1 | -5/+10 |
| * | fix(php-cs): indentation / elseif, maybe braces? | Samuel | 2021-02-05 | 1 | -13/+18 |
| * | feat(federatedfilesharing): log errors, as suggested by @maxbes | Samuel | 2021-02-05 | 1 | -0/+20 |
* | | Move requesthandler controller to LoggerInterface | Roeland Jago Douma | 2021-03-10 | 1 | -29/+13 |
* | | Fix some redundant casts | Roeland Jago Douma | 2021-03-08 | 1 | -3/+1 |
* | | Remove redundant casts | Roeland Jago Douma | 2021-03-02 | 1 | -2/+2 |
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 5 | -16/+16 |
|/ |
|
* | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 2 | -2/+2 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -2/+2 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 5 | -3/+6 |
* | Fix PHP CS | Joas Schilling | 2020-12-15 | 1 | -1/+0 |
* | Add missing parent::__construct() calls to Jobs | Joas Schilling | 2020-12-14 | 1 | -25/+8 |
* | Adjust default | Julius Härtl | 2020-12-08 | 4 | -6/+25 |
* | Move columns to bigint | Julius Härtl | 2020-12-08 | 1 | -2/+1 |
* | Migrate files_sharing to migrations and move remote_id to a string in share_e... | Julius Härtl | 2020-12-08 | 1 | -2/+4 |
* | Move remoteId of remote reshares to string | Julius Härtl | 2020-12-08 | 4 | -16/+67 |
* | Use proper OCP\BackgroundJobs\Job | Roeland Jago Douma | 2020-11-25 | 1 | -4/+3 |
* | Create primary keys on all tables and add a command to create the afterwards | Joas Schilling | 2020-11-10 | 1 | -1/+2 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -2/+6 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -3/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 7 | -3/+11 |