summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Near readyAntoine GIRARD2016-01-285-1/+134
|
* 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.
| * | | Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-274-46/+33
| |/ /
* | | Merge pull request #2492 from SarenCurrie/patch-1Unknwon2016-01-271-2/+2
|\ \ \ | |/ / |/| | Fix grammar in deploy key section
| * | Fix grammar in deploy key sectionSaren Currie2016-01-271-2/+2
| | |
* | | Merge pull request #2483 from bkcsoft/fix/mysql-webhook-url-lengthUnknwon2016-01-271-1/+1
|\ \ \ | |/ / |/| | Fixed Webhook URL-length Issue #2465
| * | Fixed Webhook URL-length Issue #2465Kim "BKC" Carlbäcker2016-01-271-1/+1
| |/
* | Merge pull request #2446 from jgsqware/developUnknwon2016-01-261-0/+9
|\ \ | |/ |/| Add Docker Volume from 1.9
| * Add Docker Volume from 1.9juliengarcia2016-01-201-0/+9
| |
* | Merge pull request #2425 from andreynering/make-testUnknwon2016-01-261-0/+3
|\ \ | | | | | | Add command to run the test suite in Makefile.
| * | Add command to run the test suite in Makefile.Andrey Nering2016-01-161-0/+3
| |/
* | Merge pull request #2433 from xxxtonixxx/developUnknwon2016-01-261-0/+37
|\ \ | | | | | | To add spanish translation to home template
| * | Add es-ES to home templateToni Villena2016-01-181-0/+37
| |/
* | Merge pull request #2480 from andreynering/fix-2462Unknwon2016-01-261-0/+6
|\ \ | | | | | | Compute inline diff for pull request view, too. Fix #2462
| * | Compute inline diff for pull request view, too. Fix #2462Andrey Nering2016-01-251-0/+6
| | |
* | | Merge pull request #2475 from 0rax/developUnknwon2016-01-264-4/+26
|\ \ \ | | | | | | | | Update Dockerfile & build script and add /etc/nsswitch.conf
| * | | Update Dockerfile & build script and add /etc/nsswitch.conf:Jean-Philippe Roemer2016-01-254-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | - Add nsswitch.conf to configure LibC Name Service inside the container - Change my email in the Dockerfile - Update build script to install software as a `build-deps` virtual package so that adding a package to it will be automatically removed at the end of the build script
* | | | fix #2416Unknwon2016-01-263-4/+4
| |/ / |/| |
* | | Merge pull request #2445 from bkcsoft/feature/fix-2442Unknwon2016-01-251-1/+1
|\ \ \ | | | | | | | | Admins are allowed to create repos for arbitrary Orgs
| * | | Admins are allowed to create repos for arbitrary OrgsKim "BKC" Carlbäcker2016-01-201-1/+1
| | |/ | |/|
* | | Minor fix for #2396Unknwon2016-01-256-4/+11
| | |
* | | Merge pull request #2396 from bkcsoft/feature/markdown-checklistUnknwon2016-01-252-1/+20
|\ \ \ | | | | | | | | [Feature] Markdown Checklist-rendering
| * | | Made Sanitizer-setup cleanerKim "BKC" Carlbäcker2016-01-141-1/+10
| | | |
| * | | Checklist-rendering implementedKim "BKC" Carlbäcker2016-01-132-1/+11
| | | |
* | | | Merge pull request #2432 from nd/developUnknwon2016-01-251-0/+1
|\ \ \ \ | |_|_|/ |/| | | Fix #2431 - handle requests waiting for reply
| * | | Fix #2431 - handle requests waiting for replyDmitry Neverov2016-01-181-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | According to the docs [1], the Reply method must be called for all requests where WantReply is true. This fixes a hanging java ssh implementation (jsch) which sets WantReply flag and waits for reply from the server. [1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply
* | | Update localesUnknwon2016-01-259-310/+310
| | |
* | | Merge pull request #2467 from pdan/patch-1Unknwon2016-01-251-1/+1
|\ \ \ | |/ / |/| | Fixed forgotten err variable assignment
| * | Fixed forgotten err variable assignmentPourya Daneshvar2016-01-241-1/+1
|/ /
* | #2179 use Go sub-repo ssh to verify public key contentUnknwon2016-01-156-61/+13
| |
* | URL fix for #2287Unknwon2016-01-154-9/+27
| |
* | hide section with user has no organizationsUnknwon2016-01-141-0/+2
| |
* | fix CSS of branch dropdown when view commits under revisionUnknwon2016-01-141-2/+2
| |
* | minor fix to #2383Unknwon2016-01-144-4/+4
| | | | | | | | - add tooltip for organization name in profile
* | Merge pull request #2383 from exmex/developUnknwon2016-01-142-2/+14
|\ \ | | | | | | Added organization display on profile
| * | Added improvement from UnknwonExMex2016-01-141-1/+1
| | |
| * | Added links to org profile iconsExMex2016-01-121-1/+1
| | |
| * | Added organization display on profileExMex2016-01-122-2/+14
| |/ | | | | | | Fixed "Follower" Icon too big
* | Merge pull request #2403 from ddelpero/masterUnknwon2016-01-141-1/+1
|\ \ | | | | | | Update repo.go
| * | Update repo.goddelpero2016-01-071-1/+1
| | | | | | | | | | | | Release download file name doesn't include tag number #2339 Download: Changed to use refName instead of commit.ID for downloaded file name
* | | Merge pull request #2399 from nanoant/patch/osx-launchd-scriptUnknwon2016-01-141-0/+39
|\ \ \ | | | | | | | | OS X launchd script
| * | | OS X launchd scriptAdam Strzelecki2016-01-131-0/+39
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using this script: 1. Copy scripts/launchd/io.gogs.web.plist into /Library/LaunchDaemons 2. The script assumes Gogs is running under 'gogs' user and group, modify /Library/LaunchDaemons/io.gogs.web.plist if you want to user different user. 3. The script assumes Gogs is installed in /Users/git/gogs, modify /Library/LaunchDaemons/io.gogs.web.plist if you installed Gogs in different location. 4. Once you are sure that running Gogs manually via `gogs web` works fine, run it as a launchd service with: sudo launchctl load -F /Library/LaunchDaemons/io.gogs.web.plist From now on launchd will ensure Gogs is running, eg. when system is restarted.
* | | Merge pull request #2398 from nanoant/patch/fix-refurl-argUnknwon2016-01-141-1/+1
|\ \ \ | | | | | | | | commit.RefUrl expects AppUrl argument