summaryrefslogtreecommitdiffstats
path: root/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
...
* | Add test for loading russian propertiesFlorian Zschocke2021-11-031-0/+3
* | Adding Russian Translate Добавлен русский языкVladimir A2021-11-033-0/+848
* | 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-241-1/+52
* | TimeUtils: Move unit test to same package as TimeUtils isFlorian Zschocke2021-10-231-5/+5
* | TimeUtils: Increase testability and add testsFlorian Zschocke2021-10-231-8/+32
* | 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-2014-6/+50
* | Fix a wrong unicode escape in the Norsk language properties fileFlorian Zschocke2021-10-201-1/+1
* | 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
* | 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-101-6/+11
* | 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-092-15/+42
* | raw: Fix exceptions when no path info is given to raw servletFlorian Zschocke2020-11-091-1/+4
* | raw: Strip leading and trailing slash from repo and path names for linkFlorian Zschocke2020-11-091-0/+9
* | Delete password from memory in AuthenticationManagerFlorian Zschocke2020-04-052-19/+38
* | 🦟 fix: Password hash upgrade kills existing passwordsFlorian Zschocke2020-04-051-17/+26
* | Fix user preferences selecting the wrong preferred locale.Florian Zschocke2019-11-112-46/+28
* | Guard docs pages against bad URLsFlorian Zschocke2019-11-112-0/+9
* | Add `clone.bundle` as known command, but reject it as not implemented.Florian Zschocke2019-11-112-2/+19
* | Fix NPE when no action can be parsed from the URLFlorian Zschocke2019-11-112-30/+45
* | Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-103-3/+3
* | Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-103-7/+9
* | Remove Launcher from Manager and Federation Client.Florian Zschocke2019-11-081-165/+0
* | Fix NullpointerException when stopping GitBlit Server.Florian Zschocke2019-11-071-5/+7
* | For Java 9+ define the classpath instead of using a Launcher.Florian Zschocke2019-11-075-317/+3
* | Report Java versions used during build and server start.Florian Zschocke2019-11-071-0/+4
* | Merge branch 'pingunaut-1166_more_secure_password_hashes' into master.Florian Zschocke2019-11-067-53/+636
|\ \
| * | Use the new PasswordHash classes.Florian Zschocke2019-11-057-300/+108
| * | Add support for PBKDF2 to PasswordHashFlorian Zschocke2019-11-052-10/+326
| * | Add a PasswordHash class as a central place to deal with password hashes.Florian Zschocke2019-11-051-0/+220
| * | fix commentMartin Spielmann2017-01-071-1/+1
| * | Replaced duplicated strings by using constantMartin Spielmann2017-01-072-4/+4
| * | Update AuthenticationManager to update weakly stored passwords on loginMartin Spielmann2017-01-072-10/+55
| * | Added possibility to use secure hashes to store passwordsMartin Spielmann2017-01-014-3/+197
* | | encoded email's sender name with utf-8.william2019-06-161-1/+1
* | | Remove "folding outlines" and sort repositories before subfolders.Florian Zschocke2019-06-152-19/+21
* | | Add support nested groups on the Repositories pageFlorian Zschocke2019-06-155-5/+546
* | | collapsible group repositoriesybosy2019-06-153-3/+60