aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-1/+1
|\
| * Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* | 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
* | Limit more contact searchesJoas Schilling2021-12-081-1/+6
* | 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
|/
* Fix type errorsCôme Chilliet2021-11-231-1/+1
* use specific email getter where necessaryArthur Schiwon2021-09-091-2/+2
* Also hide group from direct matchesJoas Schilling2021-07-021-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0414-31/+20
* Also make other shares listen to the "Allow sharing with groups"Joas Schilling2021-05-261-0/+11
* Less ILoggerJoas Schilling2021-04-273-13/+14
* ignore mail shares of related remote share resultsArthur Schiwon2021-04-202-2/+54
* Use correct getSystemValue typeJ0WI2021-04-121-1/+1
* Also limit to user group in case enumeration is enabled for groups and phonen...Joas Schilling2021-03-171-1/+20
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-171-1/+5
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-102-2/+9
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-102-17/+45
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-3/+3
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Show unique displayname context in the sharing inputJulius Härtl2020-12-143-1/+10
* Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-201-3/+3
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-0/+6
* Fix type errors detected by PsalmChristoph Wurst2020-10-141-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* Merge pull request #23074 from nextcloud/fix/sharee-search-empty-email-matchJulius Härtl2020-09-291-2/+2
|\
| * Do not match sharees on an empty email addressChristoph Wurst2020-09-281-2/+2
* | Show federation and email results also with exact user match unless containing @Joas Schilling2020-09-231-2/+3
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-0/+6
* Properly search for users when limittogroups is enabledRoeland Jago Douma2020-08-211-1/+9
* Expose status via Collaborators APIGeorg Ehrke2020-08-141-2/+51
* Ignore whitespace in sharing by mailonehappycat2020-07-231-0/+3
* Fix testsJoas Schilling2020-06-241-1/+0
* Update share type constant usageJoas Schilling2020-06-246-20/+21
* Fix unit testsJoas Schilling2020-06-181-1/+1
* Fix PHP CSJoas Schilling2020-06-171-1/+0
* Move back to IGroupManager::displayNamesInGroup()Joas Schilling2020-06-171-10/+6
* Avoid duplicate matches in wide and exact resultsJulius Härtl2020-06-151-34/+22
* Update license headers for 19Christoph Wurst2020-04-299-1/+11
* Use paginated search for contactsJulius Härtl2020-04-232-4/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1011-27/+24
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-6/+6
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0910-10/+0