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
Unknwon
e1e7bd8013
Prepare to release
10 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
10 years ago
Unknwon
a16ec44cf5
Fix #857
10 years ago
Adam Strzelecki
727a5245ac
LDAP: Fetch attributes in Bind DN context option
This is feature is workaround for #2628 (JumpCloud) and some other services
that allow LDAP search only under BindDN user account, but not allow any LDAP
search query in logged user DN context.
Such approach is an alternative to minimal permissions security pattern for
BindDN user.
10 years ago
Florian Kaiser
6c72bf973f
Fix chmod for several files in conf/locale/ and public/
10 years ago
Gibheer
3314d25877
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.
10 years ago
Unknwon
ed294f8355
#2633 fix removed config option
10 years ago
Unknwon
04d7b393ab
Minor fix for #2624
10 years ago
Unknwon
0607f13964
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
10 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
10 years ago
Unknwon
5cadf34f21
fix #2454
10 years ago
Martin Hartkorn
d07e6233a3
Refactored according to suggestions
10 years ago
Martin Hartkorn
42b1b57e94
Convert mirrors to regular repositories.
10 years ago
Josh Frye
fb8c598933
Add helper text for log path.
10 years ago
Josh Frye
2a5b31d2f5
Add install option for log path
10 years ago
Unknwon
e11c8407c8
Update locales and update sponsor
10 years ago
Andrey Nering
b3ad764459
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
10 years ago
Unknwon
efd7e59b3e
Improve db path prompt when install
10 years ago
Unknwon
c0c51ba711
Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
Feature/markdown custom url scheme
10 years ago