summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Collaborators/MailPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* Improve email search resultsJoas Schilling2022-12-091-0/+6
* Add fallback options for contacts arrayAnna Larch2022-10-011-8/+8
* Add setting to ignore email during searchLouis Chemineau2022-05-031-0/+7
* Add check before sending email that email address is validCarl Schwan2022-01-111-7/+8
* Fix idn emails not working in sharesCarl Schwan2022-01-111-2/+5
* Merge pull request #29879 from nextcloud/bugfix/noid/sharing-enumeration-addr...Julius Härtl2021-12-211-4/+1
|\
| * Do not clear all results when searching from users address booksJulius Härtl2021-12-081-4/+1
* | Make psalm more happyJoas Schilling2021-12-091-2/+2
* | Fix docs to make Psalm happierJoas Schilling2021-12-091-6/+1
* | Only limit search in the system address bookJoas Schilling2021-12-081-1/+2
* | Only wildcard search if enumeration is allowedJoas Schilling2021-12-081-1/+9
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-1/+4
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-6/+27
* Show unique displayname context in the sharing inputJulius Härtl2020-12-141-0/+3
* Update share type constant usageJoas Schilling2020-06-241-6/+6
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Use paginated search for contactsJulius Härtl2020-04-231-2/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Limit user search in Collaborators pluginsJulius Härtl2020-03-201-1/+15
* Update license headersChristoph Wurst2019-12-051-1/+4
* Add uuid/name entry to Remote/MailPlugin testsJulius Härtl2018-10-301-2/+3
* Add name field to mail and remote resultsJulius Härtl2018-10-301-0/+4
* Make enhancing entries with type property optionalJulius Härtl2018-10-301-3/+8
* Add type to Remote and Mail pluginsJulius Härtl2018-10-301-1/+3
* Add collaborators uuid to properly render the avatar and for later groupingJulius Härtl2018-10-301-0/+5
* the FN is optional, carrying the displayname if presentArthur Schiwon2018-03-141-5/+11
* Fix calculation if there are more resultsJoas Schilling2018-03-081-1/+5
* Add the users result only when non empty so tests stay the sameJoas Schilling2018-03-021-1/+3
* Also array_slice wide email matches of local usersJoas Schilling2018-03-011-4/+7
* Merge pull request #8206 from nextcloud/bugfix/noid/fix-collaboration-result-...blizzz2018-02-201-0/+2
|\
| * Better result handling of email searchJoas Schilling2018-02-201-0/+2
* | Filter out the current user when searching for emails tooJoas Schilling2018-02-131-2/+9
|/
* Don't show users which e-mail address match if they belong to a group we may ...Tobia De Koninck2017-12-151-1/+29
* split off getEmail testsArthur Schiwon2017-09-261-1/+1
* don't keep result types hard codedArthur Schiwon2017-09-261-9/+11
* Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-261-0/+162