wanglinzhizhi
f245ffe7c2
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
58b350e67f
#3174 genetate bindata
9 years ago
Andrey Nering
cdc7a8c613
Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )
9 years ago
Sandro Santilli
eca61aa942
Fix typo in english/US message ( #2938 )
"is activate" -> "is activated"
9 years ago
Andrey Nering
f4454c375e
Localize collaboration settings. ( #3100 )
Closes #2764
9 years ago
Richard Bukovansky
74f399129a
Adding myself ( #3084 )
As you included Czech translation to official distribution, I think I'm missing here.
I know, selfish as hell... ;)
9 years ago
Sandro Santilli
22149635af
Do not assume avatar needs be changed from gravatar.com ( #3209 )
Always send user to settings screen to change avatar.
Drops "change_custom_avatar" localized message, keeps "change_avatar"
for the generic one.
NOTE: only changes the en-US locale, as per
https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept
NOTE: requires rebuild of bindata.go to fully see effects
9 years ago
Unknwon
8fda485b58
Update locale
9 years ago
Unknwon
ede3242712
#2954 use text/plain as default email content format
10 years ago
Unknwon
edb0185af8
locale: update Czech
10 years ago
Unknwon
10332ef7cc
Add Czech support
10 years ago
Unknwon
9e3e82ebea
models/release: filter input to prevent command line argument vulnerability
10 years ago
Unknwon
f34f5ee273
Add new language support
- Update language choose dropdown to fit more languages
10 years ago
Cosmin Stroe
561a81df44
Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )
10 years ago
Unknwon
0248b05674
Update locales
10 years ago
l2dy
d6e18776a3
Update ISC license
10 years ago
Unknwon
f1b1d8d153
Update locales
10 years ago
Unknwon
9ef4c2c088
Prepare release
10 years ago
Unknwon
59ad7aaeb6
Update locales
10 years ago
Unknwon
b8e7c01d90
Merge pull request #2823 from zacheryph/feature/local-only-password-reset
Prevent `Forgot Password` for non local users
10 years ago
Zachery Hostens
c1b28d1394
ensure we don’t try changing LDAP passswords
10 years ago
Unknwon
0cfe0f4e6c
Merge pull request #2796 from saboya/custom_app_data_path
Making AppDataPath customizable.
10 years ago
Unknwon
9c44a47c27
Update locales
10 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
10 years ago
Rodrigo Saboya
b7cd877910
Adding APP_DATA_PATH entry to the default app.ini.
10 years ago
Unknwon
9f43369667
#2302 Replace time.Time with Unix Timestamp (int64)
10 years ago
Unknwon
cd46685f99
Prepare release
10 years ago
Unknwon
7f485f72f7
Some minor changes
10 years ago
Unknwon
505503bd41
Add Finnish support
10 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
10 years ago
Unknwon
ad91428936
#1146 finsih UI work for access mode of collaborators
Collaborators have write access as default, and can be changed via repository
collaboration settings page to change between read, write and admin.
10 years ago
Unknwon
f66b1d34cd
#1597 fix activitity feeds for pull requests
10 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
10 years ago
Unknwon
b88ceff9bf
Update locales
10 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
10 years ago
Unknwon
ac950f3e48
Merge pull request #2746 from joshfng/feature-delete-wiki-pages
Add ability to delete single wiki pages.
10 years ago
Unknwon
7989af0eba
#2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
10 years ago
Josh Frye
86919d05cb
Add ability to delete single wiki pages.
10 years ago
Unknwon
22599912df
Minor fixes for #2745
10 years ago
Josh Frye
18bac095c0
Repo setting to delete and disable wiki
10 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
10 years ago
Unknwon
53dcea5053
#2743 workaround to fix XORM problem
10 years ago
Unknwon
b0d422598c
Update TRANSLATORS and remove tip for CI
10 years ago
Unknwon
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
10 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
10 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
10 years ago
Unknwon
9d376dc07d
Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
10 years ago
Unknwon
f49351bd43
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.
10 years ago
Unknwon
4eb48337da
Minor fix for #2660
10 years ago
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
10 years ago