Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -447/+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. | ||||
* | Added enforced HTTP Basic Authentication | Laurens Vrijnsen | 2013-03-22 | 1 | -1/+3 |
| | |||||
* | Merged multiple owners (pull request #63) | James Moger | 2013-01-23 | 1 | -1/+2 |
|\ | |||||
| * | Revised multiple owners contribution | James Moger | 2013-01-23 | 1 | -5/+6 |
| | | |||||
| * | Merge multiple owners feature (pull request #63, #66) | SHaselbauer | 2013-01-21 | 1 | -4/+4 |
| | | |||||
* | | Show indicators for Sparkleshared repositories | James Moger | 2013-01-11 | 1 | -1/+2 |
|/ | |||||
* | Setting to stop a repository from contributing to the activity page | James Moger | 2012-12-06 | 1 | -1/+2 |
| | |||||
* | Improving first-run setup of GCA and Gitblit GO | James Moger | 2012-12-05 | 1 | -1/+4 |
| | |||||
* | Checkbox to automatically set the new ssl certificate alias | James Moger | 2012-12-05 | 1 | -1/+3 |
| | |||||
* | Added attributes tab to Edit User for both site and Manager | James Moger | 2012-12-05 | 1 | -1/+2 |
| | |||||
* | Global and per-repository setting to throttle prolific repos in Activity ↵ | James Moger | 2012-12-05 | 1 | -1/+4 |
| | | | | page (issue-173) | ||||
* | Show a confirmation prompt on first startup of GCA if Unlimited Strength is ↵ | James Moger | 2012-11-28 | 1 | -0/+2 |
| | | | | unavailable | ||||
* | Password prompt for GCA | James Moger | 2012-11-26 | 1 | -1/+2 |
| | |||||
* | More refinements to GCA | James Moger | 2012-11-26 | 1 | -3/+11 |
| | |||||
* | Gitblit Certificate Authority revisions. Eliminate certificate scripts. | James Moger | 2012-11-25 | 1 | -1/+6 |
| | |||||
* | Mostly functional Gitblit Certificate Authority tool | James Moger | 2012-11-23 | 1 | -0/+41 |
| | |||||
* | Permission filtering in web ui | James Moger | 2012-11-02 | 1 | -1/+4 |
| | | | | | 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 | -1/+3 |
| | |||||
* | Improve transparency of permissions by indicating permission source | James Moger | 2012-10-31 | 1 | -2/+6 |
| | |||||
* | Clarified delete permission choice | James Moger | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Stabilizing and polishing permissions ui. Still in-progress. | James Moger | 2012-10-29 | 1 | -2/+3 |
| | |||||
* | Experimental JGit-based GC Executor | James Moger | 2012-10-28 | 1 | -1/+7 |
| | |||||
* | Implemented exclusion (X) permission | James Moger | 2012-10-23 | 1 | -1/+2 |
| | |||||
* | Differentiate between an explicit permission and a regex permission | James Moger | 2012-10-22 | 1 | -0/+1 |
| | |||||
* | Split committer verification description into two strings | James Moger | 2012-10-19 | 1 | -1/+2 |
| | |||||
* | Completed permissions UI, RPC, and Manager support (issue 36) | James Moger | 2012-10-19 | 1 | -1/+2 |
| | |||||
* | New permissions UI for EditUser and EditTeam (issue 36) | James Moger | 2012-10-19 | 1 | -1/+9 |
| | |||||
* | Removed duplicate ticgit description and added permission strings | James Moger | 2012-10-12 | 1 | -2/+4 |
| | |||||
* | Experimental committer verification | James Moger | 2012-10-11 | 1 | -1/+3 |
| | |||||
* | Clarified ticgit status in its description | James Moger | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | Tweak canFork description | James Moger | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Support Team canAdmin, canCreate, and canFork (issue 36) | James Moger | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Implemented New Repository for personal repositories | James Moger | 2012-10-05 | 1 | -1/+4 |
| | |||||
* | Show fork indicator on the repositories page | James Moger | 2012-10-03 | 1 | -1/+2 |
| | |||||
* | Polish fork-in-progress page | 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 | 1 | -2/+5 |
| | |||||
* | Tweaking forks page | James Moger | 2012-10-01 | 1 | -1/+2 |
| | |||||
* | Preliminary implementation of server-side forking (issue 137) | James Moger | 2012-09-29 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Draft project pages, project metadata, and RSS feeds | James Moger | 2012-09-07 | 1 | -1/+5 |
| | | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model. | ||||
* | Add 2 missing '=' in the English language file. | Mikael Karlsson | 2012-08-26 | 1 | -2/+2 |
| | |||||
* | Optionally cache repository list for improved performance | James Moger | 2012-08-17 | 1 | -1/+2 |
| | |||||
* | Submodules support | James Moger | 2012-08-10 | 1 | -1/+2 |
| | |||||
* | Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) | James Moger | 2012-08-02 | 1 | -0/+3 |
| | |||||
* | Added "today" to translation file. Updated Japanese translation. | James Moger | 2012-06-15 | 1 | -0/+1 |
| | |||||
* | Externalized some more strings. Updated Spanish translation from eguervos. | James Moger | 2012-06-15 | 1 | -1/+33 |
| | |||||
* | Revisions to custom fields | James Moger | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Make the variables / messages more consistant | John Crygier | 2012-05-07 | 1 | -2/+2 |
| | |||||
* | Web UI done for Custom Fields. Changed variable names to be consistent with ↵ | John Crygier | 2012-05-04 | 1 | -0/+2 |
| | | | | "custom" instead of "user" | ||||
* | Allow manipulating display name and email address from web ui | James Moger | 2012-04-25 | 1 | -1/+3 |
| | |||||
* | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 1 | -1/+3 |
| |