Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 55 | -5117/+0 |
| | | | | | | | | | 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. | ||||
* | Merged multiple owners (pull request #63) | James Moger | 2013-01-23 | 2 | -14/+34 |
|\ | |||||
| * | Revised multiple owners contribution | James Moger | 2013-01-23 | 5 | -145/+111 |
| | | |||||
| * | Merge multiple owners feature (pull request #63, #66) | SHaselbauer | 2013-01-21 | 5 | -91/+145 |
| | | |||||
* | | Improve history display of a submodule link | James Moger | 2013-01-13 | 1 | -0/+102 |
| | | |||||
* | | Show indicators for Sparkleshared repositories | James Moger | 2013-01-11 | 4 | -1/+15 |
|/ | |||||
* | Draft mechanism to record a push log as a hidden orphan branch | James Moger | 2013-01-05 | 2 | -1/+7 |
| | |||||
* | Support local accounts with LdapUserService and RedmineUserService (issue-183) | James Moger | 2013-01-04 | 3 | -5/+5 |
| | |||||
* | Build project models from repository cache, when possible (issue-172) | James Moger | 2013-01-03 | 1 | -11/+7 |
| | |||||
* | Do not pass null email address to PersonIdent | James Moger | 2012-12-22 | 1 | -2/+2 |
| | |||||
* | Eliminate unnecessary view links in activity page | James Moger | 2012-12-06 | 2 | -4/+2 |
| | |||||
* | Fixed anonymous browsing of branch panel | James Moger | 2012-12-06 | 1 | -2/+2 |
| | |||||
* | Do not prematurely reduce branches by maxCount when using branch permissions | James Moger | 2012-12-02 | 1 | -2/+2 |
| | |||||
* | Handle anonymous browsing of branches panel | James Moger | 2012-12-02 | 1 | -0/+3 |
| | |||||
* | Branch display filtering according to user access permissions. | Luca Milanesio | 2012-12-02 | 1 | -2/+16 |
| | |||||
* | Support alternate compressed download formats (issue-174) | James Moger | 2012-11-30 | 2 | -0/+89 |
| | |||||
* | Tweak css of short commit id in log and history views | James Moger | 2012-11-29 | 4 | -4/+4 |
| | |||||
* | Short commit ids in log and history take two (issue 168) | James Moger | 2012-11-28 | 4 | -29/+33 |
| | |||||
* | Fixed regression for folder history links (issue 166) | James Moger | 2012-11-28 | 1 | -1/+3 |
| | |||||
* | Revert "Eliminated redundant "view" links (issue 168)" | James Moger | 2012-11-28 | 4 | -5/+9 |
| | | | | This reverts commit 5ad03d053fc3154b09c551530a790b921bc462e5. | ||||
* | Eliminated redundant "view" links (issue 168) | James Moger | 2012-11-27 | 4 | -9/+5 |
| | |||||
* | Added short commit id column to log and history tables (issue 168) | James Moger | 2012-11-27 | 4 | -0/+20 |
| | |||||
* | Fixed history page links for files not in the current/active commit (issue 166) | James Moger | 2012-11-27 | 1 | -0/+24 |
| | |||||
* | Make activity page respect short commit id setting and lower default from 8 to 6 | James Moger | 2012-11-27 | 1 | -1/+4 |
| | |||||
* | Permission filtering in web ui | James Moger | 2012-11-02 | 2 | -13/+97 |
| | | | | | Present the mutable permissions by default. Allow the administrator or owner to toggle the displayed permissions to see how the user and team permissions are applied to a repository. | ||||
* | Gracefully deal with missing repository in permissions ui (issue 155) | James Moger | 2012-11-01 | 1 | -3/+12 |
| | |||||
* | Renamed isEditable to mutable | James Moger | 2012-10-31 | 1 | -3/+3 |
| | |||||
* | Improve transparency of permissions by indicating permission source | James Moger | 2012-10-31 | 2 | -6/+29 |
| | |||||
* | Include gravatar images in registrant permissions panel, if configured | James Moger | 2012-10-31 | 3 | -8/+40 |
| | |||||
* | Reject add if permission selector has not been set | James Moger | 2012-10-31 | 1 | -0/+3 |
| | |||||
* | Fixed missing repo counts on user projects | James Moger | 2012-10-30 | 1 | -3/+4 |
| | |||||
* | Stabilizing and polishing permissions ui. Still in-progress. | James Moger | 2012-10-29 | 2 | -18/+53 |
| | |||||
* | Use repository swatch coloring in registrant permissions panel | James Moger | 2012-10-29 | 2 | -2/+13 |
| | |||||
* | Experimental JGit-based GC Executor | James Moger | 2012-10-28 | 1 | -0/+8 |
| | |||||
* | Do not display link for add team in LDAP-managed teams setup (issue 153) | James Moger | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Fixed missing project counts in project headers | James Moger | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Tweak permissions panel layout a bit | James Moger | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Differentiate between an explicit permission and a regex permission | James Moger | 2012-10-22 | 2 | -8/+22 |
| | |||||
* | Completed permissions UI, RPC, and Manager support (issue 36) | James Moger | 2012-10-19 | 7 | -393/+31 |
| | |||||
* | New permissions UI for EditRepository (issue 36) | James Moger | 2012-10-19 | 4 | -0/+362 |
| | |||||
* | New permissions UI for EditUser and EditTeam (issue 36) | James Moger | 2012-10-19 | 2 | -0/+181 |
| | |||||
* | Support Team canAdmin, canCreate, and canFork (issue 36) | James Moger | 2012-10-10 | 2 | -2/+2 |
| | |||||
* | Implemented New Repository for personal repositories | James Moger | 2012-10-05 | 2 | -14/+36 |
| | |||||
* | Fix anonymous browsing of user profile page | James Moger | 2012-10-03 | 1 | -1/+4 |
| | |||||
* | Show fork indicator on the repositories page | James Moger | 2012-10-03 | 2 | -1/+8 |
| | |||||
* | Fix broken project links | James Moger | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | Moved the fork mechanism from a javascript link to a separate page | James Moger | 2012-10-02 | 2 | -4/+2 |
| | |||||
* | Fixed delete repository from repository panel | James Moger | 2012-10-01 | 1 | -1/+7 |
| | |||||
* | Show display name for owner, when possible | James Moger | 2012-10-01 | 2 | -9/+25 |
| | |||||
* | Preliminary implementation of server-side forking (issue 137) | James Moger | 2012-09-29 | 8 | -13/+305 |
| | | | | | | | | | | | | | | | | | | The fork mechanism clones the repository , access restrictions, and other config options. The app has been updated throughout to handle personal repositories and to properly display origin/fork links. In order to fork a repository the user account must have the #fork role, the origin repository must permit forking, and the user account must have standard clone permissions to the repository. Because forking introduces a new user role no existing user accounts can automatically begin forking a repository. This is both a pro and a con. Since the fork has the same access restrictions as the origin repository, those who can access the origin may also access the fork. This is intentional to facilitate integration-manager workflow. The fork owner does have the power to completely change the access restrictions of his/her fork. |