mirror of
1
Fork 0
forgejo/models/migrations
Otto Richter 9dea54a9d6 Drop SSPI auth support and more Windows files ()
## Dropping SSPI auth support

SSPI authentication relied on Microsoft Windows support, removal started in https://codeberg.org/forgejo/forgejo/pulls/5353, because it was broken anyway. We have no knowledge of any users using SSPI authentication. However, if you somehow managed to run Forgejo on Windows, or want to upgrade from a Gitea version which does, please ensure that you do not use SSPI as an authentication mechanism for user accounts. Feel free to reach out if you need assistance.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7148
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Otto Richter <otto@codeberg.org>
Co-committed-by: Otto Richter <otto@codeberg.org>
2025-03-08 00:43:41 +00:00
..
base
fixtures feat: migrate TOTP secrets to `keying` 2024-11-27 00:34:16 +01:00
test Drop SSPI auth support and more Windows files () 2025-03-08 00:43:41 +00:00
v1_6
v1_7
v1_8
v1_9
v1_10
v1_11
v1_12
v1_13
v1_14
v1_15
v1_16
v1_17
v1_18
v1_19
v1_20
v1_21
v1_22
v1_23 fix: reduce noise for the v303 migration () 2025-01-17 07:42:20 +00:00
migrations.go fix: keying SQLite migration 2024-12-24 10:05:59 +01:00
migrations_test.go