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: remove legacy support | Unknwon | 2018-12-11 |
| | |||
* | models: skip JSON for fields skipped by XORM | Unknwon | 2018-06-09 |
| | | | | Reduce output JSON size by backup command | ||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | locale: sync from Crowdin | Unknwon | 2018-03-30 |
| | |||
* | models: remove redundant tags for primary keys | Unknwon | 2017-05-21 |
| | |||
* | 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 | ||
* | models/repo: handle deletion on Windows (#4152) | Unknwon | 2017-02-18 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | Skip deletion for temporary data when not exist on Windows (#4069) | Unknwon | 2017-01-30 |
| | |||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 |
| | | | | Unix() already uses UTC as timezone | ||
* | Add comment note (#3093) | Andrey Nering | 2016-05-23 |
| | |||
* | Fix remove folder issues, including initialization failling. (#2969) | Andrey Nering | 2016-05-06 |
| | | | | - Prevent panic on creating notice if database is not available - Prevent incorrect folder on Windows ("/" instead of "\") | ||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | Workaroud delete folder on Windows. Fix #1738 | Andrey Nering | 2016-02-07 |
| | |||
* | #2558 delete local wiki copy when rename repo and user | Unknwon | 2016-02-05 |
| | |||
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 |
| | |||
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 |
| | |||
* | New admin notice UI based on user list example | Antoine GIRARD | 2015-09-25 |
| | |||
* | Fix #532, add system notice | Unknwon | 2014-10-08 |