2
0
Commit Graph

612 Commits

Author SHA1 Message Date
Unknwon
400a5d2d14 update gopmfile 2015-07-28 22:36:41 +08:00
无闻
d3cd362615 Merge pull request #1402 from wqweto/develop
Allow file and directory names to contain percent character
2015-07-28 17:46:58 +08:00
Vladimir Vissoultchev
12d445891a Allow file and directory names to contain percent character 2015-07-28 11:42:06 +03:00
无闻
1d008b1df0 Merge pull request #1399 from wqweto/develop
Allow explicit charset/codepage setting for ANSI source files to alle…
2015-07-28 14:23:16 +08:00
Unknwon
d1e96b361c better paging 2015-07-28 03:14:37 +08:00
Vladimir Vissoultchev
47a782edfa Allow explicit charset/codepage setting for ANSI source files to alleviate issue #1088 2015-07-27 21:58:51 +03:00
Unknwon
0c04695ba2 fix #864 with migration and update locale 2015-07-26 22:06:28 +08:00
Unknwon
ab65286c60 fix #1169
- prevent create reop on existed path
2015-07-26 19:22:17 +08:00
Unknwon
943f413d05 go-bindata on #1393 and fix #1392 2015-07-26 13:07:04 +08:00
Unknwon
d0cf032a6c #835: Realtime webhooks 2015-07-25 21:32:04 +08:00
Unknwon
bcc5131eaf fix paging links and issue count 2015-07-25 13:07:00 +08:00
无闻
993fdb6046 Merge pull request #1111 from vitalvas/develop
Add function in cron to autofix counters in repository
2015-07-25 07:22:50 +08:00
Unknwon
ff01920c45 update Chinese locale 2015-07-25 03:13:47 +08:00
Unknwon
d5c68ade53 new issue and label page 2015-07-25 02:52:25 +08:00
Unknwon
250daf0b85 Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues 2015-07-25 00:49:40 +08:00
Unknwon
f9322b2fc5 Merge branch 'master' of github.com:gogits/gogs into develop 2015-07-25 00:48:42 +08:00
无闻
58618c04b2 Merge pull request #1309 from stettberger/master
settings/password: no minimal required characters for OldPassword
2015-07-25 00:45:53 +08:00
无闻
7563d26651 Merge pull request #1249 from donbowman/master
in routers/repo/download.go, don't set mime type, let go figure it out.
2015-07-25 00:41:22 +08:00
无闻
70117bf65c Merge pull request #1244 from jamesa/develop
Add full name field to admin's user edit page (fixes #1130)
2015-07-25 00:39:16 +08:00
Unknwon
af5a13dc87 UI: CURD labels
- fix update lable break connection with repository
2015-07-24 23:13:42 +08:00
Unknwon
b0eb1646dc UI: basic label list
- create new label
2015-07-24 21:02:49 +08:00
Unknwon
552bc6c77b UI: basci issue list without filters
- fix isRead check
- fix paging
2015-07-24 16:42:47 +08:00
Unknwon
09c9b39209 UI: issues - finish basic frame 2015-07-24 04:50:05 +08:00
Unknwon
20c328a450 fix install form def 2015-07-20 12:34:53 +08:00
Unknwon
956f7f8fe8 #1128: API calls are not hidden behind sign in 2015-07-15 19:17:57 +08:00
Unknwon
5baa091cdc #1127: hide user e-mail when API caller isn't signed in 2015-07-15 12:59:43 +08:00
Unknwon
194dcfad01 use pam and update TRANSLATORS 2015-07-14 19:47:20 +08:00
Unknwon
061ce26849 update locale 2015-07-14 18:35:38 +08:00
Unknwon
b343c492b4 add more gitignores 2015-07-09 19:46:42 +08:00
Unknwon
47a6f20da3 install - add mail from setting 2015-07-09 16:10:31 +08:00
Unknwon
7c45fc770d UI: install - done 2015-07-09 13:17:48 +08:00
Unknwon
5803c47ca9 UI: install - new version 2015-07-08 19:47:56 +08:00
Unknwon
2fc315da3c UI: install - database settings 2015-07-08 01:09:03 +08:00
Unknwon
437cd12a9b update locale 2015-07-06 23:20:07 +08:00
Unknwon
038445d48a update locle 2015-07-06 17:47:30 +08:00
Unknwon
c03aa7b95c update locale 2015-07-05 13:16:28 +08:00
Unknwon
53266d4883 update locale 2015-07-04 18:31:16 +08:00
Unknwon
53dfa0210f update locale 2015-07-03 14:39:36 +08:00
Unknwon
a885de17db add config options for HELO 2015-07-03 14:08:18 +08:00
Christian Dietrich
1a9fceae39 settings/password: no minimal required characters for OldPassword
If users are added to gogs due a reverse proxy automatically, their password is
set to their initial username. If their username is shorter than 6 characters,
they can never set a password. But since this password is required for some
operations (e.g. repository deletion), they could not use all features of gogs
until now.
2015-06-03 15:46:37 +02:00
James
34a325581a Add full name field to admin's user edit page (fixes #1130) 2015-04-28 11:59:05 -04:00
Unknwon
9f08575c6f Merge branch 'develop' of github.com:gogits/gogs into develop 2015-04-24 05:21:10 -04:00
Unknwon
f8d9b7cfe5 update typo in locale files 2015-04-24 05:21:00 -04:00
Paolo Borelli
d2baa2824e Add PAM authentication 2015-04-24 10:13:01 +02:00
Tony Narlock
ff7373d73e Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior 2015-04-18 05:21:07 -05:00
Don Bowman
ea166d8d10 remove blackfriday.EXTENSION_HARD_LINE_BREAK from options. 2015-04-08 22:25:47 +00:00
Linquize
1bb855311c Set Content-Type to text/plain for http status 401
This is because git command line shows the failure reason only if Content-Type is text/plain.
2015-03-28 22:30:05 +08:00
Unknwon
16cfefa326 #1070 Clearer error message for illegal characters 2015-03-26 17:11:47 -04:00
blemasle
8a8633af0d fixed panic error on user login 2015-03-25 15:39:36 +01:00
Unknwon
d36301ad32 typo fix 2015-03-25 09:44:57 -04:00