2408 Commits (4917d29c121af221c3768871efabc5f99b88c4b8)
 

Author SHA1 Message Date
Björn 6eecbf17cd fix debian init script
- use start-stop-daemon's chuid feature insted of su
  - using `su -c` breaks if the git user has no usable shell
  - this fixes #1025
- put --test before --exec, instead it gets passed to gogs
- set cwd via --chdir
9 years ago
Christian Dietrich b36134194c 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.
9 years ago
Thomas Keppler 27fe9cfcba Fix: "Port is blocked" issue
Fixed an issue where the post intall file for Debian enforced port 6000
which should have been port 3000 because it renders the software virtually unusable
because it's a blocked port in Firefox, Chrome and alikes.

For further reference see:
http://www-archive.mozilla.org/projects/netlib/PortBanning.html
9 years ago
Martin van Beurden 66d7adc3a8 fix systemd "Trailing garbage, ignoring." warning.
Environment should be a space-separated list instead of comma-separated.
No need for double quoting when the values don't contain spaces.
9 years ago
mrburns 5c63e1015d Add app sub url for color picker js lib inclusion
Currently, the js file doesn't take into account the possibility of a sub url being used (wich is my case :) wich prevents its inclusion.
9 years ago
James f3aab5dbe3 Add full name field to admin's user edit page (fixes #1130) 9 years ago
Unknwon c08baee085 Merge branch 'develop' of github.com:gogits/gogs into develop 9 years ago
Unknwon 7a7c096fd0 update typo in locale files 9 years ago
Lunny Xiao f92bdf875b Merge pull request #1226 from nice-software/wip/pam
Add PAM authentication
9 years ago
Paolo Borelli 182003aa41 Add PAM authentication 9 years ago
Lunny Xiao 5de0b0c5ce Merge pull request #1183 from lukad/feature/remove-plenk
Remove extra space from ssh authentication message
9 years ago
Lunny Xiao 0647645948 Merge pull request #1187 from xaionaro/master
Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key
9 years ago
Lunny Xiao e378b3152c Merge pull request #1210 from acusti/patch-1
Wrap remember me text and checkbox in a label
9 years ago
Lunny Xiao 673a76d638 Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
9 years ago
Lunny Xiao 67983e57f2 Merge pull request #1223 from Scarsz/patch-1
Fix typo
9 years ago
Scarsz 5300a63d0f Fix typo 9 years ago
Lunny Xiao 2c4fb6e646 Merge pull request #1218 from StrangeWill/blank-name-fix
Fixes issue with LDAP inserting users with blank names.
9 years ago
William Roush 8363c9dd0f Fixes issue with LDAP inserting users with blank names. 9 years ago
Lunny Xiao 3db0e7553e Merge pull request #1186 from dhuan/author-name-on-explore-page
Display author's name on explore page
9 years ago
Dhuan 80e640f082 Fix HTML indentation 9 years ago
Dhuan 51aef347ee Display author's name on explore page 9 years ago
Lunny Xiao 65a06731db Merge pull request #1216 from tony/ssh-config-options
SSH config options
9 years ago
Tony Narlock 6a0fec77ea Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior 9 years ago
Dustin Willis Webber 5a4f314cf7 fix calls that go rename missed 9 years ago
Dustin Willis Webber e57594dc31 typo fix for comment 9 years ago
Dustin Willis Webber f78046fc3b typo fix 9 years ago
Andrew Patton 3a3e1b90e7 Match naming convention on page (checkbox→chk) 9 years ago
Andrew Patton b579800e50 💄 Style checkbox label in sign in form 9 years ago
Andrew Patton 072c67e457 Wrap remember text+checkbox in label; close #1209 9 years ago
Don Bowman 81e6173356 remove blackfriday.EXTENSION_HARD_LINE_BREAK from options. 9 years ago
Don Bowman 423b1c69be don't set mime type to text/plain. This will break serving e.g. raw images,
html, etc

According to http://golang.org/pkg/net/http/#DetectContentType
"If the Header does not contain a Content-Type line, Write adds
a Content-Type set to the result of passing the initial 512 bytes
of written data to DetectContentType."
9 years ago
Dmitry Yu Okunev 7b59d40f08 Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key
Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
9 years ago
Luka Dornhecker 1988c0993d remove extra space in ssh authentication message 9 years ago
无闻 639e34e362 Merge pull request #1177 from rauchrob/patch-1
fix typo in centos init script
9 years ago
Robert Rauch 7e5063a93d fix typo in centos init script
We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we?
9 years ago
无闻 9512eec034 Merge pull request #1167 from linquize/http401
Set Content-Type to text/plain for http status 401
9 years ago
Linquize f26f8d5afa 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.
9 years ago
Unknwon 9fb2d49b93 #1073 #1162 issue ID constraint failed 9 years ago
无闻 e0036ebb0c Merge pull request #1159 from davmrtl/develop
Fix "Plus" icon size in dashboard
9 years ago
David Martel 93ff2e31e8 Fix "Plus" icon size in dashboard (part 2) 9 years ago
Unknwon 698b9e2acc #1070 Clearer error message for illegal characters 9 years ago
Unknwon d76f11c6f1 fix #1156 9 years ago
Unknwon 27dbb60965 update README and gopmfile 9 years ago
David Martel 44ea3d9065 Fix "Plus" icon size in dashboard 9 years ago
Unknwon 99b774e741 auto fix locale file name change 9 years ago
Unknwon f2b851388b Merge branch 'develop' of github.com:gogits/gogs into develop 9 years ago
Unknwon ab730a91f0 #1120 #1132 mirror info not updated when transfer mirro repo 9 years ago
无闻 5a5f072177 Merge pull request #1147 from blemasle/develop
fixed panic error on user login
9 years ago
blemasle e1a4f99eaa fixed panic error on user login 9 years ago
Unknwon c5c5aac7a5 typo fix 9 years ago