| Commit message (Expand) | Author | Age | Files | Lines |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 34 | -39/+44 |
* | Change repo search to use exact match for topic search. (#7941) | David Svantesson | 2019-08-22 | 1 | -1/+5 |
* | don't convert buffer to string (#7115) | Lunny Xiao | 2019-08-22 | 1 | -1/+1 |
* | Add file status on API (#7671) | Lunny Xiao | 2019-08-21 | 2 | -30/+70 |
* | Fix pull creation with empty changes (#7920) | Mura Li | 2019-08-20 | 1 | -7/+10 |
* | fix wrong sender when send slack webhook (#7918) | Lunny Xiao | 2019-08-20 | 1 | -4/+4 |
* | Extract the username and password from the mirror url (#7651) | zeripath | 2019-08-16 | 1 | -1/+37 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 46 | -251/+257 |
* | Convert files to utf-8 for indexing (#7814) | guillep2k | 2019-08-15 | 2 | -5/+7 |
* | lfs/lock: round locked_at timestamp to second (#7872) | Antoine GIRARD | 2019-08-15 | 1 | -1/+1 |
* | move CreateReview to moduels/pull (#7841) | Lunny Xiao | 2019-08-14 | 1 | -37/+0 |
* | Check commit message hashes before making links (#7713) | Gary Kim | 2019-08-14 | 1 | -2/+3 |
* | Fix duplicate call of webhook (#7821) | Antoine GIRARD | 2019-08-11 | 1 | -1/+0 |
* | api: fix multiple bugs with statuses endpoints (#7785) | Antoine GIRARD | 2019-08-09 | 2 | -13/+18 |
* | Fix approvals counting (#7757) | Lunny Xiao | 2019-08-07 | 2 | -6/+9 |
* | Fix Slack webhook fork message (#7774) | WGH | 2019-08-06 | 1 | -2/+2 |
* | Add migration step to remove old repo_indexer_status orphaned records (#7746) | guillep2k | 2019-08-06 | 2 | -0/+18 |
* | fix rename failed when rewrite public keys (#7761) | Lunny Xiao | 2019-08-06 | 1 | -1/+3 |
* | Fix dropTableColumns sqlite implementation (#7710) | zeripath | 2019-08-05 | 3 | -97/+23 |
* | Add SQL execution on log and indexes on table repository and comment (#7740) | Lunny Xiao | 2019-08-05 | 5 | -6/+36 |
* | add pagination for admin api get orgs and fix only list public orgs bug (#7742) | Lunny Xiao | 2019-08-04 | 1 | -3/+1 |
* | Fix repo_index_status lingering when deleting a repository (#7734) | guillep2k | 2019-08-04 | 1 | -0/+1 |
* | Fix milestone completness calculation when migrating (#7725) | Lauris BH | 2019-08-03 | 1 | -4/+16 |
* | Fixes indexed repos keeping outdated indexes when files grow too large (#7712) | guillep2k | 2019-08-03 | 1 | -1/+1 |
* | org/members: display 2FA members states + optimize sql requests (#7621) | Antoine GIRARD | 2019-08-02 | 11 | -19/+329 |
* | Include "executable" files in the index, as they are not necessarily binary (... | guillep2k | 2019-08-02 | 1 | -1/+1 |
* | Skip non-regular files (e.g. submodules) on repo indexing (#7711) | guillep2k | 2019-08-02 | 1 | -5/+13 |
* | fix duplicated webhook when creating issue with assignees (#7681) | Lunny Xiao | 2019-07-31 | 1 | -3/+6 |
* | Move add to hook queue for created repo to outside xorm session. (#7675) | David Svantesson | 2019-07-31 | 1 | -2/+15 |
* | Move commit repo action from models to repofiles package (#7645) | Lunny Xiao | 2019-07-30 | 3 | -309/+10 |
* | SetDefaultBranch on pushing to empty repository (#7610) | zeripath | 2019-07-30 | 1 | -0/+11 |
* | change length of some repository's columns (#7652) | Lunny Xiao | 2019-07-29 | 3 | -3/+23 |
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 1 | -4/+4 |
* | reserve .well-known username (#7637) | Andreas Shimokawa | 2019-07-26 | 1 | -0/+1 |
* | Fix bug create/edit wiki pages when code master branch protected (#7580) | Lunny Xiao | 2019-07-25 | 2 | -5/+11 |
* | Make PKCS8, PEM and SSH2 keys work (#7600) | zeripath | 2019-07-25 | 2 | -27/+125 |
* | Fix panic on push at #7611 (#7615) | zeripath | 2019-07-25 | 1 | -1/+1 |
* | Fix #7136: Add paging and extend API GetCommitStatuses (#7141) | zeripath | 2019-07-25 | 2 | -4/+54 |
* | Move models.PushUpdate to repofiles.PushUpdate (#7485) | Lunny Xiao | 2019-07-24 | 2 | -118/+7 |
* | Added missing error checks in tests (#7554) | Christian Muehlhaeuser | 2019-07-23 | 2 | -0/+3 |
* | Removed unnecessary conversions (#7557) | Christian Muehlhaeuser | 2019-07-23 | 2 | -5/+5 |
* | Improve SSH key parser to handle newlines in keys (#7522) | silverwind | 2019-07-23 | 2 | -6/+28 |
* | Fixed ineffectual assignments (#7555) | Christian Muehlhaeuser | 2019-07-22 | 1 | -1/+1 |
* | Fixed ineffectual assignments in tests (#7553) | Christian Muehlhaeuser | 2019-07-22 | 1 | -3/+3 |
* | Fix repository's pull request count error (#7518) | Lunny Xiao | 2019-07-18 | 3 | -12/+38 |
* | Include thread related headers in issue/coment mail (#7484) | mrsdizzie | 2019-07-17 | 3 | -1/+115 |
* | Update User.NumRepos atomically in createRepository (#7493) | Monty Taylor | 2019-07-17 | 1 | -2/+6 |
* | Move status table to cron package (#7370) | Lunny Xiao | 2019-07-15 | 4 | -42/+0 |
* | Fix regex for issues in commit messages (#7444) | mrsdizzie | 2019-07-14 | 2 | -1/+21 |
* | only return head: null if source branch was deleted (#6705) | quantonganh | 2019-07-08 | 2 | -33/+67 |