aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(theming): Use `AppConfig` for setting background imagebackport/48439/stable30Ferdinand Thiessen2024-10-021-0/+1
* chore: Use `IAppConfig` instead of `IConfig->getAppValue`Ferdinand Thiessen2024-09-111-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
* 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
* | | Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-051-1/+4
|\ \ \
| * | | perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-041-1/+4
* | | | feat: Implement team provider apiJulius Härtl2024-03-051-0/+3
|/ / /
* | | Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-261-1/+2
|\ \ \
| * | | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-1/+2
| | |/ | |/|
* | | Merge pull request #40135 from summersab/refactor/OC-Server-getEventLoggerJohn Molakvoæ2024-02-231-1/+1
|\ \ \
| * | | Refactor `OC\Server::getEventLogger`Andrew Summers2024-02-231-1/+1
| |/ /
* / / Refactor `OC\Server::getTrustedDomainHelper`Andrew Summers2024-02-231-1/+1
|/ /
* | feat: rename users to account or personVincent Petry2024-02-131-1/+1
* | chore: Deprecate OC_App::loadApps and add missing return type in ServerCôme Chilliet2024-02-081-0/+1
* | chore: Add references to phpdoc deprecation notice for IL10NCôme Chilliet2024-02-051-1/+1
* | Make it clear in the deprecation comment that DI is preferredCôme Chilliet2024-02-051-1/+1
* | Use OCP\Util::getL10N instead of OC::$server->getL10NCôme Chilliet2024-02-051-1/+1
* | chore: Fix DI for integrity checker before installationCôme Chilliet2024-01-301-1/+2
* | blurhash generationMaxence Lange2024-01-051-0/+2