Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix injection to get the user id | Julius Härtl | 2018-10-30 | 1 | -4/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add uuid/name entry to Remote/MailPlugin tests | Julius Härtl | 2018-10-30 | 1 | -2/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add name field to mail and remote results | Julius Härtl | 2018-10-30 | 2 | -0/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add local share if remote cloud id matches a local user ones | Julius Härtl | 2018-10-30 | 1 | -2/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make enhancing entries with type property optional | Julius Härtl | 2018-10-30 | 2 | -8/+22 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add type to Remote and Mail plugins | Julius Härtl | 2018-10-30 | 2 | -2/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add collaborators uuid to properly render the avatar and for later grouping | Julius Härtl | 2018-10-30 | 2 | -0/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Filter out generic remote result for local users | Julius Härtl | 2018-10-30 | 1 | -7/+17 |
| | | | | 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 | -2/+11 |
| | | | | 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 | -1/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | some small fixes and improvements | Bjoern Schiessle | 2018-10-10 | 1 | -5/+18 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | adjust tests | Bjoern Schiessle | 2018-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | always query the lookup server in a global scale setup and have a nicer label | Bjoern Schiessle | 2018-10-09 | 1 | -3/+22 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Ignore deactivated users in collaborators user search plugin | Thomas Citharel | 2018-08-06 | 1 | -1/+3 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | start to get fed group shares into the share dialog | Bjoern Schiessle | 2018-07-11 | 1 | -0/+78 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | the FN is optional, carrying the displayname if present | Arthur Schiwon | 2018-03-14 | 1 | -5/+11 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix calculation if there are more results | Joas Schilling | 2018-03-08 | 1 | -1/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add the users result only when non empty so tests stay the same | Joas Schilling | 2018-03-02 | 1 | -1/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Also array_slice wide email matches of local users | Joas Schilling | 2018-03-01 | 1 | -4/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #8206 from ↵ | blizzz | 2018-02-20 | 2 | -0/+4 |
|\ | | | | | | | | | nextcloud/bugfix/noid/fix-collaboration-result-size Better result handling of email search | ||||
| * | Better result handling of email search | Joas Schilling | 2018-02-20 | 2 | -0/+4 |
| | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #8328 from ↵ | Joas Schilling | 2018-02-14 | 1 | -2/+9 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/filter-out-the-current-user-by-email-too Filter out the current user when searching for emails too | ||||
| * | | Filter out the current user when searching for emails too | Joas Schilling | 2018-02-13 | 1 | -2/+9 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | Use non aliased method instead | Morris Jobke | 2018-02-13 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 2 | -4/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add types to php doc | Arthur Schiwon | 2018-01-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | do not offer the handle of the current user for auto completion | Arthur Schiwon | 2018-01-17 | 2 | -0/+20 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Don't show users which e-mail address match if they belong to a group we may ↵ | Tobia De Koninck | 2017-12-15 | 1 | -1/+29 |
| | | | | | | share with Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 1 | -3/+5 |
|\ | |||||
| * | Add unit tests for SearchResult | Joas Schilling | 2017-10-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Correctly search for existing collaboration results | Joas Schilling | 2017-10-25 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix sorting | Arthur Schiwon | 2017-10-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 1 | -0/+81 |
|/ | | | | | | | | | | * introduce a Controller for requests * introduce result sorting mechanism * extend Comments to retrieve commentors (actors) in a tree * add commenters sorter * add share recipients sorter Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add tests for Lookup Plugin | Arthur Schiwon | 2017-09-26 | 1 | -2/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off former searchSharee unit test | Arthur Schiwon | 2017-09-26 | 1 | -7/+2 |
| | | | | | | 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 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getRemote unit tests | Arthur Schiwon | 2017-09-26 | 1 | -2/+2 |
| | | | | | | adds two small fixes → they actually work \o/ Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | split off getUsers unit tests | Arthur Schiwon | 2017-09-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | minor fixes | Arthur Schiwon | 2017-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | allow more than one plugin per share type | Arthur Schiwon | 2017-09-26 | 1 | -8/+10 |
| | | | | | | | however it does not dedupe (appears too complex/expensive while we don't havve the issue currently) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | make it possible to register plugins and kick out the circle one | Arthur Schiwon | 2017-09-26 | 2 | -62/+17 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | don't keep result types hard coded | Arthur Schiwon | 2017-09-26 | 8 | -47/+53 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Splits off the logic from sharees endpoint thus making it available from | Arthur Schiwon | 2017-09-26 | 8 | -0/+877 |
within Nc/via PHP. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |