aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Search
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-199-13/+13
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Remove deprecated legacy search backendJulius Härtl2024-08-015-290/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-2418-358/+46
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-7/+7
* feat(search): hide search providerBenjamin Gaussorgues2023-11-221-1/+6
* Merge pull request #41511 from nextcloud/enh/advanced_search_backendJoas Schilling2023-11-162-10/+12
|\
| * Introduce constants for builtin search filtersBenjamin Gaussorgues2023-11-151-9/+9
| * Change person type separatorBenjamin Gaussorgues2023-11-151-1/+3
* | Fix invalid users/groups handling in advanced searchBenjamin Gaussorgues2023-11-152-4/+6
|/
* Fix user search provider iconBenjamin Gaussorgues2023-11-141-0/+6
* Add new method `inAppSearch` for advanced search providersBenjamin Gaussorgues2023-11-141-0/+2
* feat(search): Allow multiple search terms in UnifiedControllerBenjamin Gaussorgues2023-11-1013-88/+758
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-2/+2
* composer run cs:fixCôme Chilliet2023-01-206-6/+0
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-8/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-19/+8
* proper error for search results outside user folderRobin Appelman2021-03-241-1/+5
* use node search api for legacy file search endpointRobin Appelman2021-03-192-23/+32
* implement PagedProvider for file searchRobin Appelman2021-03-111-1/+10
* limit constructing of result objects in file searchRobin Appelman2021-03-111-1/+10
* Type the service registrationChristoph Wurst2021-02-101-1/+2
* Update comment search to initFSRoeland Jago Douma2020-11-091-0/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-4/+12
* Hand in the route and the parameters of the requestJoas Schilling2020-08-052-5/+32
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-3/+5
* Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-043-9/+41
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-032-4/+7
* Delegate bootstrap registration lazilyChristoph Wurst2020-07-141-24/+16
* Deprecate \OCP\ISearchChristoph Wurst2020-06-245-2/+20
* Implement unified search for FilesChristoph Wurst2020-06-241-1/+48
* Add unified search APIChristoph Wurst2020-06-242-0/+195
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-8/+4
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-094-6/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-0/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-055-5/+5
* Update license headersMorris Jobke2017-11-061-0/+1
* Properly name variableLukas Reschke2017-08-011-1/+1
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Fix othersJoas Schilling2016-07-215-5/+10
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Search to PSR-4Roeland Jago Douma2016-04-265-0/+307