Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version | ||
* | Enable Go modules (#5835) | Unknwon | 2019-10-23 |
| | | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs | ||
* | models/repo_editor: add isRepositoryGitPath to detect invalid file path (#5558) | Unknwon | 2018-12-25 |
| | |||
* | pkg/tool/path: use IsMaliciousPath to replace SanitizePath (#5558) | Unknwon | 2018-12-25 |
| | |||
* | models/repo_editor: ignore copying files with '.git/' path prefix (#5558) | Unknwon | 2018-12-19 |
| | |||
* | models/repo_editor: sanitize user-defined file name to prevent RCE (#5558) | Unknwon | 2018-12-18 |
| | | | | Reported by PentesterLab (https://pentesterlab.com). | ||
* | repo_editor: able to trigger Git hooks (#4338) | Unknwon | 2018-08-17 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | editor: remove out of sync branch before checkout again | Unknwon | 2017-11-16 |
| | | | | | | If a branch was deleted from server, sometimes it is not reflected on local copy. Therefore, we need to remove the branch with same name if it is out of sync and then checkout to correct version. | ||
* | Refactoring: remove sessionRelease() | Unknwon | 2017-06-11 |
| | | | | XORM supports automatic roll back in session Close() already. | ||
* | models: remove redundant tags for primary keys | Unknwon | 2017-05-21 |
| | |||
* | 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 | ||
* | models/repo_editor: add pull request test task after commit (#4338) | Unknwon | 2017-03-25 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Web editor: support upload files | Unknwon | 2016-08-30 |
| | |||
* | Web editor: fix cannot create new file in subdirectory | Unknwon | 2016-08-29 |
| | |||
* | Web editor: improve delete file process | Unknwon | 2016-08-28 |
| | |||
* | #3505 use user’s info for committer and author | Unknwon | 2016-08-27 |
| | |||
* | 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 |
| | |||
* | Web editor: improve delete file | Unknwon | 2016-08-14 |
| | |||
* | Web editor: improve edit file and diff preview | Unknwon | 2016-08-14 |