summaryrefslogtreecommitdiffstats
path: root/modules/base
Commit message (Expand)AuthorAgeFilesLines
...
* Add test for Int64sToMap()Matthias Loibl2016-11-071-1/+8
* Add tests for StringsToInt64s() & Int64sToStrings()Matthias Loibl2016-11-072-9/+45
* Add tests for TruncateString()Matthias Loibl2016-11-071-1/+11
* Use TruncateString(sha1,10) in ShortSha and deprecate it.Matthias Loibl2016-11-071-4/+2
* Add tests for EllipsisString() and fix bug if param length < 3Matthias Loibl2016-11-072-5/+16
* Test AvatarLink and refactor with tests passingMatthias Loibl2016-11-072-13/+32
* Use testify/assert for all tests in tool_test.goMatthias Loibl2016-11-071-31/+12
* Add unit test for base.FileSize()Matthias Loibl2016-11-071-2/+23
* Start to add tests for modules/base/toolMatthias Loibl2016-11-072-7/+85
* Fixed links to sdk docsThomas Boerger2016-11-071-1/+1
* Set correct doc url for go-sdkThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* #3559 fix template errorUnknwon2016-08-311-0/+4
* router/repo: code refactoringUnknwon2016-08-301-18/+6
* Fix #3321: commit tag shortener (#3418)Thibault Meyer2016-08-111-1/+1
* #3320 code cleanupUnknwon2016-08-071-14/+11
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-4/+18
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-06-271-1/+1
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-261-0/+8
* Fix ref comment from commit create empty feedUnknwon2016-03-111-0/+1
* #1157 some avatar setting changesUnknwon2016-03-051-0/+9
* Make markdown as an independent moduleUnknwon2016-02-203-389/+24
* Fix inappropriate markdown post process end tag checkUnknwon2016-02-191-2/+2
* #2650 fix possbility that use email as pusher user nameUnknwon2016-02-171-2/+0
* Remove cache avatar support and add its testsUnknwon2016-02-141-7/+11
* Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-schemeUnknwon2016-02-052-16/+13
|\
| * Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-272-11/+13
| * Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-272-9/+4
* | #2556 handle space in image URLUnknwon2016-02-041-1/+4
* | #2229 adjust URL verbose depth for reverse proxy sub-pathUnknwon2016-01-311-1/+3
|/
* Made Sanitizer-setup cleanerKim "BKC" Carlbäcker2016-01-141-1/+10
* Checklist-rendering implementedKim "BKC" Carlbäcker2016-01-132-1/+11
* #2287 Truncate repository name if too longUnknwon2016-01-111-0/+9
* fix markdown autolink errorUnknwon2016-01-091-44/+50
* #2185 fall back to use custom chardet libUnknwon2015-12-311-9/+11
* #2282 fast detection of utf-8Unknwon2015-12-271-0/+6
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-251-1/+5
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-251-1/+3
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-9/+4
* #2161 fix wrong regexpUnknwon2015-12-121-1/+1
* #2161 No issue linking in commits when issue number in bracketsUnknwon2015-12-121-3/+3
* fix #1829 and fix #890Unknwon2015-12-041-62/+67
* minor fix markdown post processUnknwon2015-11-241-0/+1
* more link fixUnknwon2015-11-241-0/+4
* fix #2020Unknwon2015-11-241-2/+2
* fix possible panicUnknwon2015-11-211-2/+12
* HTML render fixUnknwon2015-11-201-8/+32
* fix #1873Unknwon2015-11-201-0/+11
* minor fix for #1949Unknwon2015-11-151-3/+14
* Safely detect urlPrefix in the format /:owner/:repoHowl2015-11-151-3/+3