summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix legacy URL redirects (#3100)Ethan Koenig2017-12-072-3/+9
|
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-066-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 BH2017-12-061-1/+7
|
* Tests for reactions (#3083)Lauris BH2017-12-052-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)silverwind2017-12-052-6/+13
|
* add quotation around ports in docker-compose.yml (#3090)bibaijin2017-12-051-12/+12
|
* Fix repo links (#3093)Ethan Koenig2017-12-051-1/+1
|
* fix redis cache failed (#3086)Lunny Xiao2017-12-041-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-041-0/+3
|
* fixed in-page-link in CONTRIBUTING.md (#3087)znegva2017-12-041-1/+1
|
* Sort repos in issues dashboard sidebar (#3072)Ethan Koenig2017-12-042-0/+14
| | | | | | * Sort repos in issues dashboard sidebar * Sort repos by name
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-044-31/+64
|
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-0424-8/+677
|
* Use httptest in integration tests (#3080)Ethan Koenig2017-12-0412-100/+77
|
* Minor copy changes (#3074)techknowlogick2017-12-033-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 Koenig2017-12-038-33/+107
| | | | | | * Fix avatar URLs * import order
* Enable content trust when building image (#2972)Piotr Orzechowski2017-12-031-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-031-0/+18
|
* Sanitize logs for mirror sync (#3057)Ethan Koenig2017-12-032-8/+46
|
* Fix ref parsing in commit messages (#3067)Ethan Koenig2017-12-033-102/+87
|
* Reduce overhead of upgrades for users with custom stylesheets/JS (#3051)techknowlogick2017-12-035-0/+4
|
* Remove box-shadow from UI, fix dashboard issue (#3065)silverwind2017-12-034-2/+13
|
* fix issue list branch link broken (#3061)Lunny Xiao2017-12-021-1/+1
|
* Convert tabs to spaces in .less files (#3064)silverwind2017-12-0212-1357/+1357
|
* Adjust branch button size (#3063)silverwind2017-12-021-1/+1
|
* Fix misalignment issue in repo header (#3062)silverwind2017-12-022-3/+3
|
* Fix missing password length check when change password (#3039)Lunny Xiao2017-12-023-2/+74
| | | | | | * fix missing password length check when change password * add tests for change password
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-027-66/+42
| | | | | | | | | | * remove GetRepositoryByRef and add GetRepositoryByOwnerAndName * fix tests * fix tests bug * some improvements
* Fix CSS instructions in CONTRIBUTING.md (#3053)silverwind2017-12-021-11/+11
|
* Dashboard: Fix line height problem in issue titles (#3054)silverwind2017-12-022-2/+1
|
* Default log level to Info without hardcoding it in installer (#3041)Piotr Orzechowski2017-12-012-9/+10
|
* remove duplicated sanitize (#3037)Lunny Xiao2017-11-301-1/+1
|
* remove unused variable (#3038)Lunny Xiao2017-11-301-1/+0
|
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-309-69/+285
|
* Update docs for LDAP (via BindDN) user sync option. (#2985)Mike Fellows2017-11-301-0/+11
|
* French translation for docs (#3030)techknowlogick2017-11-3014-1/+817
| | | original PR go-gitea/docs#147 and author @0xbaadf00d
* add notice for docker run gitea http port issue (#3020)Lunny Xiao2017-11-302-0/+4
|
* Expandable commit bodies (#2980)Sondre Nilsen2017-11-307-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 CrowdinGiteaBot2017-11-291-0/+3
|
* Removed unused field in form (#3023)Ethan Koenig2017-11-292-6/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-296-6/+21
|
* Set OpenID support on by default when installing new instance (#3010)Sandro Santilli2017-11-292-3/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-291-0/+1
|
* use unique name for docs docker build step in CI (#3018)techknowlogick2017-11-291-2/+2
| | | Otherwise drone may combine the logs
* Removing disqus from docs site (#3015)techknowlogick2017-11-291-1/+0
| | | | Gitea now has a forum which is probably a better venue for these types of conversations
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-292-1/+1
|
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-299-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 GIRARD2017-11-295-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 Ogilvie2017-11-291-12/+20
| | | Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Fix master build for docs docker (#3004)techknowlogick2017-11-292-2/+4
|