summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add ProxyFromEnvironment if none set (#1096)Schwobaland2017-03-021-1/+5
|
* Log config pretty printer (#1097)Jonas2017-03-022-1/+10
| | | Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
* 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
| | | | | | | | * 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 Xiao2017-03-011-20/+28
| | | | performance optimization (#1092)
* 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
| | | | | | | | | | | | | | | | | | | | | * 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 Dreumel2017-02-271-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/reposawwalker2017-02-273-32/+66
| | | | | | | | | | clean up fix arguments remove repeated token give admins listing rights
* 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
| | | | | | * remove unused vars * remove unused comment
* 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
| | | | | | * bug fixed for org avatar caused by #1049 * use isfile only
* 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
| | | `hash` is a much faster shell-builtin alternative to `which`.
* 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: Admin can see all private repositories on Explore page. * refactor: fix session
* 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 avatar enumable * fix import style
* 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
| | | | | | | | | | | | (#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 Xiao2017-02-252-13/+28
|
* Merge pull request #970 from andreynering/api-repo-mirrorAndrey Nering2017-02-258-4/+102
|\ | | | | Add "mirror" field to repo API
| * 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 network
| * | Remove test that touch networkAndrey Nering2017-02-251-14/+2
| |/
* | refactor for searching user (#1038)Lunny Xiao2017-02-251-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 Xiao2017-02-251-0/+5
|/
* Merge pull request #1043 from andrew-boyarshin/autolinkAndrey Nering2017-02-251-9/+12
|\ | | | | Fix span wrapping all the things
| * Fix span wrapping all the thingsAndrew Boyarshin2017-02-241-9/+12
| | | | | | | | Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
* | Fix for #1037: Corrected process ID placeholder to PID from Pid (#1048)Jonas2017-02-251-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 Santilli2017-02-251-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 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
|/ | | | | Amended with string to bool change in API SDK. Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
* Removed footer copyright year (#829)Lunny Xiao2017-02-241-1/+1
| | | | | | | | * change footer copyright year from 2016 to 2017 * add 2016 copyright back * remove the copyright year