gitea/models
guillep2k 5a44be627c Convert files to utf-8 for indexing (#7814)
* Convert files to utf-8 for indexing

* Move utf8 functions to modules/base

* Bump repoIndexerLatestVersion to 3

* Add tests for base/encoding.go

* Changes to pass gosimple

* Move UTF8 funcs into new modules/charset package
2019-08-15 20:07:28 +08:00
..
fixtures org/members: display 2FA members states + optimize sql requests (#7621) 2019-08-02 12:06:27 -04:00
migrations Add migration step to remove old repo_indexer_status orphaned records (#7746) 2019-08-06 11:57:55 +03:00
access_test.go Fixed ineffectual assignments in tests (#7553) 2019-07-22 15:11:16 +08:00
access.go Trace Logging on Permission Denied & ColorFormat (#6618) 2019-04-22 23:40:51 +03:00
action_list.go
action_test.go Move commit repo action from models to repofiles package (#7645) 2019-07-30 09:59:10 +08:00
action.go Move commit repo action from models to repofiles package (#7645) 2019-07-30 09:59:10 +08:00
admin_test.go
admin.go
attachment_test.go fix upload attachments (#6481) 2019-04-02 15:25:05 -04:00
attachment.go
branches_test.go Add deleted_branch table fixture (#2832) 2017-11-04 15:31:59 +02:00
branches.go Fix panic on push at #7611 (#7615) 2019-07-25 19:05:51 +01:00
commit_status_test.go api: fix multiple bugs with statuses endpoints (#7785) 2019-08-09 10:13:03 +08:00
commit_status.go api: fix multiple bugs with statuses endpoints (#7785) 2019-08-09 10:13:03 +08:00
consistency.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
convert.go
error_oauth2.go
error.go
external_login_user.go Add primary key and index to external login user table (#1656) 2017-05-02 16:41:44 +08:00
git_diff_test.go Make diff line-marker non-selectable (#7279) 2019-06-24 21:23:52 +01:00
git_diff.go Convert files to utf-8 for indexing (#7814) 2019-08-15 20:07:28 +08:00
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
helper_directory.go
helper_environment.go Fix bug create/edit wiki pages when code master branch protected (#7580) 2019-07-25 22:50:20 +01:00
helper.go
issue_assignees_test.go
issue_assignees.go fix duplicated webhook when creating issue with assignees (#7681) 2019-07-31 17:24:38 +08:00
issue_comment_list.go
issue_comment_test.go
issue_comment.go Add SQL execution on log and indexes on table repository and comment (#7740) 2019-08-05 17:29:40 +03:00
issue_dependency_test.go
issue_dependency.go fix sqlite lock (#5184) 2018-10-27 22:45:24 +08:00
issue_label_test.go
issue_label.go
issue_list_test.go
issue_list.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
issue_lock.go Implement "conversation lock" for issue comments (#5073) 2019-02-18 22:55:04 +02:00
issue_mail.go
issue_milestone_test.go
issue_milestone.go
issue_reaction_test.go
issue_reaction.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
issue_stopwatch_test.go Refactor struct's time to remove unnecessary memory usage (#3142) 2017-12-11 06:37:04 +02:00
issue_stopwatch.go Improve performance of dashboard (#4977) 2018-12-13 10:55:43 -05:00
issue_test.go
issue_tracked_time_test.go Feature: Timetracking (#2211) 2017-09-12 09:48:13 +03:00
issue_tracked_time.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
issue_user_test.go
issue_user.go Fix sqlite deadlock when assigning to a PR (#5640) 2019-01-04 16:51:27 -05:00
issue_watch_test.go
issue_watch.go
issue.go Fix repository's pull request count error (#7518) 2019-07-18 22:51:33 +01:00
lfs_lock.go lfs/lock: round locked_at timestamp to second (#7872) 2019-08-15 18:53:28 +08:00
lfs.go
log.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
login_source.go Add additional password hash algorithms (closes #5859) (#6023) 2019-07-07 02:01:01 -04:00
mail_test.go Include thread related headers in issue/coment mail (#7484) 2019-07-17 15:02:42 -04:00
mail.go Include thread related headers in issue/coment mail (#7484) 2019-07-17 15:02:42 -04:00
main_test.go Unit tests for wiki routers (#3022) 2017-11-30 17:52:15 +02:00
migrate.go Fix milestone completness calculation when migrating (#7725) 2019-08-03 21:38:42 +03:00
models_sqlite.go
models_test.go
models.go Add SQL execution on log and indexes on table repository and comment (#7740) 2019-08-05 17:29:40 +03:00
notification_test.go
notification.go
oauth2_application_test.go
oauth2_application.go
oauth2.go
org_team_test.go Fix approvals counting (#7757) 2019-08-07 07:22:41 +03:00
org_team.go Fix approvals counting (#7757) 2019-08-07 07:22:41 +03:00
org_test.go
org.go org/members: display 2FA members states + optimize sql requests (#7621) 2019-08-02 12:06:27 -04:00
pull_test.go only return head: null if source branch was deleted (#6705) 2019-07-08 10:32:46 +03:00
pull.go only return head: null if source branch was deleted (#6705) 2019-07-08 10:32:46 +03:00
release_test.go Added missing error checks in tests (#7554) 2019-07-23 20:28:43 +01:00
release.go Move models.PushUpdate to repofiles.PushUpdate (#7485) 2019-07-24 15:13:26 +08:00
repo_activity.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
repo_branch.go
repo_collaboration_test.go Unit tests for models/repo_collaboration (#1032) 2017-02-24 09:37:38 +08:00
repo_collaboration.go
repo_indexer.go Convert files to utf-8 for indexing (#7814) 2019-08-15 20:07:28 +08:00
repo_issue.go
repo_list_test.go
repo_list.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
repo_mirror.go Move status table to cron package (#7370) 2019-07-15 20:13:03 -04:00
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 (#6119) 2019-02-22 11:14:45 -05:00
repo_permission.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
repo_redirect_test.go
repo_redirect.go
repo_tag.go
repo_test.go Added missing error checks in tests (#7554) 2019-07-23 20:28:43 +01:00
repo_unit.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
repo_watch_test.go Hide unactive on explore users and some refactors (#2741) 2017-10-24 20:36:19 +03:00
repo_watch.go
repo.go Check commit message hashes before making links (#7713) 2019-08-14 16:04:55 +08:00
review_test.go
review.go move CreateReview to moduels/pull (#7841) 2019-08-14 23:32:19 +08:00
ssh_key_test.go Make PKCS8, PEM and SSH2 keys work (#7600) 2019-07-25 20:33:38 +01:00
ssh_key.go fix rename failed when rewrite public keys (#7761) 2019-08-06 14:32:11 +08:00
star_test.go
star.go
test_fixtures.go
token_test.go
token.go
topic_test.go
topic.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
twofactor.go
u2f_test.go
u2f.go
unit_tests.go Move commit repo action from models to repofiles package (#7645) 2019-07-30 09:59:10 +08:00
unit.go
update_test.go
update.go Move models.PushUpdate to repofiles.PushUpdate (#7485) 2019-07-24 15:13:26 +08:00
upload.go
user_follow_test.go
user_follow.go
user_heatmap_test.go
user_heatmap.go Only count users own actions for heatmap contributions (#5647) 2019-01-06 21:29:05 +02:00
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 org/members: display 2FA members states + optimize sql requests (#7621) 2019-08-02 12:06:27 -04:00
user.go add pagination for admin api get orgs and fix only list public orgs bug (#7742) 2019-08-04 14:33:36 -04:00
userlist_test.go org/members: display 2FA members states + optimize sql requests (#7621) 2019-08-02 12:06:27 -04:00
userlist.go org/members: display 2FA members states + optimize sql requests (#7621) 2019-08-02 12:06:27 -04:00
webhook_dingtalk.go
webhook_discord.go
webhook_msteams.go
webhook_slack.go Fix Slack webhook fork message (#7774) 2019-08-06 19:27:10 -04:00
webhook_telegram.go
webhook_test.go
webhook.go Fix duplicate call of webhook (#7821) 2019-08-11 23:31:18 +03:00
wiki_test.go Remove local clones & make hooks run on merge/edit/upload (#6672) 2019-05-11 11:29:17 -04:00
wiki.go Fix bug create/edit wiki pages when code master branch protected (#7580) 2019-07-25 22:50:20 +01:00