forgejo/models
lstahlman 2eeb0ec9b0 Additional API support for labels ()
* Add API support for labels.

* Error handling for adding/replacing multiple issue labels

* Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions

* Additional code cleanup
2016-08-03 09:24:16 -07:00
..
migrations Remove redundant Unix timestamp method call 2016-07-23 20:24:44 +08:00
access.go add pagination for repositories 2016-07-24 14:32:46 +08:00
action.go add pagination for repositories 2016-07-24 14:32:46 +08:00
admin.go Remove redundant Unix timestamp method call 2016-07-23 20:24:44 +08:00
error.go Additional API support for labels () 2016-08-03 09:24:16 -07:00
git_diff.go dump content directly to HTTP ResponseWriter 2016-07-30 23:39:58 +08:00
git_diff_test.go go fmt models/git_diff_test.go 2016-02-04 17:55:17 -02:00
issue.go fix wrong table name in Join 2016-07-26 18:40:20 +08:00
issue_comment.go support delete issue comment 2016-07-26 02:48:17 +08:00
issue_label.go Minor fix for 2016-02-27 11:31:24 -05:00
issue_mail.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
login.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
mail.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
models.go fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
models_sqlite.go go vet 2014-04-13 03:14:43 -04:00
models_tidb.go add tidb support 2015-09-12 15:31:36 -04:00
org.go Add org.getUserTeams to reduce redundant code 2016-07-24 18:09:45 +08:00
org_team.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
pull.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
release.go models/release: Update Sha1 if tag already exists () 2016-07-28 10:45:35 +08:00
repo.go add pagination for repositories 2016-07-24 14:32:46 +08:00
repo_branch.go Minor fix for 2016-02-02 17:07:40 -05:00
repo_collaboration.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
repo_test.go The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true () 2016-07-09 13:22:28 +08:00
ssh_key.go fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
ssh_key_test.go Post work for 2016-02-27 20:48:39 -05:00
token.go Remove redundant Unix timestamp method call 2016-07-23 20:24:44 +08:00
update.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
user.go fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
user_mail.go Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
webhook.go Remove redundant Unix timestamp method call 2016-07-23 20:24:44 +08:00
webhook_slack.go rename import path 2015-12-15 17:25:45 -05:00
wiki.go Fix wiki vulnerabilities 2016-07-01 15:33:35 +08:00