summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor fix for #2444Unknwon2016-02-019-15/+26
|
* Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-012-5/+35
|\ | | | | Implemented participant-listing for issue-pages (Fixes #2377)
| * Go-ism :DKim "BKC" Carlbäcker2016-01-271-3/+3
| |
| * Fixed Poster/Commenter-bug and clean-upKim "BKC" Carlbäcker2016-01-261-3/+1
| |
| * Fix OP not 'participating' until commentedKim "BKC" Carlbäcker2016-01-261-0/+1
| |
| * Optimize participant-fetchingKim Carlbäcker2016-01-261-0/+1
| |
| * Name popupKim "BKC" Carlbäcker2016-01-261-1/+4
| |
| * Implemented participant-listing for issue-pagesKim "BKC" Carlbäcker2016-01-262-5/+32
| |
* | Merge pull request #2542 from fnkr/fix-markdown-code-blocks-issue-comment-saveUnknwon2016-02-011-0/+3
|\ \ | | | | | | Fix syntax highlighting for markdown code blocks on issue description/comment save
| * | Fix syntax highlighting for markdown code blocks on issue ↵Florian Kaiser2016-02-011-0/+3
|/ / | | | | | | description/comment save
* | Merge pull request #2540 from ↵Unknwon2016-02-011-0/+8
|\ \ | | | | | | | | | | | | JohnMaguire/bugfix/2447-delete-public-key-authorized_keys Fixes #2447 (delete public key from authorized_keys)
| * | Trim whitespace when adding SSH keys (fixes #2447)John Maguire2016-01-311-0/+3
| | |
| * | Add debug log when SSH key for deletion isn't foundJohn Maguire2016-01-311-0/+5
| | |
* | | Merge pull request #2539 from redoz/developUnknwon2016-02-011-1/+1
|\ \ \ | | | | | | | | Change en-us localization "mirror from" to "mirror of"
| * | | Change en-us localization "mirror from" to "mirror of"Patrik2016-02-011-1/+1
| | | |
* | | | Merge pull request #2537 from fnkr/remember-clone-protocolUnknwon2016-02-014-11/+27
|\ \ \ \ | |/ / / |/| | | Remember last selected clone protocol
| * | | Select HTTPS if remembered clone protocol is SSH but SSH is disabled nowFlorian Kaiser2016-02-011-1/+3
| | | |
| * | | Remember last selected clone protocol, and establish uniform order (https, ssh)Florian Kaiser2016-02-014-11/+25
| | | |
* | | | Merge pull request #2538 from fnkr/issue-markdown-code-block-highlightedUnknwon2016-02-012-0/+8
|\ \ \ \ | | | | | | | | | | Make highlighted markdown code blocks work on issue pages
| * | | | Make highlighted markdown code blocks work on issue pagesFlorian Kaiser2016-02-012-0/+8
|/ / / /
* / / / Fix one user may block entire listen loop for builtin SSHUnknwon2016-02-013-23/+36
|/ / /
* | | Merge pull request #2533 from fnkr/icon-fork-private-collisionUnknwon2016-01-311-1/+1
|\ \ \ | | | | | | | | Use icon repo-forked instead of repo-lock for private, forked repos
| * | | Undo change in templates/explore/repo_list.tmplFlorian Kaiser2016-01-311-3/+3
| | | |
| * | | Use icon repo-forked instead of repo-lock for private, forked reposFlorian Kaiser2016-01-312-4/+4
| | | |
* | | | #2229 adjust URL verbose depth for reverse proxy sub-pathUnknwon2016-01-315-10/+15
| | | |
* | | | Merge pull request #2531 from andreynering/home-template-pt-BRUnknwon2016-01-311-0/+37
|\ \ \ \ | | | | | | | | | | Add portuguese-BR to home template.
| * | | | Add portuguese-BR to home template.Andrey Nering2016-01-311-0/+37
| |/ / /
* | | | fix #2529Unknwon2016-01-313-3/+3
| | | |
* | | | Merge pull request #2527 from fnkr/hide-private-orgs-from-profileUnknwon2016-01-312-4/+24
|\ \ \ \ | |/ / / |/| | | Show all orgs on user profile, except the private one's
| * | | Show all orgs on user profile, except the private one'sFlorian Kaiser2016-01-302-4/+24
| | | |
* | | | Update and reorganize front-end resourcesUnknwon2016-01-3046-3983/+677
|/ / /
* | | Update .gopmfileUnknwon2016-01-301-21/+21
| | |
* | | Merge pull request #2517 from fnkr/issue-2516Unknwon2016-01-301-1/+1
|\ \ \ | | | | | | | | Allow modification of a release if Content is empty (fix #2516)
| * | | Allow modification of a release if Content is empty (fix #2516)Florian Kaiser2016-01-301-1/+1
|/ / /
* | | #2497 incorrect error handle for team nameUnknwon2016-01-299-44/+65
| | |
* | | #2491 minor fix for sr on dashboardUnknwon2016-01-295-7/+17
| | |
* | | Merge pull request #2508 from MilesPong/developUnknwon2016-01-291-1/+1
|\ \ \ | | | | | | | | Fixed gravatar url
| * | | Using https for gravatarmiles@Oscar2016-01-291-1/+1
| | | |
| * | | Fixed gravatar urlmiles@Oscar2016-01-291-1/+1
| | | |
* | | | Merge pull request #2509 from 0rax/developUnknwon2016-01-293-6/+6
|\ \ \ \ | | | | | | | | | | Update Docker container with Alpine 3.3 & Fix RPi2 build
| * | | | Update Dockerfile.rpi to better match Dockerfile:Jean-Philippe Roemer2016-01-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | - Dockerfile.rpi now uses hypriot/rpi-alpine-scratch as base (build script are available w/ a better maintainer & more updates) - Dockerfile.rpi updates alpine from v3.2 to v3.3 to be on par with Dockerfile
| * | | | Update Dockerfile to update alpine to v3.3 & fix virtual package and ↵Jean-Philippe Roemer2016-01-283-5/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repository pinning on RPi - Dockerfile now uses alpine:3.3 as base - Dockerfile.rpi now uses v3.3/community repository without pinning - Go package is no longer fetched using repository pinning - Fixes problem while using repository pinning & virtual package at the same time
* | | | Merge pull request #2502 from bkcsoft/fix/split-view-diffUnknwon2016-01-283-1/+12
|\ \ \ \ | | | | | | | | | | Split view fixed
| * | | | Split view fixedKim "BKC" Carlbäcker2016-01-273-1/+12
| | |_|/ | |/| |
* | | | Record error when fail to health check repositoryUnknwon2016-01-281-1/+1
| | | |
* | | | Update localesUnknwon2016-01-286-76/+76
| |/ / |/| |
* | | Minor fix for #2494Unknwon2016-01-286-10/+10
| | | | | | | | | | | | - Change tooltip size from mini to tiny in profile page
* | | Merge pull request #2494 from mhartkorn/pullreq-name-changeUnknwon2016-01-282-0/+13
|\ \ \ | | | | | | | | Change user name in Pull Requests to avoid errors (fixes #2495)
| * | | Change user name in Pull RequestsMartin Hartkorn2016-01-272-0/+13
| | | |
* | | | Merge pull request #2493 from andreynering/fix-2489Unknwon2016-01-284-46/+33
|\ \ \ \ | | | | | | | | | | Refactoring of inline diff computing to prevent empty diff box.