summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Add more test for login links and fix a bug on action retrieve (#2361)Lunny Xiao2017-08-231-1/+1
* Fix SQL condition bug in GetFeeds(..) (#2360)Ethan Koenig2017-08-231-4/+5
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-233-38/+50
* update latest xorm version to vendor (#2353)Lunny Xiao2017-08-221-1/+1
* Trigger sync webhooks on UI commit (#2302)Ethan Koenig2017-08-172-47/+79
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-4/+29
* fix 500 error when view an issue which's milestone deleted (#2297)Lunny Xiao2017-08-121-1/+1
* Convert xorm literal queries to method calls (#2253)G2017-08-042-4/+2
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-035-32/+69
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-022-5/+5
* Replace calls to xorm UseBool with Where (#2237)G2017-08-012-9/+4
* Fix bare-repo bugs (#2199)Ethan Koenig2017-07-272-1/+8
* Fix issue updated_unix bug (#2204)Ethan Koenig2017-07-275-0/+73
* Fix unclosed session bug (#2214)Ethan Koenig2017-07-261-1/+1
* Fix compiling without sqlite and gcc (#2177)Lauris BH2017-07-262-18/+19
* Fix PR nil-dereference bug (#2195)Ethan Koenig2017-07-262-7/+91
* Fix key usage time update if the key is used in parallel for multiple operati...Lauris BH2017-07-201-4/+9
* Remove unit types commits and settings (#2161)Lauris BH2017-07-1710-77/+114
* Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)Lauris BH2017-07-123-5/+6
* Fix username rendering bug (#2122)Ethan Koenig2017-07-123-4/+34
* Improve org error handling (#2117)Antoine GIRARD2017-07-064-7/+21
* Fix unchecked error bug (#2110)Ethan Koenig2017-07-041-1/+4
* Fix git hooks update to receive required arguments. Fixes #2090 (#2095)Lauris BH2017-07-024-6/+26
* Fix SQL bug in models.PullRequestsEthan Koenig2017-07-011-2/+1
* Merge pull request #2087 from Bwko/fix_error_exitLauris BH2017-06-301-1/+1
|\
| * Fix exit status 1 not handled @ getMergeCommitBwko2017-06-301-1/+1
* | Merge pull request #2083 from ethantkoenig/check_err/org_avatarAndrey Nering2017-06-291-3/+2
|\ \ | |/ |/|
| * Use default avatar on errorEthan Koenig2017-06-291-3/+2
* | Fix release display and correct paging (#2080)Lauris BH2017-06-292-22/+27
|/
* remove unnecessary blank lines and wrong error logLunny Xiao2017-06-281-3/+1
* Pagination on releases page (#2035)iszla2017-06-281-0/+14
* Make time diff translatable (#2057)Lauris BH2017-06-281-3/+3
* Setting to disable authorized_keys backup (#1856)Dan Magnus Lindvall2017-06-281-20/+20
* Fix default ghost assignee bug (#2069)Ethan Koenig2017-06-281-1/+1
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-255-0/+73
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-252-4/+23
* Enable assignee e-mail notification (#2003)Győrvári Gábor2017-06-232-5/+23
* Fix fast-forward PR bug (#1989)Ethan Koenig2017-06-221-3/+3
* Fix #2001 and fix issue comments hidden (#2016)Lunny Xiao2017-06-212-23/+56
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-2123-74/+60
* Wrong PR merge commit ID saved (#2007)Lauris BH2017-06-191-1/+1
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-181-0/+2
* Fix GPG email checking to be case insensitive (#1988)Lauris BH2017-06-172-2/+41
* fix bu ong normal user visit public repo (#1984)Lunny Xiao2017-06-171-1/+1
* Fix deleted milestone bug (#1942)Ethan Koenig2017-06-171-10/+4
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-0/+2
* Fix search by issue type (#1914)Ethan Koenig2017-06-152-46/+46
* SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1...Kim "BKC" Carlbäcker2017-06-151-1/+3
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-152-0/+47
* Fix diff of renamed and modified file (#1967)Ethan Koenig2017-06-141-7/+6