gogs/models
Unknwon ae319da5fd
Disable local path migration by default (#4033)
Site admin now has to enable manually by config option
[repository] ENABLE_LOCAL_PATH_MIGRATION = true.
Site admin always grants this permission, but regulars users have
to be allowed by site admins in admin user panel.
2017-01-26 17:43:37 -05:00
..
migrations Fix random string generator (#3953) 2016-12-21 03:41:37 -05:00
access.go #1384 add pagination for repositories 2016-07-24 14:32:46 +08:00
action.go Fix Typo Errors (#3885) 2016-12-21 03:33:30 -05:00
admin.go Remove redundant Unix timestamp method call 2016-07-23 20:24:44 +08:00
error.go models/login_source: code improvement 2016-08-31 01:22:41 -07:00
git_diff.go #3464 add diff signs which does not have inline diff 2016-08-16 07:37:28 -07:00
git_diff_test.go Fix git diff tests 2016-08-16 07:45:06 -07:00
issue.go Fix dashboard issues/pull request counting 2016-12-27 22:01:18 +08:00
issue_comment.go Minor fix for PR #3822 2016-12-21 04:18:23 -05:00
issue_label.go Some code renaming 2016-12-22 19:58:30 -05:00
issue_mail.go Minor fix for PR #3822 2016-12-21 04:18:23 -05:00
login_source.go Fix typos (#3852) 2016-12-21 03:13:11 -05:00
mail.go Fix #3714 (#4060) 2017-01-25 17:48:31 -05:00
models.go Fix #3905 2016-12-20 23:23:57 -05:00
models_sqlite.go go vet 2014-04-13 03:14:43 -04:00
models_test.go #3442 add test suites 2016-08-12 02:56:50 -07:00
models_tidb.go models: rename EnableTidb to EnableTiDB 2016-08-11 14:38:45 -07:00
org.go Minor fix for PR #3822 2016-12-21 04:18:23 -05:00
org_team.go Dirty hack for #3905 2016-12-21 05:11:52 -05:00
pull.go Code fix for PR #3547 2016-12-22 01:28:06 -05:00
release.go Some code renaming 2016-12-22 19:58:30 -05:00
repo.go Fix dashboard issues/pull request counting 2016-12-27 22:01:18 +08:00
repo_branch.go Minor fix for #2506 2016-02-02 17:07:40 -05:00
repo_collaboration.go #2780 code clean up 2016-08-11 11:35:46 -07:00
repo_editor.go Web editor: support upload files 2016-08-30 05:23:59 -07:00
repo_mirror.go Fix string format verbs (#3637) 2016-12-21 02:09:43 -05:00
repo_test.go The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true (#3246) 2016-07-09 13:22:28 +08:00
ssh_key.go #3480 Fix new ssh key adding issues (#3565) 2016-12-21 19:35:48 -05:00
ssh_key_test.go Code clean up for new config options 2016-08-14 23:52:24 -07:00
token.go Some code renaming 2016-12-22 19:58:30 -05:00
update.go Fix string format verbs (#3637) 2016-12-21 02:09:43 -05:00
user.go Disable local path migration by default (#4033) 2017-01-26 17:43:37 -05:00
user_mail.go Fix random string generator (#3953) 2016-12-21 03:41:37 -05:00
webhook.go Some code renaming 2016-12-22 19:58:30 -05:00
webhook_slack.go Replace convert.To with APIFormat calls 2016-08-14 04:17:26 -07:00
wiki.go modules/sync: rename SingleInstancePool to ExclusivePool 2016-08-30 15:19:53 -07:00