Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Remove unnecessary loads in org_team (#1035) | Ethan Koenig | 2017-02-24 | 3 | -51/+39 | |
| | ||||||
* | Unit tests for models/repo_collaboration (#1032) | Ethan Koenig | 2017-02-24 | 2 | -1/+106 | |
| | ||||||
* | Fixes 1019, install page SMTP user is required to (#1020) | puffybsd | 2017-02-24 | 4 | -8/+8 | |
| | | | | | to be an email address. Signed-off-by: P.B. <puffybsd@yahoo.com> | |||||
* | Tweak docker target to work by default. (#1033) | Dan Morrill | 2017-02-24 | 1 | -1/+1 | |
| | | | | | | Fix for #1013: adds "bindata" to tags by default, as without this the resulting docker image won't start, as it doesn't contain locale files. Verified to work even if you specify TAGS="bindata" such that it appears twice. | |||||
* | s/fields/terms (#1031) | bit | 2017-02-24 | 1 | -3/+3 | |
| | | | use terms instead of fields as variable name to avoid confusion: NewPhraseQuery(terms []string, field string) | |||||
* | added missing new struct sync (#1021) | Lunny Xiao | 2017-02-23 | 1 | -0/+2 | |
| | ||||||
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 14 | -41/+279 | |
| | | | | | | | | | | | | | | | | * git: delegate all server-side Git hooks (#1623) * create hooks directories * take control hooks back * fix lint * bug fixed and minor changes * fix imports style * fix migration scripts | |||||
* | Bug fixes and unit tests for org_team (#1016) | Ethan Koenig | 2017-02-23 | 4 | -24/+362 | |
| | ||||||
* | Merge pull request #1017 from ethantkoenig/fix_lint | Andrey Nering | 2017-02-22 | 2 | -2/+2 | |
|\ | | | | | Fix lint errors | |||||
| * | Fix lint errors | Ethan Koenig | 2017-02-22 | 2 | -2/+2 | |
|/ | ||||||
* | Refactor for issues loadattributes of a repository (#971) | Lunny Xiao | 2017-02-22 | 3 | -64/+343 | |
| | | | | | | * refactor for issues loadattributes of a repository * refactors | |||||
* | Fix some links. (#1005) | Bo-Yi Wu | 2017-02-22 | 1 | -2/+2 | |
| | ||||||
* | fix: Wrong repo list on Explore page if user already loggin. (#1009) | Bo-Yi Wu | 2017-02-22 | 4 | -12/+128 | |
| | | | | | | | | * fix: Wrong repo list on Explore page if user already loggin. * fix: code readable. * fix: declare variable |