aboutsummaryrefslogtreecommitdiff
path: root/models/admin.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-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)Unknwon2019-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 supportUnknwon2018-12-11
|
* models: skip JSON for fields skipped by XORMUnknwon2018-06-09
| | | | Reduce output JSON size by backup command
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* locale: sync from CrowdinUnknwon2018-03-30
|
* models: remove redundant tags for primary keysUnknwon2017-05-21
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-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)Unknwon2017-02-18
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Skip deletion for temporary data when not exist on Windows (#4069)Unknwon2017-01-30
|
* Remove redundant Unix timestamp method callUnknwon2016-07-23
| | | | Unix() already uses UTC as timezone
* Add comment note (#3093)Andrey Nering2016-05-23
|
* Fix remove folder issues, including initialization failling. (#2969)Andrey Nering2016-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)Unknwon2016-03-09
|
* Workaroud delete folder on Windows. Fix #1738Andrey Nering2016-02-07
|
* #2558 delete local wiki copy when rename repo and userUnknwon2016-02-05
|
* #2052 advanced select ops for system noticesUnknwon2015-12-05
|
* #2052 Ability to batch delete system noticesUnknwon2015-12-01
|
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-25
|
* Fix #532, add system noticeUnknwon2014-10-08