gitea/models/user
Kerwin Bryant 92f997ce6b
Add file tree to file view page (#32721)
Resolve #29328

This pull request introduces a file tree on the left side when reviewing
files of a repository.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-03-15 16:26:49 +07:00
..
avatar.go Refactor user & avatar (#33433) 2025-01-30 07:33:50 +07:00
avatar_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +07:00
badge.go Add admin API route for managing user's badges (#23106) 2024-03-01 03:23:28 +07:00
block.go Add user blocking (#29028) 2024-03-04 08:16:03 +07:00
email_address.go Support choose email when creating a commit via web UI (#33432) 2025-01-30 01:24:57 +07:00
email_address_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +07:00
error.go Remove unused `KeyID`. (#29167) 2024-02-14 12:50:10 +07:00
external_login_user.go allow synchronizing user status from OAuth2 login providers (#31572) 2024-07-16 20:33:16 +07:00
follow.go Add user blocking (#29028) 2024-03-04 08:16:03 +07:00
follow_test.go Next round of `db.DefaultContext` refactor (#27089) 2023-09-16 14:39:12 +07:00
list.go Reduce usage of `db.DefaultContext` (#27073) 2023-09-14 17:09:32 +07:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +07:00
must_change_password.go Refactor error system (#33771) 2025-03-03 05:36:10 +07:00
openid.go Refactor user package (#33423) 2025-01-29 01:14:35 +07:00
openid_test.go Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +07:00
redirect.go Another round of `db.DefaultContext` refactor (#27103) 2023-09-25 13:17:37 +07:00
redirect_test.go Another round of `db.DefaultContext` refactor (#27103) 2023-09-25 13:17:37 +07:00
search.go Refactor pagination (#33037) 2024-12-30 01:57:38 +07:00
setting.go More refactoring of `db.DefaultContext` (#27083) 2023-09-15 06:13:19 +07:00
setting_keys.go Add file tree to file view page (#32721) 2025-03-15 16:26:49 +07:00
setting_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +07:00
user.go Fix bug when get commit (#33602) 2025-02-15 15:16:19 +07:00
user_list.go Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779) 2025-03-04 18:25:20 +07:00
user_system.go Add a option "--user-type bot" to admin user create, improve role display (#27885) 2025-02-07 08:41:55 +07:00
user_system_test.go Refactor user & avatar (#33433) 2025-01-30 07:33:50 +07:00
user_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +07:00
user_update.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +07:00