summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate call of webhook (#7821)Antoine GIRARD2019-08-111-1/+0
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-092-13/+18
* Fix approvals counting (#7757)Lunny Xiao2019-08-072-6/+9
* Fix Slack webhook fork message (#7774)WGH2019-08-061-2/+2
* Add migration step to remove old repo_indexer_status orphaned records (#7746)guillep2k2019-08-062-0/+18
* fix rename failed when rewrite public keys (#7761)Lunny Xiao2019-08-061-1/+3
* Fix dropTableColumns sqlite implementation (#7710)zeripath2019-08-053-97/+23
* Add SQL execution on log and indexes on table repository and comment (#7740)Lunny Xiao2019-08-055-6/+36
* add pagination for admin api get orgs and fix only list public orgs bug (#7742)Lunny Xiao2019-08-041-3/+1
* Fix repo_index_status lingering when deleting a repository (#7734)guillep2k2019-08-041-0/+1
* Fix milestone completness calculation when migrating (#7725)Lauris BH2019-08-031-4/+16
* Fixes indexed repos keeping outdated indexes when files grow too large (#7712)guillep2k2019-08-031-1/+1
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-0211-19/+329
* Include "executable" files in the index, as they are not necessarily binary (...guillep2k2019-08-021-1/+1
* Skip non-regular files (e.g. submodules) on repo indexing (#7711)guillep2k2019-08-021-5/+13
* fix duplicated webhook when creating issue with assignees (#7681)Lunny Xiao2019-07-311-3/+6
* Move add to hook queue for created repo to outside xorm session. (#7675)David Svantesson2019-07-311-2/+15
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-303-309/+10
* SetDefaultBranch on pushing to empty repository (#7610)zeripath2019-07-301-0/+11
* change length of some repository's columns (#7652)Lunny Xiao2019-07-293-3/+23
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-4/+4
* reserve .well-known username (#7637)Andreas Shimokawa2019-07-261-0/+1
* Fix bug create/edit wiki pages when code master branch protected (#7580)Lunny Xiao2019-07-252-5/+11
* Make PKCS8, PEM and SSH2 keys work (#7600)zeripath2019-07-252-27/+125
* Fix panic on push at #7611 (#7615)zeripath2019-07-251-1/+1
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-252-4/+54
* Move models.PushUpdate to repofiles.PushUpdate (#7485)Lunny Xiao2019-07-242-118/+7
* Added missing error checks in tests (#7554)Christian Muehlhaeuser2019-07-232-0/+3
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-232-5/+5
* Improve SSH key parser to handle newlines in keys (#7522)silverwind2019-07-232-6/+28
* Fixed ineffectual assignments (#7555)Christian Muehlhaeuser2019-07-221-1/+1
* Fixed ineffectual assignments in tests (#7553)Christian Muehlhaeuser2019-07-221-3/+3
* Fix repository's pull request count error (#7518)Lunny Xiao2019-07-183-12/+38
* Include thread related headers in issue/coment mail (#7484)mrsdizzie2019-07-173-1/+115
* Update User.NumRepos atomically in createRepository (#7493)Monty Taylor2019-07-171-2/+6
* Move status table to cron package (#7370)Lunny Xiao2019-07-154-42/+0
* Fix regex for issues in commit messages (#7444)mrsdizzie2019-07-142-1/+21
* only return head: null if source branch was deleted (#6705)quantonganh2019-07-082-33/+67
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-085-23/+80
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-073-22/+74
* 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
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-013-8/+18
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-308-74/+129
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-291-51/+80
* Show Pull Request button or status of latest PR in branch list (#6990)Mario Lubenka2019-06-271-0/+14
* fix extra newlines when copying from diff in Firefox (#7288)silverwind2019-06-261-8/+16
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-268-303/+32