Martin Hartkorn
758589d28d
Change user name in Pull Requests
10 years ago
Unknwon
31a11f3b29
Merge pull request #2483 from bkcsoft/fix/mysql-webhook-url-length
Fixed Webhook URL-length Issue #2465
10 years ago
Kim "BKC" Carlbäcker
cbae57c634
Fixed Webhook URL-length Issue #2465
10 years ago
Unknwon
8b52ca88d1
Merge pull request #2446 from jgsqware/develop
Add Docker Volume from 1.9
10 years ago
Unknwon
03d96be51d
Merge pull request #2425 from andreynering/make-test
Add command to run the test suite in Makefile.
10 years ago
Unknwon
b5518291a1
Merge pull request #2433 from xxxtonixxx/develop
To add spanish translation to home template
10 years ago
Unknwon
7e6db25e6b
Merge pull request #2480 from andreynering/fix-2462
Compute inline diff for pull request view, too. Fix #2462
10 years ago
Unknwon
e321af2fc4
Merge pull request #2475 from 0rax/develop
Update Dockerfile & build script and add /etc/nsswitch.conf
10 years ago
Unknwon
47152fb109
fix #2416
10 years ago
Andrey Nering
5ee4093d1a
Compute inline diff for pull request view, too. Fix #2462
10 years ago
Unknwon
62a5eda7b4
Merge pull request #2445 from bkcsoft/feature/fix-2442
Admins are allowed to create repos for arbitrary Orgs
10 years ago
Unknwon
b80af0d28c
Minor fix for #2396
10 years ago
Unknwon
fe297c59fc
Merge pull request #2396 from bkcsoft/feature/markdown-checklist
[Feature] Markdown Checklist-rendering
10 years ago
Unknwon
2682a01dc1
Merge pull request #2432 from nd/develop
Fix #2431 - handle requests waiting for reply
10 years ago
Jean-Philippe Roemer
9947d6e98d
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
10 years ago
Unknwon
61976ce9f0
Update locales
10 years ago
Unknwon
6573b10144
Merge pull request #2467 from pdan/patch-1
Fixed forgotten err variable assignment
10 years ago
Pourya Daneshvar
c20ae1ffe6
Fixed forgotten err variable assignment
10 years ago
juliengarcia
6fe266692e
Add Docker Volume from 1.9
10 years ago
Kim "BKC" Carlbäcker
2c4b3709e4
Admins are allowed to create repos for arbitrary Orgs
10 years ago
Toni Villena
7c88ed3aa4
Add es-ES to home template
10 years ago
Dmitry Neverov
08b2f41a02
Fix #2431 - 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
10 years ago
Andrey Nering
858320130e
Add command to run the test suite in Makefile.
10 years ago
Unknwon
1fe72ae465
#2179 use Go sub-repo ssh to verify public key content
10 years ago
Unknwon
5b18638857
URL fix for #2287
10 years ago
Unknwon
4e10c72cbd
hide section with user has no organizations
10 years ago
Unknwon
ea7ca442b5
fix CSS of branch dropdown when view commits under revision
10 years ago
Unknwon
490435830d
minor fix to #2383
- add tooltip for organization name in profile
10 years ago
Unknwon
986a3eb346
Merge pull request #2383 from exmex/develop
Added organization display on profile
10 years ago
ExMex
87bcbe68ec
Added improvement from Unknwon
10 years ago
Unknwon
e661f3360b
Merge pull request #2403 from ddelpero/master
Update repo.go
10 years ago
Unknwon
c8e2df5a60
Merge pull request #2399 from nanoant/patch/osx-launchd-script
OS X launchd script
10 years ago
Unknwon
aed4fe532b
Merge pull request #2398 from nanoant/patch/fix-refurl-arg
commit.RefUrl expects AppUrl argument
10 years ago
Unknwon
c0098c33c8
Merge pull request #2393 from sapk/fix-issue-2375
Correction for issue #2375
10 years ago
Unknwon
1a4a82d317
fix #2385
10 years ago
Kim "BKC" Carlbäcker
9317933abe
Made Sanitizer-setup cleaner
10 years ago
Adam Strzelecki
1b26b92a18
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.
10 years ago
Adam Strzelecki
fe562dbafa
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
10 years ago
Kim "BKC" Carlbäcker
5ac5166b32
Checklist-rendering implemented
10 years ago
Antoine GIRARD
4c444fb1e8
Fix username display in lower-cased for comment in Dashboard
10 years ago
ExMex
211c1decf2
Added links to org profile icons
10 years ago
ExMex
6b1d9699fe
Added organization display on profile
Fixed "Follower" Icon too big
10 years ago
Unknwon
edcfb09bb1
Merge pull request #2381 from philippechataignon/develop
Add fr-FR to home template
10 years ago
Philippe Chataignon
5830da0026
Add fr-FR to home template
10 years ago
Unknwon
6e2051352e
#2287 Truncate repository name if too long
10 years ago
Unknwon
7a9b5d32d6
update locale
10 years ago
Unknwon
05853b6ae9
#2349 fix convert type
10 years ago
Unknwon
315418ced5
stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
10 years ago
Unknwon
56f772c100
#2349 try to handle []int8 case
10 years ago
Unknwon
c9350944b4
Merge pull request #2374 from l2dy/develop
Minor fix (extra space)
10 years ago