0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-13 07:02:01 -05:00
forgejo/models/user
Robert Wolff dc5bc1fe5b linting: fix typos, add toml validation (#7007)
- adds the `toml` plugin to the `eslint` linting → expect to have `options/setting/config.toml` by #6862
- fixes `make lint-codespell` commands
- related concerning `codespell`: #3270
- info: codespell check is and was not activated in the workflows (could maybe, runs only few seconds on my system)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7007
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
2025-02-21 08:23:03 +00:00
..
fixtures
avatar.go feat: do not regenerate an existing random avatar 2025-02-02 12:01:58 +01:00
avatar_test.go feat: do not regenerate an existing random avatar 2025-02-02 12:01:58 +01:00
badge.go
block.go
block_test.go
email_address.go fix: Allow Organisations to remove the Email Address (#5517) 2024-11-20 12:31:34 +00:00
email_address_test.go fix: Allow Organisations to remove the Email Address (#5517) 2024-11-20 12:31:34 +00:00
error.go chore: remove deadcode in models/user 2025-01-29 18:37:14 +01:00
external_login_user.go fix: Revert "allow synchronizing user status from OAuth2 login providers (#31572)" 2024-12-12 05:59:06 +01:00
federated_user.go
federated_user_test.go
follow.go
follow_test.go
list.go
main_test.go
must_change_password.go
openid.go
openid_test.go
redirect.go linting: fix typos, add toml validation (#7007) 2025-02-21 08:23:03 +00:00
redirect_test.go
search.go fix: check for webauthn in 2fa user search (#6726) 2025-01-29 18:55:14 +00:00
setting.go
setting_keys.go
setting_test.go
user.go fix: delay deleting authorization token (#6937) 2025-02-17 11:09:33 +00:00
user_repository.go
user_system.go fix(commenter roles): don't give system users roles (#6766) 2025-02-05 17:34:45 +00:00
user_test.go linting: fix typos, add toml validation (#7007) 2025-02-21 08:23:03 +00:00
user_update.go