Bart
0bda8c5bef
Removed duplicate of paragraph
9 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.
9 years ago
Unknwon
94f13a060c
Remove border-bottom for tabs header divider
9 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.
9 years ago
Unknwon
fef1c426f8
Merge pull request #2664 from jwdeitch/patch-1
Update contributing guidlines link
9 years ago
jwdeitch
84d18c2d1a
Update README.md
9 years ago
jwdeitch
1d36290e1d
Update contributing guidlines link
previously displays 404
9 years ago
Unknwon
6dc21aa0a0
Merge pull request #2663 from Download-Fritz/MirrorForks
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Download-Fritz
b02d150b6a
Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().
9 years ago
Download-Fritz
c8d4d1bd2e
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Unknwon
d0c8012cf0
Merge pull request #2659 from joshfng/fix-issue-email-format
Fix issue email formatting. Addresses #2331
9 years ago
Josh Frye
e1207eaf96
Fix issue email formatting. Addresses #2331
9 years ago
Unknwon
18f518afac
Merge pull request #2658 from fnkr/fix-chmod
Fix chmod for several files in conf/locale/ and public/
9 years ago
Florian Kaiser
6c72bf973f
Fix chmod for several files in conf/locale/ and public/
9 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.
9 years ago
Unknwon
9ac1558741
Add issue and pull request template
9 years ago
Unknwon
d3e78d3e9f
Merge pull request #2649 from andreynering/gh-issue-template
Add GitHub's issue and pull request templates.
9 years ago
Andrey Nering
0f7a4596b0
Add GitHub's issue and pull request templates.
9 years ago
Unknwon
b1b4202383
#2646 fix panic on pushing repositor
9 years ago
Unknwon
1464e1dee0
#2639 add branch prefix for test webhook
9 years ago
Unknwon
ed294f8355
#2633 fix removed config option
9 years ago
Unknwon
ab5c4974e7
Merge pull request #2635 from lunny/develop
fix dependency broken because xorm's API changed
9 years ago
Lunny Xiao
25fd5a1d7c
fix dependency broken because xorm's API changed
9 years ago
Unknwon
011dab4881
Add env var check for update
9 years ago
Unknwon
88484a73ec
#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
04d7b393ab
Minor fix for #2624
9 years ago
Unknwon
0607f13964
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
9 years ago
Martin Hartkorn
9580a21d42
Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
9 years ago
Unknwon
6146794a38
Setup CI with testing
9 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
9 years ago
Unknwon
d471a759c6
Minor fix for #2578
9 years ago
Unknwon
3ca084f567
Merge pull request #2578 from exmex/develop
Admins and user itself sees private org relations on profile
9 years ago
Unknwon
5cadf34f21
fix #2454
9 years ago
Unknwon
5add8a57ac
Hijack #2388
9 years ago
Unknwon
184d76a5d4
Minor fix for #2567
9 years ago
Unknwon
10c7f8bd0a
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
6a75926ebe
#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
327189dbf7
Merge pull request #2617 from chriswatt/bgcolor
Change main content area bg to white, keep area above tabs grey
9 years ago
chriswatt
ff07256d4c
Fix when repo is empty
9 years ago
chriswatt
aa55f2e41f
Add grey bg to tabs on repo page
9 years ago
Martin Hartkorn
d07e6233a3
Refactored according to suggestions
9 years ago
Martin Hartkorn
ebf9a7aa50
Add missing safety check
9 years ago
Martin Hartkorn
42b1b57e94
Convert mirrors to regular repositories.
9 years ago
Unknwon
5b8fbe2a82
Remove unused tests
Module httplib will be replaced a well done third-party package
soon, so remove its unused tests
9 years ago
Unknwon
3c336a3b36
Merge pull request #2614 from joshfng/add-default-branch-to-repo-payload
Add default branch to repo payload
9 years ago
Unknwon
246a394be4
Merge pull request #2612 from Eriner/master
update .gopmfile to reflect git-module update
9 years ago
Matt Hamilton
7eee014688
update .gopmfile to reflect git-module update
Updated to reflect version increment in commit 47adc0e
.
9 years ago
Josh Frye
10a423414f
Add default branch to repo payload
9 years ago
Unknwon
60ed826317
Merge pull request #2609 from joshfng/add-config-log-path
Add install option for log path
9 years ago
Josh Frye
d391a2f2b4
Remove redundant nil check.
9 years ago