Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate the "enumerate documentation" repository setting | James Moger | 2013-11-14 | 1 | -11/+0 |
| | | | | Change-Id: I3a7c13b4c626f8b5ea2a63717dfe4249c19eebb4 | ||||
* | Implement mirror executor (issue-5) | James Moger | 2013-11-13 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The mirror executor will fetch ref updates for repository mirrors. This feature is disabled by default and can be enabled by setting git.enableMirroring=true. The period between update checks is configurable, but it is global. An individual rpeository may not set it's own update schedule. Requirements: 1. you must manually clone the repository using native git git clone --mirror git://somewhere.com/myrepo.git 2. the "origin" remote must be the mirror source 3. the "origin" repository must be accessible without authentication OR the credentials must be embedded in the origin url (not recommended) Notes: 1. "origin" SSH urls are untested and not likely to work 2. mirrors cloned while Gitblit is running are likely to require clearing the gitblit cache (link on the repositories page of an administrator account) 3. Gitblit will automatically repair any invalid fetch refspecs with a "//" sequence. Change-Id: I4bbe3fb2df106366ae4c2313596d0fab0dfcac46 | ||||
* | Change locale to english for ByteFormatTest to run successful on systems ↵ | Simon Harrer | 2013-10-23 | 1 | -7/+17 |
| | | | | with german locale | ||||
* | Replaced MarkdownPapers with pegdown | James Moger | 2013-10-18 | 1 | -12/+2 |
| | | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d | ||||
* | Fix Markdown document enumeraton | James Moger | 2013-10-16 | 1 | -6/+1 |
| | |||||
* | Remove unused issues test repository from test suite | James Moger | 2013-10-01 | 1 | -5/+0 |
| | | | | Change-Id: Ib63aeefdffa5f747d76bc221a722bc6c2e5f58c4 | ||||
* | Remove remaining TicGit tickets references | James Moger | 2013-09-30 | 1 | -11/+0 |
| | | | | Change-Id: I431659cf1d57a8d9bffb065fa47e1296e7f8c838 | ||||
* | Remove trailing whitespace from unit tests | James Moger | 2013-09-30 | 25 | -693/+726 |
| | | | | Change-Id: I172bd4d493eee1013ec542ab97f1be29040f816d | ||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 2 | -4/+7 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Add normalized diffstats to the commit, commitdiff, and compare pages | James Moger | 2013-09-27 | 1 | -3/+3 |
| | | | | Change-Id: I8f26746a611e9ab955efe8b2597cc81db48fb085 | ||||
* | Merge receive processing into one class | James Moger | 2013-09-27 | 1 | -1/+2 |
| | | | | Change-Id: I603d4524914e94ec8e02c3689b65465b42c23dd7 | ||||
* | Removed GitWeb-style diff renderer | James Moger | 2013-09-18 | 1 | -2/+1 |
| | |||||
* | Removed unused Issues classes | James Moger | 2013-09-17 | 2 | -232/+1 |
| | |||||
* | Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194) | James Moger | 2013-09-17 | 1 | -1/+17 |
| | | | | | | | | | The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5 | ||||
* | Remove obsolete and deprecated FileUserService | James Moger | 2013-09-17 | 1 | -17/+6 |
| | | | | Change-Id: I92d1d742e286643e1e1ab47a410b3fda146d1741 | ||||
* | Remove incomplete and deprecated TicGit feature | James Moger | 2013-09-17 | 2 | -103/+17 |
| | | | | Change-Id: Idb7de272589e086da9b2b3a241dcd082c1c8f27b | ||||
* | Documentation | James Moger | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | 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 | 5 | -1/+629 |
| | | | | | | | 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 | 3 | -1/+97 |
| | |||||
* | 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 | 3 | -1/+237 |
| | |||||
* | 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 | 4 | -7/+11 |
| | |||||
* | 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 | 5 | -6/+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 | 4 | -34/+372 |
| | |||||
* | 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 |
| |