summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix migration v96 to keep issue attachments (#8435)guillep2k2019-10-091-1/+1
* Allow users with explicit read access to give approvals (#8382)guillep2k2019-10-082-1/+35
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-084-62/+86
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-084-86/+62
* Update milestone issues numbers when save milestone and other code improvemen...Lunny Xiao2019-10-081-29/+38
* Fix milestone num_issues (#8221)Lunny Xiao2019-10-063-41/+44
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-053-0/+21
* Fix column name ambiguity in GetUserIssueStats() (#8347)guillep2k2019-10-032-4/+17
* Transaction-aware retry create issue to cope with duplicate keys (#8307)guillep2k2019-10-033-18/+57
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-1/+27
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-012-390/+11
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-0/+62
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-012-67/+10
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-25/+0
* Show correct commit status in PR list (#8316)Elias Norberg2019-09-301-3/+6
* Upgrade xorm to latest to fix insert issue bug (#8309)Lunny Xiao2019-09-291-0/+33
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-27/+0
* Alwaywas return local url for users avatar (#8245)Sandro Santilli2019-09-262-3/+15
* Fix nil ref (#8281)guillep2k2019-09-251-1/+1
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-241-111/+6
* Test more reserved usernames (#8263)Sandro Santilli2019-09-241-0/+1
* Fix label count (#8267)Lunny Xiao2019-09-243-14/+16
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-249-507/+79
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-2314-45/+104
* Delete releases attachments if release is deleted (#6068)Lanre Adelowo2019-09-224-1/+63
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-206-12/+443
* Fix release API URL generation (#8234)Daniel Fonseca de Lira2019-09-181-1/+1
* Add 'Mentioning you' group to /issues page (#8201)jaqra2019-09-181-0/+23
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-185-0/+64
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-181-41/+0
* MS Teams webhook misses commit messages (#8209)Bjoern Petri2019-09-171-0/+1
* [ssh] fix the config specification in the authorized_keys template (#8031)Jakob Ackermann2019-09-151-2/+2
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-153-268/+17
* migrate gplus to google oauth2 provider (#7885)techknowlogick2019-09-141-1/+1
* oauth2 with remote Gitea - Fix #8093 (#8149)techknowlogick2019-09-121-0/+8
* 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