summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
* | | | Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-082-12/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | fix testsRobin Appelman2023-02-071-3/+11
| * | | 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
| |/ /
* | | Merge pull request #36417 from nextcloud/fix/psr-containerJoas Schilling2023-02-072-2/+44
|\ \ \
| * | | fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if...Ferdinand Thiessen2023-02-062-2/+44
| |/ /
* | / 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
* | 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-079-24/+21
* | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-4/+3
* | 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-072-15/+14
* | Add helper to cast to int|float, fix MemoryInfo on 32bitsCôme Chilliet2023-02-071-7/+14
* | Fix bigsize support on 32bits in OC_HelperCôme Chilliet2023-02-071-7/+4
* | Fix psalm errors related to filesizesCôme Chilliet2023-02-075-11/+11
* | Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-0714-37/+21
* | Revert "remove 32-bit workarounds"Côme Chilliet2023-02-074-4/+31
|/
* fix(appinfo): navigation type is optionalJoas Schilling2023-02-032-6/+5
* Allow settings navigation items with no route entryChristopher Ng2023-02-022-3/+11
* Merge pull request #35736 from nextcloud/pluggable-share-displayblizzz2023-02-023-0/+87
|\
| * Pluggable share providerLouis Chemineau2023-02-023-0/+87
* | Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
* | Try fixing OracleJoas Schilling2023-02-021-1/+6
* | Migrate to Symfony MailerCôme Chilliet2023-02-023-172/+224
|/
* refresh cached app folder on install/upgradeMaxence Lange2023-02-011-5/+9