summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Use ID or Where to instead directly use Get when load object from database (#...65432020-06-179-29/+25
* Fix verification of subkeys of default gpg key (#11713) (#11902)zeripath2020-06-151-0/+15
* [Workaround] doctor xorm.Count nil on sqlite error (#11741)65432020-06-091-0/+21
* Fix wrong milestone in webhook message (#11596) (#11612)Gary Kim2020-05-251-1/+1
* Ensure public repositories in private organizations are visible and fix admin...65432020-05-171-4/+25
* Allow all members of private orgs to see public repos (#11442) (#11459)zeripath2020-05-171-25/+23
* Use session for retrieving org teams (#11438) (#11439)guillep2k2020-05-171-1/+1
* Fix tracked time issues (#11349) (#11354)guillep2k2020-05-091-4/+6
* Allow X in addition to x in tasks (#10979) (#11335)zeripath2020-05-081-2/+2
* Prevent multiple listings of organization when creating a repository (#11303)...65432020-05-071-6/+6
* On Repo Deletion: Delete related TrackedTimes too (#11110) (#11125)65432020-04-191-0/+5
* [Backport] Fix release counter on API repository info (#10968) (#10996)65432020-04-061-2/+3
* Mulitple Gitea Doctor improvements (#10943) (#10990) (#10064) (#9095) (#10991)zeripath2020-04-064-21/+172
* Fix milestones too many SQL variables bug (#10880) (#10904)Lunny Xiao2020-03-313-24/+81
* Protect against NPEs in notifications list (#10879) (#10883)zeripath2020-03-301-19/+58
* account for empty lines in receive-hook message (#10773) (#10784)zeripath2020-03-211-1/+1
* Fix bug on branch API (#10767) (#10775)Lunny Xiao2020-03-201-0/+22
* Delete dependencies when deleting a repository (#10608) (#10616)zeripath2020-03-051-0/+12
* Admin page for managing user e-mail activation (#10557) (#10579)guillep2k2020-03-022-16/+335
* Fix migration bug on v96.go (#10572) (#10573)guillep2k2020-03-021-16/+31
* Show Signer in commit lists and add basic trust (#10425) (#10524)zeripath2020-02-282-3/+60
* Fix potential bugs (#10513) (#10518)65432020-02-283-3/+7
* [BugFix] Avoid mailing explicit unwatched (#10475) (#10500)65432020-02-271-4/+8
* Handle push rejection message in Merge & Web Editor (#10373) (#10497)zeripath2020-02-271-0/+48
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) (#10493)guillep2k2020-02-261-1/+1
* Show the username as a fallback on feeds if full name is blank (#10461)James Lakin2020-02-262-5/+10
* Various fixes in login sources (#10428) (#10429)zeripath2020-02-234-15/+38
* Ensure only own addresses are updated (#10397) (#10399)guillep2k2020-02-212-2/+2
* Fix wrong num closed issues on repository when close issue via commit (#10364...Lunny Xiao2020-02-201-0/+4
* Reading pull attachments should depend on read UnitTypePullRequests (#10346) ...guillep2k2020-02-182-2/+6
* Blacklist manifest.json & milestones user (#10292) (#10293)zeripath2020-02-161-0/+2
* Repo name added to automatically generated commit message when mergin… (#99...zeripath2020-02-151-1/+10
* Divide GetIssueStats query in smaller chunks (#10176) (#10282)guillep2k2020-02-152-0/+36
* Only check for conflicts/merging if the PR has not been merged in the interim...65432020-02-101-18/+46
* [BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist...65432020-01-311-29/+32
* Update topics repo count when deleting repository (#10081)Lauris BH2020-01-312-3/+27
* Fix milestone API state parameter unhandled (#10049) (#10052)Lunny Xiao2020-01-292-4/+25
* Ensure that feeds are appropriately restricted (#10018) (#10019)zeripath2020-01-282-0/+19
* trim whitespace of MilestoneName at creation/rename (#10017) (#10034)65432020-01-282-2/+7
* Sanitize credentials in mirror form (#9975) (#9991)Lunny Xiao2020-01-261-0/+8
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-1/+5
* Fixed repo link in generated comment for cross repository dependency (#9863) ...65432020-01-221-0/+5
* Fix wrong hint when status checking is running on pull request view (#9886) (...Lunny Xiao2020-01-222-51/+19
* Do not try to recreate ldap user if they are already created (#9900) (#9919)zeripath2020-01-211-12/+12
* Add option to prevent LDAP from deactivating everything on empty search (#987...zeripath2020-01-201-0/+9
* Check user != nil before checking values (#9881) (#9883)65432020-01-191-7/+15
* Explicitly refer to PR in squash-merge commit message in case of external tra...David Svantesson2020-01-181-0/+7
* Fix wrong identify poster on a migrated pull request when submi… (#9827) (#...Lunny Xiao2020-01-171-1/+1
* Move Errored PRs out of StatusChecking (#9675) (#9726)zeripath2020-01-121-1/+2
* Never allow an empty password to validate (#9682) (#9683)zeripath2020-01-111-1/+1