gitea/models
guillep2k e4a876cee1
Admin page for managing user e-mail activation () ()
* Admin page for managing user e-mail activation ()

* Implement mail activation admin panel

* Apply suggestions by @lunny

* Add UI for user activated emails

* Prevent admin from self-deactivate; add modal

Co-authored-by: zeripath <art27@cantab.net>

* Fix pagination options downgrade

Co-authored-by: zeripath <art27@cantab.net>
..
fixtures Only serve attachments when linked to issue/release and if accessible by user ()
migrations Fix migration bug on v96.go () ()
access.go Recalculate repository access only for specific user ()
access_test.go Fixed ineffectual assignments in tests ()
action.go Fix potential bugs () ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go Move UpdateIssuesCommit from models to repofiles ()
admin.go Use gitea forked macaron ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go Fix potential bugs () ()
attachment_test.go Reading pull attachments should depend on read UnitTypePullRequests () ()
branches.go Add branch protection option to block merge on requested changes. ()
branches_test.go Add deleted_branch table fixture ()
commit_status.go Fix wrong hint when status checking is running on pull request view () ()
commit_status_test.go Fix wrong hint when status checking is running on pull request view () ()
consistency.go Auto-subscribe user to repository when they commit/tag to it ()
context.go Move all mail related codes from models to services/mailer ()
convert.go Move database settings from models to setting ()
error.go Handle push rejection message in Merge & Web Editor () ()
error_oauth2.go gofmt ()
external_login_user.go Allow more than 255 characters for tokens in external_login_user table ()
gpg_key.go Show Signer in commit lists and add basic trust () ()
gpg_key_test.go Display ui time with customize time location ()
helper.go Add reactions to issues/PR and comments ()
helper_directory.go Remove SavePatch and generate patches on the fly ()
helper_environment.go Properly enforce gitea environment for pushes ()
issue.go Fix wrong num closed issues on repository when close issue via commit () ()
issue_assignees.go remove unused method and rename createcommentWithNoAction ()
issue_assignees_test.go Fix API Bug (fail on empty assignees) ()
issue_comment.go Fix potential bugs () ()
issue_comment_list.go Fixed repo link in generated comment for cross repository dependency () ()
issue_comment_test.go Pull request review/approval and comment on code ()
issue_dependency.go Display ui time with customize time location ()
issue_dependency_test.go Refactor comment ()
issue_label.go remove unused method and rename createcommentWithNoAction ()
issue_label_test.go Fix label count ()
issue_list.go [API] Extend times API ()
issue_list_test.go [API] Extend times API ()
issue_lock.go remove unused method and rename createcommentWithNoAction ()
issue_milestone.go Fix milestone API state parameter unhandled () ()
issue_milestone_test.go Fix milestone API state parameter unhandled () ()
issue_reaction.go [API] Fix 9544 | return 200 when reaction already exist ()
issue_reaction_test.go [API] Fix 9544 | return 200 when reaction already exist ()
issue_stopwatch.go [API] extend StopWatch ()
issue_stopwatch_test.go Display ui time with customize time location ()
issue_test.go [API] Extend times API ()
issue_tracked_time.go [API] Extend times API ()
issue_tracked_time_test.go [API] Extend times API ()
issue_user.go Mail assignee when issue/pull request is assigned ()
issue_user_test.go Move all mail related codes from models to services/mailer ()
issue_watch.go [BugFix] Avoid mailing explicit unwatched () ()
issue_watch_test.go Fix Issue Unsubscription ()
issue_xref.go remove unused method and rename createcommentWithNoAction ()
issue_xref_test.go Refactor comment ()
lfs.go Add basic repository lfs management ()
lfs_lock.go Make repository management section handle lfs locks ()
log.go Fix error log when loading issues caused by a xorm bug ()
login_source.go Various fixes in login sources () ()
main_test.go Unit tests for wiki routers ()
migrate.go Upgrade xorm to v0.8.0 ()
models.go Divide GetIssueStats query in smaller chunks () ()
models_test.go Move database settings from models to setting ()
notification.go Fix notification page panic ()
notification_test.go Improve notification ()
oauth2.go migrate gplus to google oauth2 provider ()
oauth2_application.go Upgrade xorm to v0.8.0 ()
oauth2_application_test.go OAuth2 Grant UI ()
org.go Only show part of members on orgnization dashboard and add paging for orgnization members page ()
org_team.go Branch protection: Possibility to not use whitelist but allow anyone with write access ()
org_team_test.go Various fixes in login sources () ()
org_test.go Only show part of members on orgnization dashboard and add paging for orgnization members page ()
pull.go Repo name added to automatically generated commit message when mergin… () ()
pull_list.go Graceful: Xorm, RepoIndexer, Cron and Others ()
pull_sign.go Sign protected branches ()
pull_test.go Move PushToBaseRepo from models to services/pull ()
release.go Move some repository methods from models to modules/repository ()
repo.go Update topics repo count when deleting repository ()
repo_activity.go Add Close() method to gogitRepository ()
repo_branch.go Add Close() method to gogitRepository ()
repo_collaboration.go Show Signer in commit lists and add basic trust () ()
repo_collaboration_test.go Add teams to repo on collaboration page. ()
repo_generate.go Fix nil reference in repo generation () ()
repo_generate_test.go Variable expansion in repository templates ()
repo_indexer.go Graceful: Xorm, RepoIndexer, Cron and Others ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_list.go Ensure that feeds are appropriately restricted () ()
repo_list_test.go [BugFix] Hide public repos owned by private orgs ()
repo_mirror.go Move some repository methods from models to modules/repository ()
repo_permission.go Fix access issues on milestone and issue overview pages. ()
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 ()
repo_redirect.go Move repoWorkPool outside rename/transfer repository ()
repo_redirect_test.go Move repoWorkPool outside rename/transfer repository ()
repo_sign.go Sign protected branches ()
repo_test.go Fix team links in HTML rendering ()
repo_unit.go Upgrade xorm to v0.8.0 ()
repo_watch.go Batch hook pre- and post-receive calls ()
repo_watch_test.go Auto-subscribe user to repository when they commit/tag to it ()
review.go Provide Default messages for merges ()
review_test.go Branch protection: Possibility to not use whitelist but allow anyone with write access ()
ssh_key.go Fix SSH2 conditonal in key parsing code ()
ssh_key_test.go Fix SSH2 conditonal in key parsing code ()
star.go Ensure that sessions are passed into queries that could use the database to prevent deadlocks ()
star_test.go Fix tests code to prevent some runtime errors ()
task.go Hide given credentials for migrated repos. ()
test_fixtures.go Testing: Update postgres sequences ()
token.go Display ui time with customize time location ()
token_test.go Add golangci ()
topic.go Update topics repo count when deleting repository ()
topic_test.go Add API endpoint for accessing repo topics ()
twofactor.go Display ui time with customize time location ()
u2f.go Display ui time with customize time location ()
u2f_test.go Override xorm type mapping for U2F counter ()
unit.go Fixes - Adds API Endpoint for Repo Edit ()
unit_tests.go Fix SQLite concurrency problems by using BEGIN IMMEDIATE () ()
update.go Properly enforce gitea environment for pushes ()
update_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
upload.go Use gitea forked macaron ()
user.go Show the username as a fallback on feeds if full name is blank ()
user_follow.go Refactor session close as xorm already does everything needed internally ()
user_follow_test.go Move user_follow to separate file ()
user_heatmap.go Move database settings from models to setting ()
user_heatmap_test.go Update heatmap fixtures to restore tests ()
user_mail.go Admin page for managing user e-mail activation () ()
user_mail_test.go Admin page for managing user e-mail activation () ()
user_openid.go Fix SQL quoting ()
user_openid_test.go Add golangci ()
user_test.go Team permission to create repository in organization ()
userlist.go Add API for Issue set Subscription ()
userlist_test.go Team permission to create repository in organization ()
webhook.go Move more webhook codes from models to webhook module ()
webhook_test.go Move more webhook codes from models to webhook module ()
wiki.go Move wiki related funtions from models to services/wiki ()
wiki_test.go Move wiki related funtions from models to services/wiki ()