gogs/models
Unknwon 8d0417497b
modes/mirror: make Updated unchanged if no new commits fetched (#4341)
After sync mirror, get latest commit date and compare to current
repository updated time, only update it if the commit date is newer.
2017-04-06 20:58:57 -04:00
..
errors 2fa: initial support (#945) 2017-04-06 00:14:30 -04:00
migrations Refactoring: rename and simplify pkg/tool functions 2017-04-06 17:13:53 -04:00
access.go error: move ErrRepoNotExist -> errors.RepoNotExist 2017-03-23 14:27:34 -04:00
action.go pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} 2017-04-06 17:27:57 -04:00
admin.go Refactoring: rename pkg/base -> pkg/tool 2017-04-05 09:05:40 -04:00
attachment.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
comment.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
error.go error: move ErrRepoNotExist -> errors.RepoNotExist 2017-03-23 14:27:34 -04:00
git_diff.go Refactoring: rename pkg/base -> pkg/tool 2017-04-05 09:05:40 -04:00
git_diff_test.go models/repo_diff: move core functions to gogits/git-module 2017-04-04 01:45:57 -04:00
issue.go Refactoring: rename pkg/base -> pkg/tool 2017-04-05 09:05:40 -04:00
issue_label.go Refactoring: rename pkg/base -> pkg/tool 2017-04-05 09:05:40 -04:00
issue_mail.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
login_source.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
milestone.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
mirror.go modes/mirror: make Updated unchanged if no new commits fetched (#4341) 2017-04-06 20:58:57 -04:00
mirror_test.go models/mirror: unescape credentials at read (#4014) 2017-04-04 20:21:35 -04:00
models.go 2fa: initial support (#945) 2017-04-06 00:14:30 -04: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
org.go models/org: reduce to 2 SQL executions for GetOrgIDsByUserID 2017-03-03 18:26:51 -05:00
org_team.go models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333) 2017-03-27 13:13:04 -04:00
pull.go pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} 2017-04-06 17:27:57 -04:00
release.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
repo.go pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} 2017-04-06 17:27:57 -04:00
repo_branch.go Refactoring: rename pkg/base -> pkg/tool 2017-04-05 09:05:40 -04:00
repo_collaboration.go user/settings: complete repositories panel (#4312) 2017-03-23 14:28:31 -04:00
repo_editor.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
repo_test.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
ssh_key.go Refactoring: rename pkg/base -> pkg/tool 2017-04-05 09:05:40 -04:00
ssh_key_test.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
token.go Refactoring: rename and simplify pkg/tool functions 2017-04-06 17:13:53 -04:00
two_factor.go Refactoring: rename and simplify pkg/tool functions 2017-04-06 17:13:53 -04:00
update.go repo: able to view size (#1158) 2017-03-12 01:59:48 -05:00
user.go pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} 2017-04-06 17:27:57 -04:00
user_mail.go models: rename ErrUserNotExist -> errors.UserNotExist 2017-03-16 17:18:43 -04:00
webhook.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00
webhook_discord.go pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} 2017-04-06 17:27:57 -04:00
webhook_slack.go pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} 2017-04-06 17:27:57 -04:00
wiki.go Refactoring: rename modules -> pkg 2017-04-04 19:29:59 -04:00