summaryrefslogtreecommitdiffstats
path: root/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-172-0/+286
|\
| * Fix set-gid bit clearing under Linux when effective gid is different from ↵Florian Zschocke2013-08-262-0/+102
| | | | | | | | file gid.
| * Fix setting wrrong custom mode on file and in config.Florian Zschocke2013-08-261-0/+36
| |
| * Adjust unit tests for Windows.Florian Zschocke2013-08-262-53/+71
| |
| * Implement adjusting file permissions for shared repositories.Florian Zschocke2013-08-261-6/+15
| | | | | | | | | | Implement adjusting file and directory permissions for shared repositories in JGitUtils.
| * Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-262-0/+121
| | | | | | | | | | | | | | Implement the methods getFilemode and setFilemode in JnaUtils. Not using the libc names as we don't necessarily use JNA and because it is not necessarily a one to one mapping.
* | Revisions and documentation for personal repository prefix changeJames Moger2013-09-172-60/+25
| |
* | Check user prefix for invalid options. Add JavaDoc. Add unit tests.Florian Zschocke2013-08-261-0/+167
|/
* Simplify when repository sizes are calculated (issue-295)James Moger2013-08-161-3/+5
|
* Add an Apache htpasswd user serviceFlorian Zschocke2013-08-122-1/+557
| | | | | | | Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7
* Added GET_USER request to RPC interface (issue-275)James Moger2013-07-221-0/+15
|
* Added unit test for reported issue (issue-271)James Moger2013-07-172-1/+77
|
* Adjust unit test to confirm null permission fix (issue-259)James Moger2013-07-131-1/+10
|
* Set author as tooltip of "last change" on repositories page (issue-238)James Moger2013-07-031-3/+3
|
* Unit tests which confirm working/expected behavior (issue-259)James Moger2013-07-022-1/+205
|
* Fixed committer verification with merge commits (issue-264)James Moger2013-07-022-1/+118
|
* Fixed git servlet unit testJames Moger2013-07-021-17/+25
|
* Fix RPC unit testJames Moger2013-07-021-5/+13
|
* Fixed federation unit testJames Moger2013-07-021-0/+7
|
* Fix Lucene tests and drop problematic test repositoryJames Moger2013-07-022-37/+23
|
* Updated test suite to use relocated test config filesJames Moger2013-07-023-4/+8
|
* Fixed Json pretty print unit test failureJames Moger2013-07-021-1/+1
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-182-6/+6
| | | | | | Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard.
* Refinements to push log display and daily digestsJames Moger2013-05-311-2/+2
| | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants
* Revised Git Daemon to improve thread stopping and to eliminate repository ↵James Moger2013-05-031-0/+33
| | | | name hack
* Improve permission determination when repo is frozen or is not bareJames Moger2013-05-021-0/+35
|
* Organize importsJames Moger2013-05-023-3/+1
|
* Improve effective permission determinationJames Moger2013-05-021-4/+216
|
* Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-153-12/+23
|
* Fix unit testsDavid Ostrovsky2013-04-143-3/+3
|
* Added Git Daemon supportJames Moger2013-04-033-33/+371
|
* Revised incremental push tags featureJames Moger2013-04-012-4/+16
|
* Fixed UTF-8 encoding in email notifications (issue 218)James Moger2013-03-291-2/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-2734-0/+7895
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.