Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | feat(files): add view config service to store user-config per view | John Molakvoæ | 2023-04-18 | 25 | -290/+518 | |
|/ / / / / | ||||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-18 | 178 | -92/+208 | |
* | | | | | Merge pull request #36774 from nextcloud/bugfix/noid/sabre-nodes | Simon L | 2023-04-18 | 8 | -135/+102 | |
|\ \ \ \ \ | ||||||
| * | | | | | tests: Adapt node related unit tests mocks to required root view | Julius Härtl | 2023-04-17 | 6 | -131/+73 | |
| * | | | | | fix: Use proper path when creating node instances | Julius Härtl | 2023-04-17 | 4 | -7/+32 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #37330 from Al2Klimov/http-enough | Simon L | 2023-04-18 | 2 | -25/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Drop broken unit test | Alexander A. Klimov | 2023-04-17 | 1 | -24/+0 | |
| * | | | | | Omit "Accessing site insecurely via HTTP." warning if HTTP is secure enough | Alexander A. Klimov | 2023-04-17 | 1 | -1/+1 | |
* | | | | | | Merge pull request #37762 from nextcloud/Jerome-Herbinet-patch-1 | Simon L | 2023-04-18 | 3 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix wording meaning (placeholder)Jerome-Herbinet-patch-1 | Jérôme Herbinet | 2023-04-17 | 3 | -4/+4 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #36528 from nextcloud/dav-backend-transations | Simon L | 2023-04-18 | 4 | -1198/+1269 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | refactor(dav): Since we're in a transaction, use QB properly when incrementin... | Thomas Citharel | 2023-04-17 | 2 | -20/+32 | |
| * | | | | | | fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul... | Thomas Citharel | 2023-04-17 | 4 | -1197/+1256 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #37534 from Rsplwe/master | Simon L | 2023-04-18 | 1 | -7/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update lib/private/Files/ObjectStore/S3.php | Rsplwe | 2023-04-03 | 1 | -1/+1 | |
| * | | | | | | s3: get remaining truncation part | Rsplwe | 2023-04-01 | 1 | -7/+18 | |
| * | | | | | | Adjust the value of 'maxparts' to 1000 | Rsplwe | 2023-04-01 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #37324 from nextcloud/fix/mapper-exception | Simon L | 2023-04-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix: Allow to catch `IMapperException` by implementing `Throwable` | Ferdinand Thiessen | 2023-04-17 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #37645 from nextcloud/fix/improve-imip-emails | Simon L | 2023-04-17 | 2 | -3/+35 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix(dav): Parse sender PARTSTAT in REPLYs | Anna Larch | 2023-04-13 | 2 | -3/+35 | |
* | | | | | | | | Merge pull request #37676 from nextcloud/fix/auth/atomic-password-db-statements | Simon L | 2023-04-17 | 1 | -51/+55 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | fix(auth): Run token statements in atomic transaction | Christoph Wurst | 2023-04-12 | 1 | -51/+55 | |
* | | | | | | | | Merge pull request #32314 from nextcloud/object-mkdir-logging | Simon L | 2023-04-17 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | additional logging when mkdir fails for object storage | Robin Appelman | 2023-04-05 | 1 | -0/+3 | |
* | | | | | | | | Merge pull request #35129 from Glandos/previewperf2 | Simon L | 2023-04-17 | 2 | -105/+54 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | try to make linters happy | Glandos | 2023-04-17 | 1 | -2/+2 | |
| * | | | | | | | | gather code from small and max preview | Glandos | 2023-04-17 | 1 | -90/+36 | |
| * | | | | | | | | adapt test to new workflow | Glandos | 2023-04-17 | 1 | -12/+7 | |
| * | | | | | | | | Revert 0e49b40 | Glandos | 2023-04-17 | 1 | -3/+0 | |
| * | | | | | | | | improve parameter doc | Glandos | 2023-04-17 | 1 | -1/+1 | |
| * | | | | | | | | Ensure max preview image is not null | Glandos | 2023-04-17 | 1 | -0/+3 | |
| * | | | | | | | | php-cs-fix | Glandos | 2023-04-17 | 1 | -1/+1 | |
| * | | | | | | | | List preview directory only once | Glandos | 2023-04-17 | 1 | -5/+13 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #31286 from rotdrop/bugfix/dont-start-session-when-session... | Simon L | 2023-04-17 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Don't call session_start() when PHP session is still or already open. | Claus-Justus Heine | 2023-04-17 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #37724 from nextcloud/fix/encryption-signature-check-logic | Christoph Wurst | 2023-04-17 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Cleanup signature checking logic in encryption | jld3103 | 2023-04-14 | 1 | -4/+6 | |
* | | | | | | | | Merge pull request #35744 from nextcloud/mimeloader-transaction | Simon L | 2023-04-17 | 1 | -18/+41 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Put Mimeloader insertion and read in the same transaction | Thomas Citharel | 2023-04-17 | 1 | -18/+41 | |
* | | | | | | | | Merge pull request #36217 from nextcloud/handle-push-notification-with-no-cal... | Simon L | 2023-04-17 | 4 | -10/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Handle reminders where calendar name is null | Thomas Citharel | 2023-01-18 | 4 | -10/+15 | |
* | | | | | | | | | Merge pull request #37764 from nextcloud/artonge/fix/disable_versions_feature... | Louis | 2023-04-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Really disable versions features when S3 versioning is enabled | Louis Chemineau | 2023-04-17 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #36845 from Murena-SAS/reminder-iterator-exception | Simon L | 2023-04-17 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Remove reminder if max instances exceeded | Akhil | 2023-02-27 | 1 | -0/+1 | |
| * | | | | | | | Update apps/dav/lib/CalDAV/Reminder/ReminderService.php | Akhil Potukuchi | 2023-02-27 | 1 | -2/+1 | |
| * | | | | | | | Fix max instances exception for get vevent call | Akhil | 2023-02-26 | 1 | -1/+8 | |
* | | | | | | | | Merge pull request #37735 from nextcloud/techdebt/ref-37476/ignore-excluded-d... | Joas Schilling | 2023-04-17 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | chore(assets): Ignore git-ignored directories on image optimization | Joas Schilling | 2023-04-14 | 1 | -0/+16 |