Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | repo/editor: fix wrong context for subdirectory (#4368) | Unknwon | 2017-04-07 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | editor: fix compile error | Unknwon | 2017-02-27 |
| | |||
* | refactoring: modules/auth/*_form.go -> modules/form | Unknwon | 2017-02-27 |
| | |||
* | editor: fix cannot redirect to correct pull request URL | Unknwon | 2017-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 branch | Unknwon | 2017-02-20 |
| | |||
* | repo/editor: fix breadcrumb path cuts parent dirs (#3859) | Unknwon | 2017-02-16 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Minor fix for PR #3687 | Unknwon | 2016-12-21 |
| | |||
* | Check if file is a symlink with web editor (#3687) | Stefan Grönke | 2016-12-21 |
| | | | | | | | | * editor checks for symlinks * translate file_is_a_symlink message * credit translation author | ||
* | Minor code fix | Unknwon | 2016-12-21 |
| | |||
* | Fixed 404 caused by unexpected question mark (#3668) | LefsFlare | 2016-12-21 |
| | | | This fixes 404 caused when creating new files or wiki pages with question marks. | ||
* | #3559 fix template error | Unknwon | 2016-08-31 |
| | |||
* | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 |
| | |||
* | Web editor: support upload files | Unknwon | 2016-08-30 |
| | |||
* | router/repo: code refactoring | Unknwon | 2016-08-30 |
| | |||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 |
| | |||
* | #3516 enforce line ending to be \n from web editor | Unknwon | 2016-08-28 |
| | |||
* | Web editor: improve edit file | Unknwon | 2016-08-28 |
| | |||
* | Web editor: improve delete file process | Unknwon | 2016-08-28 |
| | |||
* | Web editor: improve code quality | Unknwon | 2016-08-24 |
| | |||
* | General code quality improvement | Unknwon | 2016-08-16 |
| | |||
* | models/repo_editor: improve code quality | Unknwon | 2016-08-15 |
| | |||
* | Fix outdated edit can’t overwrite changes | Unknwon | 2016-08-15 |
| | |||
* | Web editor: improve delete file | Unknwon | 2016-08-14 |