go-sdk/gitea
2019-07-28 17:09:44 -07:00
..
admin_org.go add AdminListOrgs to list all orgs (#174) 2019-06-02 14:01:10 +03:00
admin_repo.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
admin_user.go Adds missing methods in the admin user API (#173) 2019-06-02 14:00:23 +03:00
attachment.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
client.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
doc.go ask for go get from code.gitea.io/sdk/gitea 2016-11-11 21:52:21 +08:00
fork.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
git_hook.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
go.mod Update go mod (#183) 2019-07-15 06:13:42 +00:00
go.sum Update go mod (#183) 2019-07-15 06:13:42 +00:00
hook.go fix wrong url in delete org hook API (#179) 2019-06-14 03:05:32 +00:00
issue_comment.go Change the deprecated url by the new one to edit and delete an issue comment (#181) 2019-06-14 02:12:43 +00:00
issue_label.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
issue_milestone.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
issue_tracked_time.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
issue.go workaround to ListRepoIssues call ignoring state parameter 2019-07-28 17:09:44 -07:00
miscellaneous.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
org_member.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
org_team.go fix wrong url for edit and delete team API (#178) 2019-06-15 01:42:23 +00:00
org_type.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
org.go add missing methods in the org API (#175) 2019-06-02 11:39:54 -04:00
pull.go Fix typo in pull requests API (#172) 2019-05-17 14:03:42 +08:00
release.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_branch.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_collaborator.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_commit.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_file.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_key.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_refs.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_tag.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_tree.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo_watch.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
repo.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
status.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
user_app.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
user_email.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
user_follow.go fix most of all the lint errors 2016-11-10 17:44:00 +08:00
user_gpgkey.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
user_key.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00
user_search.go Add Search users support (#92) 2018-02-15 19:59:44 -06:00
user.go Refactor codes to remove structs and depend them on code.gitea.io/gitea/modules/structs (#171) 2019-05-11 18:38:52 +03:00