Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix reaction possition when there is attachments (#3099) | Lauris BH | 2017-12-06 | 1 | -1/+7 | |
| | ||||||
* | Tests for reactions (#3083) | Lauris BH | 2017-12-05 | 2 | -2/+168 | |
| | | | | | | | | * Unit tests for reactions * Fix import order Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> | |||||
* | fix button heights on commits page (#3091) | silverwind | 2017-12-05 | 2 | -6/+13 | |
| | ||||||
* | add quotation around ports in docker-compose.yml (#3090) | bibaijin | 2017-12-05 | 1 | -12/+12 | |
| | ||||||
* | Fix repo links (#3093) | Ethan Koenig | 2017-12-05 | 1 | -1/+1 | |
| | ||||||
* | fix redis cache failed (#3086) | Lunny Xiao | 2017-12-04 | 1 | -1/+1 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-12-04 | 1 | -0/+3 | |
| | ||||||
* | fixed in-page-link in CONTRIBUTING.md (#3087) | znegva | 2017-12-04 | 1 | -1/+1 | |
| | ||||||
* | Sort repos in issues dashboard sidebar (#3072) | Ethan Koenig | 2017-12-04 | 2 | -0/+14 | |
| | | | | | | * Sort repos in issues dashboard sidebar * Sort repos by name | |||||
* | Fix error message sanitiziation (#3082) | Ethan Koenig | 2017-12-04 | 4 | -31/+64 | |
| | ||||||
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 24 | -8/+677 | |
| | ||||||
* | Use httptest in integration tests (#3080) | Ethan Koenig | 2017-12-04 | 12 | -100/+77 | |
| | ||||||
* | Minor copy changes (#3074) | techknowlogick | 2017-12-03 | 3 | -3/+4 | |
| | | | | | | | | * Minor copy changes Fixes #3058 * Use TrN for translations that depend on count Fix minor type with branches count | |||||
* | Fix avatar URLs (#3069) | Ethan Koenig | 2017-12-03 | 8 | -33/+107 | |
| | | | | | | * Fix avatar URLs * import order | |||||
* | Enable content trust when building image (#2972) | Piotr Orzechowski | 2017-12-03 | 1 | -1/+1 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-12-03 | 1 | -0/+18 | |
| | ||||||
* | Sanitize logs for mirror sync (#3057) | Ethan Koenig | 2017-12-03 | 2 | -8/+46 | |
| | ||||||
* | Fix ref parsing in commit messages (#3067) | Ethan Koenig | 2017-12-03 | 3 | -102/+87 | |
| | ||||||
* | Reduce overhead of upgrades for users with custom stylesheets/JS (#3051) | techknowlogick | 2017-12-03 | 5 | -0/+4 | |
| | ||||||
* | Remove box-shadow from UI, fix dashboard issue (#3065) | silverwind | 2017-12-03 | 4 | -2/+13 | |
| | ||||||
* | fix issue list branch link broken (#3061) | Lunny Xiao | 2017-12-02 | 1 | -1/+1 | |
| | ||||||
* | Convert tabs to spaces in .less files (#3064) | silverwind | 2017-12-02 | 12 | -1357/+1357 | |
| | ||||||
* | Adjust branch button size (#3063) | silverwind | 2017-12-02 | 1 | -1/+1 | |
| | ||||||
* | Fix misalignment issue in repo header (#3062) | silverwind | 2017-12-02 | 2 | -3/+3 | |
| | ||||||
* | Fix missing password length check when change password (#3039) | Lunny Xiao | 2017-12-02 | 3 | -2/+74 | |
| | | | | | | * fix missing password length check when change password * add tests for change password | |||||
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 7 | -66/+42 | |
| | | | | | | | | | | * remove GetRepositoryByRef and add GetRepositoryByOwnerAndName * fix tests * fix tests bug * some improvements | |||||
* | Fix CSS instructions in CONTRIBUTING.md (#3053) | silverwind | 2017-12-02 | 1 | -11/+11 | |
| | ||||||
* | Dashboard: Fix line height problem in issue titles (#3054) | silverwind | 2017-12-02 | 2 | -2/+1 | |
| | ||||||
* | Default log level to Info without hardcoding it in installer (#3041) | Piotr Orzechowski | 2017-12-01 | 2 | -9/+10 | |
| | ||||||
* | remove duplicated sanitize (#3037) | Lunny Xiao | 2017-11-30 | 1 | -1/+1 | |
| | ||||||
* | remove unused variable (#3038) | Lunny Xiao | 2017-11-30 | 1 | -1/+0 | |
| | ||||||
* | Unit tests for wiki routers (#3022) | Ethan Koenig | 2017-11-30 | 9 | -69/+285 | |
| | ||||||
* | Update docs for LDAP (via BindDN) user sync option. (#2985) | Mike Fellows | 2017-11-30 | 1 | -0/+11 | |
| | ||||||
* | French translation for docs (#3030) | techknowlogick | 2017-11-30 | 14 | -1/+817 | |
| | | | original PR go-gitea/docs#147 and author @0xbaadf00d | |||||
* | add notice for docker run gitea http port issue (#3020) | Lunny Xiao | 2017-11-30 | 2 | -0/+4 | |
| | ||||||
* | Expandable commit bodies (#2980) | Sondre Nilsen | 2017-11-30 | 7 | -5/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial working state of expandable commit bodies * Fix all commits having showing button for multiline commits * Refactor checking multiline messages method * Force newlines with <br> in commit body * Show multiple lines in the list view of repositories * Fixed proper newlines and minor refactor Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies. * Fix commit list messages jumping around * Fix indentation in view_list.tmpl * Use vertical-align: baseline instead of top * Refactor commit button toggle function * Remove RenderCommitBodyLink function * Add comments * Add newline at the end of _repository.less * Fix long commit bodies not properly wrapping inside <pre> * Don't split on double newlines * Show the commit body in commit view * Update stylesheets * Add/fix comments and run make fmt * Fix spaces not being tabs | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-11-29 | 1 | -0/+3 | |
| | ||||||
* | Removed unused field in form (#3023) | Ethan Koenig | 2017-11-29 | 2 | -6/+4 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-11-29 | 6 | -6/+21 | |
| | ||||||
* | Set OpenID support on by default when installing new instance (#3010) | Sandro Santilli | 2017-11-29 | 2 | -3/+3 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-11-29 | 1 | -0/+1 | |
| | ||||||
* | use unique name for docs docker build step in CI (#3018) | techknowlogick | 2017-11-29 | 1 | -2/+2 | |
| | | | Otherwise drone may combine the logs | |||||
* | Removing disqus from docs site (#3015) | techknowlogick | 2017-11-29 | 1 | -1/+0 | |
| | | | | Gitea now has a forum which is probably a better venue for these types of conversations | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-11-29 | 2 | -1/+1 | |
| | ||||||
* | Memory usage improvements (#3013) | Duncan Ogilvie | 2017-11-29 | 9 | -22/+86 | |
| | | | | | | | | | | * govendor update code.gitea.io/git Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com> * Greatly improve memory usage Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | |||||
* | Fix git lfs path (#3016) | Antoine GIRARD | 2017-11-29 | 5 | -21/+58 | |
| | | | | | | | | * add suffix .git * Remove Content-Type on GET methods * Add migrations to force creation before any further potential migration | |||||
* | Improve memory usage when reaching diff limits (#2990) | Duncan Ogilvie | 2017-11-29 | 1 | -12/+20 | |
| | | | Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | |||||
* | Fix master build for docs docker (#3004) | techknowlogick | 2017-11-29 | 2 | -2/+4 | |
| | ||||||
* | Git LFS lock api (#2938) | Antoine GIRARD | 2017-11-28 | 9 | -16/+638 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement routes * move to api/sdk and create model * Implement add + list * List return 200 empty list no 404 * Add verify lfs lock api * Add delete and start implementing auth control * Revert to code.gitea.io/sdk/gitea vendor * Apply needed check for all lfs locks route * Add simple tests * fix lint * Improve tests * Add delete test + fix * Add lfs ascii header * Various fixes from review + remove useless code + add more corner case testing * Remove repo link since only id is needed. Save a little of memory and cpu time. * Improve tests * Use TEXT column format for path + test * fix mispell * Use NewRequestWithJSON for POST tests * Clean path * Improve DB format * Revert uniquess repoid+path * (Re)-setup uniqueness + max path length * Fixed TEXT in place of VARCHAR * Settle back to maximum VARCHAR(3072) * Let place for repoid in key * Let place for repoid in key * Let place for repoid in key * Revert back | |||||
* | Add fingerprint to ssh key endpoints. (#3009) | Vlad Temian | 2017-11-28 | 5 | -13/+84 | |
| | | | | | | * Add fingerprint to ssh key endpoints. * Update gitea sdk vendor |