1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/models
Wim 4508380cf7 Show full name if DefaultShowFullName setting activated (#6710)
Adds a new key DEFAULT_SHOW_FULL_NAME (default false) to the [ui] section.
If enabled the full name will be shown (unless it's empty, then
the default username will be used)
2019-05-08 11:41:35 +03:00
..
fixtures
migrations
access_test.go
access.go
action_list.go refactor: reduce sql query in retrieveFeeds (#3547) 2018-02-21 18:55:34 +08:00
action_test.go
action.go
admin_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
admin.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
attachment_test.go
attachment.go
branches_test.go Add deleted_branch table fixture (#2832) 2017-11-04 15:31:59 +02:00
branches.go
consistency.go
error_oauth2.go gofmt (#1662) 2017-05-04 13:54:56 +08:00
error.go
external_login_user.go
git_blame_test.go
git_blame.go
git_diff_test.go
git_diff.go
gpg_key_test.go Fix wrong GPG expire date (#6643) 2019-04-15 20:32:15 -04:00
gpg_key.go
graph_test.go
graph.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
helper.go
issue_assignees_test.go
issue_assignees.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
issue_comment_list.go
issue_comment_test.go
issue_comment.go
issue_dependency_test.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_list_test.go
issue_list.go
issue_lock.go
issue_mail.go fix mail notification when close/reopen issue (#6581) 2019-04-11 22:59:01 +01:00
issue_milestone_test.go
issue_milestone.go
issue_reaction_test.go Ensure valid git author names passed in signatures (#5774) 2019-01-24 16:12:17 +02:00
issue_reaction.go Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
issue_stopwatch_test.go
issue_stopwatch.go
issue_test.go Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144) 2019-02-21 13:01:28 +08:00
issue_tracked_time_test.go Feature: Timetracking (#2211) 2017-09-12 09:48:13 +03:00
issue_tracked_time.go
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue.go
lfs_lock.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
lfs.go
login_source.go
mail.go
main_test.go Unit tests for wiki routers (#3022) 2017-11-30 17:52:15 +02:00
migrate.go
models_sqlite.go fix dump table name error and add some test for dump database (#6394) 2019-03-20 21:38:54 -04:00
models_test.go fix dump table name error and add some test for dump database (#6394) 2019-03-20 21:38:54 -04:00
models.go add .gpg url (match github behaviour) (#6610) 2019-04-14 12:43:56 -04:00
notification_test.go Add 'mark all read' option to notifications (#3097) 2017-12-07 13:52:57 +08:00
notification.go Fix sqlite lock (#5176) 2018-10-25 18:55:16 +08:00
oauth2_application_test.go
oauth2_application.go
oauth2.go Discord Oauth2 support (#4476) 2019-01-13 14:06:22 -05:00
org_team_test.go
org_team.go
org_test.go
org.go Fix org visibility bug when git cloning (#6743) 2019-04-25 21:59:10 +03:00
pull_test.go Disable merging a WIP Pull request (#4529) 2018-08-13 22:04:39 +03:00
pull.go fix pulls broken when fork repository deleted (#6754) 2019-04-26 11:03:39 +08:00
release_test.go
release.go
repo_activity.go Git statistics in Activity tab (#4724) 2019-05-04 15:39:03 +03:00
repo_branch.go
repo_collaboration_test.go
repo_collaboration.go
repo_indexer.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
repo_issue.go
repo_list_test.go Fix org visibility bug when git cloning (#6743) 2019-04-25 21:59:10 +03:00
repo_list.go Allow to set organization visibility (public, internal, private) (#1763) 2019-02-18 18:00:27 +02:00
repo_mirror.go When mirroring we should set the remote to mirror (#6824) 2019-05-02 09:43:20 +03:00
repo_permission_test.go
repo_permission.go Fix org visibility bug when git cloning (#6743) 2019-04-25 21:59:10 +03:00
repo_redirect_test.go
repo_redirect.go Redirects for renamed repos (#807) 2017-02-05 22:35:03 +08:00
repo_tag.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
repo_test.go Improve issue autolinks (#6273) 2019-04-12 08:53:34 +03:00
repo_unit.go
repo_watch_test.go
repo_watch.go
repo.go
review_test.go
review.go
ssh_key_test.go
ssh_key.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
star_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
star.go Ensure that sessions are passed into queries that could use the database to prevent deadlocks (#5718) 2019-01-13 21:29:58 -05:00
status_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
status.go
test_fixtures.go
token_test.go
token.go
topic_test.go feat(repo): support search repository by topic name (#4505) 2018-09-13 10:33:48 +08:00
topic.go fix topic name length on database (#5493) 2018-12-08 14:27:30 +02:00
twofactor.go
u2f_test.go
u2f.go
unit_tests.go
unit.go
update_test.go
update.go
upload.go
user_follow_test.go
user_follow.go
user_heatmap_test.go
user_heatmap.go
user_mail_test.go
user_mail.go
user_openid_test.go
user_openid.go Fix SQL quoting (#5117) 2018-10-20 18:19:21 -04:00
user_test.go
user.go
webhook_dingtalk.go
webhook_discord.go
webhook_msteams.go
webhook_slack.go
webhook_telegram.go Disable web preview for telegram webhook (#6719) 2019-04-23 12:12:00 -04:00
webhook_test.go
webhook.go
wiki_test.go test: reduce testing time. (#3885) 2018-05-02 21:56:19 +08:00
wiki.go