Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2017-11-28 | 1 | -2/+7 |
| | |||||
* | Various wiki bug fixes (#2996) | Ethan Koenig | 2017-11-28 | 40 | -379/+1085 |
| | | | | | | * Update macaron * Various wiki bug fixes | ||||
* | Dockerfile for docs copy proper files into image (#2989) | techknowlogick | 2017-11-27 | 1 | -2/+2 |
| | | | fixes docker build from: #2874 | ||||
* | Don't print SQL in unit tests (#2995) | Ethan Koenig | 2017-11-27 | 1 | -1/+4 |
| | | | * Add GITEA_UNIT_TESTS_VERBOSE environment variable to enable printing SQL | ||||
* | [ci skip] Fix #2964 Document updated proposal process (#2999) | techknowlogick | 2017-11-27 | 1 | -2/+4 |
| | |||||
* | Update link for tips on how to get faster reviews (#2997) | techknowlogick | 2017-11-27 | 1 | -1/+1 |
| | | | Kubernetes merged guides, and this is now the current location of guide | ||||
* | Remove duplicate "Max Diff Lines" from config view (#2987) | Duncan Ogilvie | 2017-11-27 | 1 | -2/+0 |
| | | | Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | ||||
* | [ci skip] Add @techknowlogick to MAINTAINERS file (#2993) | techknowlogick | 2017-11-27 | 1 | -0/+1 |
| | |||||
* | Adding time tracking to feature list (#2982) | techknowlogick | 2017-11-27 | 1 | -0/+1 |
| | | | | Now that 1.3 is out time tracking is a new feature go-gitea/docs#148 | ||||
* | Update hard-coded version to 1.4.0-dev (#2988) | techknowlogick | 2017-11-27 | 1 | -1/+1 |
| | | | Now that 1.3.0 is out the new target is 1.4.0 | ||||
* | Fix go-get, src and raw urls to new scheme (#2978) | Lauris BH | 2017-11-27 | 5 | -15/+15 |
| | |||||
* | Import docs into main repository (#2874) | techknowlogick | 2017-11-26 | 68 | -0/+3720 |
| | | | | | * import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net> |