1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-12 00:34:20 -04: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_test.go Use native git variants by default with go-git variants as build tag (#13673) 2020-12-17 22:00:47 +08:00
git_commit.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
issue_comment.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
issue_test.go
issue.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
main_test.go
notification.go [API] pull notification subject status: add "merged" (#15344) 2021-04-09 03:36:23 +02:00
pull_review.go Expose resolver via API (#15167) 2021-03-28 00:37:51 +01:00
pull_test.go
pull.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
release.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
repository.go Fix some API bugs (#16184) 2021-06-18 01:24:55 +02:00
status.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
user_test.go Fix individual tests (addition to #15802) (#15818) 2021-05-12 00:13:42 -04:00
user.go [API] GET / SET User Settings (#16169) 2021-06-23 15:58:44 -04:00
utils_test.go Add some Unit-Tests (#14500) 2021-01-28 19:08:11 +01:00
utils.go