Pheng Heong TAN
467d7dacb6
Modify behaviour of repo-delete. ( #3232 )
...
Re: issues gogits/gogs#2863 and gogits/gogs#3231
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch.
8 years ago
Unknwon
401bf944ef
Use SecurityProtocol to replace UseSSL in LDAP config
...
Initially proposed by #2376 and fixes #3068 as well.
8 years ago
Unknwon
4b25bdfbc4
#3058 #3059 support correct page size and link header
8 years ago
Unknwon
6aa00f7bcf
#2968 use HTTP_ADDR to replace localhost
8 years ago
Unknwon
f485fcde96
#2947 fix inapproriate comment
8 years ago
Unknwon
6f6b37f148
#3078 update default app.ini
8 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
8 years ago
Unknwon
6f7276278d
#3174 genetate bindata
8 years ago
Andrey Nering
743d22669a
Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )
8 years ago
Sandro Santilli
d4aaef90e6
Fix typo in english/US message ( #2938 )
...
"is activate" -> "is activated"
8 years ago
Andrey Nering
6efb1e5626
Localize collaboration settings. ( #3100 )
...
Closes #2764
8 years ago
Richard Bukovansky
04592c385b
Adding myself ( #3084 )
...
As you included Czech translation to official distribution, I think I'm missing here.
I know, selfish as hell... ;)
8 years ago
Sandro Santilli
76a0e43e88
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
8 years ago
Unknwon
26342b0c24
Update locale
9 years ago
Unknwon
8df3ba96f3
#2954 use text/plain as default email content format
9 years ago
Unknwon
8a2347592d
locale: update Czech
9 years ago
Unknwon
fbf43c31e5
Add Czech support
9 years ago
Unknwon
0a78d99a4d
models/release: filter input to prevent command line argument vulnerability
9 years ago
Unknwon
7049cb9d97
Add new language support
...
- Update language choose dropdown to fit more languages
9 years ago
Cosmin Stroe
ba314a7a36
Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )
9 years ago
Unknwon
3257df0da3
Update locales
9 years ago
l2dy
e75a1444af
Update ISC license
9 years ago
Unknwon
5ec8ef0230
Update locales
9 years ago
Unknwon
3fb4f7f498
Prepare release
9 years ago
Unknwon
c79774e8d4
Update locales
9 years ago
Zachery Hostens
63e21c146a
ensure we don’t try changing LDAP passswords
9 years ago
Unknwon
73e98c91c3
Update locales
9 years ago
Unknwon
2bf8494332
#13 finish user and repository search
...
Both are possible on explore and admin panel
9 years ago
Rodrigo Saboya
2c626371b0
Adding APP_DATA_PATH entry to the default app.ini.
9 years ago
Unknwon
ad513a20e9
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Unknwon
0ea0c5ec4f
Prepare release
9 years ago
Unknwon
58f0c68151
Some minor changes
9 years ago
Unknwon
c18f67ac6a
Add Finnish support
9 years ago
Unknwon
a5b0400be7
#1146 finish new access rights for collaborators
9 years ago
Unknwon
045f14fbd0
#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.
9 years ago
Unknwon
414eb22ef9
#1597 fix activitity feeds for pull requests
9 years ago
Unknwon
a2f13eae55
#1157 some avatar setting changes
...
- Allow to delete current avatar
9 years ago
Unknwon
2a931937a8
Update locales
9 years ago
Unknwon
9df6ce48c5
Minor fixes for #2746
9 years ago
Unknwon
d57a2b908a
#2743 and #2751 fix bad SQL generated by XORM
...
Use hand-written SQL to do complex query
9 years ago
Josh Frye
1ca171dbe9
Add ability to delete single wiki pages.
9 years ago
Unknwon
260723e2cc
Minor fixes for #2745
9 years ago
Josh Frye
f3358f5927
Repo setting to delete and disable wiki
9 years ago
Unknwon
f946040fa9
#1891 attempt to fix expected invalid CSRF token
...
- Remove unused config settings `[picture] service`
9 years ago
Unknwon
c9901bbba5
#2743 workaround to fix XORM problem
9 years ago
Unknwon
37ac743da7
Update TRANSLATORS and remove tip for CI
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
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