aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/WellKnown
Commit message (Collapse)AuthorAgeFilesLines
* fix(security): Update .well-known/security.txt expiration dateJoas Schilling2025-01-231-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-4/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(security): Update expiration date in security.txtJoas Schilling2024-08-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-032-36/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix:Ensure security.txt file ends with a newline characterArchisman Das2024-05-271-1/+2
| | | | Signed-off-by: Archisman Das <archisman.officials@gmail.com>
* fix(security): Update expiration date in security.txtJoas Schilling2024-03-281-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(security): Update expiration date in security.txtJoas Schilling2023-11-231-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(security): Bump "Expires" of well-known/security.txtJoas Schilling2023-05-171-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(security): Bump "Expires" of well-known/security.txtJoas Schilling2023-03-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix invalid date in security.txtJoas Schilling2022-11-041-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add .well-known/changepassword handlerRoeland Jago Douma2022-10-221-0/+51
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update security.txt expires fieldJoas Schilling2022-10-111-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add security.txtLukas Reschke2021-06-231-0/+48
Ref https://securitytxt.org Signed-off-by: Lukas Reschke <lukas@statuscode.ch>