index
:
gitblit.git
1026-Lucene-Index-PDF
fixup-1.9
gh-pages
master
ticket/104
ticket/114
ticket/138
ticket/235
ticket/7
ticket/75
wicket-7
Pure java git solution: https://github.com/gitblit-org/gitblit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix NPE
Tom
2021-11-03
1
-7
/
+3
*
|
Issue #1011: do not serialize JGit commit objects
Tom
2021-11-03
13
-97
/
+230
*
|
Add test for loading russian properties
Florian Zschocke
2021-11-03
1
-0
/
+3
*
|
Adding Russian Translate Добавлен русский язык
Vladimir A
2021-11-03
5
-0
/
+854
*
|
raw: URL encode the links to raw view of files
Florian Zschocke
2021-10-24
1
-1
/
+3
*
|
TimeUtils: Change daysAgo to calculate difference in calendar days
Florian Zschocke
2021-10-24
1
-1
/
+52
*
|
TimeUtils: Move unit test to same package as TimeUtils is
Florian Zschocke
2021-10-23
1
-5
/
+5
*
|
TimeUtils: Increase testability and add tests
Florian Zschocke
2021-10-23
1
-8
/
+32
*
|
Merge pull request #1381 from edram/master
Florian Zschocke
2021-10-22
1
-1
/
+9
|
\
\
|
*
|
Fix mirrored http(s) with a username and password
edram
2021-10-22
1
-1
/
+9
*
|
|
Property bundle: Fix typo in "nl" language file
Florian Zschocke
2021-10-21
1
-1
/
+1
*
|
|
Property bundle: Fix various errors with escapes
Florian Zschocke
2021-10-21
3
-21
/
+21
*
|
|
Property bundle: Fix incorrect property keys
Florian Zschocke
2021-10-21
8
-12
/
+10
*
|
|
Escape non-ASCII characters in the GitBlitWebApp_pt_BR.properties file
Florian Zschocke
2021-10-21
1
-220
/
+219
*
|
|
fix: Remove trailing spaces from property bundle files
Florian Zschocke
2021-10-21
14
-83
/
+83
*
|
|
fix: Remove duplicate property keys from properties files
Florian Zschocke
2021-10-21
14
-27
/
+12
|
/
/
*
|
Add a unit test to check if the resource bundle can be loaded
Florian Zschocke
2021-10-20
14
-6
/
+50
*
|
Fix a wrong unicode escape in the Norsk language properties file
Florian Zschocke
2021-10-20
1
-1
/
+1
*
|
Fix: Make CPU hog fix Java 7 compatible
Florian Zschocke
2021-07-14
1
-7
/
+22
*
|
bugfix: fix CPU hog bug in config save
Ingo Lafrenz
2021-07-05
2
-1
/
+173
*
|
Update zh_CN translation
YMNNs
2021-05-03
1
-269
/
+310
*
|
fix: Also parse exp links in MD pages
Florian Zschocke
2020-11-16
1
-0
/
+8
*
|
raw: Fix raw links to branches with a slash in their name
Florian Zschocke
2020-11-10
1
-6
/
+11
*
|
raw: Fix getPath with trailing slash that was escaped
Florian Zschocke
2020-11-10
1
-3
/
+7
*
|
raw: Fix getPath with lead-ins or missing trailing slashes after the branch.
Florian Zschocke
2020-11-09
1
-1
/
+14
*
|
raw: Refactor RawServlet:getBranch and :getPath parameters
Florian Zschocke
2020-11-09
2
-15
/
+42
*
|
raw: Fix exceptions when no path info is given to raw servlet
Florian Zschocke
2020-11-09
1
-1
/
+4
*
|
raw: Strip leading and trailing slash from repo and path names for link
Florian Zschocke
2020-11-09
1
-0
/
+9
*
|
Delete password from memory in AuthenticationManager
Florian Zschocke
2020-04-05
2
-19
/
+38
*
|
🦟 fix: Password hash upgrade kills existing passwords
Florian Zschocke
2020-04-05
1
-17
/
+26
*
|
Fix user preferences selecting the wrong preferred locale.
Florian Zschocke
2019-11-11
2
-46
/
+28
*
|
Guard docs pages against bad URLs
Florian Zschocke
2019-11-11
2
-0
/
+9
*
|
Add `clone.bundle` as known command, but reject it as not implemented.
Florian Zschocke
2019-11-11
2
-2
/
+19
*
|
Fix NPE when no action can be parsed from the URL
Florian Zschocke
2019-11-11
2
-30
/
+45
*
|
Update SSHD dependency to version 1.2.0.
Florian Zschocke
2019-11-10
3
-3
/
+3
*
|
Update SSHD dependency to version 1.1.0.
Florian Zschocke
2019-11-10
3
-7
/
+9
*
|
Remove Launcher from Manager and Federation Client.
Florian Zschocke
2019-11-08
1
-165
/
+0
*
|
Fix NullpointerException when stopping GitBlit Server.
Florian Zschocke
2019-11-07
1
-5
/
+7
*
|
For Java 9+ define the classpath instead of using a Launcher.
Florian Zschocke
2019-11-07
5
-317
/
+3
*
|
Report Java versions used during build and server start.
Florian Zschocke
2019-11-07
1
-0
/
+4
*
|
Merge branch 'pingunaut-1166_more_secure_password_hashes' into master.
Florian Zschocke
2019-11-06
7
-53
/
+636
|
\
\
|
*
|
Use the new PasswordHash classes.
Florian Zschocke
2019-11-05
7
-300
/
+108
|
*
|
Add support for PBKDF2 to PasswordHash
Florian Zschocke
2019-11-05
2
-10
/
+326
|
*
|
Add a PasswordHash class as a central place to deal with password hashes.
Florian Zschocke
2019-11-05
1
-0
/
+220
|
*
|
fix comment
Martin Spielmann
2017-01-07
1
-1
/
+1
|
*
|
Replaced duplicated strings by using constant
Martin Spielmann
2017-01-07
2
-4
/
+4
|
*
|
Update AuthenticationManager to update weakly stored passwords on login
Martin Spielmann
2017-01-07
2
-10
/
+55
|
*
|
Added possibility to use secure hashes to store passwords
Martin Spielmann
2017-01-01
4
-3
/
+197
*
|
|
encoded email's sender name with utf-8.
william
2019-06-16
1
-1
/
+1
*
|
|
Remove "folding outlines" and sort repositories before subfolders.
Florian Zschocke
2019-06-15
2
-19
/
+21
[prev]
[next]