summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pages: Fix link for GitExtension, which moved to GithubFlorian Zschocke2022-04-0913-13/+13
* doc: Fix download link for fedclient ad api tarFlorian Zschocke2022-04-092-2/+2
* doc: Fix links for dependencies that moved from Google CodeFlorian Zschocke2022-04-092-6/+6
* fix: Fix StoredUserConfig not escaping control charactersFlorian Zschocke2022-03-132-3/+191
* fix: Fix StoredUserConfig handling null subsectionsFlorian Zschocke2022-03-132-2/+65
* test: Add exploit test for config user serviceFlorian Zschocke2022-03-121-1/+126
* site: Fix awful HTML indentationFlorian Zschocke2022-02-031-18/+18
* site: Old packages moved from Bintray to CloudsmithFlorian Zschocke2022-02-031-0/+2
* Update japanese translationTakehide Morimoto2022-01-156-170/+1271
* Detect and report if running in containerFlorian Zschocke2021-12-102-0/+76
* run: Put variables in quotes in shell scriptsFlorian Zschocke2021-12-093-4/+4
* pages: Fix repo-relative reference links in markdown docsFlorian Zschocke2021-12-062-15/+40
* bug: Fix double encoding links in Markdown/Wiki pagesFlorian Zschocke2021-12-041-5/+0
* Add tests for MarkupProcessorFlorian Zschocke2021-12-041-0/+734
* docs: Update docker URLFlorian Zschocke2021-11-251-0/+1
* Fixes external links broken in markdown rendering (#1392)TomaszSzt2021-11-181-0/+16
* Fix NPETom2021-11-031-7/+3
* Issue #1011: do not serialize JGit commit objectsTom2021-11-0313-97/+230
* Add test for loading russian propertiesFlorian Zschocke2021-11-032-0/+13
* Adding Russian Translate Добавлен русский языкVladimir A2021-11-035-0/+854
* raw: URL encode the links to raw view of filesFlorian Zschocke2021-10-241-1/+3
* TimeUtils: Change daysAgo to calculate difference in calendar daysFlorian Zschocke2021-10-242-1/+476
* TimeUtils: Move unit test to same package as TimeUtils isFlorian Zschocke2021-10-233-8/+10
* TimeUtils: Increase testability and add testsFlorian Zschocke2021-10-232-8/+189
* Merge pull request #1381 from edram/masterFlorian Zschocke2021-10-221-1/+9
|\
| * Fix mirrored http(s) with a username and passwordedram2021-10-221-1/+9
* | Property bundle: Fix typo in "nl" language fileFlorian Zschocke2021-10-211-1/+1
* | Property bundle: Fix various errors with escapesFlorian Zschocke2021-10-213-21/+21
* | Property bundle: Fix incorrect property keysFlorian Zschocke2021-10-218-12/+10
* | Escape non-ASCII characters in the GitBlitWebApp_pt_BR.properties fileFlorian Zschocke2021-10-211-220/+219
* | fix: Remove trailing spaces from property bundle filesFlorian Zschocke2021-10-2114-83/+83
* | fix: Remove duplicate property keys from properties filesFlorian Zschocke2021-10-2114-27/+12
|/
* Add a unit test to check if the resource bundle can be loadedFlorian Zschocke2021-10-2015-6/+196
* Fix a wrong unicode escape in the Norsk language properties fileFlorian Zschocke2021-10-201-1/+1
* Fix output of migrate-/reindex-tickets bash scriptsFlorian Zschocke2021-07-212-10/+10
* Set local variable visibility in batch scriptsFlorian Zschocke2021-07-213-1/+9
* Adjust remaining CMD scripts to use Gitblit home path.Florian Zschocke2021-07-213-2/+11
* Add this into the install/uninstall and reindex of the service tooZwixx2021-07-213-9/+13
* Use full path to Gitblit directory in batch scriptsZwixx2021-07-212-2/+9
* Fix: Make CPU hog fix Java 7 compatibleFlorian Zschocke2021-07-141-7/+22
* bugfix: fix CPU hog bug in config saveIngo Lafrenz2021-07-052-1/+173
* Update zh_CN translationYMNNs2021-05-031-269/+310
* docs: Change Ohloh link to Open HubFlorian Zschocke2020-11-231-1/+1
* fix: Also parse exp links in MD pagesFlorian Zschocke2020-11-161-0/+8
* raw: Fix raw links to branches with a slash in their nameFlorian Zschocke2020-11-102-22/+27
* raw: Fix getPath with trailing slash that was escapedFlorian Zschocke2020-11-101-3/+7
* raw: Fix getPath with lead-ins or missing trailing slashes after the branch.Florian Zschocke2020-11-091-1/+14
* raw: Refactor RawServlet:getBranch and :getPath parametersFlorian Zschocke2020-11-093-59/+727
* raw: Fix exceptions when no path info is given to raw servletFlorian Zschocke2020-11-092-2/+115
* raw: Strip leading and trailing slash from repo and path names for linkFlorian Zschocke2020-11-093-0/+696