Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Use only enabled applications versions in the cache prefix | Côme Chilliet | 2025-06-05 | 1 | -1/+1 |
| | | | | | | | This makes sure the cached routes are updated after enabling a previously disabled application Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Move getAppInstalledVersions to AppConfig so that it can be used earlierfix/add-getappversions-replacement | Côme Chilliet | 2025-03-25 | 1 | -0/+8 |
| | | | | | | Call it from OC_App to make sure there is only one request to DB. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(config): implementation of lexicon | Maxence Lange | 2024-12-13 | 1 | -0/+3 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -24/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(appconfig): only convert single entry on searchValues() | Maxence Lange | 2024-04-05 | 1 | -2/+3 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(appconfig): format app values | Maxence Lange | 2024-04-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix getAllValues() to filter values based on prefix | Maxence Lange | 2024-02-07 | 1 | -3/+3 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fixes | Maxence Lange | 2024-01-15 | 1 | -76/+25 |
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -15/+519 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | provisioning_api: Add OpenAPI spec | jld3103 | 2023-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 1 | -13/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -14/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Simple IAppConfig deprecations | Roeland Jago Douma | 2018-01-17 | 1 | -33/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Filter out sensitive appconfig values | Joas Schilling | 2017-01-11 | 1 | -0/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+3 |
| | |||||
* | Do not allow to store boolean configs, they behave unexpected on postgres | Joas Schilling | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -0/+120 |