aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "perf(base): Stop setting up the FS for every basic auth request"John Molakvoæ3 days1-7/+1
* Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ3 days1-1/+7
|\
| * refactor(Server): Deprecate \OCP\ICache service and replace it with a distrib...provokateurin6 days1-1/+7
* | fix: Make sure Request class can be dependency injected to fix SameSiteCookie...Côme Chilliet6 days1-1/+2
* | chore: Cleanup DIContainer classCôme Chilliet6 days1-19/+1
|/
* feat(lexicon): fix testsMaxence Lange2025-06-241-1/+1
* feat(lexicon): migrate config key/valueMaxence Lange2025-06-241-15/+1
* fix(encryption): Fix DI for encryption Manager classfix/fix-encryption-manager-injectionCôme Chilliet2025-06-161-1/+2
* fix: properly deprecate IOCMProviderRichard Steinmetz2025-06-161-1/+0
* Update lib/private/Server.phpMicke Nordin2025-06-161-1/+1
* fix(OCMProvider): fix dependency injection for OCMProviderMicke Nordin2025-06-161-0/+3
* feat(OCM-invites): Implementation of invitation flowMicke Nordin2025-06-121-2/+3
* fix: Use application ids as well as versions in the cache prefixCôme Chilliet2025-06-051-1/+1
* fix: Use only enabled applications versions in the cache prefixCôme Chilliet2025-06-051-1/+1
* feat: move primary object store configuration to a single placeprimary-object-store-settingsRobin Appelman2025-05-281-2/+4
* fix: Remove deprecated getters from Server that were previously removed from ...Côme Chilliet2025-05-161-461/+0
* fix: Cleanup share ProviderFactory to correctly use DI instead of deprecated ...Côme Chilliet2025-05-161-1/+1
* Merge pull request #51355 from AIlkiv/refactor/rollback-hook-usageStephan Orbaugh2025-04-251-1/+2
|\
| * refactor: cleanup rollback hook usageailkiv2025-04-251-1/+2
* | fix: Move getAppInstalledVersions to AppConfig so that it can be used earlierfix/add-getappversions-replacementCôme Chilliet2025-03-251-1/+1
* | fix: Put back OC_App::getAppVersions in Server.phpCôme Chilliet2025-03-251-1/+1
* | fix: Do not try to load IAppManager too soonCôme Chilliet2025-03-251-3/+2
* | chore: Cleanup Server.php a bit and remove OC_App usageCôme Chilliet2025-03-251-7/+8
* | fix: Add missing ITemplate interface and clean code in Template classCôme Chilliet2025-03-061-0/+1
|/
* fix: Replace OC_App calls by IAppManagerCôme Chilliet2025-02-241-1/+1
* fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2Côme Chilliet2025-02-171-1/+0
* fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-131-2/+2
* fix: Correctly return app id and app version for `core` styles and imagesFerdinand Thiessen2025-01-241-0/+1
* feat(api): File conversion APIElizabeth Danzberger2025-01-151-0/+4
* fix(ocm): simpler codeMaxence Lange2024-12-041-1/+0
* fix(ocm): switching to IdentityProofMaxence Lange2024-12-041-2/+0
* feat(ocm): signing ocm requestsMaxence Lange2024-12-041-12/+8
* feat(user-prefs): renaming to IUserConfigenh/noid/user-preferencesMaxence Lange2024-11-181-2/+2
* feat(user-prefs): switching to NCU/Maxence Lange2024-11-181-1/+1
* feat(user-prefs): iterator instead of array on searchMaxence Lange2024-11-181-2/+2
* feat(user-prefs): IUserPreferencesMaxence Lange2024-11-181-0/+2
* fix: use Icrypto in place of Cyptoyemkareems2024-10-281-1/+1
* fix: crypto type made not nullable and tests run using ICryptoyemkareems2024-10-281-1/+1
* fix: encrypt and store password, decrypt and retrieve the sameyemkareems2024-10-281-1/+2
* feat(bruteforce): Allow forcing the database throttlerbugfix/noid/allow-to-force-db-throttlerJoas Schilling2024-10-241-1/+2
* fix(theming): Use `AppConfig` for setting background imagefix/background-imageFerdinand Thiessen2024-09-281-0/+1
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-4/+8
* chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-191-12/+1
* fix: Fix Event and Notification creation with the new required parameterCôme Chilliet2024-09-171-1/+3
* fix: Add missing alias for IRichTextFormatterCôme Chilliet2024-09-171-0/+2
* chore: Remove deprecated aliases from dependency injectionCôme Chilliet2024-09-161-131/+0
* fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-131-1/+1
* chore: Use `IAppConfig` instead of `IConfig->getAppValue`Ferdinand Thiessen2024-09-101-0/+1
* feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-1/+1
* fix: delay calculating global cache prefix untill a cache is createdRobin Appelman2024-08-281-22/+29