Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Add a few more non-extendable interface | Carl Schwan | 2022-03-05 | 3 | -1/+27 | |
| * | | | | | Clarify that some interface are not meant to be implemented | Carl Schwan | 2022-03-04 | 2 | -2/+10 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #31449 from nextcloud/bugfix/noid/even-more-censor | John Molakvoæ | 2022-03-04 | 1 | -0/+50 | |
|\ \ \ \ \ | ||||||
| * | | | | | censor app config values for all integration apps | Julien Veyssier | 2022-03-04 | 1 | -0/+50 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #31266 from nextcloud/root-setup-mountprovider | Robin Appelman | 2022-03-04 | 7 | -107/+114 | |
|\ \ \ \ \ | ||||||
| * | | | | | return dummy availability if storage is not found in cache | Robin Appelman | 2022-02-25 | 1 | -2/+5 | |
| * | | | | | catch storage not available when deleting avatar | Robin Appelman | 2022-02-25 | 1 | -1/+2 | |
| * | | | | | move root mount setup to mountproviders | Robin Appelman | 2022-02-24 | 5 | -104/+107 | |
* | | | | | | Merge pull request #31387 from nextcloud/fix/common-main-core-script-order | John Molakvoæ | 2022-03-04 | 1 | -1/+6 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Make sure common and main core scripts are loaded first | John Molakvoæ | 2022-03-04 | 1 | -1/+6 | |
* | | | | | | Fix avatar file return type | Christopher Ng | 2022-03-03 | 1 | -2/+2 | |
* | | | | | | Merge pull request #31398 from nextcloud/techdebt/noid/also-use-hashed-column... | John Molakvoæ | 2022-03-02 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Also use hashed/indexed column on delete | Joas Schilling | 2022-03-02 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #31124 from nextcloud/enh/diagnostics-logging | Julius Härtl | 2022-03-02 | 11 | -22/+119 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add event logging for db and redis connection | Julius Härtl | 2022-02-28 | 3 | -5/+21 | |
| * | | | | | | Add event logging to app loading | Julius Härtl | 2022-02-28 | 4 | -3/+21 | |
| * | | | | | | Diagnostics event logging to Nextcloud log | Julius Härtl | 2022-02-28 | 6 | -14/+77 | |
* | | | | | | | Merge pull request #31218 from nextcloud/techdebt/noid/use-cache-also-for-use... | Joas Schilling | 2022-03-02 | 1 | -18/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update cache when setting the password | Joas Schilling | 2022-02-18 | 1 | -1/+7 | |
| * | | | | | | | Use the cache also for UserBackend::getPassword | Joas Schilling | 2022-02-16 | 1 | -17/+6 | |
* | | | | | | | | Censor more configs | Joas Schilling | 2022-03-01 | 2 | -0/+24 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #31333 from nextcloud/fix/fix-archive-typing | Côme Chilliet | 2022-03-01 | 3 | -169/+123 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move to strong typing in OC\Archive | Côme Chilliet | 2022-02-24 | 3 | -155/+78 | |
| * | | | | | | | Fix unused import in OC\Archive\ZIP | Côme Chilliet | 2022-02-24 | 1 | -1/+0 | |
| * | | | | | | | Fix more typing in OC\Archive classes | Côme Chilliet | 2022-02-24 | 3 | -9/+9 | |
| * | | | | | | | Improve typing in OC\Archive classes | Côme Chilliet | 2022-02-24 | 3 | -18/+50 | |
* | | | | | | | | Merge pull request #31380 from nextcloud/fix/opendocument-preview-avoid-errors | Côme Chilliet | 2022-03-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Ignore errors when searching for bundled preview | Côme Chilliet | 2022-02-28 | 1 | -1/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* / | | | | | | | Delay loading user preferences until we need them | Joas Schilling | 2022-02-28 | 1 | -8/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #31377 from nextcloud/fix/specify-nullable-string | Anna | 2022-02-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Specify string as nullable for credentials password | Anna Larch | 2022-02-28 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #30889 from nextcloud/fix/fix-occ-listeners | Côme Chilliet | 2022-02-28 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Build OC\Core\Application when running occ or cron to register listeners corr... | Côme Chilliet | 2022-02-28 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #31339 from nextcloud/fix/preview-code-cleaning | Côme Chilliet | 2022-02-28 | 7 | -37/+58 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix tmp file cleaning for bundled previews | Côme Chilliet | 2022-02-24 | 2 | -2/+4 | |
| * | | | | | | | | Fix typing in OC\Preview\Movie | Côme Chilliet | 2022-02-24 | 1 | -10/+3 | |
| * | | | | | | | | Fix typing in OC\Preview | Côme Chilliet | 2022-02-24 | 7 | -25/+51 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #31304 from nextcloud/feature/dry_run_for_add_indices | Christoph Wurst | 2022-02-28 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add --dry-run option for db:add-missing-* cmd | Louis Chemineau | 2022-02-24 | 1 | -2/+10 | |
* | | | | | | | | | Don't set up full filesystem to check for certificates | Joas Schilling | 2022-02-26 | 1 | -0/+3 | |
* | | | | | | | | | Only setupFS when we have to copy the skeleton | Joas Schilling | 2022-02-25 | 1 | -4/+4 | |
* | | | | | | | | | Extend ImportSource interface to list files of a folder | Christopher Ng | 2022-02-24 | 1 | -0/+10 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-24 | 2 | -0/+36 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 15 | -30/+122 | |
* | | | | | | | Merge pull request #31328 from nextcloud/bugfix/noid/mark-split-database-conf... | Simon L | 2022-02-23 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Mark split database configs as sensitive | Joas Schilling | 2022-02-23 | 1 | -0/+4 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #31106 from nextcloud/techdebt/noid/improve-user-status-up... | Joas Schilling | 2022-02-23 | 3 | -1/+33 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Allow to revert the user status of multiple users in 3 queries instead of 3*n | Joas Schilling | 2022-02-15 | 3 | -1/+33 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-23 | 134 | -136/+2 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Deprecate our old, internal background job base classes | Christoph Wurst | 2022-02-22 | 5 | -0/+13 |