| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #36566 from nextcloud/mount-find-by-numeric-id | Julius Härtl | 2023-02-08 | 2 | -12/+21 |
|\ |
|
| * | fix tests | Robin Appelman | 2023-02-07 | 1 | -3/+11 |
| * | cache numeric id in mountpoint | Robin Appelman | 2023-02-06 | 1 | -1/+5 |
| * | deduplicate getStorage() logic in Mount\Manager | Robin Appelman | 2023-02-06 | 1 | -9/+1 |
| * | dont delegate Mount\Manager::getByNumericId to getByStorageId | Robin Appelman | 2023-02-06 | 1 | -2/+7 |
* | | Merge pull request #36546 from nextcloud/enh/36543/allow-further-previews | Anna | 2023-02-08 | 1 | -18/+45 |
|\ \ |
|
| * | | imaginary - allow to generate heif, pdf and svg thumbnails | Simon L | 2023-02-08 | 1 | -18/+45 |
| |/ |
|
* | | Merge pull request #36417 from nextcloud/fix/psr-container | Joas Schilling | 2023-02-07 | 2 | -2/+44 |
|\ \ |
|
| * | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if... | Ferdinand Thiessen | 2023-02-06 | 2 | -2/+44 |
| |/ |
|
* | | Revert "disable upgrades to 26 for 32-bit" | Côme Chilliet | 2023-02-07 | 1 | -3/+0 |
* | | Respect OCP interface in private classes | Côme Chilliet | 2023-02-07 | 9 | -9/+9 |
* | | Fix psalm errors | Côme Chilliet | 2023-02-07 | 2 | -3/+2 |
* | | Put back string in $includeMounts as it actually does something | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
* | | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 9 | -24/+21 |
* | | Allow float sizes in FileInfo for 32bits | Côme Chilliet | 2023-02-07 | 1 | -4/+3 |
* | | Fix setQuota on User on 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+6 |
* | | Fix computerFileSize when called with a string without unit | Côme Chilliet | 2023-02-07 | 1 | -0/+3 |
* | | Fix 32bits bigint support in Util/OC_Helper | Côme Chilliet | 2023-02-07 | 2 | -15/+14 |
* | | Add helper to cast to int|float, fix MemoryInfo on 32bits | Côme Chilliet | 2023-02-07 | 1 | -7/+14 |
* | | Fix bigsize support on 32bits in OC_Helper | Côme Chilliet | 2023-02-07 | 1 | -7/+4 |
* | | Fix psalm errors related to filesizes | Côme Chilliet | 2023-02-07 | 5 | -11/+11 |
* | | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 14 | -37/+21 |
* | | Revert "remove 32-bit workarounds" | Côme Chilliet | 2023-02-07 | 4 | -4/+31 |
|/ |
|
* | fix(appinfo): navigation type is optional | Joas Schilling | 2023-02-03 | 2 | -6/+5 |
* | Allow settings navigation items with no route entry | Christopher Ng | 2023-02-02 | 2 | -3/+11 |
* | Merge pull request #35736 from nextcloud/pluggable-share-display | blizzz | 2023-02-02 | 3 | -0/+87 |
|\ |
|
| * | Pluggable share provider | Louis Chemineau | 2023-02-02 | 3 | -0/+87 |
* | | Make sure name and path are strings | Joas Schilling | 2023-02-02 | 1 | -0/+2 |
* | | Try fixing Oracle | Joas Schilling | 2023-02-02 | 1 | -1/+6 |
* | | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 3 | -172/+224 |
|/ |
|
* | refresh cached app folder on install/upgrade | Maxence Lange | 2023-02-01 | 1 | -5/+9 |
* | Merge pull request #36420 from nextcloud/enh/34958/fix-exif-log | Louis | 2023-01-30 | 1 | -2/+2 |
|\ |
|
| * | try to fix the exif_read_data issue | Simon L | 2023-01-28 | 1 | -2/+2 |
* | | Merge pull request #36433 from nextcloud/fix/32818/decrypt-missing-file-fails | Robin Appelman | 2023-01-30 | 1 | -4/+1 |
|\ \ |
|
| * | | fix(encryption): don't throw on missing file | Richard Steinmetz | 2023-01-30 | 1 | -4/+1 |
* | | | Merge pull request #35160 from nextcloud/artonge/feat/version_naming_backend | Louis | 2023-01-30 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Adapt files_versions tests to modernized hooks | Louis Chemineau | 2023-01-26 | 1 | -0/+6 |
* | | | Use the default primary color instead of "randomly" the color of the user tri... | Joas Schilling | 2023-01-30 | 1 | -3/+3 |
| |/
|/| |
|
* | | Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute | Christoph Wurst | 2023-01-27 | 1 | -4/+30 |
|\ \ |
|
| * | | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 1 | -4/+30 |
* | | | style: Fix php-cs and psalm | Julius Härtl | 2023-01-27 | 2 | -2/+4 |
* | | | improve getUserProviderTimestamps | Julien Veyssier | 2023-01-27 | 1 | -3/+4 |
* | | | use array_filter instead of array_map + array_search | Julien Veyssier | 2023-01-27 | 1 | -5/+5 |
* | | | handle and return touchProvider errors | Julien Veyssier | 2023-01-27 | 1 | -1/+3 |
* | | | add 'last used timestamp' management for reference providers | Julien Veyssier | 2023-01-27 | 3 | -5/+58 |
* | | | extend the reference API for the new link picker | Julien Veyssier | 2023-01-27 | 2 | -0/+124 |
|/ / |
|
* / | feat(app-framework): Add support for global middlewares | Christoph Wurst | 2023-01-26 | 3 | -7/+54 |
|/ |
|
* | Merge pull request #35894 from nextcloud/move-from-encryption | Vincent Petry | 2023-01-26 | 1 | -5/+13 |
|\ |
|
| * | fix moving files of encrypted local storage to unencrypted local storage | Robin Appelman | 2023-01-24 | 1 | -5/+13 |
* | | Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff | Simon L | 2023-01-25 | 1 | -1/+1 |
|\ \ |
|