summaryrefslogtreecommitdiffstats
path: root/routers/repo/editor.go
Commit message (Expand)AuthorAgeFilesLines
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-1/+1
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-16/+10
* Do not disable commit changes button on repost (#12644)zeripath2020-08-291-0/+1
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-1/+1
* Switch code editor to Monaco (#11366)silverwind2020-05-141-1/+16
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-7/+50
* Move dropzone.js to npm/webpack (#10645)silverwind2020-03-071-1/+0
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-3/+18
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-3/+4
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-2/+3
* Fix some SimpleMDE (#9400)John Olheiser2019-12-171-0/+2
* Prevent upload (overwrite) of lfs locked file (#8769)David Svantesson2019-11-021-1/+5
* Fix editor commit to new branch if PR disabled (#8375)guillep2k2019-10-051-3/+3
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-2/+2
* Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478)Richard Mahn2019-07-171-15/+80
* Refactor filetype is not allowed errors (#7309)Antoine GIRARD2019-07-061-13/+4
* Add golangci (#6418)kolaente2019-06-121-11/+1
* Fix reversion caused by 6314 (#6685)zeripath2019-04-201-1/+0
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-5/+6
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-156/+134
* Properly escape on the redirect from the web editor (#6657)zeripath2019-04-161-7/+8
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Refactor editor upload, update and delete to use git plumbing and add LFS sup...zeripath2019-02-121-17/+42
* SECURITY: protect DeleteFilePost et al with cleanUploadFileName (#5631)zeripath2019-01-041-2/+18
* fix bug on upload file name (#5571)Lunny Xiao2018-12-201-1/+18
* Fix path cleanup in multiple places (#3871)Lauris BH2018-05-011-2/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-10/+10
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-291-2/+7
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-9/+9
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-1/+1
* repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032)Lunny Xiao2017-06-221-18/+29
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-6/+53
* Check if file is a symlink with web editor (#3687) (#445)Lunny Xiao2016-12-221-0/+5
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-061-2/+2
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* Golint fixed for modules/templateLunny Xiao2016-11-251-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-23/+34
* Normalize files with gofmtThibault Meyer2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-8/+8
* Merge pull request #17 from LefsFlarey/issue/3666Matthias Loibl2016-11-081-1/+1
|\
| * Fixed 404 caused by unexpected question markFlare2016-11-081-1/+1
* | Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* | Fix imports found by goimports.Matthias Loibl2016-11-051-1/+1
* | Executed go fmt for all filesThomas Boerger2016-11-041-1/+1
* | Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-7/+7
|/
* #3559 fix template errorUnknwon2016-08-311-3/+1
* Support Editorconfig on web editorAndrey Nering2016-08-301-0/+1
* Web editor: support upload filesUnknwon2016-08-301-16/+183
* router/repo: code refactoringUnknwon2016-08-301-2/+1