gitea/models
zeripath e819da0837
WebAuthn CredentialID field needs to be increased in size (#20530)
WebAuthn have updated their specification to set the maximum size of the
CredentialID to 1023 bytes. This is somewhat larger than our current
size and therefore we need to migrate.

The PR changes the struct to add CredentialIDBytes and migrates the CredentialID string 
to the bytes field before another migration drops the old CredentialID field. Another migration
renames this field back.

Fix #20457

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-07-30 15:25:26 +02:00
..
admin
appstate
asymkey
auth WebAuthn CredentialID field needs to be increased in size (#20530) 2022-07-30 15:25:26 +02:00
avatars
db Modify milestone search keywords to be case insensitive again (#20513) 2022-07-28 18:58:04 +02:00
fixtures
foreignreference
git
issues Modify milestone search keywords to be case insensitive again (#20513) 2022-07-28 18:58:04 +02:00
migrations WebAuthn CredentialID field needs to be increased in size (#20530) 2022-07-30 15:25:26 +02:00
organization Add order by for assignee no sort issue (#20053) 2022-07-14 18:00:10 +02:00
packages Add Docker /v2/_catalog endpoint (#20469) 2022-07-28 11:59:39 +08:00
perm Store read access in access for team repo's (#20275) 2022-07-11 13:48:43 +02:00
project Add option to purge users (#18064) 2022-07-14 08:22:09 +01:00
pull
repo Fix: Actor is required to get user repositories (#20443) 2022-07-21 23:31:22 +02:00
unit
unittest Use git.HOME_PATH for Git HOME directory (#20114) 2022-07-08 16:09:07 +08:00
user Added email notification option to receive all own messages (#20179) 2022-07-28 16:30:12 +08:00
webhook
action_list.go
action_test.go
action.go Refix indices on actions table (#20158) 2022-07-01 17:04:01 +01:00
consistency.go
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate_test.go
migrate.go
notification_test.go
notification.go
org_team_test.go
org_team.go
org_test.go
org.go Use neutral language in comments and docs (#20135) 2022-06-25 17:50:12 -05:00
release.go
repo_activity.go
repo_collaboration_test.go
repo_collaboration.go
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go Add option to purge users (#18064) 2022-07-14 08:22:09 +01:00
statistic.go
task.go
token_test.go
token.go
upload.go
user_heatmap_test.go
user_heatmap.go
user.go Add option to purge users (#18064) 2022-07-14 08:22:09 +01:00