Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-12-30 | Fixed link to Issue 165 in comment, that was broken by commit ↵ | Roman Egunkov | 1 | -1/+1 | |
2d68bd1ef98849da54c869b103e93719d1accb5e (index 8110ac85..0f6163c4 100644). (#3267) | |||||
2017-12-27 | Add docs for REDIRECT_OTHER_PORT and PORT_TO_REDIRECT config options (#3262) | Mike Fellows | 1 | -0/+2 | |
2017-12-26 | Fix bugs in issue dashboard stats (#3073) | Ethan Koenig | 7 | -55/+224 | |
2017-12-25 | Add an option to allow redirect of http port 80 to https. (#1928) | Mike Fellows | 3 | -0/+33 | |
* Add an option to allow redirect of http port 80 to https. This is an "opt in" option (default is to not redirect). It will only redirect if protocol is https and the new REDIRECT_PORT_80 option is set to true. The Port to redirect in previous commit was hardcoded to 80, now it can be specified in the app.ini, defaulting to 80. The boolean option to turn redirection on has been changed to REDIRECT_OTHER_PORT to be logically consistent with the new port option. Signed-off-by: Mike Fellows <mike.fellows@shaw.ca> | |||||
2017-12-24 | Small improve on deleting attachements (#3145) | Lunny Xiao | 1 | -8/+17 | |
* Small improve on deleting attachements * improve the sequence of deletion | |||||
2017-12-24 | Add more bench (#3161) | Antoine GIRARD | 5 | -37/+124 | |
* Improve makefile + Add benchs * Apply recommendations of @ethantkoenig | |||||
2017-12-22 | [skip ci] Updated translations via Crowdin | GiteaBot | 1 | -9/+9 | |
2017-12-22 | Update code.gitea.io/git (#3251) | Ethan Koenig | 2 | -3/+15 | |
2017-12-21 | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 16 | -144/+281 | |
2017-12-20 | Support default private when creating or migrating repository (#3239) | Lunny Xiao | 5 | -2/+28 | |
* support default private when creating or migrating repository * fix fmt * use string constants on repository default private in app.ini * fix fmt | |||||
2017-12-20 | Fix repo-transfer-and-team-repo-count bug (#3241) | Ethan Koenig | 2 | -14/+23 | |
2017-12-20 | [skip ci] Updated translations via Crowdin | GiteaBot | 1 | -0/+4 | |
2017-12-20 | chore: upgrade gitea/git version (#3240) | Bo-Yi Wu | 2 | -5/+5 | |
ref: https://github.com/go-gitea/gitea/pull/3190 | |||||
2017-12-19 | Add missing repository setting docs in cheat sheet (#3230) | Sandro Santilli | 1 | -0/+4 | |
2017-12-19 | Fixed missing end tag for organization link (#3229) | Chris Woodward | 1 | -0/+1 | |
2017-12-19 | Use correct camel casing for JavaScript (#3224) | Jesstern Rays | 1 | -1/+1 | |
JavaScript should be spelt with an uppercase 'S' as per seen in [Mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | |||||
2017-12-19 | Open external tracker in blank window, consistently with wiki (#3227) | Sandro Santilli | 1 | -1/+1 | |
Closes #3216 | |||||
2017-12-18 | Check ignored errors for issue and milestone count (#3213) | Ethan Koenig | 3 | -21/+57 | |
2017-12-17 | Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample (#3215) | Sandro Santilli | 2 | -0/+11 | |
Include defaults in cheat sheet, for that section | |||||
2017-12-17 | Remove unnecessary updates to issue indexer (#3212) | Ethan Koenig | 3 | -2/+22 | |
2017-12-16 | Change SSL Mode from checkbox to string in admin page (#3208) | Sandro Santilli | 1 | -1/+1 | |
Closes #3207 Use a string, not a checkbox because "require", "verify-full", "verify-ca" and "disable" values are supported ... | |||||
2017-12-15 | Unit tests for routers/repo/issue_label (#3198) | Ethan Koenig | 15 | -42/+231 | |
2017-12-15 | Fix repo links on user profile (#3197) | Ethan Koenig | 1 | -1/+1 | |
2017-12-14 | Improve suppressed diff boxes (#3193) | silverwind | 4 | -10/+20 | |
2017-12-14 | Improvements for supporting UI Location (#3146) | Lunny Xiao | 7 | -25/+28 | |
* improvements for supporting UI Location * improved the comment | |||||
2017-12-13 | Make spacing in configuration file consistent (#3186) | Patrick Lühne | 1 | -4/+4 | |
This makes the spacing consistent across all options. Signed-off-by: Patrick Lühne <patrick-github@luehne.de> | |||||
2017-12-13 | Reorder migrations, skip errors if running migration again (#3160) | Lauris BH | 13 | -292/+301 | |
* Reorder migrations, skip errors if running migration again * Rename migration file names to match migration version * Add note about ingored error | |||||
2017-12-13 | Fix wiki page list not rendering after updatedunix changes (#3175) | Lauris BH | 1 | -7/+7 | |
2017-12-13 | fix run web with -p push failed (#3154) | Lunny Xiao | 1 | -0/+30 | |
2017-12-13 | Fix new pull request link (#3133) | Ethan Koenig | 2 | -3/+2 | |
* Fix new pull request link * Only show button for branches | |||||
2017-12-12 | [skip ci] Updated translations via Crowdin | GiteaBot | 1 | -1/+0 | |
2017-12-12 | fix org owner cannot be removed if there is not in owner team (#3164) | Lunny Xiao | 1 | -1/+6 | |
2017-12-12 | Make test more robust (#3167) | Ethan Koenig | 1 | -1/+1 | |
2017-12-12 | [skip ci] Updated translations via Crowdin | GiteaBot | 3 | -5/+24 | |
2017-12-12 | fix source download link when no code unit allowed (#3166) | Lunny Xiao | 1 | -0/+4 | |
2017-12-12 | Enable emoji for wiki view (#3158) | haytona | 1 | -1/+1 | |
Enable emoji for wiki page content. It is enabled in the edit preview so the view should match. Signed-off-by: Hamish Carpenter <hamish@hamishcarpenter.com> | |||||
2017-12-12 | Fix Uninitialized variable in ParsePatch (#3156) | Kim "BKC" Carlbäcker | 1 | -1/+1 | |
2017-12-11 | fix gpg tmpl (#3153) | Lunny Xiao | 1 | -1/+1 | |
2017-12-11 | Move build without gcc step up so that it's binary is not used in docker (#3147) | Lauris BH | 1 | -10/+10 | |
2017-12-11 | simple usage of x (#3144) | Lunny Xiao | 1 | -4/+1 | |
2017-12-11 | Mention completion for issue editor. (#3136) | harry | 7 | -0/+76 | |
* new issue mention * Mention completion on new issue and view issue page. * Code format. * Require tribute in pull request page. | |||||
2017-12-11 | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 67 | -479/+334 | |
* refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add | |||||
2017-12-11 | Restore make test target (#3139) | Ethan Koenig | 2 | -1/+10 | |
* Restore make test target * make build -> go build | |||||
2017-12-11 | Update code.gitea.io/git (#3137) | Ethan Koenig | 31 | -401/+3270 | |
2017-12-11 | Log unexpected responses in integration tests (#3138) | Ethan Koenig | 1 | -2/+28 | |
* Log flash error message in integration tests * Also log short, non-HTML responses |