This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/vendor/code.gitea.io/sdk/gitea
Lanre Adelowo 141c58f5a6 add isAdmin to user model (#6231)
update vendor and add tests

fix swagger
2019-03-03 17:57:24 -05:00
..
admin_org.go
admin_repo.go
admin_user.go Adds MustChangePassword to user create/edit API, defaults to true (#6193) 2019-02-27 21:37:57 +02:00
attachment.go
doc.go
fork.go
gitea.go Increase Username and Orgname MaxSize 35 -> 40 (#6178) 2019-02-25 13:56:47 -05:00
hook.go Fix new release creation API to allow empty target (#5870) 2019-01-30 11:33:00 -05:00
issue.go Increase Username and Orgname MaxSize 35 -> 40 (#6178) 2019-02-25 13:56:47 -05:00
issue_comment.go
issue_label.go
issue_milestone.go
issue_tracked_time.go
lfs_lock.go
miscellaneous.go
org.go
org_member.go
org_team.go api: Add missing GET teams endpoints (#5382) 2019-01-16 19:39:50 -05:00
pull.go Add more webhooks support and refactor webhook templates directory (#3929) 2018-05-16 22:01:55 +08:00
release.go Fix new release creation API to allow empty target (#5870) 2019-01-30 11:33:00 -05:00
repo.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
repo_branch.go
repo_collaborator.go
repo_commit.go Fix new release creation API to allow empty target (#5870) 2019-01-30 11:33:00 -05:00
repo_file.go
repo_key.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
repo_refs.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
repo_tag.go Fix new release creation API to allow empty target (#5870) 2019-01-30 11:33:00 -05:00
repo_tree.go Feature - Pagination for git tree API (#5838) 2019-02-06 18:19:26 +00:00
repo_watch.go
status.go
user.go add isAdmin to user model (#6231) 2019-03-03 17:57:24 -05:00
user_app.go Add ability to delete a token (#4235) 2018-07-06 21:54:30 -04:00
user_email.go
user_follow.go
user_gpgkey.go
user_key.go fix: Add secret to all webhook's payload where it has been missing (#5199) 2018-10-28 18:03:02 -04:00
user_search.go
utils.go