aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: don't make ICacheFactory depend on databaseRobin Appelman2024-08-281-8/+8
* refactor(Log): Use new in initializer instead of constructor bodyFerdinand Thiessen2024-08-171-1/+1
* fix(session): Log when session_* calls are slowChristoph Wurst2024-08-071-1/+1
* chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-15/+0
* feat: mail provider backendSebastianKrupinski2024-07-231-0/+3
* feat(Security): add Factory for IP addresses and rangesBenjamin Gaussorgues2024-07-191-0/+2
* feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-2/+5
* feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-1/+3
* Merge pull request #46398 from nextcloud/fix/46165/token-raceArthur Schiwon2024-07-111-1/+1
|\
| * fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-101-1/+1
* | feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-091-0/+2
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-241-49/+3
* fix: register DI alias for IFileAccessRobin Appelman2024-05-221-0/+3
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-211-5/+11
* fix(theming): Also reset background color settings when updating global backg...Ferdinand Thiessen2024-05-211-2/+5
* fix: Wire-up the new classesMarcel Klehr2024-05-141-0/+2
* fix: Lazy load IURLGenerator from AppManager to avoid installation crashCôme Chilliet2024-04-221-1/+0
* fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-221-1/+2
* fix: Make sure that AppManager can be built before Nextcloud is installedCôme Chilliet2024-04-221-1/+0
* Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-03-151-1/+1
|\
| * Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-03-151-33/+25
| |\
| * \ Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-02-231-27/+61
| |\ \
| * | | Refactor `OC\Server::getThemingDefaults`Andrew Summers2023-08-291-1/+1
* | | | Refactor `OC\Server::getLockdownManager`Andrew Summers2024-03-151-1/+1
| |_|/ |/| |
* | | feat: Add declarative settingsjld31032024-03-121-0/+4
* | | feat(appconfig): switching integrity check to lazy config valuesMaxence Lange2024-03-111-2/+3
* | | feat(files): copy live photosMaxence Lange2024-03-081-1/+2
* | | feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-1/+2
* | | refactor: make share manager buildableRobin Appelman2024-03-061-27/+5