Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 7 | -8/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix more tests | Roeland Jago Douma | 2019-11-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 7 | -7/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Extend data returned when searching remote shares | John Molakvoæ (skjnldsv) | 2019-10-29 | 1 | -5/+5 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Search sharees on lookup server when explicitly requested by user | Christoph Wurst | 2019-02-26 | 1 | -5/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | allow group backends to mark that a group should now be shown in search dialogs | Robin Appelman | 2019-02-25 | 1 | -1/+18 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix injection to get the user id | Julius Härtl | 2018-10-30 | 1 | -1/+11 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add uuid/name entry to Remote/MailPlugin tests | Julius Härtl | 2018-10-30 | 2 | -20/+104 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make enhancing entries with type property optional | Julius Härtl | 2018-10-30 | 1 | -6/+30 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Filter out local users from address book remote searches | Julius Härtl | 2018-10-30 | 1 | -1/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not try to contact lookup server without internet connection or URL | Arthur Schiwon | 2018-10-18 | 1 | -21/+78 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add more tests | Bjoern Schiessle | 2018-10-12 | 1 | -0/+231 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | some small fixes and improvements | Bjoern Schiessle | 2018-10-10 | 1 | -1/+11 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | adjust tests | Bjoern Schiessle | 2018-10-09 | 1 | -2/+31 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Ignore deactivated users in collaborators user search plugin | Thomas Citharel | 2018-08-06 | 1 | -1/+5 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix calculation if there are more results | Joas Schilling | 2018-03-08 | 1 | -19/+19 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add tests for finding own email and user results pagination | Joas Schilling | 2018-03-08 | 1 | -1/+94 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Better result handling of email search | Joas Schilling | 2018-02-20 | 2 | -3/+3 |
| | | | | | | | 1. Local users should not be returned when searching for empty string 2. The limit of the response should be respected Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | do not offer the handle of the current user for auto completion | Arthur Schiwon | 2018-01-17 | 1 | -0/+47 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix and tests for MailPlugin | Tobia De Koninck | 2017-12-16 | 1 | -1/+138 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Add unit tests for SearchResult | Joas Schilling | 2017-10-25 | 1 | -0/+105 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add tests for Lookup Plugin | Arthur Schiwon | 2017-09-26 | 3 | -2/+180 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | move splitUserRemote unit tests | Arthur Schiwon | 2017-09-26 | 1 | -0/+75 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off former searchSharee unit test | Arthur Schiwon | 2017-09-26 | 1 | -0/+219 |
| | | | | | | also moves registering default plugins to Server for proper unit testing Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getEmail tests | Arthur Schiwon | 2017-09-26 | 1 | -0/+337 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getRemote unit tests | Arthur Schiwon | 2017-09-26 | 1 | -0/+314 |
| | | | | | | adds two small fixes → they actually work \o/ Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getGroups unit tests | Arthur Schiwon | 2017-09-26 | 1 | -0/+491 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getUsers unit tests | Arthur Schiwon | 2017-09-26 | 1 | -0/+445 |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |