summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix avatar bug #1114 (#1122)Lunny Xiao2017-03-061-8/+15
* fix del org avatar potential delete all avtars (#1120)Lunny Xiao2017-03-061-4/+6
* fix install submit crash caused by xorm log (#1119)Lunny Xiao2017-03-061-2/+1
* feat: expose url field on issue api. (#982)Bo-Yi Wu2017-03-034-0/+28
* refactor: remove redundant slash. (#1109)Bo-Yi Wu2017-03-031-3/+1
* fix panic when get user repos from api (#1110)Lunny Xiao2017-03-031-2/+2
* fix compare button failed when there is no fork repos (#1104)Lunny Xiao2017-03-031-1/+1
* fix: gofmt errors. (#1106)Bo-Yi Wu2017-03-034-18/+20
* fix broken caused by boltdb in mips/mipsle (#1107)Lunny Xiao2017-03-032-0/+22
* Don't rewrite non-gitea public keys (#906)Lunny Xiao2017-03-033-4/+85
* bug fix for dump when data directoryis not exist (#1025)Lunny Xiao2017-03-021-10/+13
* add ProxyFromEnvironment if none set (#1096)Schwobaland2017-03-021-1/+5
* Log config pretty printer (#1097)Jonas2017-03-022-1/+10
* add back the default setting values and fix #739 (#1093)Lunny Xiao2017-03-011-4/+10
* Comment force push detect to fix bug #1073 (#1077)Lunny Xiao2017-03-011-18/+41
* fix wrong num of user repos because of duplicated click delete button & perfo...Lunny Xiao2017-03-011-20/+28
* fix: Add str2html on DisplayName of Org. (#1091)Bo-Yi Wu2017-03-015-5/+5
* Fixed custom templates for static builds (#1087)Thomas Boerger2017-03-012-15/+89
* Remove unnecessary loads in org_team (#1090)Ethan Koenig2017-03-011-22/+10
* LableIDs -> LabelIDs (#1088)Ethan Koenig2017-03-012-7/+7
* refactor: move SearchRepositoryByName testing. (#1083)Bo-Yi Wu2017-02-282-52/+63
* fix some typos (#1082)Lunny Xiao2017-02-284-6/+6
* Consistency checks for action unit tests (#1079)Ethan Koenig2017-02-283-7/+34
* Optimize and unit test Issue_ReplaceLabels (#1080)Ethan Koenig2017-02-283-30/+57
* Fix for #828: Embed build tags (#1051)Jonas2017-02-285-4/+21
* Link OAuth2 account to 2FA enabled account (fix #1050) (#1052)Willem van Dreumel2017-02-271-2/+20
* API: support /users/:username/reposawwalker2017-02-273-32/+66
* fix push (#1076)Lunny Xiao2017-02-271-1/+4
* Fix unused Engine bugs (#1064)Ethan Koenig2017-02-272-4/+4
* remove unused struct (#1062)Lunny Xiao2017-02-271-8/+1
* Remove unused vars (#1063)Lunny Xiao2017-02-271-6/+1
* move all repo list functions as a standalone file (#1061)Lunny Xiao2017-02-272-259/+271
* fix setMerged for remove unnecessary db connection (#1067)Lunny Xiao2017-02-271-6/+11
* Bug fixed for org avatar caused by #1049 (#1070)Lunny Xiao2017-02-271-2/+2
* refactor api issues load attributes for better performance (#1066)Lunny Xiao2017-02-271-5/+6
* Makefile: Use hash over which (#1069)silverwind2017-02-261-4/+4
* Implements 1071, .gitignore support for FSharp and Clojure. (#1072)puffybsd2017-02-262-0/+127
* Makefile: Also redirect stderr on which calls (#1068)silverwind2017-02-261-4/+4
* remove unused fixme on dump command (#1065)Lunny Xiao2017-02-261-1/+1
* fix: Admin can see all private repositories on Explore page. (#1026)Bo-Yi Wu2017-02-264-25/+39
* Fix go vet faults (#1060)Ethan Koenig2017-02-262-4/+10
* Allow migrating installations with no local avatars (#1056)Sandro Santilli2017-02-262-1/+5
* Fix avatar enumable (#1049)Lunny Xiao2017-02-253-3/+73
* fix 500 when use a duplicat email instead of giving an error tip (#1040)Lunny Xiao2017-02-252-18/+30
* Move push update to post-receive and protected branch check to pre-receive (#...Lunny Xiao2017-02-259-415/+175
* fix #13 (#1042)Lunny Xiao2017-02-252-13/+28
* Merge pull request #970 from andreynering/api-repo-mirrorAndrey Nering2017-02-258-4/+102
|\
| * Update vendor of code.gitea.io/sdk/giteaAndrey Nering2017-02-257-4/+101
| * Add "mirror" field to repo APIAndrey Nering2017-02-251-0/+1
* | Merge pull request #1053 from andreynering/do-not-test-libravatarAndrey Nering2017-02-251-14/+2
|\ \