Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Jimmy Praet 4c82485424
#14699 Make branch names in PR description clickable (#14716)
pirms 3 gadiem
..
fixtures Add dismiss review feature (#12674) pirms 3 gadiem
migrations Create DB session provider(based on xorm) (#13031) pirms 3 gadiem
access.go Upgrade xorm to v1.0.0 (#10646) pirms 4 gadiem
access_test.go Fix "access" fixtures and tests (#10247) pirms 4 gadiem
action.go Add dismiss review feature (#12674) pirms 3 gadiem
action_list.go refactor: reduce sql query in retrieveFeeds (#3547) pirms 6 gadiem
action_test.go Add gitea-vet (#10948) pirms 4 gadiem
admin.go Enhance Ghost comment mitigation Settings (#14392) pirms 3 gadiem
admin_test.go Fix tests code to prevent some runtime errors (#2381) pirms 6 gadiem
attachment.go [Refactor] Move APIFormat functions into convert package (#12856) pirms 3 gadiem
attachment_test.go Reading pull attachments should depend on read UnitTypePullRequests (#10346) pirms 4 gadiem
avatar.go Fix frontpage avatars (#13853) pirms 3 gadiem
avatar_test.go Direct avatar rendering (#13649) pirms 3 gadiem
branches.go Add dismiss review feature (#12674) pirms 3 gadiem
branches_test.go Add deleted_branch table fixture (#2832) pirms 6 gadiem
commit_status.go Show dropdown with all statuses for commit (#13977) pirms 3 gadiem
commit_status_test.go Fix bug about ListOptions and stars/watchers pagnation (#14556) pirms 3 gadiem
consistency.go Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623) pirms 3 gadiem
context.go Upgrade xorm to v1.0.2 (#11900) pirms 4 gadiem
convert.go Whilst changing the character set to utf8mb4 we should set ROW_FORMAT=dynamic too (#12804) pirms 3 gadiem
error.go Redirect on changed user and org name (#11649) pirms 3 gadiem
error_oauth2.go gofmt (#1662) pirms 7 gadiem
external_login_user.go Migrate reviews when migrating repository from github (#9463) pirms 4 gadiem
fixture_generation.go Move fixture generation to contrib and add test (#10277) pirms 4 gadiem
fixture_test.go Move fixture generation to contrib and add test (#10277) pirms 4 gadiem
gpg_key.go Fix gpg key deletion (#14561) pirms 3 gadiem
gpg_key_test.go Allow addition of gpg keyring with multiple keys (#12487) pirms 3 gadiem
helper.go Add reactions to issues/PR and comments (#2856) pirms 6 gadiem
helper_directory.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) pirms 3 gadiem
helper_environment.go Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752) pirms 3 gadiem
issue.go Use OldRef instead of CommitSHA for DeleteBranch comments (#14604) pirms 3 gadiem
issue_assignees.go Enhance Ghost comment mitigation Settings (#14392) pirms 3 gadiem
issue_assignees_test.go Fix API Bug (fail on empty assignees) (#8873) pirms 4 gadiem
issue_comment.go Add dismiss review feature (#12674) pirms 3 gadiem
issue_comment_list.go Fixed repo link in generated comment for cross repository dependency (#9863) pirms 4 gadiem
issue_comment_test.go Pull request review/approval and comment on code (#3748) pirms 5 gadiem
issue_dependency.go Display ui time with customize time location (#7792) pirms 4 gadiem
issue_dependency_test.go Refactor comment (#9330) pirms 4 gadiem
issue_label.go Check if label template exist first (#14384) pirms 3 gadiem
issue_label_test.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) pirms 3 gadiem
issue_list.go Add dismiss review feature (#12674) pirms 3 gadiem
issue_list_test.go Add Organization Wide Labels (#10814) pirms 4 gadiem
issue_lock.go remove unused method and rename createcommentWithNoAction (#9367) pirms 4 gadiem
issue_milestone.go Add Created & Updated to Milestone (#12662) pirms 3 gadiem
issue_milestone_test.go Add name filter to API for GetMilestoneList (#12336) pirms 3 gadiem
issue_reaction.go Enhance Ghost comment mitigation Settings (#14392) pirms 3 gadiem
issue_reaction_test.go Migrate reactions when migrating repository from github (#9599) pirms 4 gadiem
issue_stopwatch.go Display current stopwatch in navbar (#14122) pirms 3 gadiem
issue_stopwatch_test.go Add gitea-vet (#10948) pirms 4 gadiem
issue_test.go Sort issue search results by revelance (#14353) pirms 3 gadiem
issue_tracked_time.go Fix tracked time issues (#11349) pirms 4 gadiem
issue_tracked_time_test.go [API] Extend times API (#9200) pirms 4 gadiem
issue_user.go Mail assignee when issue/pull request is assigned (#8546) pirms 4 gadiem
issue_user_test.go Add "Update Branch" button to Pull Requests (#9784) pirms 4 gadiem
issue_watch.go Add issue subscription check to API (#10967) pirms 4 gadiem
issue_watch_test.go API add/generalize pagination (#9452) pirms 4 gadiem
issue_xref.go migrate from com.* to alternatives (#14103) pirms 3 gadiem
issue_xref_test.go Refactor comment (#9330) pirms 4 gadiem
lfs.go LFS support to be stored on minio (#12518) pirms 3 gadiem
lfs_lock.go Move LFSLock APIFormat into convert package (#13808) pirms 3 gadiem
list_options.go Fix bug about ListOptions and stars/watchers pagnation (#14556) pirms 3 gadiem
log.go Refactor Logger (#13294) pirms 3 gadiem
login_source.go [Refactor] Passwort Hash/Set (#14282) pirms 3 gadiem
main_test.go Add gitea-vet (#10948) pirms 4 gadiem
migrate.go [BugFix] remove nil inserts in models (#11096) pirms 4 gadiem
models.go Create DB session provider(based on xorm) (#13031) pirms 3 gadiem
models_test.go gitea dump: include version & Check InstallLock (#12760) pirms 3 gadiem
notification.go move notification APIFormat (#13783) pirms 3 gadiem
notification_test.go add request review from specific reviewers feature in pull request (#10756) pirms 4 gadiem
oauth2.go Custom icons for OAuth sources (#14161) pirms 3 gadiem
oauth2_application.go Minimal OpenID Connect implementation (#14139) pirms 3 gadiem
oauth2_application_test.go Minimal OpenID Connect implementation (#14139) pirms 3 gadiem
org.go Redirect on changed user and org name (#11649) pirms 3 gadiem
org_team.go Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team (#10997) pirms 4 gadiem
org_team_test.go API add/generalize pagination (#9452) pirms 4 gadiem
org_test.go Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134) pirms 4 gadiem
project.go Kanban board (#8346) pirms 3 gadiem
project_board.go Add v171 (addSortingColToProjectBoard) migration for #14634 (#14652) pirms 3 gadiem
project_issue.go Kanban board (#8346) pirms 3 gadiem
project_test.go Kanban board (#8346) pirms 3 gadiem
pull.go #14699 Make branch names in PR description clickable (#14716) pirms 3 gadiem
pull_list.go API add/generalize pagination (#9452) pirms 4 gadiem
pull_sign.go Add configurable Trust Models (#11712) pirms 3 gadiem
pull_test.go Display pull request head branch even the branch deleted or repository deleted (#10413) pirms 4 gadiem
release.go Add the tag list page to the release page (#12096) pirms 3 gadiem
repo.go Redirect on changed user and org name (#11649) pirms 3 gadiem
repo_activity.go Add top author stats to activity page (#9615) pirms 4 gadiem
repo_avatar.go Avatars and Repo avatars support storing in minio (#12516) pirms 3 gadiem
repo_branch.go Move newbranch to standalone package (#9627) pirms 4 gadiem
repo_collaboration.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) pirms 3 gadiem
repo_collaboration_test.go API add/generalize pagination (#9452) pirms 4 gadiem
repo_generate.go Fix broken migration on webhook (#13911) pirms 3 gadiem
repo_generate_test.go Variable expansion in repository templates (#9163) pirms 4 gadiem
repo_indexer.go Index code and stats only for non-empty repositories (#10251) pirms 4 gadiem
repo_issue.go Add EnableTimetracking option to app settings (#3719) pirms 6 gadiem
repo_language_stats.go Increase size of the language column in language_stat (#12396) pirms 3 gadiem
repo_list.go Team dashboards (#14159) pirms 3 gadiem
repo_list_test.go Issues overview should not show issues from archived repos (#13220) pirms 3 gadiem
repo_mirror.go Move some repository methods from models to modules/repository (#9353) pirms 4 gadiem
repo_permission.go ui: show 'owner' tag for real owner (#13689) pirms 3 gadiem
repo_permission_test.go fix bug when update owner team then visit team's repo return 404 (#6119) pirms 5 gadiem
repo_redirect.go Redirect on changed user and org name (#11649) pirms 3 gadiem
repo_redirect_test.go Redirect on changed user and org name (#11649) pirms 3 gadiem
repo_sign.go Add configurable Trust Models (#11712) pirms 3 gadiem
repo_test.go Add team support for review request (#12039) pirms 3 gadiem
repo_unit.go migrate from com.* to alternatives (#14103) pirms 3 gadiem
repo_watch.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) pirms 3 gadiem
repo_watch_test.go API add/generalize pagination (#9452) pirms 4 gadiem
review.go Add dismiss review feature (#12674) pirms 3 gadiem
review_test.go Add dismiss review feature (#12674) pirms 3 gadiem
session.go Create DB session provider(based on xorm) (#13031) pirms 3 gadiem
sql_postgres_with_schema.go Ensure that schema search path is set with every connection on postgres (#14131) pirms 3 gadiem
ssh_key.go Allow ssh-keygen on Windows to detect ssh key type (#14413) pirms 3 gadiem
ssh_key_test.go Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) pirms 3 gadiem
star.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) pirms 3 gadiem
star_test.go API add/generalize pagination (#9452) pirms 4 gadiem
task.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) pirms 3 gadiem
test_fixtures.go upgrade to use testfixtures v3 (#11904) pirms 4 gadiem
token.go [API] Delete Token accept names too (#12366) pirms 3 gadiem
token_test.go [API] Delete Token accept names too (#12366) pirms 3 gadiem
topic.go Change topic name size from 25 to 50 (#14150) pirms 3 gadiem
topic_test.go API add/generalize pagination (#9452) pirms 4 gadiem
twofactor.go Attachments: Add extension support, allow all types for releases (#12465) pirms 3 gadiem
u2f.go Display ui time with customize time location (#7792) pirms 4 gadiem
u2f_test.go Add gitea-vet (#10948) pirms 4 gadiem
unit.go Kanban board (#8346) pirms 3 gadiem
unit_tests.go migrate from com.* to alternatives (#14103) pirms 3 gadiem
update.go Remove Unused Functions (#10516) pirms 4 gadiem
upload.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) pirms 3 gadiem
user.go Add Password Algorithm option to install page (#14701) pirms 3 gadiem
user_avatar.go Fix avatar bugs (#14217) pirms 3 gadiem
user_follow.go Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database (#13124) pirms 3 gadiem
user_follow_test.go Add gitea-vet (#10948) pirms 4 gadiem
user_heatmap.go Team dashboards (#14159) pirms 3 gadiem
user_heatmap_test.go rework heatmap permissions (#14080) pirms 3 gadiem
user_mail.go skip email validation on empty string (#13627) pirms 3 gadiem
user_mail_test.go Admin page for managing user e-mail activation (#10557) pirms 4 gadiem
user_openid.go Use ID or Where to instead directly use Get when load object from database (#11925) pirms 4 gadiem
user_openid_test.go Add golangci (#6418) pirms 5 gadiem
user_redirect.go Redirect on changed user and org name (#11649) pirms 3 gadiem
user_redirect_test.go Redirect on changed user and org name (#11649) pirms 3 gadiem
user_test.go Issues overview should not show issues from archived repos (#13220) pirms 3 gadiem
userlist.go [Refactor] Move APIFormat functions into convert package (#12856) pirms 3 gadiem
userlist_test.go Team permission to create repository in organization (#8312) pirms 4 gadiem
webhook.go Cron job to cleanup hook_task table (#13080) pirms 3 gadiem
webhook_test.go Cron job to cleanup hook_task table (#13080) pirms 3 gadiem
wiki.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) pirms 3 gadiem
wiki_test.go Move wiki related funtions from models to services/wiki (#9355) pirms 4 gadiem