Matt Butcher
c57d2f5536
Fix minor spelling issues.
10 years ago
William Friesen
605b23c7fc
Fix command used by FreeBSD init script
10 years ago
stephen mcquay
38c5db7728
fix .keys route
This change fixes the output from /{{ username }}.keys so that it can work in
a ~/.ssh/authorized_keys file
10 years ago
Björn
dbadd3a1cd
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
10 years ago
Christian Dietrich
a883b8d902
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.
10 years ago
Thomas Keppler
092afe5974
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
10 years ago
Martin van Beurden
fbe4cf3842
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.
10 years ago
mrburns
b09086dfed
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.
10 years ago
James
66f78785ef
Add full name field to admin's user edit page ( fixes #1130 )
10 years ago
Unknwon
39c15d33c9
Merge branch 'develop' of github.com:gogits/gogs into develop
10 years ago
Unknwon
ee67e5fc03
update typo in locale files
10 years ago
Lunny Xiao
3cf1976ae9
Merge pull request #1226 from nice-software/wip/pam
Add PAM authentication
10 years ago
Paolo Borelli
55df399598
Add PAM authentication
10 years ago
Lunny Xiao
519b1100bb
Merge pull request #1183 from lukad/feature/remove-plenk
Remove extra space from ssh authentication message
10 years ago
Lunny Xiao
07f66eeeab
Merge pull request #1187 from xaionaro/master
Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key
10 years ago
Lunny Xiao
4fa884744e
Merge pull request #1210 from acusti/patch-1
Wrap remember me text and checkbox in a label
10 years ago
Lunny Xiao
89e0796519
Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
10 years ago
Lunny Xiao
432e4f292b
Merge pull request #1223 from Scarsz/patch-1
Fix typo
10 years ago
Scarsz
6312f0c9c5
Fix typo
10 years ago
Lunny Xiao
20793954c6
Merge pull request #1218 from StrangeWill/blank-name-fix
Fixes issue with LDAP inserting users with blank names.
10 years ago
William Roush
e69a337dbe
Fixes issue with LDAP inserting users with blank names.
10 years ago
Lunny Xiao
efcb849b0d
Merge pull request #1186 from dhuan/author-name-on-explore-page
Display author's name on explore page
10 years ago
Dhuan
7e7dc21433
Fix HTML indentation
10 years ago
Dhuan
e3ae3c7c10
Display author's name on explore page
10 years ago
Lunny Xiao
1862a2df31
Merge pull request #1216 from tony/ssh-config-options
SSH config options
10 years ago
Tony Narlock
7379a18cf9
Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
10 years ago
Dustin Willis Webber
d2e31eb3a8
fix calls that go rename missed
10 years ago
Dustin Willis Webber
6954ad8800
typo fix for comment
10 years ago
Dustin Willis Webber
aef7d46ab6
typo fix
10 years ago
Andrew Patton
bfa27e5b6d
Match naming convention on page (checkbox→chk)
10 years ago
Andrew Patton
9286525147
💄 Style checkbox label in sign in form
10 years ago
Andrew Patton
3e2c4144e6
Wrap remember text+checkbox in label; close #1209
10 years ago
Don Bowman
20b8b794b0
remove blackfriday.EXTENSION_HARD_LINE_BREAK from options.
10 years ago
Don Bowman
01fca828c0
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."
10 years ago
Dmitry Yu Okunev
0b6ea46ab3
Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key
Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
10 years ago
Luka Dornhecker
d6a25eca06
remove extra space in ssh authentication message
10 years ago
无闻
450e69ac93
Merge pull request #1177 from rauchrob/patch-1
fix typo in centos init script
10 years ago
Robert Rauch
94fa90457f
fix typo in centos init script
We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we?
10 years ago
无闻
d2c56fdd0c
Merge pull request #1167 from linquize/http401
Set Content-Type to text/plain for http status 401
10 years ago
Linquize
76017b4f80
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.
10 years ago
Unknwon
f93beaba3b
#1073 #1162 issue ID constraint failed
10 years ago
无闻
8f1dc9457e
Merge pull request #1159 from davmrtl/develop
Fix "Plus" icon size in dashboard
10 years ago
David Martel
2cd6cc11ee
Fix "Plus" icon size in dashboard (part 2)
10 years ago
Unknwon
dd7f3e9f60
#1070 Clearer error message for illegal characters
10 years ago
Unknwon
e72eba3ae1
fix #1156
10 years ago
Unknwon
4f7fb387fe
update README and gopmfile
10 years ago
David Martel
ef410ee3e1
Fix "Plus" icon size in dashboard
10 years ago
Unknwon
84ea54669b
auto fix locale file name change
10 years ago
Unknwon
72db47e86e
Merge branch 'develop' of github.com:gogits/gogs into develop
10 years ago
Unknwon
59177db277
#1120 #1132 mirror info not updated when transfer mirro repo
10 years ago