| Commit message (Expand) | Author | Age | Files | Lines |
* | Also make other shares listen to the "Allow sharing with groups" | Joas Schilling | 2021-05-26 | 1 | -0/+11 |
* | Less ILogger | Joas Schilling | 2021-04-27 | 1 | -5/+6 |
* | ignore mail shares of related remote share results | Arthur Schiwon | 2021-04-20 | 2 | -2/+54 |
* | Use correct getSystemValue type | J0WI | 2021-04-12 | 1 | -1/+1 |
* | Also limit to user group in case enumeration is enabled for groups and phonen... | Joas Schilling | 2021-03-17 | 1 | -1/+20 |
* | Improve search results when only phonebook-matches can we autocompleted | Joas Schilling | 2021-03-17 | 1 | -1/+5 |
* | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-10 | 2 | -2/+9 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 2 | -17/+45 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 2 | -3/+3 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -0/+2 |
* | Show unique displayname context in the sharing input | Julius Härtl | 2020-12-14 | 3 | -1/+10 |
* | Bump @nextcloud/vue to 3.0.0 | John Molakvoæ (skjnldsv) | 2020-10-20 | 1 | -3/+3 |
* | Init vue comments tab | John Molakvoæ (skjnldsv) | 2020-10-20 | 1 | -0/+6 |
* | Fix type errors detected by Psalm | Christoph Wurst | 2020-10-14 | 1 | -2/+2 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Merge pull request #23074 from nextcloud/fix/sharee-search-empty-email-match | Julius Härtl | 2020-09-29 | 1 | -2/+2 |
|\ |
|
| * | Do not match sharees on an empty email address | Christoph Wurst | 2020-09-28 | 1 | -2/+2 |
* | | Show federation and email results also with exact user match unless containing @ | Joas Schilling | 2020-09-23 | 1 | -2/+3 |
|/ |
|
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 5 | -0/+6 |
* | Properly search for users when limittogroups is enabled | Roeland Jago Douma | 2020-08-21 | 1 | -1/+9 |
* | Expose status via Collaborators API | Georg Ehrke | 2020-08-14 | 1 | -2/+51 |
* | Ignore whitespace in sharing by mail | onehappycat | 2020-07-23 | 1 | -0/+3 |
* | Fix tests | Joas Schilling | 2020-06-24 | 1 | -1/+0 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 6 | -20/+21 |
* | Fix unit tests | Joas Schilling | 2020-06-18 | 1 | -1/+1 |
* | Fix PHP CS | Joas Schilling | 2020-06-17 | 1 | -1/+0 |
* | Move back to IGroupManager::displayNamesInGroup() | Joas Schilling | 2020-06-17 | 1 | -10/+6 |
* | Avoid duplicate matches in wide and exact results | Julius Härtl | 2020-06-15 | 1 | -34/+22 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 6 | -0/+8 |
* | Use paginated search for contacts | Julius Härtl | 2020-04-23 | 2 | -4/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 7 | -19/+19 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 6 | -6/+0 |
* | dont show remote and email options if we have an exact match for local user e... | Robin Appelman | 2020-04-08 | 2 | -8/+28 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -1/+3 |
* | Limit user search in Collaborators plugins | Julius Härtl | 2020-03-20 | 3 | -5/+50 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 8 | -9/+24 |
* | Fix autocomplete suggestions with numeric user ids | Joas Schilling | 2019-11-26 | 1 | -2/+3 |
* | Extend data returned when searching remote shares | John Molakvoæ (skjnldsv) | 2019-10-29 | 2 | -2/+25 |
* | Cleanup some PHPDoc leftovers and unused variables | Morris Jobke | 2019-03-06 | 1 | -4/+0 |
* | Search sharees on lookup server when explicitly requested by user | Christoph Wurst | 2019-02-26 | 1 | -1/+1 |
* | allow group backends to mark that a group should now be shown in search dialogs | Robin Appelman | 2019-02-25 | 1 | -0/+4 |
* | Always query lookup server in GS mode | Roeland Jago Douma | 2019-02-21 | 1 | -1/+1 |
* | Fix injection to get the user id | Julius Härtl | 2018-10-30 | 1 | -4/+7 |
* | Add uuid/name entry to Remote/MailPlugin tests | Julius Härtl | 2018-10-30 | 1 | -2/+3 |
* | Add name field to mail and remote results | Julius Härtl | 2018-10-30 | 2 | -0/+6 |
* | Add local share if remote cloud id matches a local user ones | Julius Härtl | 2018-10-30 | 1 | -2/+12 |
* | Make enhancing entries with type property optional | Julius Härtl | 2018-10-30 | 2 | -8/+22 |