summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix linkToRouteJohn Molakvoæ2022-01-141-5/+2
* Fix wrong unified search link to folderJohn Molakvoæ2022-01-141-0/+3
* Limit more contact searchesJoas Schilling2021-12-131-1/+6
* fix testsRobin Appelman2021-12-021-4/+3
* stop background scan early if a users still has unscanned files after backgro...Robin Appelman2021-12-021-1/+7
* find users for background scan one by oneRobin Appelman2021-12-021-22/+19
* Move storage encoding compatibility warning logicVincent Petry2021-11-192-30/+4
* Move to combined files entrypointJulius Härtl2021-10-261-1/+1
* Don't allow to change activity settings that don't workJoas Schilling2021-09-271-2/+6
* Log exception message during failed ownership transfer share restoreChristoph Wurst2021-08-241-1/+1
* Fix variabable override in file viewLouis Chemineau2021-07-291-5/+5
* Fix functions taking optional parameters before required onesRichard de Boer2021-06-071-1/+1
* Only perform login check during ownership transfer for encryptionChristoph Wurst2021-05-031-2/+5
* pass order from unified search to file searchRobin Appelman2021-03-231-1/+5
* use "newer" node search api directly in unified searchRobin Appelman2021-03-231-31/+42
* Merge pull request #26087 from nextcloud/backport/26049/stable21Vincent Petry2021-03-181-2/+3
|\
| * limit constructing of result objects in file searchRobin Appelman2021-03-121-2/+3
* | Fix default missing initial state for templatesJohn Molakvoæ (skjnldsv)2021-03-171-1/+1
|/
* Activity: show if files are hidden or notRoeland Jago Douma2021-03-041-2/+38
* Move TemplateProvider registration to boot context and make template type reg...Julius Härtl2021-01-281-1/+1
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-282-7/+7
* Add template pickerJohn Molakvoæ (skjnldsv)2021-01-283-2/+4
* files: Create files from template APIJulius Härtl2021-01-282-1/+89
* cast intsRobin Appelman2021-01-271-2/+2
* handle the cache where a cache entry with the correct path has already been r...Robin Appelman2021-01-271-6/+28
* also repair storage idRobin Appelman2021-01-271-0/+3
* add command to repair broken filesystem treesRobin Appelman2021-01-271-0/+107
* Merge pull request #25055 from nina-py/18439-add-crop-image-previews-settingJulius Härtl2021-01-152-0/+16
|\
| * Add "Crop image previews" setting to filesNina Pypchenko2021-01-142-0/+16
* | Fix database connection usage in the files scannerChristoph Wurst2021-01-112-18/+22
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
|/
* Update license headersChristoph Wurst2020-12-302-0/+2
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-222-2/+2
|\
| * Unify links to php.netJ0WI2020-09-172-2/+2
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1611-12/+13
* | Indicate preview availability in recent file api responsesRichard Steinmetz2020-12-101-0/+1
* | Address minor commentsJulius Härtl2020-12-091-1/+1
* | Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-092-2/+3
* | Add attributes to file search resultsChristoph Wurst2020-12-031-1/+4
* | Fix getstorage callRoeland Jago Douma2020-11-061-0/+1
* | Do not setup the default FS on normal routesRoeland Jago Douma2020-11-061-0/+1
* | only run the background scanner for users that have unscanned filesRobin Appelman2020-10-201-26/+41
* | Stop transfer of ownership between same usersSujith Haridasan2020-10-121-0/+10
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-055-49/+49
* | add mount point to quota warning messageRobin Appelman2020-10-041-0/+1
|/
* Merge pull request #22854 from nextcloud/bugfix/noid/unified-searchRoeland Jago Douma2020-09-151-2/+2
|\
| * Use absolute URLs on search results for the clientsJoas Schilling2020-09-151-2/+2
* | Fix files search providerRoeland Jago Douma2020-09-111-1/+11
|/
* Allow to get activities for files by email againJoas Schilling2020-09-101-3/+3
* Merge pull request #22648 from nextcloud/bugfix/noid/transfer-all-sharesJoas Schilling2020-09-091-2/+2
|\