Commit Graph

3467 Commits (2cc1ee3fc0573c3b7c895cb8ed16a74d710873bc)
 

Author SHA1 Message Date
Koen Wilde 4db0e1d340 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.
Unknwon 8a93113192 roll back a small change
Unknwon 86bce4a2ae minor fix to
Unknwon 21d7b5acaf fix
Unknwon bcf6aed452 Merge pull request from andreynering/highlight-diff
Highlight diff
Unknwon 4331d1d2a0 require token for list my orgs
Unknwon 62edc5c59a fix cannot show user public ssh keys
Unknwon cc8c67ff29 fix markdown autolink error
Andrey Nering 697b0e2aba Fix: now highlights in diff view are getting the correct lines.
Unknwon 03427fb005 fix
ddelpero 7655337a1f Update repo.go
Release download file name doesn't include tag number 
Download: Changed to use refName instead of commit.ID for downloaded file name
Andrey Nering bf11ad19ea Semantic fixes.
Unknwon e0f0f72a36 disallow access of some pages for empty repo
Unknwon ca35ddd078 fix
Unknwon f4309bbb05 Merge pull request from zhuharev/develop
typo fix
Unknwon 6dc407c7d9 Merge pull request from ivanmarban/develop
Remove RSA1 keys as only SSH version 2 is used
Andrey Nering 81ed5c4bee 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.
Andrey Nering 73474c043b Highlighting differences of lines in the diff view.
zhuharev 0d5dc8a064 typo fix
Unknwon 0cb7396840 update locale
Ivan Marban 4ea75dfcbe Remove RSA1 keys as only SSH version 2 is used
Unknwon cc22c8a1ae update dep lib version requirement
Unknwon 2481fe2f56 Merge pull request from bkcsoft/feature/split-diff
Implement Split Diff-View
Kim "BKC" Carlbäcker 2087156119 Removed opticon-fold
Kim "BKC" Carlbäcker 3870a7a3c8 merged split/unified templates
Unknwon 19c234db39 Merge pull request from andreynering/scroll-always-visible
Making scroll always visible.
Kim "BKC" Carlbäcker 8fe5d887ae Changed name from inline to unified
Kim "BKC" Carlbäcker 4e6d048ba1 i18n-fix for split-view
Kim "BKC" Carlbäcker 0df39b33eb Implement Split Diff-View
- Unified/Inline Diff-View Selectable
Unknwon 7392b6a755 fix
Andrey Nering cb8134da52 Making scroll always visible.
Unknwon 590637246b Merge pull request from ggramlich/develop
Update s6 path in Dockerfile.rpi
Gregor Gramlich 053d1424b2 Update s6 path in Dockerfile.rpi
Apply the change from 0cbf56855a to the Dockerfile.rpi as well
Unknwon 4993ab1a76 fall back to use custom chardet lib
Unknwon a62290de52 improve HTTP auth error message
Unknwon 8d58e06ad8 more fix on
Unknwon b8fbf6559d Merge pull request from joaopms/patch-1
Fix the description on head.tmpl
Unknwon 44637f03cc fast detection of utf-8
João Pedro 7bab3d682f Lowercase "Service"
João Pedro 34f01aab5e Update head.tmpl
Unknwon 240fe07287 URL consistency on webhook payload
Unknwon 93f03707a7 set text/plain for non-binary files in raw mode
Unknwon 85af36332b fix utf-8 recognized as windows-1252
Unknwon 13fe733037 use monospaced font for commit IDs in news feeds
Unknwon 4c896bb620 Merge pull request from novaeye/develop
PR for fix 
Unknwon 157d868254 Merge pull request from angus-g/fixes/user-following-migration
Add default for NumFollowing field (fixes )
Unknwon e16042010e Merge pull request from Jofkos/patch-1
Wiki pages containing question marks in their name weren't loading
novaeye 227dcc3cb9 fix
Angus Gibson e914969e4c Add default for NumFollowing field (fixes )
We set the default value for the non-NULL field NumFollowing of the User
model to 0, which stops an error when the ORM tries to sync.
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following