Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #36621 from ↵ | Joas Schilling | 2023-02-10 | 1 | -1/+30 |
|\ | | | | | | | | | nextcloud/perf/noid/only-check-for-token-when-it-can-actually-be fix(performance): Only search for auth tokens when the provided login… | ||||
| * | fix(authentication): Check minimum length when creating app tokens | Joas Schilling | 2023-02-09 | 1 | -2/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(performance): Only search for auth tokens when the provided login is ↵ | Joas Schilling | 2023-02-08 | 1 | -1/+22 |
| | | | | | | | | | | | | long enough Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #36637 from nextcloud/fix/noid/file-ref-provider-safer-match | Joas Schilling | 2023-02-09 | 1 | -4/+4 |
|\ \ | |||||
| * | | safer URL match in FileReferenceProvider | Julien Veyssier | 2023-02-09 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | fix(authtoken): Store only one hash for authtokens with the current password ↵ | Julius Härtl | 2023-02-09 | 2 | -1/+50 |
|/ / | | | | | | | | | | | per user Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #36590 from nextcloud/enh/load-app-once | Côme Chilliet | 2023-02-09 | 1 | -1/+4 |
|\ \ | | | | | | | Make sure application are only loaded once | ||||
| * | | Make sure application are only loaded once | Côme Chilliet | 2023-02-07 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-09 | 4 | -0/+8 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #36566 from nextcloud/mount-find-by-numeric-id | Julius Härtl | 2023-02-08 | 3 | -14/+23 |
|\ \ | |||||
| * | | fix tests | Robin Appelman | 2023-02-07 | 2 | -5/+13 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | cache numeric id in mountpoint | Robin Appelman | 2023-02-06 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | deduplicate getStorage() logic in Mount\Manager | Robin Appelman | 2023-02-06 | 1 | -9/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | dont delegate Mount\Manager::getByNumericId to getByStorageId | Robin Appelman | 2023-02-06 | 1 | -2/+7 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #36546 from nextcloud/enh/36543/allow-further-previews | Anna | 2023-02-08 | 1 | -18/+45 |
|\ \ \ | | | | | | | | | imaginary - fix generation of heif, pdf, illustrator and svg thumbnails | ||||
| * | | | imaginary - allow to generate heif, pdf and svg thumbnails | Simon L | 2023-02-08 | 1 | -18/+45 |
| |/ / | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-08 | 130 | -344/+254 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #36417 from nextcloud/fix/psr-container | Joas Schilling | 2023-02-07 | 6 | -3/+49 |
|\ \ \ | | | | | | | | | Make the container fully fulfill PSR container interface | ||||
| * | | | Update autoloaders | Ferdinand Thiessen | 2023-02-07 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
| * | | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface ↵ | Ferdinand Thiessen | 2023-02-06 | 4 | -3/+47 |
| |/ / | | | | | | | | | | | | | | | | if class not found Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | / | Revert "disable upgrades to 26 for 32-bit" | Côme Chilliet | 2023-02-07 | 1 | -3/+0 |
| |/ |/| | | | | | | | | | This reverts commit faa747e44575269d9f4eb09d0a2c6aa3fe0501f8. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Respect OCP interface in private classes | Côme Chilliet | 2023-02-07 | 9 | -9/+9 |
| | | | | | | | | | | | | | | Because the parameter type was moved to phpdoc it needs to be removed from implementations Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Move back typing to phpdoc to keep backward compatibility in OCP | Côme Chilliet | 2023-02-07 | 2 | -2/+8 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Removed catch of ValueError as we cannot know if it’s >2038 or <1970 | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Also fixed numericToString to correctly convert float to int if it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix psalm errors | Côme Chilliet | 2023-02-07 | 2 | -3/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Put back string in $includeMounts as it actually does something | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 12 | -27/+24 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Allow float sizes in FileInfo for 32bits | Côme Chilliet | 2023-02-07 | 2 | -5/+4 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix setQuota on User on 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix computerFileSize when called with a string without unit | Côme Chilliet | 2023-02-07 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix 32bits bigint support in Util/OC_Helper | Côme Chilliet | 2023-02-07 | 3 | -28/+27 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Add helper to cast to int|float, fix MemoryInfo on 32bits | Côme Chilliet | 2023-02-07 | 2 | -7/+25 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix bigsize support on 32bits in OC_Helper | Côme Chilliet | 2023-02-07 | 1 | -7/+4 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix psalm errors related to filesizes | Côme Chilliet | 2023-02-07 | 5 | -11/+11 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 16 | -45/+23 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Revert "remove 32-bit workarounds" | Côme Chilliet | 2023-02-07 | 4 | -4/+31 |
| | | | | | | | | | | | | This reverts commit dd8774389e21b59c07882580356d51de018fe867. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-07 | 2 | -38/+40 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(appinfo): navigation type is optional | Joas Schilling | 2023-02-03 | 2 | -6/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow settings navigation items with no route entry | Christopher Ng | 2023-02-02 | 2 | -3/+11 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #35736 from nextcloud/pluggable-share-display | blizzz | 2023-02-02 | 8 | -0/+180 |
|\ | | | | | Allow to register public share template provider | ||||
| * | Pluggable share provider | Louis Chemineau | 2023-02-02 | 8 | -0/+180 |
| | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Make sure name and path are strings | Joas Schilling | 2023-02-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | Otherwise Oracle returns NULL for empty strings and PHP 8.2 throws on null in string functions like trim() and md5() Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Try fixing Oracle | Joas Schilling | 2023-02-02 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Allow 8.2 in versioncheck | Côme Chilliet | 2023-02-02 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | remove depraction of validateEmailAddress | Arthur Schiwon | 2023-02-02 | 1 | -2/+0 |
| | | | | | | | | | | | | | | for there are legit use cases to validate an email address without sending there to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 4 | -173/+225 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-02 | 2 | -40/+44 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refresh cached app folder on install/upgrade | Maxence Lange | 2023-02-01 | 1 | -5/+9 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-01 | 6 | -36/+44 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-01-31 | 4 | -22/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |