| Commit message (Expand) | Author | Age | Files | Lines |
* | send share notification instead of erroring on duplicate share | Robin Appelman | 2021-03-15 | 1 | -0/+50 |
* | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-11 | 1 | -0/+8 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-11 | 1 | -0/+8 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Move to single share event. Just emit more if needed | Roeland Jago Douma | 2020-12-23 | 1 | -21/+1 |
* | cs fix | Maxence Lange | 2020-12-23 | 1 | -3/+3 |
* | +ShareDeletedEvent | Maxence Lange | 2020-12-23 | 1 | -0/+80 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -0/+2 |
* | Address minor comments | Julius Härtl | 2020-12-09 | 1 | -1/+2 |
* | Add internal DECK_USER type to allow unsharing for individual users | Julius Härtl | 2020-12-09 | 1 | -0/+5 |
* | Add share type for deck | Julius Härtl | 2020-12-09 | 1 | -0/+5 |
* | Allow apps to register their share providers from outside | Julius Härtl | 2020-12-09 | 2 | -0/+12 |
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 6 | -6/+0 |
* | Remove wrongly annotated package names | Julius Härtl | 2020-08-26 | 1 | -1/+0 |
* | Always sort shares in a reliable way | Joas Schilling | 2020-06-08 | 1 | -1/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -4/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+3 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | Expose enumeration config though share manager | Julius Härtl | 2020-03-20 | 1 | -0/+16 |
* | Allow to overwrite share target mountpoints | Joas Schilling | 2020-02-17 | 1 | -0/+83 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -1/+3 |
* | config.php setting to always accept internal shares | Roeland Jago Douma | 2019-12-16 | 1 | -0/+53 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 8 | -8/+17 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -1/+4 |
* | Only restrict loading of group and user shares for now | Joas Schilling | 2019-11-12 | 1 | -0/+6 |
* | Allow to accept group shares | Joas Schilling | 2019-11-12 | 2 | -0/+22 |
* | Respect the accepted flag for group and user shares | Joas Schilling | 2019-11-12 | 1 | -0/+34 |
* | fixup! Get all shares as iterable | Daniel Calviño Sánchez | 2019-10-30 | 2 | -0/+2 |
* | Get all shares as iterable | Roeland Jago Douma | 2019-10-30 | 2 | -0/+19 |
* | Having the contructor in the interface makes no sense... | Roeland Jago Douma | 2019-10-29 | 1 | -7/+0 |
* | Merge pull request #16723 from nextcloud/fix/sharing/unshare-message | Joas Schilling | 2019-08-26 | 1 | -0/+8 |
|\ |
|
| * | Add expiration event for shares | John Molakvoæ (skjnldsv) | 2019-08-21 | 1 | -0/+8 |
* | | Make the sharing constants publicly available | Joas Schilling | 2019-08-23 | 1 | -0/+57 |
|/ |
|
* | allow to add labels to shares | Bjoern Schiessle | 2018-11-01 | 1 | -0/+17 |
* | Extend IShare to show hide download state | Roeland Jago Douma | 2018-10-30 | 1 | -0/+21 |
* | Add "sendPasswordByTalk" property to shares | Daniel Calviño Sánchez | 2018-07-24 | 1 | -0/+23 |
* | allow to add a personal note to a share | Bjoern Schiessle | 2018-07-21 | 1 | -0/+18 |
* | Merge pull request #5280 from nextcloud/shared-with-display-name | Morris Jobke | 2018-07-13 | 1 | -0/+34 |
|\ |
|
| * | SharedWithDisplayName + SharedWithAvatar | Maxence Lange | 2018-05-21 | 1 | -0/+34 |
* | | implement federated group shares | Bjoern Schiessle | 2018-07-11 | 1 | -0/+8 |
* | | Fix PHPDoc | Morris Jobke | 2018-07-05 | 1 | -1/+1 |
* | | getDeletedSharedWith method | John Molakvoæ (skjnldsv) | 2018-07-05 | 1 | -0/+14 |
* | | Add API to undelete delete group shares | Roeland Jago Douma | 2018-07-05 | 2 | -0/+29 |
* | | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC... | Bjoern Schiessle | 2018-07-02 | 1 | -2/+1 |
* | | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 1 | -3/+3 |
|/ |
|
* | Update license headers | Morris Jobke | 2017-11-06 | 6 | -0/+11 |
* | Add exceptions to PHPDoc of interface | Lukas Reschke | 2017-09-10 | 1 | -0/+3 |
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |