Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix gpg tmpl (#3153) | Lunny Xiao | 2017-12-11 | 1 | -1/+1 | |
| | ||||||
* | Move build without gcc step up so that it's binary is not used in docker (#3147) | Lauris BH | 2017-12-11 | 1 | -10/+10 | |
| | ||||||
* | simple usage of x (#3144) | Lunny Xiao | 2017-12-11 | 1 | -4/+1 | |
| | ||||||
* | Mention completion for issue editor. (#3136) | harry | 2017-12-11 | 7 | -0/+76 | |
| | | | | | | | | | | * new issue mention * Mention completion on new issue and view issue page. * Code format. * Require tribute in pull request page. | |||||
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 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 | |||||
* | Restore make test target (#3139) | Ethan Koenig | 2017-12-11 | 2 | -1/+10 | |
| | | | | | | * Restore make test target * make build -> go build | |||||
* | Update code.gitea.io/git (#3137) | Ethan Koenig | 2017-12-11 | 31 | -401/+3270 | |
| | ||||||
* | Log unexpected responses in integration tests (#3138) | Ethan Koenig | 2017-12-11 | 1 | -2/+28 | |
| | | | | | | * Log flash error message in integration tests * Also log short, non-HTML responses | |||||
* | Fixtures for public_key table (#3140) | Ethan Koenig | 2017-12-11 | 1 | -0/+1 | |
| | ||||||
* | Fix integration tests (#3141) | Ethan Koenig | 2017-12-11 | 2 | -4/+10 | |
| | ||||||
* | Fix compile failed without gcc (#3130) | Lunny Xiao | 2017-12-10 | 3 | -4/+3 | |
| | | | | | | * fix comile failed without gcc * add sqlite tag for unit test | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-12-10 | 2 | -10/+4 | |
| | ||||||
* | Update alpine to 3.7 (#3121) | Antoine GIRARD | 2017-12-10 | 1 | -1/+1 | |
| | ||||||
* | Fix missing drone test on release/* (#3126) | Lunny Xiao | 2017-12-09 | 1 | -0/+13 | |
| | | | | | | * fix missing drone test on release/* * remove test coverage on release/* | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-12-08 | 1 | -1/+0 | |
| | ||||||
* | Backport changelog for 1.3 release (#3120) | Lauris BH | 2017-12-08 | 1 | -0/+237 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-12-08 | 1 | -0/+1 | |
| | ||||||
* | Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092) | Antoine GIRARD | 2017-12-08 | 13 | -29/+154 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add failing test * Fix urls * Improve url in tests * improve testing * Remove debug code * Add deps * LFS corner-case : Search on lower but store with case * Temporary comment of blocking action * fix hooks * Use temporary repo for git client test * Use userPassword in place of hard-coded password | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-12-08 | 1 | -3/+7 | |
| | ||||||
* | Fix missing branch in release bug (#3108) | Ethan Koenig | 2017-12-08 | 3 | -0/+72 | |
| | ||||||
* | Remove unnecessary function call (#3109) | Ethan Koenig | 2017-12-08 | 1 | -8/+3 | |
| | ||||||
* | Fix repo indexer and submodule bug (#3107) | Ethan Koenig | 2017-12-07 | 1 | -4/+4 | |
| | ||||||
* | Allow adding collaborators with (fullname) (#3103) | Sasha Varlamov | 2017-12-07 | 4 | -6/+38 | |
| | | | | | | | | | | * Allow adding collaborators with (fullname) Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Refactor username suffix to utils pkg Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> | |||||
* | Add 'mark all read' option to notifications (#3097) | Sasha Varlamov | 2017-12-07 | 7 | -4/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add 'mark all read' option to notifications Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Fix exported comment Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Format method comments Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Fix exported comment Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> Format method comments Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> Tests for reactions (#3083) * Unit tests for reactions * Fix import order Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> Fix reaction possition when there is attachments (#3099) Refactor notifications swap function * Accept change to drop beforeupdate call * Update purge notifications error message for consistency * Drop unnecessary check for mark all as read button * Remove debugging comment | |||||
* | Rework button styles on repo and commit page (#3104) | silverwind | 2017-12-07 | 3 | -7/+9 | |
| | ||||||
* | Fix legacy URL redirects (#3100) | Ethan Koenig | 2017-12-07 | 2 | -3/+9 | |
| | ||||||
* | Delete a user's public key via admin api (closes #3014) (#3059) | Vlad Temian | 2017-12-06 | 6 | -11/+324 | |
| | | | | | | | | | | | | | | | | * Delete a user's public key via admin api * Test admin ssh endpoint for creating a new ssh key * Adapt public ssh key test to also test the delete operation * Test that deleting a missing key will result in a 404 * Test that a normal user can't delete another user's ssh key * Make DeletePublicKey return err * Update swagger doc | |||||
* | 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 | |
| |