aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
* | | | | Merge pull request #36603 from nextcloud/imagick-cache-formatsRobin Appelman2023-02-145-7/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cache formats supported by imagickRobin Appelman2023-02-135-7/+53
| | |/ / | |/| |
* | | | Merge pull request #36656 from nextcloud/route-instrumentationJulius H盲rtl2023-02-144-28/+66
|\ \ \ \
| * | | | DI for RouterRobin Appelman2023-02-133-20/+39
| * | | | more routing performance instrumentationRobin Appelman2023-02-102-9/+28
* | | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-142-2/+2
| |_|/ / |/| | |
* | | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntionRobin Appelman2023-02-134-27/+74
|\ \ \ \
| * | | | more filesystem setup performance instrumentationRobin Appelman2023-02-104-27/+74
| |/ / /
* | | | Merge pull request #36525 from nextcloud/fix/noid/params-putJulius H盲rtl2023-02-131-6/+12
|\ \ \ \
| * | | | fix: Only get params from PUT content if possibleJulius H盲rtl2023-02-031-6/+12
* | | | | Merge pull request #36641 from nextcloud/instrument-app-registerC么me Chilliet2023-02-132-7/+26
|\ \ \ \ \
| * | | | | instrumentation for app bootingRobin Appelman2023-02-092-10/+17
| * | | | | add more performance instrumentation for app registeringRobin Appelman2023-02-091-2/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #36232 from nextcloud/enh/a11y-user-menuPytal2023-02-101-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Port user menu to VueChristopher Ng2023-02-091-2/+2
* | | | | Merge pull request #36610 from nextcloud/folder-lazy-submountsJulius H盲rtl2023-02-105-37/+50
|\ \ \ \ \
| * | | | | only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-095-37/+50
| | |_|_|/ | |/| | |
* | | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-102-2/+12
| |/ / / |/| | |
* | | | Merge pull request #36621 from nextcloud/perf/noid/only-check-for-token-when-...Joas Schilling2023-02-101-1/+30
|\ \ \ \
| * | | | fix(authentication): Check minimum length when creating app tokensJoas Schilling2023-02-091-2/+10
| * | | | fix(performance): Only search for auth tokens when the provided login is long...Joas Schilling2023-02-081-1/+22
* | | | | Merge pull request #36637 from nextcloud/fix/noid/file-ref-provider-safer-matchJoas Schilling2023-02-091-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | safer URL match in FileReferenceProviderJulien Veyssier2023-02-091-4/+4
* | | | | fix(authtoken): Store only one hash for authtokens with the current password ...Julius H盲rtl2023-02-092-1/+50
|/ / / /
* | | | 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
* | | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-094-0/+8
| |/ / / |/| | |
* | | | Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius H盲rtl2023-02-083-14/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | fix testsRobin Appelman2023-02-072-5/+13
| * | | 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 #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
| |/ /
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-08130-344/+254
* | | Merge pull request #36417 from nextcloud/fix/psr-containerJoas Schilling2023-02-076-3/+49
|\ \ \
| * | | Update autoloadersFerdinand Thiessen2023-02-072-0/+2
| * | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-064-3/+47
| |/ /
* | / Revert "disable upgrades to 26 for 32-bit"C么me Chilliet2023-02-071-3/+0
| |/ |/|
* | Respect OCP interface in private classesC么me Chilliet2023-02-079-9/+9
* | 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-071-1/+1
* | Fix psalm errorsC么me Chilliet2023-02-072-3/+2
* | Put back string in $includeMounts as it actually does somethingC么me Chilliet2023-02-071-1/+1
* | Type sizes as int|float throughout the code baseC么me Chilliet2023-02-0712-27/+24
* | Allow float sizes in FileInfo for 32bitsC么me Chilliet2023-02-072-5/+4
* | Fix setQuota on User on 32bitsC么me Chilliet2023-02-071-2/+6
* | Fix computerFileSize when called with a string without unitC么me Chilliet2023-02-071-0/+3
* | Fix 32bits bigint support in Util/OC_HelperC么me Chilliet2023-02-073-28/+27