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: rename Id to ID | Unknwon | 2018-08-16 |
| | |||
* | 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 |
| | |||
* | 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: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
| | |||
* | release: able to add attchments to release (#1614) | Unknwon | 2017-03-13 |
| | | | | Added new config section '[release.attachment]’. | ||
* | webhook: add Release event (#2387) | Unknwon | 2017-03-11 |
| | |||
* | release: improve page load performance | Unknwon | 2017-03-10 |
| | | | | | | | | Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'. | ||
* | Some code renaming | Unknwon | 2016-12-22 |
| | |||
* | Fix vulnerability reported in #3962 | Unknwon | 2016-12-22 |
| | |||
* | Fix #3315: Release dont use tag creation date (#3374) | Thibault Meyer | 2016-08-06 |
| | | | | | | | | | | * Fix #3315: Release dont use tag creation date * Simplify code and apply gofmt * remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost * apply gofmt on modified files | ||
* | models/release: Update Sha1 if tag already exists (#3331) | 마누엘 | 2016-07-28 |
| | | | | | | Since the release struct is initialized with the current `HEAD` of the current `release.Target` the commit id has to be updated if the tag commit already exists. Otherwise the linked commit on the release page will target the current `HEAD` at release time. | ||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 |
| | | | | Unix() already uses UTC as timezone | ||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 |
| | |||
* | models/release: filter input to prevent command line argument vulnerability | Unknwon | 2016-05-06 |
| | |||
* | fix #2804 | Unknwon | 2016-03-11 |
| | |||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 |
| | | | | newly named fields. | ||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | rename import path | Unknwon | 2015-12-15 |
| | |||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 |
| | |||
* | wiki: finish new | Unknwon | 2015-11-27 |
| | |||
* | introduce git-shell | Unknwon | 2015-11-26 |
| | |||
* | fix #2002 | Unknwon | 2015-11-20 |
| | |||
* | fix #1383 | Unknwon | 2015-11-20 |
| | |||
* | fix #1958 | Unknwon | 2015-11-15 |
| | |||
* | rename fields | Unknwon | 2015-11-03 |
| | |||
* | fix release created timezone issue | Unknwon | 2015-08-24 |
| | |||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 |
| | |||
* | Fix #165 | Unknown | 2014-06-21 |
| | |||
* | Support edit release and save as draft | Unknown | 2014-06-12 |
| | |||
* | Fix #197 | Unknown | 2014-06-12 |
| | |||
* | Mirror fix | Unknown | 2014-06-12 |
| | |||
* | update with git api | slene | 2014-05-10 |
| | |||
* | fix title extra quoted | skyblue | 2014-04-14 |
| | |||
* | Finish release | Unknown | 2014-04-14 |