Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SECURITY: protect DeleteFilePost et al with cleanUploadFileName (#5631) | zeripath | 2019-01-04 | 1 | -2/+18 |
| | | | | | This commit wraps more of the TreePaths with cleanUploadFileName Signed-off-by: Andrew Thornton <art27@cantab.net> | ||||
* | fix bug on upload file name (#5571) | Lunny Xiao | 2018-12-20 | 1 | -1/+18 |
| | |||||
* | Fix path cleanup in multiple places (#3871) | Lauris BH | 2018-05-01 | 1 | -2/+2 |
| | |||||
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -10/+10 |
| | | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound | ||||
* | Memory usage improvements (#3013) | Duncan Ogilvie | 2017-11-29 | 1 | -2/+7 |
| | | | | | | | | | | * 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> | ||||
* | Make URL scheme unambiguous (#2408) | Ethan Koenig | 2017-10-30 | 1 | -9/+9 |
| | | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test | ||||
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * improve protected branch to add whitelist support * fix lint * fix style check * fix tests * fix description on UI and import * fix test * bug fixed * fix tests and languages * move isSliceInt64Eq to util pkg; improve function names & typo | ||||
* | repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032) | Lunny Xiao | 2017-06-22 | 1 | -18/+29 |
| | |||||
* | Do not allow commiting to protected branch from online editor (#1502) | Lauris BH | 2017-05-02 | 1 | -6/+53 |
| | | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch | ||||
* | Check if file is a symlink with web editor (#3687) (#445) | Lunny Xiao | 2016-12-22 | 1 | -0/+5 |
| | | | | | | | | | | | | * Check if file is a symlink with web editor (#3687) * editor checks for symlinks * translate file_is_a_symlink message * credit translation author * fix error constant | ||||
* | Integrate templates into bindata optionally (#314) | Thomas Boerger | 2016-12-06 | 1 | -2/+2 |
| | | | Integrated optional bindata for the templates | ||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | Golint fixed for modules/template | Lunny Xiao | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -23/+34 |
| | |||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -8/+8 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Merge pull request #17 from LefsFlarey/issue/3666 | Matthias Loibl | 2016-11-08 | 1 | -1/+1 |
|\ | | | | | Fixed 404 caused by unexpected question mark | ||||
| * | Fixed 404 caused by unexpected question mark | Flare | 2016-11-08 | 1 | -1/+1 |
| | | | | | | | | This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild | ||||
* | | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) | ||||
* | | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -1/+1 |
| | | |||||
* | | Executed go fmt for all files | Thomas Boerger | 2016-11-04 | 1 | -1/+1 |
| | | |||||
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -7/+7 |
|/ | |||||
* | #3559 fix template error | Unknwon | 2016-08-31 | 1 | -3/+1 |
| | |||||
* | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 | 1 | -0/+1 |
| | |||||
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -16/+183 |
| | |||||
* | router/repo: code refactoring | Unknwon | 2016-08-30 | 1 | -2/+1 |
| | |||||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | #3516 enforce line ending to be \n from web editor | Unknwon | 2016-08-28 | 1 | -3/+2 |
| | |||||
* | Web editor: improve edit file | Unknwon | 2016-08-28 | 1 | -9/+2 |
| | |||||
* | Web editor: improve delete file process | Unknwon | 2016-08-28 | 1 | -35/+75 |
| | |||||
* | Web editor: improve code quality | Unknwon | 2016-08-24 | 1 | -37/+35 |
| | |||||
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -1/+6 |
| | |||||
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | Fix outdated edit can’t overwrite changes | Unknwon | 2016-08-15 | 1 | -1/+2 |
| | |||||
* | Web editor: improve delete file | Unknwon | 2016-08-14 | 1 | -0/+340 |