Unknwon
|
613139e7be
|
Enable Go modules (#5835)
* 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
|
2019-10-23 23:03:17 -07:00 |
Unknwon
|
8e2c3b315b
|
models: remove legacy support
|
2018-12-11 22:00:01 -05:00 |
Unknwon
|
53c8e4263b
|
models: skip JSON for fields skipped by XORM
Reduce output JSON size by backup command
|
2018-06-09 16:06:47 +08:00 |
Unknwon
|
aff4208244
|
*: rename "gogits" to "gogs"
|
2018-05-27 08:53:48 +08:00 |
Unknwon
|
0152e12172
|
locale: sync from Crowdin
|
2018-03-30 23:19:20 -04:00 |
Unknwon
|
ce6e8ed8fe
|
models: remove redundant tags for primary keys
|
2017-05-21 04:36:41 -04:00 |
Unknwon
|
6fbb984ebf
|
Refactoring: rename pkg/base -> pkg/tool
|
2017-04-05 09:05:40 -04:00 |
Unknwon
|
d05395fe90
|
Refactoring: rename modules -> pkg
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
|
2017-04-04 19:29:59 -04:00 |
Unknwon
|
40fbe7fa8e
|
models/repo: handle deletion on Windows (#4152)
|
2017-02-18 22:47:32 -05:00 |
Unknwon
|
eb66060cd7
|
log: start using gopkg.in/clog.v1
|
2017-02-09 19:29:59 -05:00 |
Unknwon
|
185c90df12
|
Skip deletion for temporary data when not exist on Windows (#4069)
|
2017-01-30 13:30:04 -05:00 |
Unknwon
|
250be011c7
|
Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
|
2016-07-23 20:24:44 +08:00 |
Andrey Nering
|
12d30255a7
|
Add comment note (#3093)
|
2016-05-23 13:24:40 -07:00 |
Andrey Nering
|
d8612f7704
|
Fix remove folder issues, including initialization failling. (#2969)
- Prevent panic on creating notice if database is not available
- Prevent incorrect folder on Windows ("/" instead of "\")
|
2016-05-06 15:48:18 -04:00 |
Unknwon
|
ad513a20e9
|
#2302 Replace time.Time with Unix Timestamp (int64)
|
2016-03-09 19:53:30 -05:00 |
Andrey Nering
|
d37cf09ccd
|
Workaroud delete folder on Windows. Fix #1738
|
2016-02-07 13:39:32 -02:00 |
Unknwon
|
f8182ac521
|
#2558 delete local wiki copy when rename repo and user
|
2016-02-05 14:11:53 -05:00 |
Unknwon
|
f41360d864
|
#2052 advanced select ops for system notices
|
2015-12-05 01:09:14 -05:00 |
Unknwon
|
0be8b1b1a1
|
#2052 Ability to batch delete system notices
|
2015-12-01 23:33:08 -05:00 |
Antoine GIRARD
|
14a1101139
|
New admin notice UI based on user list example
|
2015-09-25 18:13:38 +02:00 |
Unknwon
|
1aa76bd279
|
Fix #532, add system notice
|
2014-10-08 18:29:18 -04:00 |