aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Fix panic when view profile without signinUnknwon2016-02-19
| | | | | | | | | | | | | | | | Also fix that no matter who, still able to see organizations with private membership.
* | | | Remove border-bottom for tabs header dividerUnknwon2016-02-19
| | | |
* | | | Fix inappropriate markdown post process end tag checkUnknwon2016-02-19
| | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #2664 from jwdeitch/patch-1Unknwon2016-02-19
|\ \ \ \ | | | | | | | | | | Update contributing guidlines link
| * | | | Update README.mdjwdeitch2016-02-19
| | | | |
| * | | | Update contributing guidlines linkjwdeitch2016-02-19
| | | | | | | | | | | | | | | previously displays 404
* | | | | Merge pull request #2663 from Download-Fritz/MirrorForksUnknwon2016-02-19
|\ \ \ \ \ | | | | | | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors.
| * | | | | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained ↵Download-Fritz2016-02-19
| | | | | | | | | | | | | | | | | | | | | | | | check to AllowsPulls().
| * | | | | #2505 Allow to fork and disallow to create PRs for mirrors.Download-Fritz2016-02-19
| |/ / / /
* | | | | Merge pull request #2659 from joshfng/fix-issue-email-formatUnknwon2016-02-18
|\ \ \ \ \ | | | | | | | | | | | | Fix issue email formatting. Addresses #2331
| * | | | | Fix issue email formatting. Addresses #2331Josh Frye2016-02-18
| |/ / / /
* | | | | Merge pull request #2658 from fnkr/fix-chmodUnknwon2016-02-18
|\ \ \ \ \ | | | | | | | | | | | | Fix chmod for several files in conf/locale/ and public/
| * | | | | Fix chmod for several files in conf/locale/ and public/Florian Kaiser2016-02-18
|/ / / / /
* / / / / #2650 fix possbility that use email as pusher user nameUnknwon2016-02-17
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Add issue and pull request templateUnknwon2016-02-17
| | | |
* | | | Merge pull request #2649 from andreynering/gh-issue-templateUnknwon2016-02-17
|\ \ \ \ | |_|/ / |/| | | Add GitHub's issue and pull request templates.
| * | | Add GitHub's issue and pull request templates.Andrey Nering2016-02-17
|/ / /
* | | #2646 fix panic on pushing repositorUnknwon2016-02-17
| | |
* | | #2639 add branch prefix for test webhookUnknwon2016-02-17
| |/ |/|
* | #2633 fix removed config optionUnknwon2016-02-16
| |
* | Merge pull request #2635 from lunny/developUnknwon2016-02-16
|\ \ | | | | | | fix dependency broken because xorm's API changed
| * | fix dependency broken because xorm's API changedLunny Xiao2016-02-16
|/ /
* | Add env var check for updateUnknwon2016-02-15
| |
* | #2630 fix wrong user avatar link in webhookUnknwon2016-02-15
| | | | | | | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not.
* | Minor fix for #2624Unknwon2016-02-15
| |
* | Merge pull request #2624 from mhartkorn/convert-mirror-to-repoUnknwon2016-02-15
|\ \ | | | | | | Convert mirrors to regular repositories
| * | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵Martin Hartkorn2016-02-15
| | | | | | | | | | | | from database
| * | Refactored according to suggestionsMartin Hartkorn2016-02-14
| | |
| * | Add missing safety checkMartin Hartkorn2016-02-14
| | |
| * | Convert mirrors to regular repositories.Martin Hartkorn2016-02-14
| | |
* | | Setup CI with testingUnknwon2016-02-14
| | |
* | | Remove cache avatar support and add its testsUnknwon2016-02-14
| | |
* | | Minor fix for #2578Unknwon2016-02-14
| | |
* | | Merge pull request #2578 from exmex/developUnknwon2016-02-14
|\ \ \ | | | | | | | | Admins and user itself sees private org relations on profile
| * | | Reverted showing (private) on private org relationsExMex2016-02-07
| | | |
| * | | Admins and user itself sees private org relations on profileExMex2016-02-07
| | | |
* | | | fix #2454Unknwon2016-02-14
| | | |
* | | | Hijack #2388Unknwon2016-02-14
| | | |
* | | | Minor fix for #2567Unknwon2016-02-14
| | | |
* | | | Merge pull request #2567 from fnkr/hide-other-teams-activity-from-dashboardUnknwon2016-02-14
|\ \ \ \ | | | | | | | | | | Only show activities and repositories on the dashboard, that the user has access to
| * | | | Only show activities for repositories on dashboard, that the user has access toFlorian Kaiser2016-02-06
| | | | |
| * | | | Only show repositories on organization dashboard, that the user has access toFlorian Kaiser2016-02-05
| | | | |
* | | | | #2569 delete repo local copy when transferUnknwon2016-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote.
* | | | | Merge pull request #2617 from chriswatt/bgcolorUnknwon2016-02-14
|\ \ \ \ \ | | | | | | | | | | | | Change main content area bg to white, keep area above tabs grey
| * | | | | Fix when repo is emptychriswatt2016-02-14
| | | | | |
| * | | | | Add grey bg to tabs on repo pagechriswatt2016-02-14
|/ / / / /
* | | | | Remove unused testsUnknwon2016-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | Module httplib will be replaced a well done third-party package soon, so remove its unused tests
* | | | | Merge pull request #2614 from joshfng/add-default-branch-to-repo-payloadUnknwon2016-02-12
|\ \ \ \ \ | |_|_|/ / |/| | | | Add default branch to repo payload
| * | | | Add default branch to repo payloadJosh Frye2016-02-12
| | | | |
* | | | | Merge pull request #2612 from Eriner/masterUnknwon2016-02-12
|\ \ \ \ \ | | | | | | | | | | | | update .gopmfile to reflect git-module update