Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -696/+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. | ||||
* | Revised multiple owners contribution | James Moger | 2013-01-23 | 1 | -17/+15 |
| | |||||
* | Merge multiple owners feature (pull request #63, #66) | SHaselbauer | 2013-01-21 | 1 | -6/+20 |
| | |||||
* | Setting to stop a repository from contributing to the activity page | James Moger | 2012-12-06 | 1 | -2/+4 |
| | |||||
* | Global and per-repository setting to throttle prolific repos in Activity ↵ | James Moger | 2012-12-05 | 1 | -0/+25 |
| | | | | page (issue-173) | ||||
* | Merged and enhanced pull request #55 (disallow forks setting) | mschaefers | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Personal repositories must always be owned by the account the repo is stored in | James Moger | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Teams must be sorted | James Moger | 2012-10-31 | 1 | -0/+1 |
| | |||||
* | Enable verify committer iff >= push restricted | James Moger | 2012-10-31 | 1 | -8/+13 |
| | |||||
* | Fix intermittent Wicket page expirations on EditNNN pages | James Moger | 2012-10-30 | 1 | -0/+5 |
| | |||||
* | Refactor GC period into an integer for simpler translations | James Moger | 2012-10-30 | 1 | -3/+27 |
| | | | | Also hooked-up GC settings in the Manager. | ||||
* | Stabilizing and polishing permissions ui. Still in-progress. | James Moger | 2012-10-29 | 1 | -17/+108 |
| | |||||
* | Experimental JGit-based GC Executor | James Moger | 2012-10-28 | 1 | -0/+4 |
| | |||||
* | Fixed bug where owner could not edit a repository through web ui | James Moger | 2012-10-22 | 1 | -3/+4 |
| | |||||
* | Completed permissions UI, RPC, and Manager support (issue 36) | James Moger | 2012-10-19 | 1 | -8/+8 |
| | |||||
* | New permissions UI for EditRepository (issue 36) | James Moger | 2012-10-19 | 1 | -34/+16 |
| | |||||
* | Experimental committer verification | James Moger | 2012-10-11 | 1 | -1/+3 |
| | |||||
* | Support Team canAdmin, canCreate, and canFork (issue 36) | James Moger | 2012-10-10 | 1 | -5/+5 |
| | |||||
* | Implemented New Repository for personal repositories | James Moger | 2012-10-05 | 1 | -6/+45 |
| | |||||
* | Preliminary implementation of server-side forking (issue 137) | James Moger | 2012-09-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) | James Moger | 2012-08-02 | 1 | -0/+13 |
| | |||||
* | Prohibit trailing slashes in repository names (issue 104) | James Moger | 2012-07-10 | 1 | -0/+3 |
| | |||||
* | Externalized some more strings. Updated Spanish translation from eguervos. | James Moger | 2012-06-15 | 1 | -6/+6 |
| | |||||
* | Implemented default access restriction (issue 88) | James Moger | 2012-06-06 | 1 | -1/+4 |
| | |||||
* | Revisions to custom fields | James Moger | 2012-05-10 | 1 | -28/+27 |
| | |||||
* | Make the variables / messages more consistant | John Crygier | 2012-05-07 | 1 | -11/+11 |
| | |||||
* | Web UI done for Custom Fields. Changed variable names to be consistent with ↵ | John Crygier | 2012-05-04 | 1 | -2/+46 |
| | | | | "custom" instead of "user" | ||||
* | Fixed overzealous externalization of save and cancel buttons | James Moger | 2012-03-30 | 1 | -2/+2 |
| | |||||
* | Implemented support for "default" branch | James Moger | 2012-03-27 | 1 | -2/+5 |
| | |||||
* | Externalized a bunch of strings for translation | James Moger | 2012-03-25 | 1 | -9/+9 |
| | |||||
* | Added web.allowLuceneIndexing to enable/disable Lucene integration | James Moger | 2012-03-25 | 1 | -3/+2 |
| | |||||
* | Disable default branch/HEAD selector on create/empty repository | James Moger | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Implemented RPC administration of indexed branches | James Moger | 2012-03-17 | 1 | -9/+2 |
| | |||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -3/+32 |
| | |||||
* | Replace ChoiceRenderer with StringChoiceRenderer (issue 71) | James Moger | 2012-03-05 | 1 | -6/+6 |
| | |||||
* | Disallow browser autocomplete on add/edit pages | James Moger | 2012-02-03 | 1 | -0/+4 |
| | |||||
* | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -4/+4 |
| | |||||
* | Fixed bug in repository creation related to relinking head feature | James Moger | 2012-02-02 | 1 | -2/+7 |
| | |||||
* | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 1 | -18/+1 |
| | | | | | | | | | | | | | | symbolic head and available heads. Added convenience methods to JGitUtils to support retrieving available heads as List<String>. When resolving the symbolic head target as a String, if the head is detached, attempt to match the commit SHA1 against the known tags, using the most recent tag if more than one matches. Revised error messaging to better reflect actual outcome. Adjusted tab indexes on edit repository page to include default head combo box. Updated message key for default head combo box to use uppercase "HEAD". | ||||
* | Allow administrative modification of the default branch/tag referenced by HEAD. | Philip L. McMahon | 2012-01-26 | 1 | -0/+19 |
| | | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch | ||||
* | Using ArrayUtils.isEmpty to test arrays and collections | James Moger | 2012-01-05 | 1 | -3/+4 |
| | |||||
* | Implemented Team hook scripts | James Moger | 2011-12-27 | 1 | -6/+8 |
| | |||||
* | Display inherited scripts in EditRepository page. Drop mailing list helpline. | James Moger | 2011-12-23 | 1 | -0/+3 |
| | |||||
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵ | James Moger | 2011-12-20 | 1 | -10/+20 |
| | | | | RepositoryModel.mailingLists | ||||
* | Server-side hook script selection. Documentation. | James Moger | 2011-12-19 | 1 | -2/+39 |
| | |||||
* | Edit and store per-repository mail recipients in site and RPC | James Moger | 2011-12-17 | 1 | -3/+16 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -1/+18 |
| | | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress. | ||||
* | Per-repository setting to skip summary metrics | James Moger | 2011-10-23 | 1 | -0/+1 |
| | |||||
* | Log calculation time of repository sizes. (issue 27) | James Moger | 2011-10-21 | 1 | -0/+1 |
| | | | | Also added a per-repository skip calculation flag. | ||||
* | Rpc Client create/edit user and repository now fully functional. | James Moger | 2011-10-14 | 1 | -0/+6 |
| |