Adam Strzelecki
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.
9 years ago
Unknwon
b7f3d94cd0
Minor fix for #2524
9 years ago
Unknwon
f6c98465c7
Merge pull request #2524 from mhartkorn/pullrefs
...
Enable a way to checkout Pull Requests from remote refs
9 years ago
Unknwon
aa12135b97
Fix panic when view profile without signin
...
Also fix that no matter who, still able to see organizations with private membership.
9 years ago
Unknwon
f38d5e57dd
Remove border-bottom for tabs header divider
9 years ago
Unknwon
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.
9 years ago
Unknwon
7162095635
Merge pull request #2664 from jwdeitch/patch-1
...
Update contributing guidlines link
9 years ago
jwdeitch
0b54035d7a
Update README.md
9 years ago
jwdeitch
dbd4697001
Update contributing guidlines link
...
previously displays 404
9 years ago
Unknwon
2408df3f35
Merge pull request #2663 from Download-Fritz/MirrorForks
...
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Download-Fritz
a1b28fc33c
Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().
9 years ago
Download-Fritz
a467184e13
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Unknwon
736a46dff9
Merge pull request #2659 from joshfng/fix-issue-email-format
...
Fix issue email formatting. Addresses #2331
9 years ago
Josh Frye
0f1b26ed1e
Fix issue email formatting. Addresses #2331
9 years ago
Unknwon
60896c66af
Merge pull request #2658 from fnkr/fix-chmod
...
Fix chmod for several files in conf/locale/ and public/
9 years ago
Florian Kaiser
eb009923f4
Fix chmod for several files in conf/locale/ and public/
9 years ago
Unknwon
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.
9 years ago
Unknwon
2fdf8fc938
Add issue and pull request template
9 years ago
Unknwon
89d6b18dad
Merge pull request #2649 from andreynering/gh-issue-template
...
Add GitHub's issue and pull request templates.
9 years ago
Andrey Nering
b97780ba51
Add GitHub's issue and pull request templates.
9 years ago
Unknwon
ccc94dd11c
#2646 fix panic on pushing repositor
9 years ago
Unknwon
d5ca913b2f
#2639 add branch prefix for test webhook
9 years ago
Unknwon
3af1d3c581
#2633 fix removed config option
9 years ago
Unknwon
24829f314b
Merge pull request #2635 from lunny/develop
...
fix dependency broken because xorm's API changed
9 years ago
Lunny Xiao
779b71eda4
fix dependency broken because xorm's API changed
9 years ago
Unknwon
9cf4fe043b
Add env var check for update
9 years ago
Unknwon
2765b5c7cf
#2630 fix wrong user avatar link in webhook
...
Was using the wrong method and now uses the method which checks if
the avatar link is relative or not.
9 years ago
Unknwon
632c27802c
Minor fix for #2624
9 years ago
Unknwon
dc89c51f3e
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
...
Convert mirrors to regular repositories
9 years ago
Martin Hartkorn
bb595666ac
Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
9 years ago
Unknwon
e9b9e6eb53
Setup CI with testing
9 years ago
Unknwon
58e004f7da
Remove cache avatar support and add its tests
9 years ago
Unknwon
fd92d91da3
Minor fix for #2578
9 years ago
Unknwon
d8631b616e
Merge pull request #2578 from exmex/develop
...
Admins and user itself sees private org relations on profile
9 years ago
Unknwon
aa5e837c65
fix #2454
9 years ago
Unknwon
4f6c3e8bb2
Hijack #2388
9 years ago
Unknwon
a1d97e8f5c
Minor fix for #2567
9 years ago
Unknwon
daa43cfb6e
Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboard
...
Only show activities and repositories on the dashboard, that the user has access to
9 years ago
Unknwon
9adfe453d5
#2569 delete repo local copy when transfer
...
Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
9 years ago
Unknwon
29cd8ac270
Merge pull request #2617 from chriswatt/bgcolor
...
Change main content area bg to white, keep area above tabs grey
9 years ago
chriswatt
d710b5e791
Fix when repo is empty
9 years ago
chriswatt
c47866b34a
Add grey bg to tabs on repo page
9 years ago
Martin Hartkorn
15d37b7a95
Refactored according to suggestions
9 years ago
Martin Hartkorn
15394f613f
Add missing safety check
9 years ago
Martin Hartkorn
3650bd8528
Convert mirrors to regular repositories.
9 years ago
Unknwon
de3be370f7
Remove unused tests
...
Module httplib will be replaced a well done third-party package
soon, so remove its unused tests
9 years ago
Unknwon
364874937e
Merge pull request #2614 from joshfng/add-default-branch-to-repo-payload
...
Add default branch to repo payload
9 years ago
Unknwon
10e4887b2b
Merge pull request #2612 from Eriner/master
...
update .gopmfile to reflect git-module update
9 years ago
Matt Hamilton
643acdd32d
update .gopmfile to reflect git-module update
...
Updated to reflect version increment in commit 47adc0e
.
9 years ago
Josh Frye
8662990746
Add default branch to repo payload
9 years ago