Unknwon
c0098c33c8
Merge pull request #2393 from sapk/fix-issue-2375
Correction for issue #2375
9 years ago
Unknwon
1a4a82d317
fix #2385
9 years ago
Kim "BKC" Carlbäcker
9317933abe
Made Sanitizer-setup cleaner
9 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.
9 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
9 years ago
Kim "BKC" Carlbäcker
5ac5166b32
Checklist-rendering implemented
9 years ago
Antoine GIRARD
4c444fb1e8
Fix username display in lower-cased for comment in Dashboard
9 years ago
ExMex
211c1decf2
Added links to org profile icons
9 years ago
ExMex
6b1d9699fe
Added organization display on profile
Fixed "Follower" Icon too big
9 years ago
Unknwon
edcfb09bb1
Merge pull request #2381 from philippechataignon/develop
Add fr-FR to home template
9 years ago
Philippe Chataignon
5830da0026
Add fr-FR to home template
9 years ago
Unknwon
6e2051352e
#2287 Truncate repository name if too long
9 years ago
Unknwon
7a9b5d32d6
update locale
9 years ago
Unknwon
05853b6ae9
#2349 fix convert type
9 years ago
Unknwon
315418ced5
stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
9 years ago
Unknwon
56f772c100
#2349 try to handle []int8 case
9 years ago
Unknwon
c9350944b4
Merge pull request #2374 from l2dy/develop
Minor fix (extra space)
9 years ago
l2dy
f0eff7f46b
Minor fix
9 years ago
Unknwon
feea682efb
Merge pull request #2369 from koenwtje/fix-freebsd-init-script
Fix status command in FreeBSD init script
9 years ago
Unknwon
6d017201d4
Merge pull request #2370 from andreynering/fix-tests
Fix test case after 86bce4a2ae
.
9 years ago
Andrey Nering
5a28d5fe46
Fix test case after 86bce4a2ae
.
9 years ago
Koen Wilde
9a2ff96c1e
Fix status command in FreeBSD init script
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.
9 years ago
Unknwon
516b391372
roll back a small change
9 years ago
Unknwon
c2e9264310
minor fix to #2335
9 years ago
Unknwon
d377108fb9
fix #2367
9 years ago
Unknwon
30a996fbc4
Merge pull request #2335 from andreynering/highlight-diff
Highlight diff
9 years ago
Unknwon
d81852a6ec
require token for list my orgs
9 years ago
Unknwon
cf8fa59bd8
fix cannot show user public ssh keys
9 years ago
Unknwon
30a1b74552
fix markdown autolink error
9 years ago
Andrey Nering
ecfdb4ceb5
Fix: now highlights in diff view are getting the correct lines.
9 years ago
Unknwon
4e6f9675e2
fix #2360
9 years ago
ddelpero
4e03e1f423
Update repo.go
Release download file name doesn't include tag number #2339
Download: Changed to use refName instead of commit.ID for downloaded file name
9 years ago
Andrey Nering
d3ae762f35
Semantic fixes.
9 years ago
Unknwon
04286ed266
#2345 disallow access of some pages for empty repo
9 years ago
Unknwon
92906ef786
fix #2350
9 years ago
Unknwon
1ab0304193
Merge pull request #2352 from zhuharev/develop
typo fix
9 years ago
Unknwon
5c227411ed
Merge pull request #2347 from ivanmarban/develop
Remove RSA1 keys as only SSH version 2 is used
9 years ago
Andrey Nering
183ee384c7
Declaring specific types for enums constants.
This makes the code more strict since you can't assign or compare
values of different types without proper cast.
9 years ago
Andrey Nering
000931e238
Highlighting differences of lines in the diff view.
9 years ago
zhuharev
43e7e4a4a2
typo fix
9 years ago
Unknwon
7276965aae
update locale
9 years ago
Ivan Marban
4a39ebe0ef
Remove RSA1 keys as only SSH version 2 is used
9 years ago
Unknwon
447ca73d07
update dep lib version requirement
9 years ago
Unknwon
24dfd522a0
Merge pull request #2296 from bkcsoft/feature/split-diff
Implement Split Diff-View
9 years ago
Kim "BKC" Carlbäcker
ec768bbff1
Removed opticon-fold
9 years ago
Kim "BKC" Carlbäcker
aabab341ca
merged split/unified templates
9 years ago
Unknwon
94ab9c184b
Merge pull request #2336 from andreynering/scroll-always-visible
Making scroll always visible.
9 years ago
Kim "BKC" Carlbäcker
827b2477b8
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
b34c4f23ca
i18n-fix for split-view
9 years ago
Kim "BKC" Carlbäcker
f5576c90a7
Implement Split Diff-View
- Unified/Inline Diff-View Selectable
9 years ago