Unknwon
4eb48337da
Minor fix for #2660
10 years ago
Unknwon
496e92310c
Merge pull request #2660 from joshfng/config-test-mailer
Test mailer button. Addresses #1531
10 years ago
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
10 years ago
Martin Hartkorn
b65249c7c5
Call PushToBaseRepo() also on Pull Request creation and not only on git push
10 years ago
Unknwon
e1e7bd8013
Prepare to release
10 years ago
Unknwon
d2e7c97666
Merge pull request #2693 from appleboy/patch-2
test the latest version.
10 years ago
Gibheer
e080ee49a5
use StartSSHServer instead of DisableSSH
DisableSSH doesn't check the kind of ssh server to use, so that was
wrong. Use StartSSHServer instead.
10 years ago
Gibheer
38ac440213
seperate ssh constants from schema constants
The contants were placed in the same section as the scheme ones, which
may lead to confusion.
10 years ago
Gibheer
db937710c0
variable should not use ALL_CAPS
10 years ago
Bo-Yi Wu
c5ae26370d
test the latest version.
10 years ago
Unknwon
4c3776029a
#2682 fix missing slash for go-get meta
10 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
10 years ago
Unknwon
9533097c49
Merge pull request #2665 from muhmuhten/develop
Dockerfile cleanup for Alpine 3.3
10 years ago
Unknwon
4691b1a841
Fix wrong place to check disable SSH
10 years ago
Unknwon
8e3a9499ad
Merge pull request #2674 from andreynering/highlight-little-refactoring
Little refactoring of diff highlight.
10 years ago
Andrey Nering
6b296dbf42
Little refactoring of diff highlight.
Moving cache variable to template instead of in the struct.
10 years ago
Unknwon
ecfde293c6
Merge pull request #2672 from louwers/patch-1
Removed duplicate of paragraph
10 years ago
Bart
0bda8c5bef
Removed duplicate of paragraph
10 years ago
Unknwon
b1198310bb
Replace uuid module with original package
10 years ago
Unknwon
7b69942300
#2334 strip whitespace for migrate URL
Also fix a possible race condition while install
10 years ago
Unknwon
d398777e08
Make markdown as an independent module
10 years ago
Unknwon
3e936bbc5c
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
10 years ago
Unknwon
a16ec44cf5
Fix #857
10 years ago
Unknwon
c9964fe278
Minor fix for #2634
Add AttributesInBind option in new auth source form.
10 years ago
Unknwon
81f7a2d374
Merge pull request #2634 from nanoant/patch/ldap-attributes-in-bind
LDAP: Fetch attributes in Bind DN context
10 years ago
Unknwon
beaaf5b8f2
Merge pull request #2647 from andreynering/issue-template
Implement issue and pull request templates
10 years ago
Adam Strzelecki
c5844bab8e
Update bindata for LDAP changes
10 years ago
Adam Strzelecki
16dd8d9ce4
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.
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
Adam Strzelecki
0c08945c88
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.
10 years ago
Muh Muhten
8ebcd38cc6
update alpine package dependencies
- s6 is in main in 3.3, so we no longer need to mangle the repos file
- official image is periodically updated, so it's not preferred to do
upgrades downstream (usually harmless, but inelegant)
- apk-tools in 3.3 supports --no-cache to avoid leaving the APKINDEX
files in the image
10 years ago
Unknwon
4200adfa83
Minor fix for #2524
10 years ago
Unknwon
71b9ee58c8
Merge pull request #2524 from mhartkorn/pullrefs
Enable a way to checkout Pull Requests from remote refs
10 years ago
Unknwon
de270d5d87
Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
10 years ago
Unknwon
94f13a060c
Remove border-bottom for tabs header divider
10 years ago
Unknwon
e57b81fc19
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.
10 years ago
Unknwon
fef1c426f8
Merge pull request #2664 from jwdeitch/patch-1
Update contributing guidlines link
10 years ago
jwdeitch
84d18c2d1a
Update README.md
10 years ago
jwdeitch
1d36290e1d
Update contributing guidlines link
previously displays 404
10 years ago
Unknwon
6dc21aa0a0
Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
10 years ago
Download-Fritz
b02d150b6a
Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().
10 years ago
Download-Fritz
c8d4d1bd2e
#2505 Allow to fork and disallow to create PRs for mirrors.
10 years ago
Andrey Nering
602ef9ba5f
Implement issue and pull request templates.
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates
Priority:
- root
- .gogs
- .github
10 years ago
Unknwon
d0c8012cf0
Merge pull request #2659 from joshfng/fix-issue-email-format
Fix issue email formatting. Addresses #2331
10 years ago
Josh Frye
e1207eaf96
Fix issue email formatting. Addresses #2331
10 years ago
Unknwon
18f518afac
Merge pull request #2658 from fnkr/fix-chmod
Fix chmod for several files in conf/locale/ and public/
10 years ago
Florian Kaiser
6c72bf973f
Fix chmod for several files in conf/locale/ and public/
10 years ago
Unknwon
665db06fbe
#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.
10 years ago
Unknwon
9ac1558741
Add issue and pull request template
10 years ago
Unknwon
d3e78d3e9f
Merge pull request #2649 from andreynering/gh-issue-template
Add GitHub's issue and pull request templates.
10 years ago