Commit Graph

3730 Commits (1cbc5b49e3d6f072c9f78a4708c77b7f4f279108)
 

Author SHA1 Message Date
Kim "BKC" Carlbäcker 85335c5f56 Go-ism :D
Unknwon 93f40995b3 Merge pull request from bkcsoft/fix/mysql-webhook-url-length
Fixed Webhook URL-length Issue 
Saren Currie 646e90d833 Fix grammar in deploy key section
Kim "BKC" Carlbäcker d943429672 Added example to conf/app.ini
Kim "BKC" Carlbäcker 3a9fd81f59 Custom URL-Schemas for Markdown
Kim "BKC" Carlbäcker edc414c584 Fixed Webhook URL-length Issue
Unknwon a849ac0164 Merge pull request from jgsqware/develop
Add Docker Volume from 1.9
Kim "BKC" Carlbäcker b31c7fe074 Fixed Poster/Commenter-bug and clean-up
Kim "BKC" Carlbäcker 2665728ee7 Fix OP not 'participating' until commented
Kim Carlbäcker f65dedc3be Optimize participant-fetching
Kim "BKC" Carlbäcker b921161666 Name popup
Kim "BKC" Carlbäcker 2cc1ee3fc0 Implemented participant-listing for issue-pages
Unknwon ab0ba4bbae Merge pull request from andreynering/make-test
Add command to run the test suite in Makefile.
Unknwon 86f841dd71 Merge pull request from xxxtonixxx/develop
To add spanish translation to home template
Unknwon e3075865e4 Merge pull request from andreynering/fix-2462
Compute inline diff for pull request view, too. Fix 
Unknwon 3509f1f610 Merge pull request from 0rax/develop
Update Dockerfile & build script and add /etc/nsswitch.conf
Unknwon 7ca1821725 fix
Andrey Nering ee5d6fb025 Compute inline diff for pull request view, too. Fix
Unknwon 1372cab35a Merge pull request from bkcsoft/feature/fix-2442
Admins are allowed to create repos for arbitrary Orgs
Unknwon e33ddac9bf Minor fix for
Unknwon 71b9537393 Merge pull request from bkcsoft/feature/markdown-checklist
[Feature] Markdown Checklist-rendering
Unknwon b33abc6280 Merge pull request from nd/develop
Fix  - handle requests waiting for reply
Jean-Philippe Roemer 9032bd097b Update Dockerfile & build script and add /etc/nsswitch.conf:
- 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
Unknwon 38efa72146 Update locales
Unknwon 4ae7e64e2a Merge pull request from pdan/patch-1
Fixed forgotten err variable assignment
Pourya Daneshvar 863ff19e1f Fixed forgotten err variable assignment
juliengarcia eb14fbf95f Add Docker Volume from 1.9
Kim "BKC" Carlbäcker a3eab8185d Admins are allowed to create repos for arbitrary Orgs
James Mills f36c82c3b3 Add an important note about mapping the ssh port on the container to the host
Toni Villena 1105a3139f Add es-ES to home template
Dmitry Neverov fb99d50fa1 Fix - handle requests waiting for reply
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
Andrey Nering b8d0367a6c Add command to run the test suite in Makefile.
Unknwon 7ef9a05588 use Go sub-repo ssh to verify public key content
Unknwon c631a4a9b9 URL fix for
Unknwon dccfadf7b8 hide section with user has no organizations
Unknwon d1675c2701 fix CSS of branch dropdown when view commits under revision
Unknwon 29b07693dd minor fix to
- add tooltip for organization name in profile
Unknwon f75b5f4287 Merge pull request from exmex/develop
Added organization display on profile
ExMex 40413c5c6c Added improvement from Unknwon
Unknwon a72f57374d Merge pull request from ddelpero/master
Update repo.go
Unknwon 98306a5d8a Merge pull request from nanoant/patch/osx-launchd-script
OS X launchd script
Unknwon cb92af4a6c Merge pull request from nanoant/patch/fix-refurl-arg
commit.RefUrl expects AppUrl argument
Unknwon ae2c6d42fd Merge pull request from sapk/fix-issue-2375
Correction for issue 
Unknwon ab89be33a9 fix
Kim "BKC" Carlbäcker a1a4f1103c Made Sanitizer-setup cleaner
Adam Strzelecki 653e1506ad OS X launchd script
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.
Adam Strzelecki 41fdaabcf7 commit.RefUrl expects AppUrl argument
This is fixup for ea375c0dcc. 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
Kim "BKC" Carlbäcker 8e09e03127 Checklist-rendering implemented
Antoine GIRARD 688fc515f8 Fix username display in lower-cased for comment in Dashboard
ExMex 53a63de9dc Added links to org profile icons