| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-03-15 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-03-15 | 1 | -33/+25 |
| |\ |
|
| * \ | Merge branch 'master' into refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-02-23 | 1 | -27/+61 |
| |\ \ |
|
| * | | | Refactor `OC\Server::getThemingDefaults` | Andrew Summers | 2023-08-29 | 1 | -1/+1 |
* | | | | Refactor `OC\Server::getLockdownManager` | Andrew Summers | 2024-03-15 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | feat: Add declarative settings | jld3103 | 2024-03-12 | 1 | -0/+4 |
* | | | feat(appconfig): switching integrity check to lazy config values | Maxence Lange | 2024-03-11 | 1 | -2/+3 |
* | | | feat(files): copy live photos | Maxence Lange | 2024-03-08 | 1 | -1/+2 |
* | | | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 1 | -1/+2 |
* | | | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -27/+5 |
* | | | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | perf: cache path by id to speedup getting nodes by id | Robin Appelman | 2024-03-04 | 1 | -1/+4 |
* | | | | feat: Implement team provider api | Julius Härtl | 2024-03-05 | 1 | -0/+3 |
|/ / / |
|
* | | | Merge pull request #43428 from nextcloud/feat/share-expiration-with-time | Benjamin Gaussorgues | 2024-02-26 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #40135 from summersab/refactor/OC-Server-getEventLogger | John Molakvoæ | 2024-02-23 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Refactor `OC\Server::getEventLogger` | Andrew Summers | 2024-02-23 | 1 | -1/+1 |
| |/ / |
|