summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| * | | commit.RefUrl expects AppUrl argumentAdam Strzelecki2016-01-131-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-2375Unknwon2016-01-141-3/+3
|\ \ \ | | | | | | | | Correction for issue #2375
| * | | Fix username display in lower-cased for comment in DashboardAntoine GIRARD2016-01-121-3/+3
| |/ /
* / / fix #2385Unknwon2016-01-144-2/+7
|/ /
* | Merge pull request #2381 from philippechataignon/developUnknwon2016-01-111-0/+40
|\ \ | | | | | | Add fr-FR to home template
| * | Add fr-FR to home templatePhilippe Chataignon2016-01-111-0/+40
| | |
* | | #2287 Truncate repository name if too longUnknwon2016-01-1112-33/+89
| | |
* | | update localeUnknwon2016-01-1114-138/+190
| | |
* | | #2349 fix convert typeUnknwon2016-01-111-3/+3
| | |
* | | stop compile bindata for TRANSLATORSUnknwon2016-01-113-27/+3
| | | | | | | | | | | | - update required version of git-module for #2373
* | | #2349 try to handle []int8 caseUnknwon2016-01-115-4/+16
|/ /
* | Merge pull request #2374 from l2dy/developUnknwon2016-01-102-2/+2
|\ \ | | | | | | Minor fix (extra space)
| * | Minor fixl2dy2016-01-102-2/+2
|/ /
* | Merge pull request #2369 from koenwtje/fix-freebsd-init-scriptUnknwon2016-01-101-0/+1
|\ \ | | | | | | Fix status command in FreeBSD init script
| * | Fix status command in FreeBSD init scriptKoen Wilde2016-01-091-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.
* | Merge pull request #2370 from andreynering/fix-testsUnknwon2016-01-101-3/+3
|\ \ | | | | | | Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.
| * | Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.Andrey Nering2016-01-091-3/+3
|/ /
* | roll back a small changeUnknwon2016-01-091-1/+2
| |
* | minor fix to #2335Unknwon2016-01-097-42/+57
| |
* | fix #2367Unknwon2016-01-091-1/+1
| |
* | Merge pull request #2335 from andreynering/highlight-diffUnknwon2016-01-096-14/+192
|\ \ | | | | | | Highlight diff
| * | Fix: now highlights in diff view are getting the correct lines.Andrey Nering2016-01-082-22/+59
| | |
| * | Semantic fixes.Andrey Nering2016-01-071-11/+11
| | |
| * | Declaring specific types for enums constants.Andrey Nering2016-01-062-18/+25
| | | | | | | | | | | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast.
| * | Highlighting differences of lines in the diff view.Andrey Nering2016-01-066-3/+137
| | |
* | | require token for list my orgsUnknwon2016-01-091-1/+1
| | |
* | | fix cannot show user public ssh keysUnknwon2016-01-091-4/+8
| | |
* | | fix markdown autolink errorUnknwon2016-01-094-47/+53
| | |
* | | fix #2360Unknwon2016-01-083-3/+3
| |/ |/|
* | #2345 disallow access of some pages for empty repoUnknwon2016-01-075-10/+17
| |
* | fix #2350Unknwon2016-01-074-5/+5
| |
* | Merge pull request #2352 from zhuharev/developUnknwon2016-01-073-6/+6
|\ \ | | | | | | typo fix