summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Restrict repository indexing by glob match (#7767)guillep2k2019-09-115-6/+66
* Fix webhooks to use proxy from environment (#8116)Lauris BH2019-09-101-0/+1
* Implement webhook branch filter (#7791)WGH2019-09-093-3/+90
* Add option to initialize repository with labels (#6061)John Olheiser2019-09-083-0/+52
* Add reviewrs as participants (#8121)guillep2k2019-09-071-1/+1
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-054-1071/+5
* feat: highlight issue references with : (#8101)Rinat2019-09-052-1/+2
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-034-36/+153
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-296-10/+95
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-29/+23
* Include description in repository search. (#7942)David Svantesson2019-08-253-3/+44
* Abort syncrhonization from LDAP source if there is some error. (#7960)David Svantesson2019-08-241-1/+6
* Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)guillep2k2019-08-242-7/+18
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-2418-271/+47
* Use gitea forked macaron (#7933)Tamal Saha2019-08-2334-39/+44
* Change repo search to use exact match for topic search. (#7941)David Svantesson2019-08-221-1/+5
* don't convert buffer to string (#7115)Lunny Xiao2019-08-221-1/+1
* Add file status on API (#7671)Lunny Xiao2019-08-212-30/+70
* Fix pull creation with empty changes (#7920)Mura Li2019-08-201-7/+10
* fix wrong sender when send slack webhook (#7918)Lunny Xiao2019-08-201-4/+4
* Extract the username and password from the mirror url (#7651)zeripath2019-08-161-1/+37
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-1546-251/+257
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-152-5/+7
* lfs/lock: round locked_at timestamp to second (#7872)Antoine GIRARD2019-08-151-1/+1
* move CreateReview to moduels/pull (#7841)Lunny Xiao2019-08-141-37/+0
* Check commit message hashes before making links (#7713)Gary Kim2019-08-141-2/+3
* 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