gitea/models
Lauris BH 1ec4dc6c1d Fix so that user can still fork his own repository to owned organizations ()
* Fix so that user can still fork his own repository to his organizations

* Fix to only use owned organizations

* Add integration test for forking own repository to owned organization
..
fixtures Remove repo unit index ()
migrations Fix organization watch migration ()
access.go
access_test.go Remove unit types commits and settings ()
action.go Use AfterLoad instead of AfterSet on Structs ()
action_test.go Replace deprecated Id method with ID ()
admin.go Replace deprecated Id method with ID ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go Use AfterLoad instead of AfterSet on Structs ()
attachment_test.go
branches.go Replace deprecated Id method with ID ()
consistency.go
error.go Feature: Timetracking ()
error_oauth2.go
external_login_user.go
git_diff.go Fix diff of renamed and modified file ()
git_diff_test.go Fix import order ()
gpg_key.go GPG key email verification no longer case sensitive () ()
gpg_key_test.go Fix tests code to prevent some runtime errors ()
graph.go
graph_test.go
helper.go
issue.go Replace deprecated Id method with ID ()
issue_comment.go Replace deprecated Id method with ID ()
issue_comment_test.go Fix issue updated_unix bug ()
issue_indexer.go Remove redudant functions and code ()
issue_label.go Replace deprecated Id method with ID ()
issue_label_test.go Fix tests code to prevent some runtime errors ()
issue_list.go
issue_list_test.go
issue_mail.go Restructure markup & markdown to prepare for multiple markup language… ()
issue_milestone.go Replace deprecated Id method with ID ()
issue_milestone_test.go Fix import order ()
issue_stopwatch.go Use AfterLoad instead of AfterSet on Structs ()
issue_stopwatch_test.go Feature: Timetracking ()
issue_test.go Prevent sending emails and notifications to inactive users ()
issue_tracked_time.go Use AfterLoad instead of AfterSet on Structs ()
issue_tracked_time_test.go Feature: Timetracking ()
issue_user.go Replace deprecated Id method with ID ()
issue_user_test.go
issue_watch.go Replace deprecated Id method with ID ()
issue_watch_test.go Prevent sending emails and notifications to inactive users ()
lfs.go Use AfterLoad instead of AfterSet on Structs ()
login_source.go Replace deprecated Id method with ID ()
mail.go Add init support of orgmode document type on file view and readme ()
main_test.go Fix counts on issues dashboard ()
models.go Replace deprecated Id method with ID ()
models_sqlite.go
models_test.go
models_tidb.go
notification.go Replace deprecated Id method with ID ()
notification_test.go Prevent sending emails and notifications to inactive users ()
oauth2.go Replace calls to xorm UseBool with Where ()
org.go Replace deprecated Id method with ID ()
org_team.go Replace deprecated Id method with ID ()
org_team_test.go
org_test.go Expand fixtures ()
pull.go table `pull_request` wasn't updated correctly ()
pull_test.go Fix unit test race condition ()
release.go Replace deprecated Id method with ID ()
repo.go Fix so that user can still fork his own repository to owned organizations ()
repo_activity.go Add Activity page to repository ()
repo_branch.go
repo_collaboration.go Reduce usage of allcols on update ()
repo_collaboration_test.go
repo_editor.go Trigger sync webhooks on UI commit ()
repo_issue.go Feature: Timetracking ()
repo_list.go Remove redudant functions and code ()
repo_list_test.go Remove redudant functions and code ()
repo_mirror.go Replace deprecated Id method with ID ()
repo_redirect.go
repo_redirect_test.go
repo_test.go Restructure markup & markdown to prepare for multiple markup language… ()
repo_unit.go Remove repo unit index ()
repo_watch.go Prevent sending emails and notifications to inactive users ()
repo_watch_test.go Prevent sending emails and notifications to inactive users ()
ssh_key.go Replace deprecated Id method with ID ()
ssh_key_test.go
star.go
star_test.go Fix tests code to prevent some runtime errors ()
status.go Use AfterLoad instead of AfterSet on Structs ()
status_test.go Fix tests code to prevent some runtime errors ()
test_fixtures.go
token.go Replace deprecated Id method with ID ()
token_test.go Fix tests code to prevent some runtime errors ()
twofactor.go Replace deprecated Id method with ID ()
unit.go Fix implementation of repo Home func ()
unit_tests.go Complete push webhooks ()
update.go Replace deprecated Id method with ID ()
update_test.go Fix tests code to prevent some runtime errors ()
user.go Replace deprecated Id method with ID ()
user_follow.go Refactor session close as xorm already does everything needed internally ()
user_follow_test.go
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
webhook.go Replace deprecated Id method with ID ()
webhook_discord.go Webhooks for repo creation/deletion ()
webhook_slack.go Webhooks for repo creation/deletion ()
webhook_test.go Fix tests code to prevent some runtime errors ()
wiki.go
wiki_test.go