| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #31713 from nextcloud/fed-performance | Robin Appelman | 2022-04-07 | 6 | -5/+47 |
|\ |
|
| * | use the same cached propfind for free space for dav storage | Robin Appelman | 2022-04-04 | 1 | -2/+2 |
| * | only request free space once for external shares | Robin Appelman | 2022-04-04 | 1 | -1/+1 |
| * | don't overwrite the etag from storage backends that already provide "good" etags | Robin Appelman | 2022-04-04 | 5 | -2/+44 |
* | | Merge pull request #31850 from nextcloud/performance/heartbeat-fetch-status-once | Carl Schwan | 2022-04-07 | 1 | -11/+20 |
|\ \ |
|
| * | | Fetch status in heartbeat controller only once | Carl Schwan | 2022-04-07 | 1 | -11/+20 |
* | | | Merge pull request #31847 from nextcloud/performance/user-status-retrival | Vincent Petry | 2022-04-07 | 1 | -13/+0 |
|\ \ \ |
|
| * | | | Retrieve user status only once when displaying page | Carl Schwan | 2022-04-05 | 1 | -13/+0 |
| |/ / |
|
* | | | Merge pull request #31877 from nextcloud/fix/no-console-formatting-if-decorat... | Côme Chilliet | 2022-04-07 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Do not decorate the CLI output if it's explicitly turned off | Christoph Wurst | 2022-04-07 | 1 | -0/+5 |
* | | | | Merge pull request #31876 from nextcloud/bugfix/noid/fix-getCurrentApp-from-cli | Vincent Petry | 2022-04-07 | 1 | -1/+11 |
|\ \ \ \ |
|
| * | | | | Log exception | Joas Schilling | 2022-04-07 | 1 | -0/+1 |
| * | | | | Fix \OC_App::getCurrentApp() when being called from CLI or phpunit | Joas Schilling | 2022-04-07 | 1 | -1/+10 |
| |/ / / |
|
* | | | | Add missing doc changes | Joas Schilling | 2022-04-07 | 1 | -0/+4 |
* | | | | Merge pull request #25747 from nextcloud/XAccelBuffering | blizzz | 2022-04-07 | 2 | -0/+2 |
|\ \ \ \ |
|
| * | | | | Add X-Accel-Buffering header to downloads | Unpublished | 2022-01-17 | 2 | -0/+2 |
* | | | | | Merge pull request #31872 from nextcloud/fix/oracle-contrainst | blizzz | 2022-04-07 | 1 | -13/+22 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fix typos and empty tabs | Joas Schilling | 2022-04-07 | 1 | -4/+4 |
| * | | | | Improve error logging on migration failure | John Molakvoæ | 2022-04-07 | 1 | -4/+2 |
| * | | | | Ensure schema change before checking OracleConstraints | John Molakvoæ | 2022-04-07 | 1 | -12/+23 |
* | | | | | Merge pull request #31864 from nextcloud/fix/preview-generate-imaginary-request | John Molakvoæ | 2022-04-07 | 1 | -2/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Generate small preview straight away if Imaginary is enabled | John Molakvoæ | 2022-04-06 | 1 | -2/+7 |
* | | | | | Merge pull request #31833 from nextcloud/profile-db-backtrace | Carl Schwan | 2022-04-07 | 5 | -5/+39 |
|\ \ \ \ \ |
|
| * | | | | | record backtrace when profiling db requests | Robin Appelman | 2022-04-04 | 5 | -5/+39 |
| | |_|_|/
| |/| | | |
|
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-07 | 2 | -0/+36 |
* | | | | | sh | Robin Appelman | 2022-04-06 | 1 | -12/+12 |
* | | | | | allow reusing known folder info when getting directory contents | Robin Appelman | 2022-04-06 | 2 | -9/+16 |
* | | | | | save filesystem node in dav node | Robin Appelman | 2022-04-06 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | only setup home mount when getting home folder | Robin Appelman | 2022-04-06 | 1 | -0/+6 |
* | | | | Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa... | Vincent Petry | 2022-04-06 | 4 | -8/+25 |
|\ \ \ \ |
|
| * | | | | Allow to disable password policy enforcement for selected groups | Carl Schwan | 2022-04-05 | 4 | -8/+25 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-06 | 2 | -2/+2 |
* | | | | | Merge pull request #31849 from nextcloud/fix/cache-account | John Molakvoæ | 2022-04-05 | 1 | -1/+10 |
|\ \ \ \ \ |
|
| * | | | | | Cache account information | Carl Schwan | 2022-04-05 | 1 | -1/+10 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #31754 from nextcloud/fix/view-inconsistent-if-conditions | Côme Chilliet | 2022-04-05 | 1 | -97/+95 |
|\ \ \ \ \ |
|
| * | | | | | composer run cs:fix | Côme Chilliet | 2022-04-05 | 1 | -2/+2 |
| * | | | | | Exit early if $storage is falsy in View::getDirectoryContent | Côme Chilliet | 2022-04-05 | 1 | -96/+94 |
| * | | | | | Fix incorrect if conditions in View | Côme Chilliet | 2022-04-05 | 1 | -3/+3 |
* | | | | | | Merge pull request #31773 from nextcloud/share-limited-owner-setup | Vincent Petry | 2022-04-05 | 14 | -142/+314 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | rename cached fileinfo on rename | Robin Appelman | 2022-04-04 | 1 | -0/+9 |
| * | | | | | dont needlessly resolve path when getting internalPath/storage from Node | Robin Appelman | 2022-04-04 | 1 | -7/+5 |
| * | | | | | don't do a full setup for `findByStorageId` | Robin Appelman | 2022-04-04 | 1 | -1/+0 |
| * | | | | | optimize getById on LazyUserFolder to not require a full fs setup | Robin Appelman | 2022-04-04 | 6 | -82/+121 |
| * | | | | | split out some path manipulation logic | Robin Appelman | 2022-04-04 | 6 | -28/+79 |
| * | | | | | allow getting mounts by providers | Robin Appelman | 2022-04-04 | 4 | -24/+100 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #31829 from nextcloud/fix/exif-imaginary | Vincent Petry | 2022-04-05 | 1 | -8/+16 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fix imaginary with rotated exif images | Carl Schwan | 2022-04-04 | 1 | -8/+16 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-05 | 2 | -2/+2 |
* | | | | | Merge pull request #29510 from nextcloud/backport/27378/master | John Molakvoæ | 2022-04-04 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | Add dav plugin to trigger recalculating of checksums | Robin Appelman | 2022-03-31 | 1 | -0/+1 |