1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00
gitea/routers/api/v1/user
Lunny Xiao baed01f247
Remove unnecessary attributes of User struct (#17745)
* Remove unnecessary functions of User struct

* Move more database methods out of user struct

* Move more database methods out of user struct

* Fix template failure

* Fix bug

* Remove finished FIXME

* remove unnecessary code
2021-11-22 23:21:55 +08:00
..
app.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
email.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
follower.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
gpg_key.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
helper.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
key.go [API] generalize list header (#16551) 2021-08-12 14:43:08 +02:00
repo.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
settings.go [API] GET / SET User Settings (#16169) 2021-06-23 15:58:44 -04:00
star.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
user.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
watch.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00