| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Move getAppInstalledVersions to AppConfig so that it can be used earlierfix/add-getappversions-replacement | Côme Chilliet | 2025-03-25 | 1 | -1/+1 |
* | fix: Put back OC_App::getAppVersions in Server.php | Côme Chilliet | 2025-03-25 | 1 | -1/+1 |
* | fix: Do not try to load IAppManager too soon | Côme Chilliet | 2025-03-25 | 1 | -3/+2 |
* | chore: Cleanup Server.php a bit and remove OC_App usage | Côme Chilliet | 2025-03-25 | 1 | -7/+8 |
* | fix: Add missing ITemplate interface and clean code in Template class | Côme Chilliet | 2025-03-06 | 1 | -0/+1 |
* | fix: Replace OC_App calls by IAppManager | Côme Chilliet | 2025-02-24 | 1 | -1/+1 |
* | fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2 | Côme Chilliet | 2025-02-17 | 1 | -1/+0 |
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -2/+2 |
* | fix: Correctly return app id and app version for `core` styles and images | Ferdinand Thiessen | 2025-01-24 | 1 | -0/+1 |
* | feat(api): File conversion API | Elizabeth Danzberger | 2025-01-15 | 1 | -0/+4 |
* | fix(ocm): simpler code | Maxence Lange | 2024-12-04 | 1 | -1/+0 |
* | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 1 | -2/+0 |
* | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 1 | -12/+8 |
* | feat(user-prefs): renaming to IUserConfigenh/noid/user-preferences | Maxence Lange | 2024-11-18 | 1 | -2/+2 |
* | feat(user-prefs): switching to NCU/ | Maxence Lange | 2024-11-18 | 1 | -1/+1 |
* | feat(user-prefs): iterator instead of array on search | Maxence Lange | 2024-11-18 | 1 | -2/+2 |
* | feat(user-prefs): IUserPreferences | Maxence Lange | 2024-11-18 | 1 | -0/+2 |
* | fix: use Icrypto in place of Cypto | yemkareems | 2024-10-28 | 1 | -1/+1 |
* | fix: crypto type made not nullable and tests run using ICrypto | yemkareems | 2024-10-28 | 1 | -1/+1 |
* | fix: encrypt and store password, decrypt and retrieve the same | yemkareems | 2024-10-28 | 1 | -1/+2 |
* | feat(bruteforce): Allow forcing the database throttlerbugfix/noid/allow-to-force-db-throttler | Joas Schilling | 2024-10-24 | 1 | -1/+2 |
* | fix(theming): Use `AppConfig` for setting background imagefix/background-image | Ferdinand Thiessen | 2024-09-28 | 1 | -0/+1 |
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -4/+8 |
* | chore: Remove deprecated `ILogger` logging functionschore/remove-ilogger | Ferdinand Thiessen | 2024-09-19 | 1 | -12/+1 |
* | fix: Fix Event and Notification creation with the new required parameter | Côme Chilliet | 2024-09-17 | 1 | -1/+3 |
* | fix: Add missing alias for IRichTextFormatter | Côme Chilliet | 2024-09-17 | 1 | -0/+2 |
* | chore: Remove deprecated aliases from dependency injection | Côme Chilliet | 2024-09-16 | 1 | -131/+0 |
* | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 1 | -1/+1 |
* | chore: Use `IAppConfig` instead of `IConfig->getAppValue` | Ferdinand Thiessen | 2024-09-10 | 1 | -0/+1 |
* | feat: implement distributing partitioned queries over multiple shards | Robin Appelman | 2024-08-28 | 1 | -1/+1 |
* | fix: delay calculating global cache prefix untill a cache is created | Robin Appelman | 2024-08-28 | 1 | -22/+29 |
* | fix: don't make ICacheFactory depend on database | Robin Appelman | 2024-08-28 | 1 | -8/+8 |
* | refactor(Log): Use new in initializer instead of constructor body | Ferdinand Thiessen | 2024-08-17 | 1 | -1/+1 |
* | fix(session): Log when session_* calls are slow | Christoph Wurst | 2024-08-07 | 1 | -1/+1 |
* | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 1 | -15/+0 |
* | feat: mail provider backend | SebastianKrupinski | 2024-07-23 | 1 | -0/+3 |
* | feat(Security): add Factory for IP addresses and ranges | Benjamin Gaussorgues | 2024-07-19 | 1 | -0/+2 |
* | feat(security): Add public API to allow validating IP Ranges and checking for... | Joas Schilling | 2024-07-19 | 1 | -2/+5 |
* | feat(security): restrict admin actions to IP ranges | Benjamin Gaussorgues | 2024-07-19 | 1 | -1/+3 |
* | Merge pull request #46398 from nextcloud/fix/46165/token-race | Arthur Schiwon | 2024-07-11 | 1 | -1/+1 |
|\ |
|
| * | fix(Session): avoid race conditions on clustered setups | Arthur Schiwon | 2024-07-10 | 1 | -1/+1 |
* | | feat: Add `IFilenameValidator` to have one consistent place for filename vali... | Ferdinand Thiessen | 2024-07-09 | 1 | -0/+2 |
|/ |
|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -49/+3 |
* | fix: register DI alias for IFileAccess | Robin Appelman | 2024-05-22 | 1 | -0/+3 |
* | fix(tests): Adjust theming test for new splitted background and primary colors | Ferdinand Thiessen | 2024-05-21 | 1 | -5/+11 |
* | fix(theming): Also reset background color settings when updating global backg... | Ferdinand Thiessen | 2024-05-21 | 1 | -2/+5 |
* | fix: Wire-up the new classes | Marcel Klehr | 2024-05-14 | 1 | -0/+2 |
* | fix: Lazy load IURLGenerator from AppManager to avoid installation crash | Côme Chilliet | 2024-04-22 | 1 | -1/+0 |
* | fix: Migrate a few more classes away from OC_App::getAppPath | Côme Chilliet | 2024-04-22 | 1 | -1/+2 |
* | fix: Make sure that AppManager can be built before Nextcloud is installed | Côme Chilliet | 2024-04-22 | 1 | -1/+0 |