Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split view fixed | Kim "BKC" Carlbäcker | 2016-01-27 | 3 | -1/+12 |
| | |||||
* | Merge pull request #2425 from andreynering/make-test | Unknwon | 2016-01-26 | 1 | -0/+3 |
|\ | | | | | Add command to run the test suite in Makefile. | ||||
| * | Add command to run the test suite in Makefile. | Andrey Nering | 2016-01-16 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #2433 from xxxtonixxx/develop | Unknwon | 2016-01-26 | 1 | -0/+37 |
|\ \ | | | | | | | To add spanish translation to home template | ||||
| * | | Add es-ES to home template | Toni Villena | 2016-01-18 | 1 | -0/+37 |
| |/ | |||||
* | | Merge pull request #2480 from andreynering/fix-2462 | Unknwon | 2016-01-26 | 1 | -0/+6 |
|\ \ | | | | | | | Compute inline diff for pull request view, too. Fix #2462 | ||||
| * | | Compute inline diff for pull request view, too. Fix #2462 | Andrey Nering | 2016-01-25 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #2475 from 0rax/develop | Unknwon | 2016-01-26 | 4 | -4/+26 |
|\ \ \ | | | | | | | | | Update Dockerfile & build script and add /etc/nsswitch.conf | ||||
| * | | | Update Dockerfile & build script and add /etc/nsswitch.conf: | Jean-Philippe Roemer | 2016-01-25 | 4 | -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 #2416 | Unknwon | 2016-01-26 | 3 | -4/+4 |
| |/ / |/| | | |||||
* | | | Merge pull request #2445 from bkcsoft/feature/fix-2442 | Unknwon | 2016-01-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Admins are allowed to create repos for arbitrary Orgs | ||||
| * | | | Admins are allowed to create repos for arbitrary Orgs | Kim "BKC" Carlbäcker | 2016-01-20 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Minor fix for #2396 | Unknwon | 2016-01-25 | 6 | -4/+11 |
| | | | |||||
* | | | Merge pull request #2396 from bkcsoft/feature/markdown-checklist | Unknwon | 2016-01-25 | 2 | -1/+20 |
|\ \ \ | | | | | | | | | [Feature] Markdown Checklist-rendering | ||||
| * | | | Made Sanitizer-setup cleaner | Kim "BKC" Carlbäcker | 2016-01-14 | 1 | -1/+10 |
| | | | | |||||
| * | | | Checklist-rendering implemented | Kim "BKC" Carlbäcker | 2016-01-13 | 2 | -1/+11 |
| | | | | |||||
* | | | | Merge pull request #2432 from nd/develop | Unknwon | 2016-01-25 | 1 | -0/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Fix #2431 - handle requests waiting for reply | ||||
| * | | | Fix #2431 - handle requests waiting for reply | Dmitry Neverov | 2016-01-18 | 1 | -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 locales | Unknwon | 2016-01-25 | 9 | -310/+310 |
| | | | |||||
* | | | Merge pull request #2467 from pdan/patch-1 | Unknwon | 2016-01-25 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fixed forgotten err variable assignment | ||||
| * | | Fixed forgotten err variable assignment | Pourya Daneshvar | 2016-01-24 | 1 | -1/+1 |
|/ / | |||||
* | | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 | 6 | -61/+13 |
| | | |||||
* | | URL fix for #2287 | Unknwon | 2016-01-15 | 4 | -9/+27 |
| | | |||||
* | | hide section with user has no organizations | Unknwon | 2016-01-14 | 1 | -0/+2 |
| | | |||||
* | | fix CSS of branch dropdown when view commits under revision | Unknwon | 2016-01-14 | 1 | -2/+2 |
| | | |||||
* | | minor fix to #2383 | Unknwon | 2016-01-14 | 4 | -4/+4 |
| | | | | | | | | - add tooltip for organization name in profile | ||||
* | | Merge pull request #2383 from exmex/develop | Unknwon | 2016-01-14 | 2 | -2/+14 |
|\ \ | | | | | | | Added organization display on profile | ||||
| * | | Added improvement from Unknwon | ExMex | 2016-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | Added links to org profile icons | ExMex | 2016-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Added organization display on profile | ExMex | 2016-01-12 | 2 | -2/+14 |
| |/ | | | | | | | Fixed "Follower" Icon too big | ||||
* | | Merge pull request #2403 from ddelpero/master | Unknwon | 2016-01-14 | 1 | -1/+1 |
|\ \ | | | | | | | Update repo.go | ||||
| * | | Update repo.go | ddelpero | 2016-01-07 | 1 | -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-script | Unknwon | 2016-01-14 | 1 | -0/+39 |
|\ \ \ | | | | | | | | | OS X launchd script | ||||
| * | | | OS X launchd script | Adam Strzelecki | 2016-01-13 | 1 | -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-arg | Unknwon | 2016-01-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | commit.RefUrl expects AppUrl argument | ||||
| * | | | commit.RefUrl expects AppUrl argument | Adam Strzelecki | 2016-01-13 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | This is fixup for ea375c0dcca118c8ac3c48ba569b025836ad5ccf. The bug was not visible because commit.RefUrl was always returning empty url due regression described in https://github.com/gogits/git-module/pull/4 | ||||
* | | | Merge pull request #2393 from sapk/fix-issue-2375 | Unknwon | 2016-01-14 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Correction for issue #2375 | ||||
| * | | | Fix username display in lower-cased for comment in Dashboard | Antoine GIRARD | 2016-01-12 | 1 | -3/+3 |
| |/ / | |||||
* / / | fix #2385 | Unknwon | 2016-01-14 | 4 | -2/+7 |
|/ / | |||||
* | | Merge pull request #2381 from philippechataignon/develop | Unknwon | 2016-01-11 | 1 | -0/+40 |
|\ \ | | | | | | | Add fr-FR to home template | ||||
| * | | Add fr-FR to home template | Philippe Chataignon | 2016-01-11 | 1 | -0/+40 |
| | | | |||||
* | | | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 | 12 | -33/+89 |
| | | | |||||
* | | | update locale | Unknwon | 2016-01-11 | 14 | -138/+190 |
| | | | |||||
* | | | #2349 fix convert type | Unknwon | 2016-01-11 | 1 | -3/+3 |
| | | | |||||
* | | | stop compile bindata for TRANSLATORS | Unknwon | 2016-01-11 | 3 | -27/+3 |
| | | | | | | | | | | | | - update required version of git-module for #2373 | ||||
* | | | #2349 try to handle []int8 case | Unknwon | 2016-01-11 | 5 | -4/+16 |
|/ / | |||||
* | | Merge pull request #2374 from l2dy/develop | Unknwon | 2016-01-10 | 2 | -2/+2 |
|\ \ | | | | | | | Minor fix (extra space) | ||||
| * | | Minor fix | l2dy | 2016-01-10 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #2369 from koenwtje/fix-freebsd-init-script | Unknwon | 2016-01-10 | 1 | -0/+1 |
|\ \ | | | | | | | Fix status command in FreeBSD init script | ||||
| * | | Fix status command in FreeBSD init script | Koen Wilde | 2016-01-09 | 1 | -0/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | If the init script is called with `status`, the rc.subr(8) routines check if the first argument associated with the pid in the pidfile is equal to `procname`. By default, `procname` is equal to the value of `command`. In our case, `command` contains a space (i.e. has multiple arguments), so `procname` can never be equal to the first argument of the command associated with the pid. Set `procname` to the first argument of `command` to fix the `status` command of the init script. |