aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | | * | | | Fix #67Unknown2014-04-08
| | | |/ / /
| | * | | | Merge branch 'master' of github.com:gogits/gogs into devLunny Xiao2014-04-10
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: web.go
| * | | | | Merge pull request #68 from gogits/dev无闻2014-04-07
| |\ \ \ \ \ | | | |/ / / | | |/| | | Dev
| | * | | | Fix #66Unknown2014-04-07
| | | | | |
| | * | | | Fix issue with log in with GitHub but need more error handle afterUnknown2014-04-07
| | | | | |
| | * | | | Fix issue with log in with GitHub but need more error handle afterUnknown2014-04-07
| | | | | |
| | * | | | first works oauth2(github). need to login with /user/login/githubskyblue2014-04-07
| | | | | |
| | * | | | Merge branch 'dev' of github.com:gogits/gogs into devskyblue2014-04-07
| | |\ \ \ \
| | | * | | | Add @ # commit link detect on all markdown renderUnknown2014-04-07
| | | | | | |
| | | * | | | Work on commentUnknown2014-04-07
| | | | | | |
| | | * | | | Add salt for every single userUnknown2014-04-06
| | | | | | |
| | | * | | | Fix bug related to logUnknown2014-04-06
| | | | | | |
| | | * | | | Fix bug related to logUnknown2014-04-06
| | | | | | |
| | | * | | | Fix bug related to logUnknown2014-04-06
| | | | | | |
| | | * | | | Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-06
| | | |\ \ \ \
| | | * | | | | Fix bug related to logUnknown2014-04-06
| | | | | | | |
| | * | | | | | update fswatch.jsonskyblue2014-04-07
| | | |/ / / / | | |/| | | |
| | * | | | | better looks on githubskyblue2014-04-07
| | | | | | |
| | * | | | | fix start.sh in crontab run failed problemskyblue2014-04-07
| | | | | | |
| | * | | | | Merge branch 'dev' of github.com:gogits/gogs into devskyblue2014-04-06
| | |\| | | |
| | | * | | | username & repo-name changing help messageFuXiaoHei2014-04-06
| | | | | | |
| | | * | | | release-new page uiFuXiaoHei2014-04-06
| | | | | | |
| | | * | | | Merge branch 'dev' of https://github.com/gogits/gogs into devFuXiaoHei2014-04-06
| | | |\ \ \ \
| | | | * | | | Add reset password, fix #58Unknown2014-04-05
| | | | | | | |
| | | | * | | | Use gogits/session for oauth2Unknown2014-04-05
| | | | | | | |
| | | * | | | | add release-new routeFuXiaoHei2014-04-06
| | | | | | | |
| | * | | | | | add fswatch.json for hot compileskyblue2014-04-06
| | | | | | | |
| | * | | | | | Merge branches 'dev' and 'dev' of github.com:gogits/gogs into devskyblue2014-04-05
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | add oauth2 table initskyblue2014-04-05
| | |\ \ \ \ \ \
| | | * | | | | | update models, add licence in start.shskyblue2014-04-05
| | | | | | | | |
| | | | | | * | | bug fixedLunny Xiao2014-04-10
| | | | | |/ / / | | | | |/| | |
| | | | * | | | bug fixedLunny Xiao2014-04-05
| | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'dev' of github.com:gogits/gogs into devLunny Xiao2014-04-05
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: routers/repo/repo.go
| | | * | | | | Use session for rolling backUnknown2014-04-04
| | | | | | | |
| | * | | | | | add ssl support for webLunny Xiao2014-04-05
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'feature/docker'crystaldust2014-04-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add the sciprt for deplying gogs in docker, support the user to choose database(MySQL or PostgreSQL) and memory cache(redis or memcached).
| * | | | | | | Add the configs comments, and update the README.md filecrystaldust2014-04-23
| | | | | | | |
| * | | | | | | Remove the dependency of Unkwon/com, since gogs has already integrate the ↵crystaldust2014-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lateset version of Unkwon/com.
| * | | | | | | Update the githu.com/Unknwon/com module before getting gogs.crystaldust2014-04-23
| | | | | | | |
| * | | | | | | Change the image naming, start with "gogits/"crystaldust2014-04-23
| | | | | | | |
| * | | | | | | Add the MEM db config replacement script in the deploy.sh.crystaldust2014-04-22
| | | | | | | |
| * | | | | | | Checkout to the latest dev branch when building the gogs docker image.crystaldust2014-04-22
| | | | | | | |
| * | | | | | | Add the redis Dockerfilecrystaldust2014-04-22
| | | | | | | |
| * | | | | | | Add the memcache(d) Dockerfilecrystaldust2014-04-22
| | | | | | | |
| * | | | | | | Change the MySQL password placeholder to THE_DB_PASSWORD.crystaldust2014-04-22
| | | | | | | |
| * | | | | | | Allow the user to config the apt source in build.shcrystaldust2014-04-15
| | | | | | | |
| * | | | | | | Add two apt source:aliyun and nchc, make a '#sourcename#' before the RUN ↵crystaldust2014-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command to make the apt source configurable in build.sh
| * | | | | | | Remove the installation of PostgreSQL, which not needed actually.crystaldust2014-04-15
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge remote-tracking branch 'origin/master'Lance Ju2014-04-16
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | Add the support of postgres as the database. (Config the db in the build.sh file, make the DB_TYPE to 'postgres').
| | * | | | | Update README.mdcrystaldust2014-04-11
| | | | | | | | | | | | | | | | | | | | | Update the guide of how to deploy gogs in docker with the scripts.