Unknwon
17d789a785
pkg/mailer: support custom mail subject prefix ( #4524 )
7 years ago
Unknwon
932490d7f1
conf: add option to rewrite authorized_keys file at start ( #4435 )
...
Added config option '[server] REWRITE_AUTHORIZED_KEYS_AT_START'.
7 years ago
Rebecca Turner
c3c7944d79
conf: default to disabling federated avatar lookup ( #5126 )
...
It's a fun feature but `ENABLE_FEDERATED_AVATAR` being true by default
leads to confusion and huge slowdowns (see #2838 , #980 , #914 ) --- it's
unexpected that Gogs requires DNS configured (?) for avatars.
Avatar lookup is a niche feature that I don't believe should be enabled
by default given how prone it is to causing problems.
7 years ago
Unknwon
ade8aab43f
locale: sync from Crowdin
...
Added Indonesian and Persian
7 years ago
Unknwon
51e0eef11e
locale: sync from Crowdin
7 years ago
Yen Chi Hsuan
f1465b6847
locale: fix the language name for zh_TW ( #4807 )
7 years ago
Athurg Feng
52f3833811
Add Dingtalk webhook support ( #4773 )
...
* Add dingtalk webhook into html template
* Add Dingtalk's icon
* Insert dingtalk into repo's webhook page template
* Insert dingtalk into org's webhook page
* Add dingtalk into default webhook config
* Add locale string for add_dingtalk_hook_desc
* Update bindata
* Add dingtalk webhook form validator
* Add dingtalk hook task
* Add dingtalk hook create handler
* Add dingtalk hook edit handler
* Add dingtalk router
* Add dingtalk webhook task skeleton
* Add markdown link formatter
* Add Dingtalk ActionCard create wrapper
* Add support for dingtalk create event payload
* Add support for dingtalk delete event payload
* Add support for dingtalk fork event payload
* Add support for dingtalk push event payload
* Add support for dingtalk issue event payload
* Add support for dingtalk issue comment payload
* Add support for dingtalk pull event payload
* Add support for dingtalk release event payload
7 years ago
Peter Mescalchin
21c1b8d834
conf: rename attachment toggle from ENABLE to ENABLED ( #4474 )
8 years ago
Unknwon
4cb01fe332
locale: add Hungarian
8 years ago
BartWillems
306ba917ea
conf: made the default webhook timeout duration longer. ( #4423 )
...
A 5 seconds timeout is too low and can cause random timeouts in certain setups.
8 years ago
Unknwon
a5bd095c30
locale: add en-GB
8 years ago
spacetourist
0a6ceabb9b
Allow configurable HTTPS SSL/TLS version( #4451 )
8 years ago
Unknwon
3b94162803
modules/setting: set default session GC interval to 3600s
8 years ago
Unknwon
8a3f4fc616
models: add config options for XORM logger ( #3183 )
...
Added new config section '[log.xorm]'.
8 years ago
Nikolay Korotkiy
7adaf8f812
locale: fix language names ( #4330 )
8 years ago
Unknwon
b3c4a39208
setting: add config option for raw file render mode ( #3608 )
...
Added '[repository] ENABLE_RAW_FILE_RENDER_MODE'.
8 years ago
Unknwon
becaec19a7
setting: add login status cookie ( #2885 )
...
Added config options EnableLoginStatusCookie and LoginStatusCookieName under section '[security]'.
8 years ago
Unknwon
bc630cc52b
repo/commit: able to config default commits page size ( #4230 )
...
Added config option '[ui.user] COMMITS_PAGING_NUM'.
8 years ago
Unknwon
07a9cbe0a9
setting: able to config dashboard news feed paging number ( #4247 )
8 years ago
Unknwon
1df54ea0cd
release: able to add attchments to release ( #1614 )
...
Added new config section '[release.attachment]’.
8 years ago
Unknwon
ac8b1e595f
markdown: support Smartypants ( #4162 )
...
Added new config section '[smartypants]', and disabled by default.
8 years ago
Unknwon
c7a8051a71
mailer: make text/html as default format
...
Change config option from '[mailer] ENABLE_HTML_ALTERNATIVE' to '[mailer] USE_PLAIN_TEXT'
8 years ago
Unknwon
054e97d614
csrf: able to set custom cookie name
...
Add new config option '[session] CSRF_COOKIE_NAME'.
8 years ago
Unknwon
60aca9ea18
webhook: also only enable certain types ( #3356 )
...
Add new config option '[webhook] TYPES’.
8 years ago
Argentumbolo
6a8ad0b357
locale: changes relates to Ukrainian language ( #4168 )
...
- Add Ukrainian translation into templates/home.tmpl
- Fix Ukrainian language name in conf/app.ini
because on Ukrainian 'language' is female.
- Add me as translator into conf/locale/TRANSLATORS
8 years ago
Unknwon
0a2f87f941
cron: add repository archive cleanup ( #4061 )
8 years ago
Unknwon
685737b816
locale: add Ukrainian support
8 years ago
Unknwon
1083c0cd9a
admin/config: display repository related settings ( #3816 )
8 years ago
Unknwon
3137665e6e
Simplify description
8 years ago
Thibault Meyer
a45205b988
Commits fetch concurrency ( #3837 )
8 years ago
Unknwon
4c5255f5ad
cookie: enhance cookie security ( #3525 )
8 years ago
Unknwon
6b6f54b79b
Some file refactoring
8 years ago
Unknwon
b67ec01d41
Able to disable non-admin to create new organization ( #1556 )
...
Add new config option '[admin] DISABLE_REGULAR_ORG_CREATION', by
default it's 'false'.
8 years ago
spacetourist
29722af1ae
Configurable SSH cipher suite ( #4109 )
...
* Configurable SSH cipher suite
* Maintain ordering
8 years ago
Unknwon
d9d329bec8
modules/setting: add Slack logger
...
Conn and email loggers are removed for now unless people requested
for them, then try to add back in gopkg.in/clog.v1
8 years ago
Unknwon
eb66060cd7
log: start using gopkg.in/clog.v1
8 years ago
Unknwon
6622b7b49a
models: remove TiDB embedded driver support
...
Users should all start tidb-server process and connect to it as if
it is a MySQL server with MySQL drivers.
8 years ago
Unknwon
0cfcaca351
conf: minor comments fix
8 years ago
Unknwon
5e01ecbc05
Able to set custom Access-Control-Allow-Origin header ( #3987 )
...
Added new config option '[http] ACCESS_CONTROL_ALLOW_ORIGIN'.
8 years ago
Unknwon
ae319da5fd
Disable local path migration by default ( #4033 )
...
Site admin now has to enable manually by config option
[repository] ENABLE_LOCAL_PATH_MIGRATION = true.
Site admin always grants this permission, but regulars users have
to be allowed by site admins in admin user panel.
8 years ago
Sandro Santilli
1e185787a9
Enable federated avatars by default ( #3997 )
8 years ago
Unknwon
598e062241
Add Galician support
...
- Update locales
8 years ago
raphael10241024
0f8a5fdf49
fix bug #1122 log.smtp receiver configure error ( #3602 )
8 years ago
Thibault Meyer
c47fbc629b
Feature #2583 : Disable HTTP cloning ( #3667 )
...
* Can disable GIT interactions by HTTP protocol
* rename variable + fix wiki link
* missing space
8 years ago
imilo
85fbd6e9c6
New settings option for a custom SSH host ( #3763 )
8 years ago
Unknwon
105c528369
Add Korean support
8 years ago
Unknwon
a3ea4b8802
Update locales and add Swedish
8 years ago
Unknwon
7e15ff9486
Update locales
...
Add new locale Serbian (Cyrillic)
8 years ago
Thibault Meyer
bc902b8f74
Feature #3492 : Add option to hide footer load times ( #3562 )
...
* Add option to hide footer load times
* Rename option variable + minor changes
8 years ago
Unknwon
8516dfcb6c
#2018 able to sync now for mirrors
...
- Refactor code to use sync.UniqueQueue
- Closes #3509
8 years ago