gitea/modules/convert
6543 8d5c795cc4
[API] Add Restricted Field to User ()
* Expose Restricted field for User

* Add Option to Change Restricted on User via adminEditUser API

* Add test who change restricted & test if it changed it ...

* make generate-swagger

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
convert.go migrate from com.* to alternatives ()
git_commit.go [API] Add affected files of commits to commit struct ()
git_commit_test.go Use native git variants by default with go-git variants as build tag ()
issue.go Display current stopwatch in navbar ()
issue_comment.go [Refactor] Move APIFormat functions into convert package ()
issue_test.go Add Created & Updated to Milestone ()
main_test.go Move pull request api convert to convert package ()
notification.go Move Repo APIFormat to convert package ()
pull.go Move Repo APIFormat to convert package ()
pull_review.go Add dismiss review feature ()
pull_test.go Move Repo APIFormat to convert package ()
release.go [Refactor] Move APIFormat functions into convert package ()
repository.go Add MirrorInterval to the API ()
status.go [Refactor] CombinedStatus and CommitStatus related functions & structs ()
user.go [API] Add Restricted Field to User ()
user_test.go [Refactor] Move APIFormat functions into convert package ()
utils.go [API] Migration: Change ServiceType String ()
utils_test.go Add some Unit-Tests ()