Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add ProxyFromEnvironment if none set (#1096) | Schwobaland | 2017-03-02 | 1 | -1/+5 |
| | |||||
* | Log config pretty printer (#1097) | Jonas | 2017-03-02 | 2 | -1/+10 |
| | | | Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> | ||||
* | add back the default setting values and fix #739 (#1093) | Lunny Xiao | 2017-03-01 | 1 | -4/+10 |
| | |||||
* | Comment force push detect to fix bug #1073 (#1077) | Lunny Xiao | 2017-03-01 | 1 | -18/+41 |
| | | | | | | | | * umcomment force push detect to fix bug #1073 * fix #1086 * handle global config set and fix #1086 | ||||
* | fix wrong num of user repos because of duplicated click delete button & ↵ | Lunny Xiao | 2017-03-01 | 1 | -20/+28 |
| | | | | performance optimization (#1092) | ||||
* | fix: Add str2html on DisplayName of Org. (#1091) | Bo-Yi Wu | 2017-03-01 | 5 | -5/+5 |
| | |||||
* | Fixed custom templates for static builds (#1087) | Thomas Boerger | 2017-03-01 | 2 | -15/+89 |
| | |||||
* | Remove unnecessary loads in org_team (#1090) | Ethan Koenig | 2017-03-01 | 1 | -22/+10 |
| | |||||
* | LableIDs -> LabelIDs (#1088) | Ethan Koenig | 2017-03-01 | 2 | -7/+7 |
| | |||||
* | refactor: move SearchRepositoryByName testing. (#1083) | Bo-Yi Wu | 2017-02-28 | 2 | -52/+63 |
| | |||||
* | fix some typos (#1082) | Lunny Xiao | 2017-02-28 | 4 | -6/+6 |
| | |||||
* | Consistency checks for action unit tests (#1079) | Ethan Koenig | 2017-02-28 | 3 | -7/+34 |
| | |||||
* | Optimize and unit test Issue_ReplaceLabels (#1080) | Ethan Koenig | 2017-02-28 | 3 | -30/+57 |
| | |||||
* | Fix for #828: Embed build tags (#1051) | Jonas | 2017-02-28 | 5 | -4/+21 |
| | | | | | | | | | | | | | | | | | | | | | * Fix for #828 Add build tags to ldflags and print in version output Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Reworked formatBuiltWith function Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Add tags to version information in admin panel Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Added new variable for use on admin page. Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> * Fixed incorrect indentation | ||||
* | Link OAuth2 account to 2FA enabled account (fix #1050) (#1052) | Willem van Dreumel | 2017-02-27 | 1 | -2/+20 |
| | | | | | | * fixes #1050 where linking an account to a 2fa enabled account failed because we forgot to really link the account when 2fa is completed * handle errors | ||||
* | API: support /users/:username/repos | awwalker | 2017-02-27 | 3 | -32/+66 |
| | | | | | | | | | | clean up fix arguments remove repeated token give admins listing rights | ||||
* | fix push (#1076) | Lunny Xiao | 2017-02-27 | 1 | -1/+4 |
| | |||||
* | Fix unused Engine bugs (#1064) | Ethan Koenig | 2017-02-27 | 2 | -4/+4 |
| | |||||
* | remove unused struct (#1062) | Lunny Xiao | 2017-02-27 | 1 | -8/+1 |
| | |||||
* | Remove unused vars (#1063) | Lunny Xiao | 2017-02-27 | 1 | -6/+1 |
| | | | | | | * remove unused vars * remove unused comment | ||||
* | move all repo list functions as a standalone file (#1061) | Lunny Xiao | 2017-02-27 | 2 | -259/+271 |
| | |||||
* | fix setMerged for remove unnecessary db connection (#1067) | Lunny Xiao | 2017-02-27 | 1 | -6/+11 |
| | |||||
* | Bug fixed for org avatar caused by #1049 (#1070) | Lunny Xiao | 2017-02-27 | 1 | -2/+2 |
| | | | | | | * bug fixed for org avatar caused by #1049 * use isfile only | ||||
* | refactor api issues load attributes for better performance (#1066) | Lunny Xiao | 2017-02-27 | 1 | -5/+6 |
| | |||||
* | Makefile: Use hash over which (#1069) | silverwind | 2017-02-26 | 1 | -4/+4 |
| | | | `hash` is a much faster shell-builtin alternative to `which`. | ||||
* | Implements 1071, .gitignore support for FSharp and Clojure. (#1072) | puffybsd | 2017-02-26 | 2 | -0/+127 |
| | |||||
* | Makefile: Also redirect stderr on which calls (#1068) | silverwind | 2017-02-26 | 1 | -4/+4 |
| | |||||
* | remove unused fixme on dump command (#1065) | Lunny Xiao | 2017-02-26 | 1 | -1/+1 |
| | |||||
* | fix: Admin can see all private repositories on Explore page. (#1026) | Bo-Yi Wu | 2017-02-26 | 4 | -25/+39 |
| | | | | | | * fix: Admin can see all private repositories on Explore page. * refactor: fix session | ||||
* | Fix go vet faults (#1060) | Ethan Koenig | 2017-02-26 | 2 | -4/+10 |
| | |||||
* | Allow migrating installations with no local avatars (#1056) | Sandro Santilli | 2017-02-26 | 2 | -1/+5 |
| | |||||
* | Fix avatar enumable (#1049) | Lunny Xiao | 2017-02-25 | 3 | -3/+73 |
| | | | | | | * fix avatar enumable * fix import style | ||||
* | fix 500 when use a duplicat email instead of giving an error tip (#1040) | Lunny Xiao | 2017-02-25 | 2 | -18/+30 |
| | |||||
* | Move push update to post-receive and protected branch check to pre-receive ↵ | Lunny Xiao | 2017-02-25 | 9 | -415/+175 |
| | | | | | | | | | | | | (#1030) * move all push update to git hook post-receive and protected branch check to git hook pre-receive * add SSH_ORIGINAL_COMMAND check back * remove all unused codes * fix the import | ||||
* | fix #13 (#1042) | Lunny Xiao | 2017-02-25 | 2 | -13/+28 |
| | |||||
* | Merge pull request #970 from andreynering/api-repo-mirror | Andrey Nering | 2017-02-25 | 8 | -4/+102 |
|\ | | | | | Add "mirror" field to repo API | ||||
| * | Update vendor of code.gitea.io/sdk/gitea | Andrey Nering | 2017-02-25 | 7 | -4/+101 |
| | | |||||
| * | Add "mirror" field to repo API | Andrey Nering | 2017-02-25 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1053 from andreynering/do-not-test-libravatar | Andrey Nering | 2017-02-25 | 1 | -14/+2 |
|\ \ | | | | | | | Remove test that touch network | ||||
| * | | Remove test that touch network | Andrey Nering | 2017-02-25 | 1 | -14/+2 |
| |/ | |||||
* | | refactor for searching user (#1038) | Lunny Xiao | 2017-02-25 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | * refactor for searching user * fix like bug * better format for builder cond | ||||
* | | fix 500 when change user setting email to an exist email (#1039) | Lunny Xiao | 2017-02-25 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #1043 from andrew-boyarshin/autolink | Andrey Nering | 2017-02-25 | 1 | -9/+12 |
|\ | | | | | Fix span wrapping all the things | ||||
| * | Fix span wrapping all the things | Andrew Boyarshin | 2017-02-24 | 1 | -9/+12 |
| | | | | | | | | Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com> | ||||
* | | Fix for #1037: Corrected process ID placeholder to PID from Pid (#1048) | Jonas | 2017-02-25 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> | ||||
* | | Reword the reinit_missing_repos message to be clear about what it does (#1047) | Sandro Santilli | 2017-02-25 | 1 | -2/+2 |
| | | | | | | | | | | I was confused by current wording, which seemed to imply that *records* would be initialized, while instead the function initializes the *git repositories* instead, where missing but referenced. | ||||
* | | refactor: repo counts for SearchRepositoryByName func (#1045) | Bo-Yi Wu | 2017-02-25 | 1 | -10/+16 |
| | | |||||
* | | fix delete repo will hang on postgres (#1044) | Lunny Xiao | 2017-02-24 | 2 | -16/+22 |
| | | |||||
* | | Fix URL handling in the whole markdown module, improve test coverage (#1027) | Andrew Boyarshin | 2017-02-24 | 6 | -155/+276 |
|/ | | | | | Amended with string to bool change in API SDK. Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com> | ||||
* | Removed footer copyright year (#829) | Lunny Xiao | 2017-02-24 | 1 | -1/+1 |
| | | | | | | | | * change footer copyright year from 2016 to 2017 * add 2016 copyright back * remove the copyright year |