Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Improve wording of various error messages | Jan-Christoph Borchardt | 2017-06-21 | 1 | -1/+1 |
* | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 2 | -16/+25 |
* | Fix returned paths for remote shares | Joas Schilling | 2017-04-13 | 3 | -3/+3 |
* | Return the paths for the users without setting them all up | Joas Schilling | 2017-04-13 | 3 | -10/+9 |
* | Fix comments | Roeland Jago Douma | 2017-04-13 | 2 | -2/+47 |
* | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 1 | -0/+17 |
* | Added to public interface | Roeland Jago Douma | 2017-04-13 | 1 | -0/+30 |
* | update unit tests | Bjoern Schiessle | 2017-04-07 | 1 | -1/+1 |
* | let the share backend get the node cacheentry to save queries | Robin Appelman | 2016-11-17 | 1 | -0/+17 |
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 3 | -4/+4 |
* | fix phpdoc | Robin Appelman | 2016-11-09 | 1 | -1/+1 |
* | add method to check if a share provider for a given type is loaded | Bjoern Schiessle | 2016-11-01 | 1 | -0/+8 |
* | Stricter signature | Roeland Jago Douma | 2016-10-31 | 2 | -4/+6 |
* | Add getShareTypesInFolder to optimize folder listening | Robin Appelman | 2016-10-31 | 3 | -0/+28 |
* | Fix others | Joas Schilling | 2016-07-21 | 7 | -14/+21 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Fix phpdoc | Roeland Jago Douma | 2016-05-10 | 1 | -2/+1 |
* | Move post_removeFromGroup to shareManager | Roeland Jago Douma | 2016-04-13 | 2 | -1/+22 |
* | Migrate post_groupDelete hook to share manager (#23841) | Roeland Douma | 2016-04-12 | 2 | -0/+19 |
* | Migrate post_userDelete hook to share manager | Roeland Jago Douma | 2016-04-04 | 2 | -0/+21 |
* | Move OCP\Share over to PSR-4 | Roeland Jago Douma | 2016-03-30 | 7 | -0/+885 |