summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36629 from nextcloud/release/26.0.0_beta_3v26.0.0beta3blizzz2023-02-091-2/+2
|\
| * 26.0.0 beta 3Arthur Schiwon2023-02-091-2/+2
* | Merge pull request #36626 from nextcloud/perf/dav-auth-setupfsJulius Härtl2023-02-092-9/+6
|\ \
| * | perf(dav): Do not call general setupFS on ever dav authJulius Härtl2023-02-092-9/+6
* | | Merge pull request #36590 from nextcloud/enh/load-app-onceCôme Chilliet2023-02-091-1/+4
|\ \ \
| * | | Make sure application are only loaded onceCôme Chilliet2023-02-071-1/+4
* | | | 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’s >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