summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
* Merge pull request #32059 from cld4h/patch-1Vincent Petry2022-06-101-1/+1
|\
| * Fix issue #31692 of occ files:scancld4h2022-04-261-1/+1
* | Only load direct editing capabilities when requiredJulius Härtl2022-06-033-28/+56
* | Merge pull request #32149 from nextcloud/fix-transferring-groupfoldersJohn Molakvoæ2022-05-111-1/+2
|\ \
| * | fix for transferring ownership of groupfoldersVanessa Pertsch2022-05-101-1/+2
| |/
* / Add a public replacement for OC::$server->getCarl Schwan2022-05-102-18/+25
|/
* don't force a full setup for getting storage statsRobin Appelman2022-04-061-1/+0
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-243-13/+8
* Don't redirect when loading files index pageCarl Schwan2022-02-171-1/+1
* Merge pull request #30953 from nextcloud/feat/init-storage-when-transferring-...Vincent Petry2022-02-101-7/+6
|\
| * Init user's file system if not existing on ownership transferCarl Schwan2022-02-011-7/+6
* | Merge pull request #31097 from nextcloud/bugfix/31096/fix-shares-transfer-gue...Vincent Petry2022-02-101-1/+5
|\ \
| * | Fix path handling when transferring incoming sharesVincent Petry2022-02-101-1/+5
| |/
* / Don't provide favorite activity settingsJoas Schilling2022-02-091-2/+10
|/
* [files] new internal link GET param to avoid setting 'openfile' on redirectJulien Veyssier2022-01-141-2/+2
* Merge pull request #30530 from nextcloud/fix/search-urlJohn Molakvoæ2022-01-141-6/+5
|\
| * Fix wrong unified search link to folderJohn Molakvoæ2022-01-131-6/+5
* | Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-4/+2
* | Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-082-2/+4
|/
* Limit more contact searchesJoas Schilling2021-12-081-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/+20
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-1/+0
* Move storage encoding compatibility warning logicVincent Petry2021-11-172-30/+4
* Move to combined files entrypointJulius Härtl2021-10-251-1/+1
* Do not transfer shares for deleted usersVincent Petry2021-10-041-7/+20
* Merge pull request #28853 from nextcloud/bugfix/27547/dont-allow-changing-set...Vincent Petry2021-09-271-2/+6
|\
| * Don't allow to change activity settings that don't workJoas Schilling2021-09-151-2/+6
* | Added support for transfering incoming file shares.Immanuel Pasanec2021-08-272-4/+180
|/
* Log exception message during failed ownership transfer share restoreChristoph Wurst2021-08-241-1/+1
* Fix typoLouis2021-07-281-1/+1
* Set openfile params when following internal linksLouis Chemineau2021-07-271-3/+9
* Fix variabable override in file viewLouis Chemineau2021-07-261-5/+5
* Trigger click event when scrollTo is setLouis Chemineau2021-06-092-1/+55
* Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-1/+1
|\
| * Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-1/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0446-91/+55
|/
* Fix more psalm warningsRoeland Jago Douma2021-05-211-8/+8
* Add proper PHPDoc tags to files ApiControllerMorris Jobke2021-05-211-2/+2
* Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-211-2/+7
|\
| * load share settings from the share manager in more placesRobin Appelman2021-05-121-2/+7
* | optimize getting share types for recent filesRobin Appelman2021-04-211-33/+49
|/
* Move over notification to new registrationRoeland Jago Douma2021-04-161-6/+2
* Merge pull request #26198 from nextcloud/unified-search-nodeMorris Jobke2021-03-221-31/+46
|\
| * pass order from unified search to file searchRobin Appelman2021-03-191-1/+5
| * use "newer" node search api directly in unified searchRobin Appelman2021-03-181-31/+42
* | Only perform login check during ownership transfer for encryptionChristoph Wurst2021-03-191-2/+5
* | Merge pull request #25676 from nextcloud/drop/utl-is-ieMorris Jobke2021-03-171-1/+1
|\ \ | |/ |/|