无闻
|
9a5e49cccb
|
Merge pull request #90 from cburgdorf/patch-1
fixed typo
|
2014-04-21 20:16:22 -04:00 |
|
Christoph Burgdorf
|
338fc122fa
|
fixed typo
|
2014-04-22 00:53:04 +02:00 |
|
Bryan Johnson
|
34d18a19a3
|
Minor grammatical fix for Disable Registration feature
|
2014-04-21 18:03:04 -04:00 |
|
Unknown
|
de01f81489
|
Prepare for v0.3.0 release
|
2014-04-21 06:54:07 -04:00 |
|
Unknown
|
660b47373d
|
Prepare for release v0.3.0
|
2014-04-21 06:37:57 -04:00 |
|
Unknown
|
11a28428de
|
Merge branch 'master' of github.com:gogits/gogs
|
2014-04-21 02:24:39 -04:00 |
|
Unknown
|
ea29a9b846
|
API fix
|
2014-04-21 02:24:35 -04:00 |
|
无闻
|
7b91dfeb01
|
Update reset_passwd.tmpl
|
2014-04-21 00:27:40 -04:00 |
|
Unknown
|
006c45e21d
|
Mirror change
|
2014-04-20 20:52:00 -04:00 |
|
无闻
|
e55d1ea3d6
|
Merge pull request #85 from twitchyliquid64/master
Corrected grammar and spelling mistakes
|
2014-04-20 14:05:51 -04:00 |
|
twitchyliquid64
|
d304a23787
|
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
|
2014-04-20 16:54:26 +10:00 |
|
Unknown
|
5fdfc2e223
|
Add debug log
|
2014-04-19 23:37:04 -04:00 |
|
Unknown
|
8bed017557
|
Add build tag enable prompt
|
2014-04-19 22:13:22 -04:00 |
|
Unknown
|
0e41726ece
|
API change
|
2014-04-19 06:15:47 -04:00 |
|
Unknown
|
eda3f8b3b3
|
Mirror updates
|
2014-04-19 06:00:08 -04:00 |
|
Unknown
|
b32e223db5
|
Mirror fix
|
2014-04-18 21:17:43 -04:00 |
|
Unknown
|
bda8fdc5f4
|
fix bug when logout without activate
|
2014-04-18 21:14:35 -04:00 |
|
Unknown
|
aa58320a1b
|
Add 2 more gitignore
|
2014-04-18 12:17:28 -04:00 |
|
Unknown
|
8719c1b8c5
|
Mirror bug fix
|
2014-04-18 12:12:10 -04:00 |
|
Unknown
|
642687d08d
|
Merge branch 'dev' of github.com:gogits/gogs into dev
|
2014-04-18 09:35:14 -04:00 |
|
Unknown
|
49c01c0b57
|
Fix import path
|
2014-04-18 09:35:09 -04:00 |
|
skyblue
|
55af04d801
|
Merge branch 'master' into dev
|
2014-04-18 21:16:39 +08:00 |
|
skyblue
|
96f7af1d70
|
add supersor sample
|
2014-04-18 21:15:53 +08:00 |
|
Unknown
|
f8571f4db1
|
Bug fix on build tag
|
2014-04-17 03:31:21 -04:00 |
|
Unknown
|
7d2632784f
|
Mirror fix
|
2014-04-17 02:20:24 -04:00 |
|
无闻
|
e44655f722
|
Merge pull request #83 from dockboard/master
Add postgresql support in docker deployed.
|
2014-04-16 14:04:07 -04:00 |
|
Unknown
|
1bfe4ee665
|
Merge branch 'master' of github.com:gogits/gogs
|
2014-04-16 07:13:20 -04:00 |
|
Unknown
|
2dc0329c5f
|
Fix auth issue on #80
|
2014-04-16 04:45:02 -04:00 |
|
Unknown
|
6277f8497c
|
Auth problem related #80
|
2014-04-16 04:37:07 -04:00 |
|
Unknown
|
7ad05ce210
|
Fix #80
|
2014-04-16 04:12:31 -04:00 |
|
crystaldust
|
066d91e113
|
Allow the user to config the apt source in build.sh
|
2014-04-15 23:48:33 -04:00 |
|
crystaldust
|
bb84bb8ac3
|
Add two apt source:aliyun and nchc, make a '#sourcename#' before the RUN command to make the apt source configurable in build.sh
|
2014-04-15 23:41:46 -04:00 |
|
Lunny Xiao
|
9e047cdbbb
|
Merge pull request #79 from compressed/null_handling
swap \n for \000, update len check, when reading receive-pack input
|
2014-04-16 11:38:11 +08:00 |
|
crystaldust
|
213b366959
|
Remove the installation of PostgreSQL, which not needed actually.
|
2014-04-15 23:34:58 -04:00 |
|
Christopher Brickley
|
4c5a6e4d87
|
swap \n for \000, update len check, when reading receive-pack input
|
2014-04-15 22:07:28 -04:00 |
|
Unknown
|
c3a52f7dd0
|
Mirror bug fix on downloading zip
|
2014-04-15 20:01:20 -04:00 |
|
crystaldust
|
dfba49b062
|
Update README.md
Add the instruction of installing gogs with PostgreSQL
|
2014-04-16 07:50:58 +08:00 |
|
Unknown
|
67426534ef
|
Add view by tag support
|
2014-04-15 17:43:25 -04:00 |
|
Unknown
|
7d656ee2e3
|
Update docs
|
2014-04-15 15:34:26 -04:00 |
|
Lance Ju
|
83283dfe37
|
Merge remote-tracking branch 'origin/master'
Add the support of postgres as the database.
(Config the db in the build.sh file, make the DB_TYPE to 'postgres').
|
2014-04-16 00:58:09 +08:00 |
|
Lance Ju
|
f456f964ec
|
Add the apt source when installing potgres.
Replace the host with $DB_PORT, which is dependent to the database imagae's exposed port.
|
2014-04-16 00:55:39 +08:00 |
|
Lance Ju
|
1f989d0b98
|
Replace the 'mysql' options with 'db' options in build.sh
|
2014-04-16 00:54:02 +08:00 |
|
slene
|
d3fc1da8c2
|
download link
|
2014-04-16 00:46:57 +08:00 |
|
slene
|
4fafc76052
|
zip archive download
|
2014-04-16 00:29:03 +08:00 |
|
Lance Ju
|
8080beea85
|
Add the line to replace the database type.
Replace the 'mysql' options with 'db' options, makeing the config according to the database type.
|
2014-04-16 00:17:52 +08:00 |
|
Lance Ju
|
1d3c7693b7
|
Build the database image by the variable DB_TYPE, but not mysql.
|
2014-04-16 00:16:32 +08:00 |
|
Lance Ju
|
6cc914b090
|
Rename the posgresql to postgres, add the Dockerfile for postgres image.
|
2014-04-16 00:14:17 +08:00 |
|
Unknown
|
5378bb326b
|
Merge branch 'master' of github.com:gogits/gogs into dev
|
2014-04-14 22:48:01 -04:00 |
|
shengxiang[skyblue]
|
df0c61cc62
|
Merge pull request #78 from compressed/master
change gravatar image to match URL scheme
|
2014-04-15 10:16:55 +08:00 |
|
Christopher Brickley
|
b9a1d13c29
|
change gravatar image to match URL scheme
|
2014-04-14 22:01:24 -04:00 |
|