aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/editor.go
Commit message (Collapse)AuthorAge
* editor: fix cannot redirect to correct pull request URLUnknwon2017-02-23
| | | | | | | | Was only possible to correctly redirect to pull request page within same repository. And didn't take care of case when upstream has disabled pull request. Also add a new method 'PullRequestURL' to unify the code.
* editor: redirect to new pull request page after create new branchUnknwon2017-02-20
|
* repo/editor: fix breadcrumb path cuts parent dirs (#3859)Unknwon2017-02-16
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Minor fix for PR #3687Unknwon2016-12-21
|
* Check if file is a symlink with web editor (#3687)Stefan Grönke2016-12-21
| | | | | | | | * editor checks for symlinks * translate file_is_a_symlink message * credit translation author
* Minor code fixUnknwon2016-12-21
|
* Fixed 404 caused by unexpected question mark (#3668)LefsFlare2016-12-21
| | | This fixes 404 caused when creating new files or wiki pages with question marks.
* #3559 fix template errorUnknwon2016-08-31
|
* Support Editorconfig on web editorAndrey Nering2016-08-30
|
* Web editor: support upload filesUnknwon2016-08-30
|
* router/repo: code refactoringUnknwon2016-08-30
|
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-29
|
* #3516 enforce line ending to be \n from web editorUnknwon2016-08-28
|
* Web editor: improve edit fileUnknwon2016-08-28
|
* Web editor: improve delete file processUnknwon2016-08-28
|
* Web editor: improve code qualityUnknwon2016-08-24
|
* General code quality improvementUnknwon2016-08-16
|
* models/repo_editor: improve code qualityUnknwon2016-08-15
|
* Fix outdated edit can’t overwrite changesUnknwon2016-08-15
|
* Web editor: improve delete fileUnknwon2016-08-14