Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #31499 from nextcloud/bugfix/empty-secret | Carl Schwan | 2022-10-17 | 1 | -2/+7 |
|\ | | | | | Add fallback routines for empty secret cases | ||||
| * | Add fallback routines for empty secret cases | Julius Härtl | 2022-03-10 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -19/+12 |
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Set associative = true for cleanup job | Daniel Kesselberg | 2021-10-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Confirm mails only per POST | Arthur Schiwon | 2021-09-09 | 1 | -0/+4 |
| | | | | | | | - this is to avoid automatic confirmation by certain softwares that open links Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add a job to clean up expired verification tokens | Arthur Schiwon | 2021-09-09 | 2 | -4/+108 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | move verification token logic out of lost password controller | Arthur Schiwon | 2021-09-09 | 1 | -0/+111 |
- to make it reusable - needed for local email verification Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |