mirror of
1
Fork 0
forgejo/services/forms
Otto Richter 9dea54a9d6 Drop SSPI auth support and more Windows files (#7148)
## 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
..
admin.go [CHORE] Use forked `binding` library 2024-11-05 22:47:34 +01:00
auth_form.go Drop SSPI auth support and more Windows files (#7148) 2025-03-08 00:43:41 +00:00
org.go [CHORE] Use forked `binding` library 2024-11-05 22:47:34 +01:00
package_form.go Alt Linux Apt-Rpm repository support for Forgejo packages. (#6351) 2025-01-22 14:01:49 +00:00
repo_branch_form.go [CHORE] Use forked `binding` library 2024-11-05 22:47:34 +01:00
repo_form.go chore: Remove `DeadlineForm` 2025-01-31 14:40:27 +01:00
repo_form_test.go
repo_tag_form.go [CHORE] Use forked `binding` library 2024-11-05 22:47:34 +01:00
runner.go [CHORE] Use forked `binding` library 2024-11-05 22:47:34 +01:00
user_form.go feat: add pronoun privacy option (#6773) 2025-02-15 13:07:15 +00:00
user_form_auth_openid.go [CHORE] Use forked `binding` library 2024-11-05 22:47:34 +01:00
user_form_hidden_comments.go Rename project board -> column to make the UI less confusing (#30170) 2024-06-02 09:42:39 +02:00
user_form_test.go