1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-06 10:37:20 +00:00
Commit Graph

1645 Commits

Author SHA1 Message Date
58f0c68151 Some minor changes 2016-03-06 16:40:04 -05:00
c18f67ac6a Add Finnish support 2016-03-05 21:13:04 -05:00
a5b0400be7 #1146 finish new access rights for collaborators 2016-03-05 20:45:23 -05:00
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.
2016-03-05 18:08:42 -05:00
414eb22ef9 #1597 fix activitity feeds for pull requests 2016-03-05 12:58:51 -05:00
a2f13eae55 #1157 some avatar setting changes
- Allow to delete current avatar
2016-03-05 00:51:51 -05:00
2a931937a8 Update locales 2016-03-04 18:51:18 -05:00
2d2d85bba4 #1597 support pull requests in same repository 2016-03-04 15:43:01 -05:00
9df6ce48c5 Minor fixes for #2746 2016-03-04 13:32:17 -05:00
1ca171dbe9 Add ability to delete single wiki pages. 2016-03-04 09:26:52 -05:00
f6759a731a #2748 fix redirect loop with auto-signin 2016-03-04 09:15:11 -05:00
260723e2cc Minor fixes for #2745 2016-03-03 23:24:22 -05:00
f3358f5927 Repo setting to delete and disable wiki 2016-03-03 16:12:48 -05:00
f946040fa9 #1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
2016-03-03 15:09:43 -05:00
9e89584cb4 Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
2016-02-29 19:29:49 -05:00
ea80274229 #2700 fix sqlite3 can't create issue with more than one label 2016-02-29 18:45:12 -05:00
8055a0bdac Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
2016-02-27 20:48:39 -05:00
83c74878df Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
2016-02-27 18:55:14 -05:00
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.
2016-02-25 00:21:48 -05:00
baaf6046a1 Minor fix for #2660 2016-02-24 23:59:17 -05:00
c27038e392 Test mailer button. Addresses #1531 2016-02-24 09:48:05 -05:00
d324500959 Prepare to release 2016-02-24 01:14:43 -05:00
e721c5cf86 use StartSSHServer instead of DisableSSH
DisableSSH doesn't check the kind of ssh server to use, so that was
wrong. Use StartSSHServer instead.
2016-02-23 15:43:52 +01:00
e3570ae45d seperate ssh constants from schema constants
The contants were placed in the same section as the scheme ones, which
may lead to confusion.
2016-02-23 15:41:44 +01:00
72ce06eab8 #2682 fix missing slash for go-get meta 2016-02-23 00:12:04 -05:00
912f7b51e9 #1821 add actions for close and reopen issues 2016-02-22 12:40:00 -05:00
ac78bae7b5 Replace uuid module with original package 2016-02-20 18:13:12 -05:00
926e75d721 #2334 strip whitespace for migrate URL
Also fix a possible race condition while install
2016-02-20 17:32:34 -05:00
d5a3021a7d Make markdown as an independent module 2016-02-20 17:10:05 -05:00
d8a994ef24 Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
2016-02-20 15:58:09 -05:00
7140dbac95 Fix #857 2016-02-20 15:10:34 -05:00
a9981d8099 Update bindata for LDAP changes 2016-02-20 14:17:24 +01:00
5649556a33 LDAP: Make a bit more detailed log traces
This is useful especially to check whether we fetch right attributes, using
right LDAP search base and in right order.
2016-02-20 14:12:32 +01:00
834d92a47b 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.
2016-02-20 14:12:32 +01:00
e2f95c2845 LDAP: Use single connection in BindDN mode auth
According to RFC 4511 4.2.1. Processing of the Bind Request "Clients may send
multiple Bind requests to change the authentication and/or security
associations or to complete a multi-stage Bind process. Authentication from
earlier binds is subsequently ignored."

Therefore we should not use 2 connections, but single one just sending two bind
requests.
2016-02-20 14:01:47 +01:00
341da3cea7 Fix inappropriate markdown post process end tag check
When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.
2016-02-19 17:39:50 -05:00
2408df3f35 Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
2016-02-19 15:04:50 -05:00
a467184e13 #2505 Allow to fork and disallow to create PRs for mirrors. 2016-02-19 20:33:06 +01:00
736a46dff9 Merge pull request #2659 from joshfng/fix-issue-email-format
Fix issue email formatting. Addresses #2331
2016-02-18 16:19:23 -05:00
0f1b26ed1e Fix issue email formatting. Addresses #2331 2016-02-18 16:08:20 -05:00
338af89d56 #2650 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.

Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
2016-02-17 22:47:06 -05:00
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.
2016-02-16 23:01:56 +01:00
9cf4fe043b Add env var check for update 2016-02-15 23:11:22 -05:00
632c27802c Minor fix for #2624 2016-02-15 14:57:15 -05:00
58e004f7da Remove cache avatar support and add its tests 2016-02-14 23:14:55 -05:00
aa5e837c65 fix #2454 2016-02-14 20:26:49 -05:00
de3be370f7 Remove unused tests
Module httplib will be replaced a well done third-party package
soon, so remove its unused tests
2016-02-13 18:11:15 -05:00
8ab5399e83 Make log path required 2016-02-12 10:10:02 -05:00
1feecd6beb Add helper text for log path. 2016-02-12 09:24:09 -05:00
a3e8c32a30 Add install option for log path 2016-02-12 09:19:45 -05:00