aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Add Close() method to gogitRepository (#8901) (#8958)zeripath2019-11-1316-24/+34
* [Backport] [Fix] milestone close timestamp (#8728) (#8731)65432019-10-291-0/+5
* make call createMilestoneComment on newIssue func (#8678) (#8682)jaqra2019-10-251-0/+4
* Update heatmap fixtures to restore tests (#8615) (#8617)zeripath2019-10-212-3/+3
* fix bug pull request files will be broken if head repo was transfered to anot...Lunny Xiao2019-10-181-0/+7
* Fixes #8369: Create .ssh dir as necessary (#8486) (#8489)zeripath2019-10-131-0/+24
* Backport: Ignore mentions for users with no access (#8395) (#8484)guillep2k2019-10-135-40/+175
* Restore functionality for early gits (#7775) (#8476)zeripath2019-10-132-2/+2
* Add check for empty set when dropping indexes during migration (#8475)guillep2k2019-10-121-3/+5
* Ensure that LFS files are relative to the LFS content path (#8455) (#8458)zeripath2019-10-111-2/+1
* Revert "[Backport] Fix issues/pr list broken when there are man… (#8425)Lauris BH2019-10-084-62/+86
* [Backport] Fix issues/pr list broken when there are many repositories (#8409)...65432019-10-084-86/+62
* feat: highlight issue references with : (#8101) (#8404)65432019-10-062-1/+2
* Fix milestone num_issues (#8221) (#8400)65432019-10-073-41/+44
* Allow users with explicit read access to give approvals (#8398)guillep2k2019-10-062-1/+35
* Backport of commit status fixes in PR #8316 and PR #8321 to v1.9 (#8339)Elias Norberg2019-10-011-3/+6
* Fix assets on release webhook (#8283)Daniel Fonseca de Lira2019-09-251-2/+4
* Fix release API URL generation (#8239)Daniel Fonseca de Lira2019-09-191-1/+1
* MS Teams webhook misses commit messages (#8225)Bjoern Petri2019-09-181-0/+1
* [ssh] fix the config specification in the authorized_keys template (#8031) (#...Jakob Ackermann2019-09-161-2/+2
* Add reviewrs as participants (#8124)guillep2k2019-09-121-1/+1
* Abort syncrhonization from LDAP source if there is some error. (#7965)David Svantesson2019-08-251-1/+6
* Fix pull creation with empty changes (#7920) (#7926)Mura Li2019-08-201-7/+10
* fix wrong sender when send slack webhook (#7918) (#7924)Lunny Xiao2019-08-201-4/+4
* lfs/lock: round locked_at timestamp to second (#7872) (#7875)Antoine GIRARD2019-08-151-1/+1
* Fix duplicate call of webhook (#7821) (#7824)Antoine GIRARD2019-08-121-1/+0
* api: fix multiple bugs with statuses endpoints (#7785) (#7807)Antoine GIRARD2019-08-092-13/+18
* Fix Slack webhook fork message (#7774) (#7783)WGH2019-08-071-2/+2
* Fix approvals counting (#7757) (#7777)Lunny Xiao2019-08-072-6/+9
* fix rename failed when rewrite public keys (#7761) (#7769)Lunny Xiao2019-08-061-1/+3
* Fix dropTableColumns sqlite implementation (#7710) (#7765)zeripath2019-08-063-97/+23
* add pagination for admin api get orgs and fix only list public orgs bug (#774...Lunny Xiao2019-08-051-3/+1
* Backport: fix repo_index_status lingering when deleting a repository (#7738)guillep2k2019-08-041-0/+1
* Fix milestone completness calculation when migrating (#7725) (#7732)Lauris BH2019-08-041-4/+16
* Fixes indexed repos keeping outdated indexes when files grow too large (#7731)guillep2k2019-08-031-1/+1
* Backport: skip non-regular files (e.g. submodules) on repo indexing (#7717)guillep2k2019-08-021-5/+13
* fix duplicated webhook when creating issue with assignees (#7681) (#7684)Lunny Xiao2019-07-311-3/+6
* Backport of #7675. (#7682)David Svantesson2019-07-311-2/+15
* change length of some repository's columns (#7652) (#7655)Lunny Xiao2019-07-291-2/+2
* fix wrong email when use gitea as OAuth2 provider (#7640) (#7647)renothing2019-07-271-4/+4
* reserve .well-known username (#7638)Andreas Shimokawa2019-07-261-0/+1
* Fix bug create/edit wiki pages when code master branch protected (#7580) (#7623)Lunny Xiao2019-07-262-5/+11
* Fix panic on push at #7611 (#7615) (#7618)zeripath2019-07-251-1/+1
* Fix repository's pull request count error (#7518) (#7524)Lunny Xiao2019-07-193-12/+38
* Fix regex for issues in commit messages (#7444) (#7466)mrsdizzie2019-07-142-1/+21
* only return head: null if source branch was deleted (#6705) (#7376)quantonganh2019-07-092-33/+67
* Fix mirror sync not automatically sending webhook requests (#7366)Drew2019-07-061-0/+5
* Detect migrating batch size (#7353)Lunny Xiao2019-07-061-0/+6
* Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)Lunny Xiao2019-07-012-13/+15
* make dropTableColumns drop columns on sqlite and constraints on all (#6849)zeripath2019-07-011-2/+90