Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixes | James Moger | 2013-09-17 | 2 | -0/+286 | |
|\ | ||||||
| * | Fix set-gid bit clearing under Linux when effective gid is different from ↵ | Florian Zschocke | 2013-08-26 | 2 | -0/+102 | |
| | | | | | | | | file gid. | |||||
| * | Fix setting wrrong custom mode on file and in config. | Florian Zschocke | 2013-08-26 | 1 | -0/+36 | |
| | | ||||||
| * | Adjust unit tests for Windows. | Florian Zschocke | 2013-08-26 | 2 | -53/+71 | |
| | | ||||||
| * | Implement adjusting file permissions for shared repositories. | Florian Zschocke | 2013-08-26 | 1 | -6/+15 | |
| | | | | | | | | | | Implement adjusting file and directory permissions for shared repositories in JGitUtils. | |||||
| * | Add proper implementation of methods in JnaUtils. | Florian Zschocke | 2013-08-26 | 2 | -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 change | James Moger | 2013-09-17 | 2 | -60/+25 | |
| | | ||||||
* | | Check user prefix for invalid options. Add JavaDoc. Add unit tests. | Florian Zschocke | 2013-08-26 | 1 | -0/+167 | |
|/ | ||||||
* | Simplify when repository sizes are calculated (issue-295) | James Moger | 2013-08-16 | 1 | -3/+5 | |
| | ||||||
* | Add an Apache htpasswd user service | Florian Zschocke | 2013-08-12 | 2 | -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 Moger | 2013-07-22 | 1 | -0/+15 | |
| | ||||||
* | Added unit test for reported issue (issue-271) | James Moger | 2013-07-17 | 2 | -1/+77 | |
| | ||||||
* | Adjust unit test to confirm null permission fix (issue-259) | James Moger | 2013-07-13 | 1 | -1/+10 | |
| | ||||||
* | Set author as tooltip of "last change" on repositories page (issue-238) | James Moger | 2013-07-03 | 1 | -3/+3 | |
| | ||||||
* | Unit tests which confirm working/expected behavior (issue-259) | James Moger | 2013-07-02 | 2 | -1/+205 | |
| | ||||||
* | Fixed committer verification with merge commits (issue-264) | James Moger | 2013-07-02 | 2 | -1/+118 | |
| | ||||||
* | Fixed git servlet unit test | James Moger | 2013-07-02 | 1 | -17/+25 | |
| | ||||||
* | Fix RPC unit test | James Moger | 2013-07-02 | 1 | -5/+13 | |
| | ||||||
* | Fixed federation unit test | James Moger | 2013-07-02 | 1 | -0/+7 | |
| | ||||||
* | Fix Lucene tests and drop problematic test repository | James Moger | 2013-07-02 | 2 | -37/+23 | |
| | ||||||
* | Updated test suite to use relocated test config files | James Moger | 2013-07-02 | 3 | -4/+8 | |
| | ||||||
* | Fixed Json pretty print unit test failure | James Moger | 2013-07-02 | 1 | -1/+1 | |
| | ||||||
* | Reflogs, Digests, and Dashboards | James Moger | 2013-06-18 | 2 | -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 digests | James Moger | 2013-05-31 | 1 | -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 Moger | 2013-05-03 | 1 | -0/+33 | |
| | | | | name hack | |||||
* | Improve permission determination when repo is frozen or is not bare | James Moger | 2013-05-02 | 1 | -0/+35 | |
| | ||||||
* | Organize imports | James Moger | 2013-05-02 | 3 | -3/+1 | |
| | ||||||
* | Improve effective permission determination | James Moger | 2013-05-02 | 1 | -4/+216 | |
| | ||||||
* | Completed migration to JGit 3.0.0-SNAPSHOT | James Moger | 2013-04-15 | 3 | -12/+23 | |
| | ||||||
* | Fix unit tests | David Ostrovsky | 2013-04-14 | 3 | -3/+3 | |
| | ||||||
* | Added Git Daemon support | James Moger | 2013-04-03 | 3 | -33/+371 | |
| | ||||||
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 2 | -4/+16 | |
| | ||||||
* | Fixed UTF-8 encoding in email notifications (issue 218) | James Moger | 2013-03-29 | 1 | -2/+3 | |
| | ||||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 34 | -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. |