Unknwon
d61bcdc10b
Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
9 years ago
Unknwon
849967607d
models/user_mail: refactor EmailAddress
9 years ago
Unknwon
126c84acc4
Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
9 years ago
Unknwon
9f43369667
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Unknwon
b1198310bb
Replace uuid module with original package
9 years ago
Unknwon
35703e5fda
fix possible disclosure
9 years ago
Unknwon
c06d96f616
Drop 0.5.x support
9 years ago
Unknwon
a4f930f86c
add unsupported migration prompt
9 years ago
Unknwon
2e68e18401
go vet and fix #1890
9 years ago
Unknwon
41ac33c7f9
safe check
9 years ago
Unknwon
5f8859aec7
work #1705
9 years ago
Unknwon
20f3397f8c
New/reopen PR checks if there is any unmerged and open PR
9 years ago
Unknwon
c2d2309120
minor fix on API response
9 years ago
Unknwon
7af7ee836c
finish attachments when create issue
10 years ago
Unknwon
d59d30b53b
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
10 years ago
Unknwon
8dfd87829c
minor fix on #1460
10 years ago
Unknwon
cdcc2cee74
add migrate from issue.label_ids to issue_label
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
456de7a400
fix #864 with migration and update locale
10 years ago
Unknwon
84ea54669b
auto fix locale file name change
10 years ago
Unknwon
a62f116b02
#1080 : Remove footer ads/branding from default template
10 years ago
Unknwon
ebfce21513
#1032 : legacy code can have duplicated IDs for same repository
10 years ago
Unknwon
5969cda479
models/migrations: fix update error
10 years ago
Unknwon
56a29ce158
v4 migration, merge 'dev', clean code and mirror fix
10 years ago
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)
10 years ago
Unknwon
38d3262e48
models/migrations: finish accessRefactor
10 years ago
无闻
4a6c7e10f2
Merge pull request #941 from phsmit/access_refactor
Access refactor
10 years ago
Unknwon
ee13766710
models/migrations: fix little logic error
10 years ago
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.
10 years ago
Peter Smit
fda8920ff0
Some comments and improvements for migrations
10 years ago
Unknwon
bd119381ba
models/migartions: make Migration as interface and use session
10 years ago
Unknwon
4f24a5ef7d
first pass work on migration #925
10 years ago
Peter Smit
bef38d9d3f
Fix collaboration migration code
10 years ago
Peter Smit
76f8904718
Introducing Collaboration Struct
10 years ago
Peter Smit
4ef3245413
Migration code: errors are not to be forgotten
10 years ago
Peter Smit
2a70d6b723
Clean up migrations code
10 years ago
Peter Smit
bb103e8723
Create db migrations framework
10 years ago