Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix panic when no master branch | Unknown | 2014-05-01 |
| | |||
* | Collaborator | Unknown | 2014-05-01 |
| | |||
* | Fix #150 | Unknown | 2014-05-01 |
| | |||
* | Fix #150 | Unknown | 2014-05-01 |
| | |||
* | Fix #148 | Unknown | 2014-05-01 |
| | |||
* | Fix #149 | Unknown | 2014-05-01 |
| | |||
* | Add /api/v1/users/search | Unknown | 2014-04-30 |
| | |||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknown | 2014-04-30 |
|\ | |||
| * | bug fixed | Lunny Xiao | 2014-04-30 |
| | | |||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | Lunny Xiao | 2014-04-30 |
|\| | |||
| * | Mirror fix on public key | Unknown | 2014-04-27 |
| | | |||
| * | Add login by email | Unknown | 2014-04-27 |
| | | |||
| * | HTTP no follow and offline mode | Unknown | 2014-04-27 |
| | | |||
| * | Fix #107 | Unknown | 2014-04-26 |
| | | |||
* | | add fix command for upgrade | Lunny Xiao | 2014-04-30 |
|/ | |||
* | Merge pull request #112 from juju2013/master | 无闻 | 2014-04-24 |
|\ | | | | | basic support for LDAP/Microsoft Active Directory authentication | ||
| * | initial support for LDAP authentication/MSAD | juju2013 | 2014-04-23 |
| | | |||
* | | New err check style | Unknown | 2014-04-22 |
|/ | |||
* | Prepare for v0.3.0 release | Unknown | 2014-04-21 |
| | |||
* | API fix | Unknown | 2014-04-21 |
| | |||
* | API change | Unknown | 2014-04-19 |
| | |||
* | Mirror updates | Unknown | 2014-04-19 |
| | |||
* | Fix import path | Unknown | 2014-04-18 |
| | |||
* | Bug fix on build tag | Unknown | 2014-04-17 |
| | |||
* | Mirror bug fix on downloading zip | Unknown | 2014-04-15 |
| | |||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknown | 2014-04-14 |
|\ | |||
| * | change gravatar image to match URL scheme | Christopher Brickley | 2014-04-14 |
| | | |||
| * | update SetEngine for postgresql #76 | Christopher Brickley | 2014-04-14 |
| | | |||
* | | fix title extra quoted | skyblue | 2014-04-14 |
|/ | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-04-14 |
|\ | |||
| * | Merge branch 'dev' of github.com:gogits/gogs into dev | Lunny Xiao | 2014-04-14 |
| |\ | |||
| * | | bug fixed #76 | Lunny Xiao | 2014-04-14 |
| | | | |||
* | | | Mirror updates | Unknown | 2014-04-14 |
| |/ |/| | |||
* | | Finish release | Unknown | 2014-04-14 |
| | | |||
* | | push tag support | Unknown | 2014-04-13 |
| | | |||
* | | Add weibo oauth | Unknown | 2014-04-13 |
| | | |||
* | | Clean oauth code | Unknown | 2014-04-13 |
|/ | |||
* | go get | Unknown | 2014-04-13 |
| | |||
* | go vet | Unknown | 2014-04-13 |
| | |||
* | Able to change mirror interval now | Unknown | 2014-04-12 |
| | |||
* | update with new git | slene | 2014-04-13 |
| | |||
* | finish mirror fix #63 | Unknown | 2014-04-12 |
| | |||
* | Add repo mirror and import | Unknown | 2014-04-12 |
| | |||
* | Mirror fix on sqlite3 tag | Unknown | 2014-04-12 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-04-12 |
|\ | |||
| * | add oauth2 qq support | skyblue | 2014-04-13 |
| | | |||
| * | Merge branch 'dev' of github.com:gogits/gogs into dev | skyblue | 2014-04-12 |
| |\ | |||
| * | | add google oauth2 support | skyblue | 2014-04-12 |
| | | | |||
* | | | Merge branch 'master' of github.com:gogits/gogs into dev | Unknown | 2014-04-12 |
|\ \ \ | |_|/ |/| | | |||
| * | | Add sqlite build tag | Michael Crosby | 2014-04-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | This adds a sqlite build tag so that you don't have to have the sqlite import commented out in code and users can run: go build -tags sqlite if they want to have sqlite support enabled. It is disabled by default so nothing changes with the default go get or build commands. |