| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #3844 from nextcloud/unshare_event | Joas Schilling | 2017-03-21 | 2 | -38/+107 |
|\ |
|
| * | Add LegacyHooks | Roeland Jago Douma | 2017-03-17 | 2 | -39/+103 |
| * | Add unshare event | Roeland Jago Douma | 2017-03-17 | 1 | -0/+5 |
* | | Merge pull request #3884 from nextcloud/downstream-26956 | Joas Schilling | 2017-03-20 | 2 | -4/+13 |
|\ \ |
|
| * | | Skip null groups in group manager (#26871) (#26956) | Vincent Petry | 2017-03-17 | 2 | -4/+13 |
| |/ |
|
* / | shares-circles | Maxence Lange | 2017-03-17 | 2 | -5/+56 |
|/ |
|
* | Fix detecting deleted shares in object store | Andrius | 2017-03-09 | 1 | -1/+2 |
* | Fix return type of share provider | Joas Schilling | 2017-03-01 | 1 | -1/+1 |
* | Fix condition | Maxence Lange | 2017-02-26 | 1 | -1/+1 |
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 1 | -2/+4 |
* | also create mail share if public links are disabled | Bjoern Schiessle | 2017-01-04 | 1 | -1/+0 |
* | no need to throw a exception we catch two lines later | Bjoern Schiessle | 2016-12-22 | 1 | -5/+4 |
* | Only don't resolve public links | Roeland Jago Douma | 2016-12-20 | 1 | -4/+3 |
* | Don't resolve public share token if public sharing is disabled | Lukas Reschke | 2016-12-20 | 1 | -0/+4 |
* | commit transaction after select query | phisch | 2016-12-16 | 1 | -1/+1 |
* | always use numeric storage id in cacheentry | Robin Appelman | 2016-12-13 | 1 | -1/+0 |
* | Make sure $provider is defined when we use it | Joas Schilling | 2016-12-07 | 1 | -10/+12 |
* | Handle unavailable share providers more graceful | Roeland Jago Douma | 2016-12-05 | 1 | -8/+34 |
* | Also return the ShareByMail provider when getting all | Joas Schilling | 2016-11-30 | 1 | -0/+4 |
* | also work with group shares | Robin Appelman | 2016-11-17 | 1 | -1/+5 |
* | let the share backend get the node cacheentry to save queries | Robin Appelman | 2016-11-17 | 2 | -3/+36 |
* | add activity if a file was shared by mail | Bjoern Schiessle | 2016-11-08 | 1 | -1/+2 |
* | find and show share-by mail links | Bjoern Schiessle | 2016-11-01 | 1 | -0/+10 |
* | send mail for share-by-mail shares | Bjoern Schiessle | 2016-11-01 | 1 | -1/+3 |
* | add method to check if a share provider for a given type is loaded | Bjoern Schiessle | 2016-11-01 | 1 | -0/+14 |
* | add share by mail share provider | Bjoern Schiessle | 2016-11-01 | 2 | -0/+52 |
* | Fix merging backend results | Roeland Jago Douma | 2016-11-01 | 2 | -2/+11 |
* | Stricter signature | Roeland Jago Douma | 2016-10-31 | 2 | -2/+3 |
* | Add getShareTypesInFolder to optimize folder listening | Robin Appelman | 2016-10-31 | 3 | -0/+57 |
* | reuse share node when creating a share | Robin Appelman | 2016-10-12 | 1 | -0/+3 |
* | Always unlock node after trying to create a share | Robin Appelman | 2016-10-12 | 1 | -1/+1 |
* | Merge pull request #1640 from nextcloud/less_queries_group_share | Morris Jobke | 2016-10-10 | 1 | -30/+49 |
|\ |
|
| * | More efficient group share resolving | Roeland Jago Douma | 2016-10-06 | 1 | -30/+49 |
* | | Prefilter inaccessible shares in DefaultShareProvider::getSharedWith() | Vincent Petry | 2016-10-06 | 1 | -8/+38 |
|/ |
|
* | Fix others | Joas Schilling | 2016-07-21 | 8 | -18/+28 |
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -6/+1 |
|\ |
|
| * | Add explicit delete permission to link shares | Vincent Petry | 2016-06-24 | 1 | -6/+1 |
* | | remove old hook, no longer needed | Bjoern Schiessle | 2016-06-27 | 1 | -13/+1 |
* | | check password for link shares | Bjoern Schiessle | 2016-06-27 | 1 | -1/+16 |
* | | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-21 | 1 | -11/+25 |
|\| |
|
| * | Fix case with no user | Roeland Jago Douma | 2016-06-14 | 1 | -0/+4 |
| * | Optimize isSharingDisabledForuser | Roeland Jago Douma | 2016-06-14 | 1 | -11/+21 |
* | | add hide file list option | Bjoern Schiessle | 2016-06-09 | 1 | -1/+4 |
|/ |
|
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -2/+6 |
* | use share initiator as fall back to access the file | Björn Schießle | 2016-05-20 | 4 | -9/+28 |
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+2 |
* | Fix related logic | Roeland Jago Douma | 2016-04-19 | 1 | -20/+31 |
* | Move post_removeFromGroup to shareManager | Roeland Jago Douma | 2016-04-13 | 3 | -0/+50 |
* | Make shareproviders use the lazy root folder | Roeland Jago Douma | 2016-04-13 | 1 | -2/+2 |
* | set $share to null if getShareByToken() failed | Björn Schießle | 2016-04-12 | 1 | -1/+1 |