| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | fix SeekableHttpStream::stream_stat errors on failed open | Robin Appelman | 2023-07-13 | 1 | -1/+3 |
| |/ |
|
* | | Merge pull request #38860 from nextcloud/scanner-change-summary | Robin Appelman | 2023-07-20 | 2 | -3/+7 |
|\ \ |
|
| * | | add summary of detected changes to files:scan output | Robin Appelman | 2023-06-16 | 2 | -3/+7 |
* | | | Merge pull request #38934 from nextcloud/bugfix/noid/ssec-multipart | Julius Härtl | 2023-07-20 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | fix(s3): Pass SSE-C parameters for multipart upload | Julius Härtl | 2023-06-21 | 1 | -5/+5 |
* | | | | fix(node): non-existing folder is not searchable | Arthur Schiwon | 2023-07-13 | 1 | -0/+4 |
| |_|/
|/| | |
|
* | | | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 2 | -2/+2 |
* | | | fix(sse): don't update uncached files | Richard Steinmetz | 2023-07-04 | 1 | -13/+21 |
* | | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint | Julius Härtl | 2023-06-28 | 4 | -32/+59 |
|\ \ \ |
|
| * | | | fix: cominbation of small fixes | Arthur Schiwon | 2023-06-21 | 1 | -2/+2 |
| * | | | fix: include invisible tags for admins | Arthur Schiwon | 2023-06-21 | 2 | -41/+36 |
| * | | | feat: add searchBySystemTag as PHP API | Arthur Schiwon | 2023-06-21 | 1 | -0/+4 |
| * | | | fix: favorites view and universal search against tags | Arthur Schiwon | 2023-06-21 | 1 | -17/+30 |
| * | | | fix: change if with conditionless else to switch; and a parameter value | Arthur Schiwon | 2023-06-21 | 2 | -20/+25 |
| * | | | use efficient tag retrieval on DAV report request | Arthur Schiwon | 2023-06-21 | 2 | -17/+27 |
| |/ / |
|
* | | | Merge pull request #38858 from nextcloud/scanner-performance3 | Robin Appelman | 2023-06-26 | 2 | -14/+10 |
|\ \ \ |
|
| * | | | file scanner performance improvements | Robin Appelman | 2023-06-16 | 2 | -14/+10 |
| | |/
| |/| |
|
* | | | Merge pull request #38625 from nextcloud/fix/noid/querysearchehelper-narrow-type | Arthur Schiwon | 2023-06-24 | 6 | -41/+40 |
|\ \ \ |
|
| * | | | ci: pro forma check of existence of internal method | Arthur Schiwon | 2023-06-21 | 1 | -7/+9 |
| * | | | refactor: declare getMount() and getMountsIn() at IRootFolder | Arthur Schiwon | 2023-06-21 | 4 | -23/+11 |
| * | | | chore: ugly type juggling | Arthur Schiwon | 2023-06-21 | 5 | -20/+32 |
| * | | | fix: add typehine for IRootFolder | Arthur Schiwon | 2023-06-21 | 1 | -7/+5 |
| * | | | fix: expect interface, not a specific implementation | Arthur Schiwon | 2023-06-21 | 1 | -3/+2 |
| | |/
| |/| |
|
* | | | dav: clean path before putting it in the statcache | Robin Appelman | 2023-06-23 | 1 | -0/+1 |
* | | | implement optimized getDirectoryContent for DAV | Robin Appelman | 2023-06-22 | 1 | -96/+125 |
|/ / |
|
* / | use source cache when listing folder during recursive copy | Robin Appelman | 2023-06-19 | 1 | -5/+6 |
|/ |
|
* | Fix deprecated method call | Dominik Fuchß | 2023-06-13 | 1 | -1/+2 |
* | Changes after code review. | Dominik Fuchß | 2023-06-13 | 1 | -2/+7 |
* | Add config variable for curl timeout | Dominik Fuchß | 2023-06-13 | 1 | -2/+6 |
* | add utility command for object store objects | Robin Appelman | 2023-06-09 | 1 | -1/+5 |
* | chore: Drop dead private methods in /lib | Christoph Wurst | 2023-06-06 | 1 | -13/+0 |
* | Merge pull request #38478 from nextcloud/backport/38440/master | Simon L | 2023-06-05 | 1 | -2/+2 |
|\ |
|
| * | fix: execute throws docrine exceptions not our wrapped ones | Julius Härtl | 2023-05-26 | 1 | -2/+2 |
* | | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 21 | -36/+36 |
|\ \
| |/
|/| |
|
| * | Update Detection.php | Faraz Samapoor | 2023-05-17 | 1 | -1/+1 |
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 21 | -36/+36 |
* | | Merge pull request #38429 from tanganellilore/fix_delete_user_syslink | Simon L | 2023-05-26 | 1 | -2/+2 |
|\ \ |
|
| * | | invert elseif on rmdir for local storage
| Lorenzo Tanganelli | 2023-05-24 | 1 | -2/+2 |
* | | | don't always check if we need to setup the object store root | Robin Appelman | 2023-05-23 | 1 | -6/+18 |
|/ / |
|
* | | Merge pull request #38065 from nextcloud/fix-result-mimetype-loader | Simon L | 2023-05-16 | 1 | -16/+10 |
|\ \ |
|
| * | | fix(mimetype): Fix returning value when finding existing mimetype in MimeType... | Thomas Citharel | 2023-05-04 | 1 | -16/+10 |
* | | | Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizes | Côme Chilliet | 2023-05-15 | 7 | -14/+17 |
|\ \ \ |
|
| * | | | Fix return types in phpdoc | Côme Chilliet | 2023-05-15 | 5 | -5/+5 |
| * | | | Get rid of more int casts in file size manipulations | Côme Chilliet | 2023-05-11 | 3 | -9/+12 |
* | | | | Merge pull request #32961 from nextcloud/more-debug-lazyuserfolder | Côme Chilliet | 2023-05-15 | 2 | -6/+18 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Add back missing slash in LazyUserFolder path | Côme Chilliet | 2023-05-09 | 1 | -1/+1 |
| * | | | Make it easier to debug issue #32304 | Carl Schwan | 2023-05-04 | 2 | -7/+19 |
| | |/
| |/| |
|
* | | | Merge pull request #37709 from nextcloud/bugfix/deadlock | Julius Härtl | 2023-05-13 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | fix: Check for wrapped retriable exceptions | Julius Härtl | 2023-05-02 | 1 | -2/+6 |
* | | | | Merge pull request #37621 from nextcloud/enh/lock-readable-path | Julius Härtl | 2023-05-13 | 1 | -0/+3 |
|\ \ \ \
| |_|_|/
|/| | | |
|