Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2398 from nanoant/patch/fix-refurl-arg | Unknwon | 2016-01-14 |
|\ | | | | | commit.RefUrl expects AppUrl argument | ||
| * | commit.RefUrl expects AppUrl argument | Adam Strzelecki | 2016-01-13 |
| | | | | | | | | | | | | This is fixup for ea375c0dcca118c8ac3c48ba569b025836ad5ccf. 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 | ||
* | | Merge pull request #2393 from sapk/fix-issue-2375 | Unknwon | 2016-01-14 |
|\ \ | | | | | | | Correction for issue #2375 | ||
| * | | Fix username display in lower-cased for comment in Dashboard | Antoine GIRARD | 2016-01-12 |
| |/ | |||
* / | fix #2385 | Unknwon | 2016-01-14 |
|/ | |||
* | Merge pull request #2381 from philippechataignon/develop | Unknwon | 2016-01-11 |
|\ | | | | | Add fr-FR to home template | ||
| * | Add fr-FR to home template | Philippe Chataignon | 2016-01-11 |
| | | |||
* | | #2287 Truncate repository name if too long | Unknwon | 2016-01-11 |
| | | |||
* | | update locale | Unknwon | 2016-01-11 |
| | | |||
* | | #2349 fix convert type | Unknwon | 2016-01-11 |
| | | |||
* | | stop compile bindata for TRANSLATORS | Unknwon | 2016-01-11 |
| | | | | | | | | - update required version of git-module for #2373 | ||
* | | #2349 try to handle []int8 case | Unknwon | 2016-01-11 |
|/ | |||
* | Merge pull request #2374 from l2dy/develop | Unknwon | 2016-01-10 |
|\ | | | | | Minor fix (extra space) | ||
| * | Minor fix | l2dy | 2016-01-10 |
|/ | |||
* | Merge pull request #2369 from koenwtje/fix-freebsd-init-script | Unknwon | 2016-01-10 |
|\ | | | | | Fix status command in FreeBSD init script | ||
| * | Fix status command in FreeBSD init script | Koen Wilde | 2016-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
* | | Merge pull request #2370 from andreynering/fix-tests | Unknwon | 2016-01-10 |
|\ \ | | | | | | | Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223. | ||
| * | | Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223. | Andrey Nering | 2016-01-09 |
|/ / | |||
* | | roll back a small change | Unknwon | 2016-01-09 |
| | | |||
* | | minor fix to #2335 | Unknwon | 2016-01-09 |
| | | |||
* | | fix #2367 | Unknwon | 2016-01-09 |
| | | |||
* | | Merge pull request #2335 from andreynering/highlight-diff | Unknwon | 2016-01-09 |
|\ \ | | | | | | | Highlight diff | ||
| * | | Fix: now highlights in diff view are getting the correct lines. | Andrey Nering | 2016-01-08 |
| | | | |||
| * | | Semantic fixes. | Andrey Nering | 2016-01-07 |
| | | | |||
| * | | Declaring specific types for enums constants. | Andrey Nering | 2016-01-06 |
| | | | | | | | | | | | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast. | ||
| * | | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 |
| | | | |||
* | | | require token for list my orgs | Unknwon | 2016-01-09 |
| | | | |||
* | | | fix cannot show user public ssh keys | Unknwon | 2016-01-09 |
| | | | |||
* | | | fix markdown autolink error | Unknwon | 2016-01-09 |
| | | | |||
* | | | fix #2360 | Unknwon | 2016-01-08 |
| |/ |/| | |||
* | | #2345 disallow access of some pages for empty repo | Unknwon | 2016-01-07 |
| | | |||
* | | fix #2350 | Unknwon | 2016-01-07 |
| | | |||
* | | Merge pull request #2352 from zhuharev/develop | Unknwon | 2016-01-07 |
|\ \ | | | | | | | typo fix | ||
| * | | typo fix | zhuharev | 2016-01-06 |
| |/ | |||
* | | Merge pull request #2347 from ivanmarban/develop | Unknwon | 2016-01-07 |
|\ \ | |/ |/| | Remove RSA1 keys as only SSH version 2 is used | ||
| * | Remove RSA1 keys as only SSH version 2 is used | Ivan Marban | 2016-01-06 |
| | | |||
* | | update locale | Unknwon | 2016-01-06 |
|/ | |||
* | update dep lib version requirement | Unknwon | 2016-01-06 |
| | |||
* | Merge pull request #2296 from bkcsoft/feature/split-diff | Unknwon | 2016-01-06 |
|\ | | | | | Implement Split Diff-View | ||
| * | Removed opticon-fold | Kim "BKC" Carlbäcker | 2016-01-06 |
| | | |||
| * | merged split/unified templates | Kim "BKC" Carlbäcker | 2016-01-06 |
| | | |||
| * | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | |||
| * | i18n-fix for split-view | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | |||
| * | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | | | | | | | - Unified/Inline Diff-View Selectable | ||
* | | Merge pull request #2336 from andreynering/scroll-always-visible | Unknwon | 2016-01-06 |
|\ \ | |/ |/| | Making scroll always visible. | ||
| * | Making scroll always visible. | Andrey Nering | 2016-01-04 |
| | | |||
* | | fix #2327 | Unknwon | 2016-01-05 |
|/ | |||
* | Merge pull request #2323 from ggramlich/develop | Unknwon | 2016-01-02 |
|\ | | | | | Update s6 path in Dockerfile.rpi | ||
| * | Update s6 path in Dockerfile.rpi | Gregor Gramlich | 2016-01-02 |
|/ | | | | Apply the change from https://github.com/gogits/gogs/commit/0cbf56855aad82ff49952132287a0112f308c728 to the Dockerfile.rpi as well | ||
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 |
| |