| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Migrate away from OC::$server->getLogger | Côme Chilliet | 2024-02-13 | 1 | -1/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | Fix file_get_content signatures to make it clear it can return false | Côme Chilliet | 2023-04-27 | 1 | -1/+1 |
* | Add missing taint analysis docblock comments, and improve escaping in some me... | Carl Schwan | 2023-04-24 | 1 | -0/+1 |
* | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 1 | -8/+2 |
* | Improve typing for fopen/toTmpFile | Côme Chilliet | 2023-04-03 | 1 | -3/+4 |
* | Remove unused method getLocalFolder | Côme Chilliet | 2023-04-03 | 1 | -8/+0 |
* | Tidy up typing in OC\Files\View | Côme Chilliet | 2023-04-03 | 1 | -42/+23 |
* | Fix psalm errors | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 1 | -4/+4 |
* | remove listeners to OC_Filesystem::(write|rename) old style hooks | Arthur Schiwon | 2022-09-26 | 1 | -19/+0 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | fixed when accessing static filesystem calls before setup | Robin Appelman | 2022-03-24 | 1 | -4/+23 |
* | some file scanner performance improvements | Robin Appelman | 2022-03-17 | 1 | -2/+8 |
* | type fixes | Robin Appelman | 2022-03-04 | 1 | -14/+2 |
* | move user mountpoint setup to setupmanager | Robin Appelman | 2022-03-04 | 1 | -99/+10 |
* | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 1 | -2/+2 |
* | move teardown logic to SetupManager | Robin Appelman | 2022-03-04 | 1 | -12/+10 |
* | fix fs cache test user setup | Robin Appelman | 2022-02-09 | 1 | -0/+2 |
* | pass user object during fs init | Robin Appelman | 2022-02-09 | 1 | -7/+14 |
* | only setup part of the filesystem for appdata requests | Robin Appelman | 2022-02-09 | 1 | -19/+5 |
* | Return 404 when AJAX tries to list dir content but file given | MichaIng | 2022-01-26 | 1 | -1/+1 |
* | Merge pull request #26347 from J0WI/clean-path-regex | John Molakvoæ | 2021-10-22 | 1 | -4/+4 |
|\ |
|
| * | Cleaner normalizePath regex | J0WI | 2021-03-27 | 1 | -4/+4 |
* | | Merge pull request #26344 from J0WI/fs-early-root | Lukas Reschke | 2021-06-23 | 1 | -8/+8 |
|\ \ |
|
| * | | Return early if path is root | J0WI | 2021-04-05 | 1 | -8/+8 |
* | | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -23/+0 |
|/ / |
|
* / | getStorage can also return null | Robin Appelman | 2021-03-24 | 1 | -1/+1 |
|/ |
|
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8 | Roeland Jago Douma | 2020-09-09 | 1 | -1/+1 |
|\ |
|
| * | dont use `false` as cache key for non utf8 path in normalizePath | Robin Appelman | 2020-08-31 | 1 | -1/+1 |
* | | Update license headers for Nextcloud 20 (again) | Christoph Wurst | 2020-09-07 | 1 | -0/+1 |
|/ |
|
* | fix: file quota was not applied in all cases | korelstar | 2020-08-20 | 1 | -2/+2 |
* | ensure home storage is initialized on first setup | Robin Appelman | 2020-07-09 | 1 | -0/+4 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -21/+21 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -48/+48 |
* | Add visibility to all properties and move static keyword | Christoph Wurst | 2020-04-10 | 1 | -4/+4 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Try to use the display name of file transfers | Joas Schilling | 2020-04-08 | 1 | -1/+1 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -8/+8 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Fix string doc type casing | Christoph Wurst | 2018-11-15 | 1 | -1/+1 |
* | expose storagefactory in server container | Robin Appelman | 2018-10-17 | 1 | -2/+3 |
* | Move normalizePath to regexes instead of looping | Roeland Jago Douma | 2018-10-10 | 1 | -25/+16 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -2/+3 |
* | Make normalized cache path larger | Roeland Jago Douma | 2018-04-04 | 1 | -1/+1 |