Kim "BKC" Carlbäcker
edc414c584
Fixed Webhook URL-length Issue #2465
9 years ago
Unknwon
a849ac0164
Merge pull request #2446 from jgsqware/develop
...
Add Docker Volume from 1.9
9 years ago
Kim "BKC" Carlbäcker
b31c7fe074
Fixed Poster/Commenter-bug and clean-up
9 years ago
Kim "BKC" Carlbäcker
2665728ee7
Fix OP not 'participating' until commented
9 years ago
Kim Carlbäcker
f65dedc3be
Optimize participant-fetching
9 years ago
Kim "BKC" Carlbäcker
b921161666
Name popup
9 years ago
Kim "BKC" Carlbäcker
2cc1ee3fc0
Implemented participant-listing for issue-pages
9 years ago
Unknwon
ab0ba4bbae
Merge pull request #2425 from andreynering/make-test
...
Add command to run the test suite in Makefile.
9 years ago
Unknwon
86f841dd71
Merge pull request #2433 from xxxtonixxx/develop
...
To add spanish translation to home template
9 years ago
Unknwon
e3075865e4
Merge pull request #2480 from andreynering/fix-2462
...
Compute inline diff for pull request view, too. Fix #2462
9 years ago
Unknwon
3509f1f610
Merge pull request #2475 from 0rax/develop
...
Update Dockerfile & build script and add /etc/nsswitch.conf
9 years ago
Unknwon
7ca1821725
fix #2416
9 years ago
Andrey Nering
ee5d6fb025
Compute inline diff for pull request view, too. Fix #2462
9 years ago
Unknwon
1372cab35a
Merge pull request #2445 from bkcsoft/feature/fix-2442
...
Admins are allowed to create repos for arbitrary Orgs
9 years ago
Unknwon
e33ddac9bf
Minor fix for #2396
9 years ago
Unknwon
71b9537393
Merge pull request #2396 from bkcsoft/feature/markdown-checklist
...
[Feature] Markdown Checklist-rendering
9 years ago
Unknwon
b33abc6280
Merge pull request #2432 from nd/develop
...
Fix #2431 - handle requests waiting for reply
9 years ago
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
9 years ago
Unknwon
38efa72146
Update locales
9 years ago
Unknwon
4ae7e64e2a
Merge pull request #2467 from pdan/patch-1
...
Fixed forgotten err variable assignment
9 years ago
Pourya Daneshvar
863ff19e1f
Fixed forgotten err variable assignment
9 years ago
juliengarcia
eb14fbf95f
Add Docker Volume from 1.9
9 years ago
Kim "BKC" Carlbäcker
a3eab8185d
Admins are allowed to create repos for arbitrary Orgs
9 years ago
James Mills
f36c82c3b3
Add an important note about mapping the ssh port on the container to the host
9 years ago
Toni Villena
1105a3139f
Add es-ES to home template
9 years ago
Dmitry Neverov
fb99d50fa1
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
9 years ago
Andrey Nering
b8d0367a6c
Add command to run the test suite in Makefile.
9 years ago
Unknwon
7ef9a05588
#2179 use Go sub-repo ssh to verify public key content
10 years ago
Unknwon
c631a4a9b9
URL fix for #2287
10 years ago
Unknwon
dccfadf7b8
hide section with user has no organizations
10 years ago
Unknwon
d1675c2701
fix CSS of branch dropdown when view commits under revision
10 years ago
Unknwon
29b07693dd
minor fix to #2383
...
- add tooltip for organization name in profile
10 years ago
Unknwon
f75b5f4287
Merge pull request #2383 from exmex/develop
...
Added organization display on profile
10 years ago
ExMex
40413c5c6c
Added improvement from Unknwon
10 years ago
Unknwon
a72f57374d
Merge pull request #2403 from ddelpero/master
...
Update repo.go
10 years ago
Unknwon
98306a5d8a
Merge pull request #2399 from nanoant/patch/osx-launchd-script
...
OS X launchd script
10 years ago
Unknwon
cb92af4a6c
Merge pull request #2398 from nanoant/patch/fix-refurl-arg
...
commit.RefUrl expects AppUrl argument
10 years ago
Unknwon
ae2c6d42fd
Merge pull request #2393 from sapk/fix-issue-2375
...
Correction for issue #2375
10 years ago
Unknwon
ab89be33a9
fix #2385
10 years ago
Kim "BKC" Carlbäcker
a1a4f1103c
Made Sanitizer-setup cleaner
10 years ago
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.
10 years ago
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
10 years ago
Kim "BKC" Carlbäcker
8e09e03127
Checklist-rendering implemented
10 years ago
Antoine GIRARD
688fc515f8
Fix username display in lower-cased for comment in Dashboard
10 years ago
ExMex
53a63de9dc
Added links to org profile icons
10 years ago
ExMex
f610bfa8a2
Added organization display on profile
...
Fixed "Follower" Icon too big
10 years ago
Unknwon
fc4a4d38d1
Merge pull request #2381 from philippechataignon/develop
...
Add fr-FR to home template
10 years ago
Philippe Chataignon
939d96813c
Add fr-FR to home template
10 years ago
Unknwon
f43cc90841
#2287 Truncate repository name if too long
10 years ago
Unknwon
a2ef9a2b64
update locale
10 years ago