gitea/models
gordon-- 343c756357
Heatmap days clickable ()
* Heatmap days clickable

* Error handling

* Unselect filter

* better dayclick handler

* made linter happy

* clickable heatmap for profiles

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
fixtures Add dismiss review feature ()
migrations Remove unused commit ()
access.go Upgrade xorm to v1.0.0 ()
access_test.go Fix "access" fixtures and tests ()
action.go Heatmap days clickable ()
action_list.go refactor: reduce sql query in retrieveFeeds ()
action_test.go Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL ()
admin.go Enhance Ghost comment mitigation Settings ()
admin_test.go Fix tests code to prevent some runtime errors ()
attachment.go [Refactor] Move APIFormat functions into convert package ()
attachment_test.go Reading pull attachments should depend on read UnitTypePullRequests ()
avatar.go Fix frontpage avatars ()
avatar_test.go Direct avatar rendering ()
branches.go Add dismiss review feature ()
branches_test.go Add deleted_branch table fixture ()
commit_status.go Show dropdown with all statuses for commit ()
commit_status_test.go Fix bug about ListOptions and stars/watchers pagnation ()
consistency.go Prevent adding nil label to .AddedLabels or .RemovedLabels ()
context.go Upgrade xorm to v1.0.2 ()
convert.go Whilst changing the character set to utf8mb4 we should set ROW_FORMAT=dynamic too ()
error.go Redirect on changed user and org name ()
error_oauth2.go
external_login_user.go Migrate reviews when migrating repository from github ()
fixture_generation.go Move fixture generation to contrib and add test ()
fixture_test.go Move fixture generation to contrib and add test ()
gpg_key.go Fix gpg key deletion ()
gpg_key_test.go Allow addition of gpg keyring with multiple keys ()
helper.go Add reactions to issues/PR and comments ()
helper_directory.go Re-attempt to delete temporary upload if the file is locked by another process ()
helper_environment.go Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes ()
issue.go Use OldRef instead of CommitSHA for DeleteBranch comments ()
issue_assignees.go Enhance Ghost comment mitigation Settings ()
issue_assignees_test.go Fix API Bug (fail on empty assignees) ()
issue_comment.go Add UI to delete tracked times ()
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 Check if label template exist first ()
issue_label_test.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ()
issue_list.go Add dismiss review feature ()
issue_list_test.go Add Organization Wide Labels ()
issue_lock.go remove unused method and rename createcommentWithNoAction ()
issue_milestone.go Add Created & Updated to Milestone ()
issue_milestone_test.go Add name filter to API for GetMilestoneList ()
issue_reaction.go Enhance Ghost comment mitigation Settings ()
issue_reaction_test.go Migrate reactions when migrating repository from github ()
issue_stopwatch.go Add UI to delete tracked times ()
issue_stopwatch_test.go Add gitea-vet ()
issue_test.go Sort issue search results by revelance ()
issue_tracked_time.go Add UI to delete tracked times ()
issue_tracked_time_test.go [API] Extend times API ()
issue_user.go Mail assignee when issue/pull request is assigned ()
issue_user_test.go Add "Update Branch" button to Pull Requests ()
issue_watch.go Add issue subscription check to API ()
issue_watch_test.go API add/generalize pagination ()
issue_xref.go migrate from com.* to alternatives ()
issue_xref_test.go Refactor comment ()
lfs.go LFS support to be stored on minio ()
lfs_lock.go Move LFSLock APIFormat into convert package ()
list_options.go Fix bug about ListOptions and stars/watchers pagnation ()
log.go Refactor Logger ()
login_source.go [Refactor] Passwort Hash/Set ()
main_test.go Add gitea-vet ()
migrate.go [BugFix] remove nil inserts in models ()
models.go Create DB session provider(based on xorm) ()
models_test.go gitea dump: include version & Check InstallLock ()
notification.go Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL ()
notification_test.go add request review from specific reviewers feature in pull request ()
oauth2.go Custom icons for OAuth sources ()
oauth2_application.go Minimal OpenID Connect implementation ()
oauth2_application_test.go Minimal OpenID Connect implementation ()
org.go Redirect on changed user and org name ()
org_team.go Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team ()
org_team_test.go API add/generalize pagination ()
org_test.go Ensure DeleteUser is not allowed to Delete Orgs and visa versa ()
project.go Kanban board ()
project_board.go Add v171 (addSortingColToProjectBoard) migration for ()
project_issue.go Kanban board ()
project_test.go Kanban board ()
pull.go Make branch names in PR description clickable ()
pull_list.go API add/generalize pagination ()
pull_sign.go Add configurable Trust Models ()
pull_test.go Display pull request head branch even the branch deleted or repository deleted ()
release.go Add the tag list page to the release page ()
repo.go Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL ()
repo_activity.go Add top author stats to activity page ()
repo_avatar.go Avatars and Repo avatars support storing in minio ()
repo_branch.go Move newbranch to standalone package ()
repo_collaboration.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ()
repo_collaboration_test.go API add/generalize pagination ()
repo_generate.go Fix broken migration on webhook ()
repo_generate_test.go Variable expansion in repository templates ()
repo_indexer.go Index code and stats only for non-empty repositories ()
repo_issue.go Add EnableTimetracking option to app settings ()
repo_language_stats.go Increase size of the language column in language_stat ()
repo_list.go Team dashboards ()
repo_list_test.go Issues overview should not show issues from archived repos ()
repo_mirror.go Move some repository methods from models to modules/repository ()
repo_permission.go ui: show 'owner' tag for real owner ()
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 ()
repo_redirect.go Redirect on changed user and org name ()
repo_redirect_test.go Redirect on changed user and org name ()
repo_sign.go Add configurable Trust Models ()
repo_test.go Add team support for review request ()
repo_unit.go migrate from com.* to alternatives ()
repo_watch.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ()
repo_watch_test.go API add/generalize pagination ()
review.go Add dismiss review feature ()
review_test.go Add dismiss review feature ()
session.go Create DB session provider(based on xorm) ()
sql_postgres_with_schema.go Ensure that schema search path is set with every connection on postgres ()
ssh_key.go Allow ssh-keygen on Windows to detect ssh key type ()
ssh_key_test.go Add support for ed25519_sk and ecdsa_sk SSH keys ()
star.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ()
star_test.go API add/generalize pagination ()
task.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea ()
test_fixtures.go upgrade to use testfixtures v3 ()
token.go [API] Delete Token accept names too ()
token_test.go [API] Delete Token accept names too ()
topic.go Change topic name size from 25 to 50 ()
topic_test.go API add/generalize pagination ()
twofactor.go Attachments: Add extension support, allow all types for releases ()
u2f.go Display ui time with customize time location ()
u2f_test.go Add gitea-vet ()
unit.go Kanban board ()
unit_tests.go migrate from com.* to alternatives ()
update.go Remove Unused Functions ()
upload.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
user.go Add Password Algorithm option to install page ()
user_avatar.go Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL ()
user_follow.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ()
user_follow_test.go Add gitea-vet ()
user_heatmap.go Team dashboards ()
user_heatmap_test.go rework heatmap permissions ()
user_mail.go skip email validation on empty string ()
user_mail_test.go Admin page for managing user e-mail activation ()
user_openid.go Use ID or Where to instead directly use Get when load object from database ()
user_openid_test.go Add golangci ()
user_redirect.go Redirect on changed user and org name ()
user_redirect_test.go Redirect on changed user and org name ()
user_test.go Issues overview should not show issues from archived repos ()
userlist.go [Refactor] Move APIFormat functions into convert package ()
userlist_test.go Team permission to create repository in organization ()
webhook.go Cron job to cleanup hook_task table ()
webhook_test.go Cron job to cleanup hook_task table ()
wiki.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
wiki_test.go Move wiki related funtions from models to services/wiki ()