aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39247 from nextcloud/query-log-backtraceJohn Molakvoæ2024-05-021-1/+7
|\
| * feat: add option to add backtrace to the query loggerRobin Appelman2024-05-011-1/+7
* | Merge pull request #45122 from nextcloud/techdebt/noid/remove-temporary-execu...Joas Schilling2024-05-021-15/+0
|\ \ | |/ |/|
| * fix(querybuilder): Remove temporary internal method executeUpdate()Joas Schilling2024-04-301-15/+0
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-012-0/+2
* | chore: remove unnecessary ini_setDaniel Kesselberg2024-04-301-1/+0
|/
* fix: Avoid reference use in AppConfigCôme Chilliet2024-04-301-6/+4
* fix: Fix small psalm errors in legacyCôme Chilliet2024-04-302-2/+2
* fix: Fix tiny phpdoc errors related to ShareCôme Chilliet2024-04-302-10/+7
* fix: Fix phpdoc typing in DirectEditing\ManagerCôme Chilliet2024-04-301-4/+3
* fix: Improve typing in Archive/TAR.phpCôme Chilliet2024-04-301-18/+14
* fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-302-28/+15
* fix: Fix default values for ini var in lib/base.phpCôme Chilliet2024-04-301-2/+2
* fix: Remove bogus code from query builder and fix parameter nameCôme Chilliet2024-04-301-6/+2
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-306-46/+27
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-302-2/+2
* Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-phpCôme Chilliet2024-04-294-21/+22
|\
| * fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-224-21/+22
* | Merge pull request #44952 from nextcloud/perf/44951/template-creatorJulius Härtl2024-04-294-0/+50
|\ \
| * | perf(templates): Emit RegisterTemplateCreatorEvent to register template creat...Julius Härtl2024-04-224-0/+50
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-272-0/+2
* | | fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-04-261-2/+0
* | | feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-264-0/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2518-0/+36
* | | fix(openstack): Fix psalm issue with updated openstack versionJoas Schilling2024-04-241-1/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-24192-216/+250
* | | Merge pull request #44962 from nextcloud/dependabot/composer/sabre/dav-4.6.0Joas Schilling2024-04-231-6/+0
|\ \ \
| * | | fix(storage): Fix DAV storage as false is never returnedJoas Schilling2024-04-221-6/+0
| | |/ | |/|
* | | Merge pull request #44966 from nextcloud/fix/add-missing-docblock-parameter-q...Côme Chilliet2024-04-231-1/+1
|\ \ \
| * | | chore: Add missing parameter to docblock tag psalm-taint-sinkCôme Chilliet2024-04-221-1/+1
| | |/ | |/|
* | | Merge pull request #44973 from nextcloud/feat/legal-privacy-linksPytal2024-04-231-1/+1
|\ \ \
| * | | feat: Update help entry nameChristopher Ng2024-04-221-1/+1
| | |/ | |/|
* | | Update LoggerWrapperCache.phpVelwark2024-04-231-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-232-0/+2
|/ /
* | Merge pull request #44025 from nextcloud/fix/remove-oc-app-callsCôme Chilliet2024-04-2210-129/+112
|\ \ | |/ |/|
| * fix: Lazy load IURLGenerator from AppManager to avoid installation crashCôme Chilliet2024-04-222-3/+17
| * fix: Fix tests following OC_App migrations to IAppManagerCôme Chilliet2024-04-221-3/+1
| * fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-225-53/+36
| * fix: Make sure that AppManager can be built before Nextcloud is installedCôme Chilliet2024-04-222-9/+20
| * fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-224-62/+39
* | Merge pull request #44884 from nextcloud/query-req-idRobin Appelman2024-04-221-8/+20
|\ \ | |/ |/|
| * feat: add request id as comment to all queriesRobin Appelman2024-04-171-8/+20
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-202-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-38/+38
* | fix: regression with updating read-only configSam Bull2024-04-181-4/+0
* | Merge pull request #44889 from nextcloud/bugfix/noid/skip-cross-storage-move-...Joas Schilling2024-04-181-0/+3
|\ \
| * | fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
| * | fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
| |/
* | Merge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exce...Joas Schilling2024-04-1812-141/+330
|\ \