gitea/models
Lauris BH ff3971b830 Add LDAP integration tests ()
* Add LDAP service for tests

* Add LDAP login source and test user sign-in

* Add checks to test if user data is correct

* Add LDAP user sync test

* Add failed user sign-in test
..
fixtures Add LDAP integration tests ()
migrations Fix multiple asssingee table migration ()
access.go Refactor and fix incorrect comment ()
access_test.go Remove unit types commits and settings ()
action.go Set default branchname on first push ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go fix: Add feed for organization ()
admin.go Refactor struct's time to remove unnecessary memory usage ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go Add Size column to attachment ()
attachment_test.go Add Attachment API ()
branches.go Add protected branch whitelists for merging ()
branches_test.go Add deleted_branch table fixture ()
consistency.go Fix activity feed ()
error.go Multiple assignees ()
error_oauth2.go gofmt ()
external_login_user.go Add primary key and index to external login user table ()
git_diff.go Update code.gitea.io/git ()
git_diff_test.go fix go vet error ()
gpg_key.go Don't write to log NoCommitterAccount ()
gpg_key_test.go Refactor struct's time to remove unnecessary memory usage ()
graph.go fix , commit messages containing a pipe ()
graph_test.go Fix benchmarktests ()
helper.go Add reactions to issues/PR and comments ()
issue.go Multiple assignees ()
issue_assignees.go Multiple assignees ()
issue_assignees_test.go Multiple assignees ()
issue_comment.go Multiple assignees ()
issue_comment_test.go Refactor struct's time to remove unnecessary memory usage ()
issue_indexer.go Reduce repo indexer disk usage ()
issue_label.go Add label descriptions ()
issue_label_test.go Fix tests code to prevent some runtime errors ()
issue_list.go Multiple assignees ()
issue_list_test.go Shows total tracked time in issue and milestone list ()
issue_mail.go Multiple assignees ()
issue_milestone.go consistent IsOverdue field name capitalization ()
issue_milestone_test.go Shows total tracked time in issue and milestone list ()
issue_reaction.go Refactor struct's time to remove unnecessary memory usage ()
issue_reaction_test.go Tests for reactions ()
issue_stopwatch.go Shows total tracked time in issue and milestone list ()
issue_stopwatch_test.go Refactor struct's time to remove unnecessary memory usage ()
issue_test.go Shows total tracked time in issue and milestone list ()
issue_tracked_time.go Shows total tracked time in issue and milestone list ()
issue_tracked_time_test.go Feature: Timetracking ()
issue_user.go Multiple assignees ()
issue_user_test.go Multiple assignees ()
issue_watch.go Refactor struct's time to remove unnecessary memory usage ()
issue_watch_test.go Hide unactive on explore users and some refactors ()
lfs.go Refactor struct's time to remove unnecessary memory usage ()
lfs_lock.go Fix SSH auth lfs locks ()
login_source.go Refactor struct's time to remove unnecessary memory usage ()
mail.go Issue content should not be updated when closing with comment ()
main_test.go Unit tests for wiki routers ()
models.go Multiple assignees ()
models_sqlite.go go vet
models_test.go Cleaner IMO ()
models_tidb.go Remove go version from build tags ()
notification.go Refactor struct's time to remove unnecessary memory usage ()
notification_test.go Add 'mark all read' option to notifications ()
oauth2.go Store OAuth2 session data in database ()
org.go Fix remove team member issue ()
org_team.go Fix remove team member issue ()
org_team_test.go Fix ignored errors when checking if organization, team member ()
org_test.go Remove IsOwner, NumTeams from OrgUser ()
pull.go Multiple assignees ()
pull_test.go Fix unit test race condition ()
release.go Add Attachment API ()
repo.go Multiple assignees ()
repo_activity.go Add issue closed time column to fix activity closed issues list ()
repo_branch.go Create new branch from branch selection dropdown ()
repo_collaboration.go Reduce usage of allcols on update ()
repo_collaboration_test.go Unit tests for models/repo_collaboration ()
repo_editor.go Code/repo search ()
repo_indexer.go Update code.gitea.io/git ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_list.go Global code search support ()
repo_list_test.go Add search mode option to /api/repo/search ()
repo_mirror.go fix: if Mirrors repo no content is fetched, updated time should not b… ()
repo_redirect.go Redirects for renamed repos ()
repo_redirect_test.go Unit tests for repo redirects ()
repo_test.go Fix repo-transfer-and-team-repo-count bug ()
repo_unit.go Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge ()
repo_watch.go fix: Add feed for organization ()
repo_watch_test.go Hide unactive on explore users and some refactors ()
ssh_key.go Remove useless check ()
ssh_key_test.go Use assert in legacy unit tests ()
star.go refactor: small optimize for sql query ()
star_test.go Fix tests code to prevent some runtime errors ()
status.go Refactor struct's time to remove unnecessary memory usage ()
status_test.go Fix tests code to prevent some runtime errors ()
test_fixtures.go Integration test framework ()
token.go Refactor struct's time to remove unnecessary memory usage ()
token_test.go Fix tests code to prevent some runtime errors ()
topic.go Add topic support ()
topic_test.go Add topic support ()
twofactor.go Do not allow to reuse TOTP passcode ()
unit.go Fix implementation of repo Home func ()
unit_tests.go Use unique temp dirs in unit tests ()
update.go Refactor struct's time to remove unnecessary memory usage ()
update_test.go Fix tests code to prevent some runtime errors ()
user.go Multiple assignees ()
user_follow.go Refactor session close as xorm already does everything needed internally ()
user_follow_test.go Move user_follow to separate file ()
user_mail.go Replace deprecated Id method with ID ()
user_mail_test.go Fix tests code to prevent some runtime errors ()
user_openid.go Replace deprecated Id method with ID ()
user_openid_test.go Fix tests code to prevent some runtime errors ()
user_test.go Cleanup models.User.HashPassword ()
webhook.go Add sensitive headers ()
webhook_dingtalk.go Multiple assignees ()
webhook_discord.go Multiple assignees ()
webhook_slack.go Multiple assignees ()
webhook_test.go Fix tests code to prevent some runtime errors ()
wiki.go Fix to use only needed columns from tables to get repository git paths ()
wiki_test.go test: reduce testing time. ()