gitea/models
kolaente 1fdf560678 Added user language setting (#3875)
* Added user language setting

* Added translation string for setting

* Fixed import order + typo

* improved checking if the user has a language saved in the db

* The current saved language is now set a default inside the dropdown

* fmt

* When a user signs in and doesn't have a language saved, the current browser language is saved

* updated gitea-sdk

* Merge branch 'master' of https://github.com/go-gitea/gitea into save-user-language

# Conflicts:
#	models/migrations/migrations.go
#	models/migrations/v62.go

* Made tests work again

* trigger CI

* trigger CI

* fmt

* re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO

* re-trigger that FUCKING CI SO IT REALLY PICKS UP THE LATEST COMMIT ISTEAD OF PREDENDING TO DO SO

* When loggin in, only the language col gets updated instead of everything
2018-05-05 08:28:30 +08:00
..
fixtures Symlink icons (#1416) (#3826) 2018-05-01 10:04:36 +03:00
migrations Added user language setting (#3875) 2018-05-05 08:28:30 +08:00
access_test.go
access.go
action_list.go
action_test.go
action.go
admin_test.go
admin.go
attachment_test.go
attachment.go
branches_test.go
branches.go
consistency.go
error_oauth2.go
error.go
external_login_user.go
git_diff_test.go
git_diff.go
gpg_key_test.go
gpg_key.go
graph_test.go
graph.go
helper.go
issue_comment_test.go
issue_comment.go Issue due date (#3794) 2018-05-01 22:05:28 +03:00
issue_indexer.go
issue_label_test.go
issue_label.go
issue_list_test.go Shows total tracked time in issue and milestone list (#3341) 2018-04-29 13:58:47 +08:00
issue_list.go Shows total tracked time in issue and milestone list (#3341) 2018-04-29 13:58:47 +08:00
issue_mail.go
issue_milestone_test.go Shows total tracked time in issue and milestone list (#3341) 2018-04-29 13:58:47 +08:00
issue_milestone.go Shows total tracked time in issue and milestone list (#3341) 2018-04-29 13:58:47 +08:00
issue_reaction_test.go
issue_reaction.go
issue_stopwatch_test.go
issue_stopwatch.go Shows total tracked time in issue and milestone list (#3341) 2018-04-29 13:58:47 +08:00
issue_test.go Shows total tracked time in issue and milestone list (#3341) 2018-04-29 13:58:47 +08:00
issue_tracked_time_test.go
issue_tracked_time.go Shows total tracked time in issue and milestone list (#3341) 2018-04-29 13:58:47 +08:00
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue.go Issue due date (#3794) 2018-05-01 22:05:28 +03:00
lfs_lock.go
lfs.go
login_source.go
mail.go
main_test.go
models_sqlite.go
models_test.go
models_tidb.go
models.go
notification_test.go
notification.go
oauth2.go Store OAuth2 session data in database (#3660) 2018-04-29 09:09:24 +03:00
org_team_test.go
org_team.go
org_test.go
org.go
pull_test.go
pull.go Issue due date (#3794) 2018-05-01 22:05:28 +03:00
release.go
repo_activity.go
repo_branch.go
repo_collaboration_test.go
repo_collaboration.go
repo_editor.go
repo_indexer.go
repo_issue.go
repo_list_test.go
repo_list.go
repo_mirror.go
repo_redirect_test.go
repo_redirect.go
repo_test.go
repo_unit.go
repo_watch_test.go
repo_watch.go
repo.go Fix to use only needed columns from tables to get repository git paths (#3870) 2018-05-02 09:10:19 +03:00
ssh_key_test.go
ssh_key.go
star_test.go
star.go
status_test.go
status.go
test_fixtures.go
token_test.go
token.go
topic_test.go
topic.go
twofactor.go Do not allow to reuse TOTP passcode (#3878) 2018-05-02 18:02:02 +03:00
unit_tests.go
unit.go
update_test.go
update.go
user_follow_test.go
user_follow.go
user_mail_test.go
user_mail.go
user_openid_test.go
user_openid.go
user_test.go
user.go Added user language setting (#3875) 2018-05-05 08:28:30 +08:00
webhook_dingtalk.go
webhook_discord.go
webhook_slack.go
webhook_test.go
webhook.go
wiki_test.go test: reduce testing time. (#3885) 2018-05-02 21:56:19 +08:00
wiki.go Fix to use only needed columns from tables to get repository git paths (#3870) 2018-05-02 09:10:19 +03:00