Unknwon
59cb7a7937
fix file
10 years ago
Unknwon
355a39e72a
use pam and update TRANSLATORS
10 years ago
Unknwon
9f456eb2fc
update locale
10 years ago
Jakub Stasiak
d32d422a8c
Add file permalink button
The button appears when a file is viewed in a branch or a tag. It points
to a URL containing the branch's (or tag's) current commit id so that
it'll always point to the same content.
10 years ago
Paolo Borelli
a6c06d22bb
Add CommonName to the self signed certificate
Without a CN the self signed certificate is considered
invalid by chrome.
You can check with: openssl x509 -in cert.pem -subject -noout
10 years ago
Unknwon
71bda6278c
fix hidden bug on tpl rendering
10 years ago
Unknwon
70b8f8baa8
fix #1112
10 years ago
Cyril Rohr
e624198574
Add debian-8 and centos-7
10 years ago
Cyril Rohr
047264bfd0
Add libpam0g as dependency for packaging
10 years ago
Unknwon
b48c7d5224
add more gitignores
10 years ago
Unknwon
ea3237b06d
install - add mail from setting
10 years ago
Unknwon
ea17dd5872
UI: install - done
10 years ago
Unknwon
a980eb3ba5
Merge branch 'master' of github.com:gogits/gogs
10 years ago
Unknwon
9cf7b46348
fix tmpl error
10 years ago
Unknwon
1795957917
UI: install - new version
10 years ago
Unknwon
04aaeaf7ca
UI: install - database settings
10 years ago
Unknwon
191fd3fd2a
update UI framework
10 years ago
Unknwon
3a76dc8cbc
update locale
10 years ago
Unknwon
7645b3c495
update locle
10 years ago
Unknwon
f7ce265172
check master as default branch when migrate
10 years ago
Unknwon
a1b5597e6e
update locale
10 years ago
Unknwon
38dd8dd20b
update locale
10 years ago
Unknwon
082189d621
update locale
10 years ago
Unknwon
3d1db7b893
add config options for HELO
10 years ago
Unknwon
4b9595ef52
Merge branch 'master' of github.com:gogits/gogs into develop
# Conflicts:
# conf/locale/locale_de-DE.ini
# conf/locale/locale_en-US.ini
# conf/locale/locale_fr-FR.ini
# conf/locale/locale_ja-JP.ini
# conf/locale/locale_pl-PL.ini
# conf/locale/locale_pt-BR.ini
# conf/locale/locale_ru-RU.ini
# conf/locale/locale_zh-CN.ini
# conf/locale/locale_zh-HK.ini
10 years ago
Linquize
bac6e3f713
Update build.sh for Windows
10 years ago
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