Rémy Boulanouar
61ec6729e6
Change import reference to match gitea instead of gogs ( #37 )
2016-11-03 10:29:56 -02:00
Unknwon
a9ebee89b6
Minor code fix [CI SKIP]
2016-08-31 04:31:53 -07:00
Unknwon
d0e795c327
migrations: sync table first
2016-08-26 17:32:41 -07:00
Unknwon
e0fb31c635
migrations: set comment updated as created
2016-08-26 14:07:21 -07:00
Unknwon
f97cea1903
Remove redundant Unix timestamp method call
...
Unix() already uses UTC as timezone
2016-07-23 20:24:44 +08:00
Unknwon
955ef33d74
models/user_mail: refactor EmailAddress
2016-07-16 10:08:04 +08:00
Unknwon
da9ed19994
Use SecurityProtocol to replace UseSSL in LDAP config
...
Initially proposed by #2376 and fixes #3068 as well.
2016-07-08 07:25:09 +08:00
Unknwon
dae318c33d
#2302 Replace time.Time with Unix Timestamp (int64)
2016-03-09 19:53:30 -05:00
Unknwon
e106eb2000
Replace uuid module with original package
2016-02-20 18:13:12 -05:00
Unknwon
bd68497ea9
fix possible disclosure
2015-12-14 17:06:54 -05:00
Unknwon
edec7304ce
Drop 0.5.x support
2015-12-10 19:52:06 -05:00
Unknwon
846af28787
add unsupported migration prompt
2015-11-25 09:27:27 -05:00
Unknwon
cc4c21d32a
go vet and fix #1890
2015-11-08 14:31:49 -05:00
Unknwon
799066c3aa
safe check
2015-10-31 23:25:08 -04:00
Unknwon
b1360faa02
work #1705
2015-10-31 23:18:58 -04:00
Unknwon
f096db05aa
New/reopen PR checks if there is any unmerged and open PR
2015-10-18 19:30:39 -04:00
Unknwon
f578f10314
minor fix on API response
2015-08-19 20:08:57 +08:00
Unknwon
8868c58a0b
finish attachments when create issue
2015-08-11 23:24:40 +08:00
Unknwon
e3259b3654
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
...
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
2015-08-10 23:01:41 +08:00
Unknwon
b3a024b708
minor fix on #1460
2015-08-10 22:59:12 +08:00
Unknwon
4083ee3e3e
add migrate from issue.label_ids to issue_label
2015-08-10 14:42:50 +08:00
Unknwon
a1b1352dbc
#334 : Add Deployment Key Support
2015-08-06 22:48:11 +08:00
Unknwon
0c04695ba2
fix #864 with migration and update locale
2015-07-26 22:06:28 +08:00
Unknwon
d6622863b5
auto fix locale file name change
2015-03-25 19:51:22 -04:00
Unknwon
eee391e67d
#1080 : Remove footer ads/branding from default template
2015-03-23 10:19:19 -04:00
Unknwon
ebfce21513
#1032 : legacy code can have duplicated IDs for same repository
2015-03-12 15:09:40 -04:00
Unknwon
5969cda479
models/migrations: fix update error
2015-02-28 23:58:04 -05:00
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
2015-02-23 02:15:53 -05:00
Peter Smit
7c22ddf98d
Rewrite of access migration
...
The old migration had a few issues:
- It left old column names around
- It did not give the right access levels for owners and admins
Also, this includes a migration that fixes the authorization of owner teams, which was previously ORG_ADMIN (instead of ORG_OWNER)
2015-02-13 13:58:19 +02:00
Unknwon
38d3262e48
models/migrations: finish accessRefactor
2015-02-12 22:43:32 -05:00
无闻
4a6c7e10f2
Merge pull request #941 from phsmit/access_refactor
...
Access refactor
2015-02-12 21:34:27 -05:00
Unknwon
ee13766710
models/migrations: fix little logic error
2015-02-12 12:46:21 -05:00
Peter Smit
81083a9415
Refactoring of the Access Table
...
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens.
2015-02-12 14:14:45 +02:00
Peter Smit
fda8920ff0
Some comments and improvements for migrations
2015-02-12 13:59:42 +02:00
Unknwon
bd119381ba
models/migartions: make Migration as interface and use session
2015-02-11 23:10:30 -05:00
Unknwon
4f24a5ef7d
first pass work on migration #925
2015-02-11 21:58:37 -05:00
Peter Smit
bef38d9d3f
Fix collaboration migration code
2015-02-04 16:03:39 +02:00
Peter Smit
76f8904718
Introducing Collaboration Struct
2015-01-23 09:54:16 +02:00
Peter Smit
4ef3245413
Migration code: errors are not to be forgotten
2015-01-22 15:01:45 +02:00
Peter Smit
2a70d6b723
Clean up migrations code
2015-01-22 14:56:50 +02:00
Peter Smit
bb103e8723
Create db migrations framework
2015-01-22 14:52:58 +02:00