Unknwon
548b95f7b5
fix install form def
9 years ago
Unknwon
d6cdd49c16
fixes on #1171
9 years ago
Unknwon
42a72b62fc
fix about #1289
9 years ago
Unknwon
03011ed307
fix suburl for js
9 years ago
Unknwon
bebbd08920
Disable log color in prod mode
9 years ago
Unknwon
ff051e2106
#1128 : API calls are not hidden behind sign in
9 years ago
Unknwon
71b9a87fe1
Merge branch 'develop' of github.com:gogits/gogs into develop
9 years ago
Unknwon
4cbbaefd82
#1127 : hide user e-mail when API caller isn't signed in
9 years ago
无闻
ccf17a6ecb
Merge pull request #1355 from pkgr/pkgr
...
Fix build on packager.io, enable Debian 8 and CentOS / RHEL 7
9 years ago
无闻
41ce633920
Merge pull request #1364 from m4rcs/patch-1
...
Update TRANSLATORS
9 years ago
Unknwon
2b1e67e085
#1127 : hide user e-mail when API caller isn't signed in
9 years ago
crohr
cbce2ec9cf
Merge remote-tracking branch 'origin/master' into pkgr
9 years ago
Unknwon
ec774d48c5
Merge branch 'master' of github.com:gogits/gogs into develop
9 years ago
Unknwon
663c28beb6
#1279 : Removing user from collaboration removes repositiory
9 years ago
Marc Schiller
f62ffeb481
Update TRANSLATORS
9 years ago
Unknwon
92783bf6ef
fix .travis.yml
9 years ago
Unknwon
09def4a0b5
fix file
9 years ago
Unknwon
81adbe17ca
use pam and update TRANSLATORS
9 years ago
Unknwon
2724dbd450
update locale
9 years ago
Jakub Stasiak
562ad02a6d
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.
9 years ago
Paolo Borelli
e94ca36335
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
9 years ago
Unknwon
ced212f8fa
fix hidden bug on tpl rendering
9 years ago
Unknwon
35be8741c4
fix #1112
9 years ago
Cyril Rohr
b8e9c60040
Add debian-8 and centos-7
9 years ago
Cyril Rohr
02bc16d392
Add libpam0g as dependency for packaging
9 years ago
Unknwon
eb0f0710f0
add more gitignores
9 years ago
Unknwon
a2a9e151f8
install - add mail from setting
9 years ago
Unknwon
b9dc2147b4
UI: install - done
9 years ago
Unknwon
b60fd3aaad
Merge branch 'master' of github.com:gogits/gogs
9 years ago
Unknwon
3be3b8faa7
fix tmpl error
9 years ago
Unknwon
5cf3732339
UI: install - new version
9 years ago
Unknwon
5dd3dd71a0
UI: install - database settings
9 years ago
Unknwon
ffd17924fd
update UI framework
9 years ago
Unknwon
9af8a6c6a3
update locale
9 years ago
Unknwon
1269ce0538
update locle
9 years ago
Unknwon
c6531c4882
check master as default branch when migrate
9 years ago
Unknwon
1564b77cf5
update locale
9 years ago
Unknwon
1492c905bb
update locale
9 years ago
Unknwon
4fca548ed1
update locale
9 years ago
Unknwon
c47afdff58
add config options for HELO
9 years ago
Unknwon
c76ee1cf83
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
9 years ago
Linquize
08f7547acf
Update build.sh for Windows
9 years ago
Matt Butcher
d82d9bc153
Fix minor spelling issues.
10 years ago
William Friesen
bfef8f0edd
Fix command used by FreeBSD init script
10 years ago
stephen mcquay
73698d292a
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
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
10 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.
10 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
10 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.
10 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.
10 years ago