0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 03:05:29 +01:00
gitea/modules/convert
6543 58501a2682
[API] GET / SET User Settings (#16169)
* API: GET/SET User Settings

* linter

* Apply suggestions from code review

* Update modules/structs/user.go

* lint

* fix swagger

* move User2UserSettings to convert

* as per @zeripath "preferences" -> "settings"

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-06-23 15:58:44 -04:00
..
convert.go [API] Add repoCreateTag (#16165) 2021-06-17 18:04:10 +02:00
git_commit.go
git_commit_test.go
issue.go
issue_comment.go
issue_test.go
main_test.go
notification.go
pull.go
pull_review.go
pull_test.go
release.go
repository.go Fix some API bugs (#16184) 2021-06-18 01:24:55 +02:00
status.go
user.go [API] GET / SET User Settings (#16169) 2021-06-23 15:58:44 -04:00
user_test.go Fix individual tests (addition to #15802) (#15818) 2021-05-12 00:13:42 -04:00
utils.go
utils_test.go