aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * | Remove test that touch networkAndrey Nering2017-02-251-14/+2
| |/
* | refactor for searching user (#1038)Lunny Xiao2017-02-251-11/+13
* | fix 500 when change user setting email to an exist email (#1039)Lunny Xiao2017-02-251-0/+5
|/
* Merge pull request #1043 from andrew-boyarshin/autolinkAndrey Nering2017-02-251-9/+12
|\
| * Fix span wrapping all the thingsAndrew Boyarshin2017-02-241-9/+12
* | Fix for #1037: Corrected process ID placeholder to PID from Pid (#1048)Jonas2017-02-251-1/+1
* | Reword the reinit_missing_repos message to be clear about what it does (#1047)Sandro Santilli2017-02-251-2/+2
* | refactor: repo counts for SearchRepositoryByName func (#1045)Bo-Yi Wu2017-02-251-10/+16
* | fix delete repo will hang on postgres (#1044)Lunny Xiao2017-02-242-16/+22
* | Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-246-155/+276
|/
* Removed footer copyright year (#829)Lunny Xiao2017-02-241-1/+1
* Remove unnecessary loads in org_team (#1035)Ethan Koenig2017-02-243-51/+39
* Unit tests for models/repo_collaboration (#1032)Ethan Koenig2017-02-242-1/+106
* Fixes 1019, install page SMTP user is required to (#1020)puffybsd2017-02-244-8/+8
* Tweak docker target to work by default. (#1033)Dan Morrill2017-02-241-1/+1
* s/fields/terms (#1031)bit2017-02-241-3/+3
* added missing new struct sync (#1021)Lunny Xiao2017-02-231-0/+2
* Take back control of hooks (#1006)Lunny Xiao2017-02-2314-41/+279
* Bug fixes and unit tests for org_team (#1016)Ethan Koenig2017-02-234-24/+362
* Merge pull request #1017 from ethantkoenig/fix_lintAndrey Nering2017-02-222-2/+2
|\
| * Fix lint errorsEthan Koenig2017-02-222-2/+2
|/
* Refactor for issues loadattributes of a repository (#971)Lunny Xiao2017-02-223-64/+343
* Fix some links. (#1005)Bo-Yi Wu2017-02-221-2/+2
* fix: Wrong repo list on Explore page if user already loggin. (#1009)Bo-Yi Wu2017-02-224-12/+128