summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mirror changesUnknown2014-04-305-8/+11
|
* Merge pull request #143 from tsigo/rs-install-default-hosts无闻2014-04-292-1/+16
|\ | | | | Install: Set the default host string based on database type
| * Install: Set the default host string based on database typeRobert Speicher2014-04-292-1/+16
|/
* Prepare for v0.3.1 hotfixUnknown2014-04-287-6/+5
|
* Merge pull request #135 from clee/show-parents无闻2014-04-272-1/+20
|\ | | | | Show parents in commit diff page
| * Show parents in commit diff pageChris Lee2014-04-272-1/+20
| |
* | Mirror fix on public keyUnknown2014-04-272-8/+9
| |
* | Add login by emailUnknown2014-04-274-29/+14
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-273-4/+4
|\ \ | | | | | | | | | | | | Conflicts: templates/repo/single_list.tmpl
| * | Merge pull request #134 from clee/master无闻2014-04-273-4/+4
| |\| | | | | | | Use commit summaries instead of full messages
| | * Use commit summaries instead of full messagesChris Lee2014-04-273-4/+4
| | |
* | | HTTP no follow and offline modeUnknown2014-04-2717-74/+54
|/ /
* | Batch mirror fixUnknown2014-04-2613-80/+68
| |
* | Fix #107Unknown2014-04-261-1/+2
| |
* | Merge branch 'master' of github.com:gogits/gogsUnknown2014-04-261-1/+0
|\| | | | | | | | | Conflicts: modules/base/conf.go
| * bug fixedLunny Xiao2014-04-262-4/+5
| |
* | Merge pull request #132 from fundon/fix_codename_match无闻2014-04-261-1/+2
|\ \ | | | | | | Fixed codename match issue, when using `FROM ubuntu` wil be pulled latest image
| * | Fixed codename match issue, when using `FROM ubuntu` wil be pulled latest imagefundon2014-04-271-1/+2
|/ /
* | Fix #102Unknown2014-04-265-30/+45
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-262-4/+5
|\ \
| * | bug fixedLunny Xiao2014-04-262-4/+5
| | |
* | | Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-251-1/+1
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #129 from shabbychef/patch-1无闻2014-04-251-1/+1
| |\ | | | | | | explicitly install sudo
| | * explicitly install sudoSteven Pav2014-04-251-1/+1
| |/ | | | | ```deploy.sh``` in the docker container requires ```sudo```; this should resolve #127.
* | Merge pull request #124 from fundon/delete-superfluous-variable无闻2014-04-251-2/+0
|\ \ | |/ |/| delete superfluous environment variables
| * delete superfluous environment variablesfundon2014-04-251-2/+0
|/
* Merge pull request #112 from juju2013/master无闻2014-04-247-8/+216
|\ | | | | basic support for LDAP/Microsoft Active Directory authentication
| * initial support for LDAP authentication/MSADjuju20132014-04-237-8/+216
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-241-2/+2
|\ \
| * \ Merge pull request #114 from deringer/dev无闻2014-04-231-1/+1
| |\ \ | | | | | | | | Missed one typo while fixing another... on the same line. Deplorable eff...
| | * | Missed one typo while fixing another... on the same line. Deplorable effort ↵Michael Dyrynda2014-04-241-1/+1
| | | | | | | | | | | | | | | | on my part! @bradleyfalzon
| * | | Merge pull request #113 from deringer/dev无闻2014-04-231-2/+2
| |\| | | | | | | | | | fixed typo
| | * | fixed typoMichael Dyrynda2014-04-241-2/+2
| |/ /
* | | Merge pull request #120 from james-anderson/master无闻2014-04-244-6/+6
|\ \ \ | | | | | | | | fixed some broken forms in user settings
| * | | fixed some broken forms that were introduced in james-anderson@521c5f0e10James Anderson2014-04-244-6/+6
| | | |
* | | | Merge pull request #111 from james-anderson/master无闻2014-04-235-11/+11
|\| | | | | | | | | | | Changed 'setting' url to settings, and a small typo fix
| * | | Close to ClosedJames Anderson2014-04-231-1/+1
| | | |
| * | | Changed setting url to settingsJames Anderson2014-04-234-10/+10
|/ / /
* | | doc improvementsLunny Xiao2014-04-232-2/+1
| | |
* | | Merge branch 'master' of github.com:gogits/gogsLunny Xiao2014-04-2316-71/+225
|\ \ \
| * \ \ Merge pull request #109 from laofo/master无闻2014-04-232-0/+75
| |\ \ \ | | |/ / | |/| | Create the installation guide for gogs on ubuntu (src & binary)
| | * | format the doc and add commentslaofo2014-04-231-2/+4
| | | |
| | * | format the doclaofo2014-04-232-59/+61
| | | |
| | * | use the dedicated user, git, to run gogslaofo2014-04-231-0/+1
| | | |
| | * | add the installation guide on ubuntu, including binary install and source ↵laofo2014-04-232-0/+70
| |/ / | | | | | | | | | install
| * | Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-239-53/+140
| |\ \
| | * \ Merge pull request #105 from dockboard/master无闻2014-04-239-53/+140
| | |\ \ | | | | | | | | | | Add Memcached and Redis Docker supported with MySQL and PostGreSQL
| | | * | Sync with gigs master branch.Meaglith Ma2014-04-235-920/+0
| | | | |
| | | * | Add memcached and redis Docker supportedMeaglith Ma2014-04-23118-1605/+6092
| | | |\ \ | | | |/ / | | |/| |
| | | * | Merge branch 'feature/docker'crystaldust2014-04-2312-22/+328
| | | |\ \ | | | | | | | | | | | | | | | | | | Add the sciprt for deplying gogs in docker, support the user to choose database(MySQL or PostgreSQL) and memory cache(redis or memcached).