Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | fix(config): Mark more configs as sensitivebugfix/noid/mark-more-configs-as-sensitive | Joas Schilling | 2024-10-28 | 1 | -0/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(AppConfig): Add external JWT private key to sensitive keysfix/appconfig/sensitive-keys-external-jwt-private-key | provokateurin | 2024-10-14 | 1 | -0/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(config): Mark more app configs sensitivebugfix/noid/increase-exclude-list | Joas Schilling | 2024-10-07 | 1 | -0/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 1 | -4/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -12/+12 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -23/+23 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -30/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: Avoid reference use in AppConfig | Côme Chilliet | 2024-04-30 | 1 | -6/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(appconfig): returns correct value on details | Maxence Lange | 2024-04-17 | 1 | -2/+8 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(appconfig): only convert single entry on searchValues() | Maxence Lange | 2024-04-05 | 1 | -27/+37 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(appconfig): format app values | Maxence Lange | 2024-04-05 | 1 | -4/+48 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(appconfig): compare with original value | Maxence Lange | 2024-04-03 | 1 | -1/+2 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(appconfig): no insert statement if data already exist | Maxence Lange | 2024-03-08 | 1 | -23/+34 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(appconfig): Make sure sensitive values stay sensitive | Joas Schilling | 2024-03-06 | 1 | -5/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ↵ | Joas Schilling | 2024-03-06 | 1 | -6/+45 |
| | | | | | | database Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #43424 from ↵ | Maxence Lange | 2024-02-12 | 1 | -0/+4 |
|\ | | | | | | | | | nextcloud/enh/noid/debug-on-lazy-appconfig-loading enh(appconfig): debug logs on lazy loadConfig | ||||
| * | use exception for cleaner Trace | Maxence Lange | 2024-02-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | debug lazy loadConfig | Maxence Lange | 2024-02-07 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | fix phpdoc | Maxence Lange | 2024-02-12 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | redundant condition | Maxence Lange | 2024-02-07 | 1 | -4/+0 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | fix getAllValues() to filter values based on prefix | Maxence Lange | 2024-02-07 | 1 | -3/+8 |
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | returns non lazy value while searching for lazy | Maxence Lange | 2024-02-06 | 1 | -5/+8 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | return false on AppConfigUnknownKeyException | Maxence Lange | 2024-02-01 | 1 | -6/+12 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | better indexes | Maxence Lange | 2024-01-24 | 1 | -20/+23 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Merge pull request #42847 from nextcloud/fix/42843/exception-on-their-own | Joas Schilling | 2024-01-18 | 1 | -2/+10 |
|\ | | | | | exceptions on their own | ||||
| * | exceptions on their own | Maxence Lange | 2024-01-16 | 1 | -2/+10 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | returns default on exception | Maxence Lange | 2024-01-16 | 1 | -1/+7 |
|/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | small fixes | Maxence Lange | 2024-01-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fixes | Maxence Lange | 2024-01-15 | 1 | -151/+44 |
| | | | | | | | 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 | -282/+1373 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(systemreport): Mark more configs as sensitive | Joas Schilling | 2024-01-09 | 1 | -0/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | provisioning_api: Add OpenAPI spec | jld3103 | 2023-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | fix(security): Mark recording_servers key appconfig as private as it ↵ | Joas Schilling | 2023-03-22 | 1 | -0/+1 |
| | | | | | | contains a secret Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix appconfig compatibility with Oracle DB | Joas Schilling | 2023-02-23 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #35177 from nextcloud/fix/noid/bringing-clear-config-back | Julius Härtl | 2022-12-19 | 1 | -0/+9 |
|\ | |||||
| * | restoring clearCachedConfig() | Maxence Lange | 2022-11-15 | 1 | -0/+9 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Update sensitive config list of Talk | Joas Schilling | 2022-12-09 | 1 | -1/+4 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Mark more config values as sensitive | Joas Schilling | 2022-11-11 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove SCSSCacher | John Molakvoæ | 2022-05-13 | 1 | -10/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | censor app config values for all integration apps | Julien Veyssier | 2022-03-04 | 1 | -0/+50 |
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> | ||||
* | Censor more configs | Joas Schilling | 2022-03-01 | 1 | -0/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -5/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix appconfig tests | Roeland Jago Douma | 2020-12-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix updates of NULL appconfig values | Roeland Jago Douma | 2020-10-21 | 1 | -9/+22 |
| | | | | | | | | The comparisson of NULL is a bit special. So we need to handle this a tad beter else it might not replace NULL values. or allow you to set NULL values on updates. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |