Atakan Goktepe
32ec4734f9
Changed Turkish language name to 'Türkçe' ( #3268 )
9 years ago
Kim Carlbäcker
f4ab50501e
[Fix] Don't display way too large files #1513 ( #3253 )
...
* Add MaxDisplayFileSize setting
* Don't show files that are too large
* Localized FileTooLarge
* Change IsFileTooBig => IsFileTooLarge
9 years ago
Unknwon
4b25bdfbc4
#3058 #3059 support correct page size and link header
9 years ago
Unknwon
6aa00f7bcf
#2968 use HTTP_ADDR to replace localhost
9 years ago
Unknwon
f485fcde96
#2947 fix inapproriate comment
9 years ago
Unknwon
6f6b37f148
#3078 update default app.ini
9 years ago
wanglinzhizhi
927d9f092b
port 25 do not work, and port 465 is right ( #3145 )
...
QQ STMP host port is 465
host = smtp.qq.com:465
and need the Authorized
9 years ago
Unknwon
6f7276278d
#3174 genetate bindata
9 years ago
Andrey Nering
743d22669a
Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )
9 years ago
Unknwon
8df3ba96f3
#2954 use text/plain as default email content format
9 years ago
Unknwon
fbf43c31e5
Add Czech support
9 years ago
Unknwon
7049cb9d97
Add new language support
...
- Update language choose dropdown to fit more languages
9 years ago
Rodrigo Saboya
2c626371b0
Adding APP_DATA_PATH entry to the default app.ini.
9 years ago
Unknwon
c18f67ac6a
Add Finnish support
9 years ago
Unknwon
f946040fa9
#1891 attempt to fix expected invalid CSRF token
...
- Remove unused config settings `[picture] service`
9 years ago
Unknwon
9e89584cb4
Allow setting git operations timeouts
...
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
9 years ago
Unknwon
ea80274229
#2700 fix sqlite3 can't create issue with more than one label
9 years ago
Unknwon
8055a0bdac
Post work for #2637
...
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
83c74878df
Merge pull request #2637 from Gibheer/ssh-publickeys
...
allow native and ssh-keygen public key check
9 years ago
Unknwon
4438b7793b
Add new config option for builtin SSH server
...
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
9 years ago
Gibheer
12403bdfb0
allow native and ssh-keygen public key check
...
This commit adds the possibibility to use either the native golang
libraries or ssh-keygen to check public keys. The check is adjusted
depending on the settings, so that only supported keys are let through.
This commit also brings back the blacklist feature, which was removed in
7ef9a05588
. This allows to blacklist
algorythms or keys based on the key length. This works with the native
and the ssh-keygen way.
Because of #2179 it also includes a way to adjust the path to
ssh-keygen and the working directory for ssh-keygen. With this,
sysadmins should be able to adjust the settings in a way, that SELinux
is okay with it. In the worst case, they can switch to the native
implementation and only loose support for ed25519 keys at the moment.
There are some other places which need adjustment to utilize the
parameters and the native implementation, but this sets the ground work.
9 years ago
Unknwon
58e004f7da
Remove cache avatar support and add its tests
9 years ago
Andrey Nering
e40d94bb4f
Implementing the "theme-color" meta tag.
...
Used by Android >= 5.0 to make the top bar colored.
Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
9 years ago
Unknwon
ee53204e02
Improve db path prompt when install
9 years ago
Kim "BKC" Carlbäcker
d943429672
Added example to conf/app.ini
9 years ago
Unknwon
7ef9a05588
#2179 use Go sub-repo ssh to verify public key content
9 years ago
Unknwon
53eb37d529
fix #1436
9 years ago
Unknwon
1e7e092992
#2103 Ability to map extensions for syntax highlighting in config
9 years ago
Unknwon
8ecbf0f16d
fix #2204
9 years ago
Unknwon
0cce4439ce
#2154 minor fix
9 years ago
Unknwon
98da7241a0
fix sqlite3 cannot create repo
9 years ago
Unknwon
2a0bb1fa90
#1575 Limit repo creation
9 years ago
Adam Strzelecki
b886fb4bf0
LOCAL_ROOT_URL for workers accessing web service
...
Local (DMZ) URL for gogs workers (such as ssh update) accessing web service. In
most cases you do not need to change default http://localhost:HTTP_PORT/ . You
may need to alter it only if your ssh server node is not the same as http node,
eg. running behind proxy on different node than web server.
--- 80 public port -> 8080 -- web server node
/
public proxy --<
\
--- 22 public port -> 10022 -- ssh server node
This option is not intended to be accessible via web GUI settings, since it is
unlikely someone needs to change it to somethings else than default
http://localhost:HTTP_PORT/ which should work for most of the cases.
But this should land into the documentation somewhere.
fixup
9 years ago
Unknwon
718d3ae258
#1943 Able to config fsck timeout
9 years ago
Unknwon
a576224d0e
unified name: IsViewBranch, IsViewCommit and IsViewTag
9 years ago
Unknwon
f41360d864
#2052 advanced select ops for system notices
9 years ago
Gibheer
56006da34b
fix #1957 - disable version display
...
This allows the admin to disable the version information about gogs and
go in use in the footer.
9 years ago
Unknwon
18c841050b
fix 1540 and experimental SSH server support
9 years ago
Gibheer
b90b0c1191
move minimum key sizes to config
...
This moves the minimum key sizes into the config file, so that anyone
can modify the restrictions.
9 years ago
Unknwon
022820103d
#1657 allow forcing all private repos
9 years ago
Unknwon
63e6e31271
add config and update locale
9 years ago
Unknwon
6dfee30bf0
#1602 Wrong commit order on issue page when pushing multiple commits
9 years ago
无闻
84c727ae66
Merge pull request #1693 from sapk/fix-admin-repo-new-ui
...
Fix admin repos new ui
9 years ago
Antoine GIRARD
dfc16d0879
Fix admin repos new ui
9 years ago
Antoine GIRARD
c98dad1cf3
New admin organization UI
9 years ago
Antoine GIRARD
14a1101139
New admin notice UI based on user list example
9 years ago
Unknwon
3fb1b6a608
drop oauth2 feature support
10 years ago
Unknwon
e75fd2f783
simplify names
10 years ago
Unknwon
83e747bfda
#697 and #1606 and new admin edit user UI
10 years ago
Unknwon
8e0a69f86a
#697 disable captcha and new admin create user UI
10 years ago
Unknwon
aff773f1b9
add tidb support
10 years ago
Unknwon
be89802bd8
new admin user list UI
10 years ago
Unknwon
83dc2468f5
finish initial version of pull request
10 years ago
Unknwon
90a6553c37
#1009 Config option for preserving hard line breaks
10 years ago
Unknwon
7714e792a4
minor fixes on #1551
10 years ago
Unknwon
23f42d92c9
add webhook recent deliveries
10 years ago
Unknwon
b1696665bd
make cron task configurable
10 years ago
Unknwon
77ade6855d
fix style and locale name
10 years ago
无闻
7666e2256b
Merge pull request #1478 from yaggytter/japanesetypo
...
fixed chinese character to japanese KANJI
10 years ago
yaggytter
38e11b4f68
fixed chinese character to japanese KANJI
10 years ago
Unknwon
34f6cbfc2a
finish attachments when create issue
10 years ago
Jqs7
16f74b62b9
custom avatar source
10 years ago
Unknwon
3e4cdccf6b
milestone: create page
10 years ago
Unknwon
b983912fce
add italian support
10 years ago
Unknwon
72377c721c
update gopmfile
10 years ago
Unknwon
fa298a2c30
#835 : Realtime webhooks
10 years ago
Unknwon
1ba837a055
new issue and label page
10 years ago
Unknwon
2724dbd450
update locale
10 years ago
Unknwon
4fca548ed1
update locale
10 years ago
Unknwon
c47afdff58
add config options for HELO
10 years ago
Unknwon
aae74c793a
#1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK
10 years ago
Unknwon
2bb982dada
#1080 : Remove footer ads/branding from default template
10 years ago
Unknwon
ade343f6dc
Add Polish support
10 years ago
Unknwon
75cbb32b1e
UI compatibility
10 years ago
Unknwon
7dbb98b2a3
add new locale
10 years ago
Nolan Darilek
98674b2a21
registeration -> registration
10 years ago
无闻
3db80f2c55
Merge pull request #943 from diseaz/mailer-client-cert
...
Use client certificate for SMTP over TLS
10 years ago
Dmitry Azhichakov
2692d4aa49
Make conf/app.ini changes match the style
10 years ago
Dmitry Azhichakov
3aaf292ba8
Fix "forcing" client certificate for SMTP
10 years ago
Unknwon
d02e45f985
better naming on #891
10 years ago
Unknwon
6a23252edc
able to allow insecure certification of webhook for #891
10 years ago
Unknwon
775bd65234
conf/locale: add Spanish locale
10 years ago
Unknwon
2a2596fe61
able to disable SSH for #883
10 years ago
Unknwon
ac29dc93cd
conf/locale: add Japanese support
...
README: remove duplicated travis badge
10 years ago
Unknwon
b293b6eaa6
cmd: CMD option for port number of `gogs web` to prevent first time run conflict
...
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
10 years ago
Unknwon
9fa287e4f7
update locale
10 years ago
Unknwon
7170011f4d
update with deps
10 years ago
Unknwon
c73e9057ae
Optmize git-fsck options and fix #820
10 years ago
无闻
030b3d751e
Merge pull request #766 from phsmit/correct_from
...
Correct usage of FROM in email creation
10 years ago
Unknwon
79537467da
mirror fix and update
10 years ago
Peter
c884ecfea1
Parse the from string to extract the email address
10 years ago
Peter
2321b4b272
Change from header in email, fixes #765
10 years ago
Peter
87be137b88
Rewrite of SendMail function
...
The SendMail function is rewritten and has the following new functionality:
- It is optional to skip verification of keys. The config option SKIP_VERIFY is added
- If the port is 465, or ending on 465, the TLS(/SSL) connection is started first.
10 years ago
Unknwon
6f71632e3e
new language
10 years ago
Unknwon
069486d169
fix #165
10 years ago
Unknwon
d75013a0e8
fix #580
10 years ago
Unknwon
d6132aaa88
fix oauth2
10 years ago
James Cracknell
ca09a0b516
Added comments documenting how to export SSL keys from .pfx
10 years ago
Unknwon
54d25c13d7
Fix #543
10 years ago
Unknwon
55dfe2c978
custom avatar upload
10 years ago