aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(caldav): Correctly handle calendar recreation for invitations when the cu...Thomas Citharel2023-02-092-18/+48
* Merge pull request #36587 from nextcloud/revert/34906C么me Chilliet2023-02-092-4/+4
|\
| * Revert "update 64-bit check wording"C么me Chilliet2023-02-072-4/+4
* | Merge pull request #36627 from nextcloud/dependabot/npm_and_yarn/sideway/form...dependabot[bot]2023-02-091-6/+6
|\ \
| * | chore(deps): Bump @sideway/formula from 3.0.0 to 3.0.1dependabot[bot]2023-02-091-6/+6
|/ /
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-096-0/+26
* | Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius H盲rtl2023-02-084-14/+26
|\ \
| * | fix testsRobin Appelman2023-02-073-5/+16
| * | cache numeric id in mountpointRobin Appelman2023-02-061-1/+5
| * | deduplicate getStorage() logic in Mount\ManagerRobin Appelman2023-02-061-9/+1
| * | dont delegate Mount\Manager::getByNumericId to getByStorageIdRobin Appelman2023-02-061-2/+7
* | | Merge pull request #36598 from nextcloud/automated/noid/master-update-psalm-b...Daniel2023-02-081-67/+4
|\ \ \
| * | | Update psalm baselinenextcloud-command2023-02-081-67/+4
* | | | Merge pull request #36583 from nextcloud/artonge/fix/dont_scroll_hover_files-...Louis2023-02-081-0/+5
|\ \ \ \
| * | | | Prevent scrolling hover .files-controlsLouis Chemineau2023-02-081-0/+5
* | | | | Merge pull request #36564 from nextcloud/artonge/fix/restore_copy_button_text...Louis2023-02-085-12/+13
|\ \ \ \ \
| * | | | | Restore copy button text on directory fetch errorLouis Chemineau2023-02-085-12/+13
| |/ / / /
* | | | | Merge pull request #36546 from nextcloud/enh/36543/allow-further-previewsAnna2023-02-081-18/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | imaginary - allow to generate heif, pdf and svg thumbnailsSimon L2023-02-081-18/+45
* | | | | Merge pull request #29010 from mattian/fix/19218/birthday-leap-dayChristoph Wurst2023-02-082-56/+56
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | dav: fix birthday calendar event generation for leap daysMattia Narducci2023-02-062-56/+56
* | | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-08150-344/+278
* | | | | Merge pull request #36570 from nextcloud/enh/a11y-profile-visibility-selectPytal2023-02-073-12/+11
|\ \ \ \ \
| * | | | | Port profile visibility selectChristopher Ng2023-02-063-12/+11
* | | | | | Merge pull request #36417 from nextcloud/fix/psr-containerJoas Schilling2023-02-077-6/+73
|\ \ \ \ \ \
| * | | | | | Update autoloadersFerdinand Thiessen2023-02-072-0/+2
| * | | | | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-065-6/+71
* | | | | | | Merge pull request #36588 from nextcloud/revert/34908blizzz2023-02-071-3/+0
|\ \ \ \ \ \ \
| * | | | | | | Revert "disable upgrades to 26 for 32-bit"C么me Chilliet2023-02-071-3/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #36524 from nextcloud/bugfix/36510/fix-uploading-to-public...Joas Schilling2023-02-071-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix(sharing): Remove casting to int from INFJoas Schilling2023-02-071-1/+1
|/ / / / / /
* | | | | | Merge pull request #36120 from nextcloud/enh/32bits-supportC么me Chilliet2023-02-0774-207/+363
|\ \ \ \ \ \
| * | | | | | Show logs on smb-kerberos CI failureC么me Chilliet2023-02-071-0/+6
| * | | | | | Respect OCP interface in private classesC么me Chilliet2023-02-0710-10/+10
| * | | | | | Move back typing to phpdoc to keep backward compatibility in OCPC么me Chilliet2023-02-072-2/+8
| * | | | | | Removed catch of ValueError as we cannot know if it鈥檚 >2038 or <1970C么me Chilliet2023-02-072-12/+3
| * | | | | | Document that size may be a float in new class VersionEntityC么me Chilliet2023-02-074-9/+13
| * | | | | | Only run 32bit CI once a dayC么me Chilliet2023-02-071-1/+4
| * | | | | | Skip tests that cannot succeed on 32bitsC么me Chilliet2023-02-071-2/+9
| * | | | | | Skip buggy tests for 32bits CIC么me Chilliet2023-02-073-5/+18
| * | | | | | Psalm easy fixes in apps/files/appinfo/routes.phpC么me Chilliet2023-02-071-2/+2
| * | | | | | Fix Sabre connector testC么me Chilliet2023-02-071-2/+2
| * | | | | | Fix psalm errorsC么me Chilliet2023-02-074-10/+10
| * | | | | | Fix name of skip method for phpunitC么me Chilliet2023-02-071-1/+1
| * | | | | | Put back string in $includeMounts as it actually does somethingC么me Chilliet2023-02-071-1/+1
| * | | | | | Improve behavior with dates on 32bits and fix tests or skip themC么me Chilliet2023-02-073-20/+34
| * | | | | | Silence errors of return type mismatch from Sabre for nowC么me Chilliet2023-02-075-1/+11
| * | | | | | Improve error output on failed Router testC么me Chilliet2023-02-071-1/+6
| * | | | | | Type sizes as int|float throughout the code baseC么me Chilliet2023-02-0718-43/+35
| * | | | | | Allow float sizes in FileInfo for 32bitsC么me Chilliet2023-02-073-10/+5