Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remember diff view style (#163) | Andrey Nering | 2016-11-13 | 2 | -1/+15 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | use x.SQL instead of x.Sql | Lunny Xiao | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
| | |||||
* | Minor code fix [CI SKIP] | Unknwon | 2016-08-31 | 1 | -0/+1 |
| | |||||
* | migrations: sync table first | Unknwon | 2016-08-26 | 2 | -3/+9 |
| | |||||
* | migrations: set comment updated as created | Unknwon | 2016-08-26 | 2 | -0/+21 |
| | |||||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -6/+6 |
| | | | | Unix() already uses UTC as timezone | ||||
* | models/user_mail: refactor EmailAddress | Unknwon | 2016-07-16 | 1 | -2/+2 |
| | |||||
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 | 2 | -8/+62 |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | ||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -0/+220 |
| | |||||
* | Replace uuid module with original package | Unknwon | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | fix possible disclosure | Unknwon | 2015-12-14 | 1 | -6/+37 |
| | |||||
* | Drop 0.5.x support | Unknwon | 2015-12-10 | 1 | -296/+11 |
| | |||||
* | add unsupported migration prompt | Unknwon | 2015-11-25 | 1 | -0/+5 |
| | |||||
* | go vet and fix #1890 | Unknwon | 2015-11-08 | 1 | -2/+2 |
| | |||||
* | safe check | Unknwon | 2015-10-31 | 1 | -0/+6 |
| | |||||
* | work #1705 | Unknwon | 2015-10-31 | 1 | -0/+43 |
| | |||||
* | New/reopen PR checks if there is any unmerged and open PR | Unknwon | 2015-10-18 | 1 | -0/+47 |
| | |||||
* | minor fix on API response | Unknwon | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | finish attachments when create issue | Unknwon | 2015-08-11 | 1 | -2/+93 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 | 1 | -0/+3 |
|\ | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css | ||||
| * | minor fix on #1460 | Unknwon | 2015-08-10 | 1 | -0/+3 |
| | | |||||
* | | add migrate from issue.label_ids to issue_label | Unknwon | 2015-08-10 | 1 | -1/+60 |
|/ | |||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | fix #864 with migration and update locale | Unknwon | 2015-07-26 | 1 | -5/+69 |
| | |||||
* | auto fix locale file name change | Unknwon | 2015-03-25 | 1 | -0/+17 |
| | |||||
* | #1080: Remove footer ads/branding from default template | Unknwon | 2015-03-23 | 1 | -4/+4 |
| | |||||
* | #1032: legacy code can have duplicated IDs for same repository | Unknwon | 2015-03-12 | 1 | -1/+4 |
| | |||||
* | models/migrations: fix update error | Unknwon | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 1 | -12/+64 |
| | |||||
* | Rewrite of access migration | Peter Smit | 2015-02-13 | 1 | -60/+78 |
| | | | | | | | | 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) | ||||
* | models/migrations: finish accessRefactor | Unknwon | 2015-02-12 | 1 | -5/+90 |
| | |||||
* | Merge pull request #941 from phsmit/access_refactor | 无闻 | 2015-02-12 | 1 | -0/+6 |
|\ | | | | | Access refactor | ||||
| * | Refactoring of the Access Table | Peter Smit | 2015-02-12 | 1 | -2/+8 |
| | | | | | | | | | | | | 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. | ||||
* | | models/migrations: fix little logic error | Unknwon | 2015-02-12 | 1 | -10/+12 |
|/ | |||||
* | Some comments and improvements for migrations | Peter Smit | 2015-02-12 | 1 | -14/+16 |
| | |||||
* | models/migartions: make Migration as interface and use session | Unknwon | 2015-02-11 | 1 | -22/+61 |
| | |||||
* | first pass work on migration #925 | Unknwon | 2015-02-11 | 1 | -44/+51 |
| | |||||
* | Fix collaboration migration code | Peter Smit | 2015-02-04 | 1 | -4/+15 |
| | |||||
* | Introducing Collaboration Struct | Peter Smit | 2015-01-23 | 1 | -1/+97 |
| | |||||
* | Migration code: errors are not to be forgotten | Peter Smit | 2015-01-22 | 1 | -2/+6 |
| | |||||
* | Clean up migrations code | Peter Smit | 2015-01-22 | 1 | -4/+6 |
| | |||||
* | Create db migrations framework | Peter Smit | 2015-01-22 | 1 | -0/+47 |