Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove fork reference from origin repository on rename | James Moger | 2012-10-05 | 1 | -0/+8 | |
| | ||||||
* | Fixed repository reference leak in fork mechanism | James Moger | 2012-10-04 | 1 | -41/+11 | |
| | ||||||
* | Fixed duplicate entries in repository cache (issue 140) | James Moger | 2012-10-04 | 1 | -10/+15 | |
| | ||||||
* | Fix fork detection on Windows | James Moger | 2012-10-03 | 1 | -0/+3 | |
| | ||||||
* | Display entire fork network. Link as appropriate for user permissions. | 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 | -31/+32 | |
| | ||||||
* | Method to generate fork network graph | James Moger | 2012-10-01 | 1 | -0/+33 | |
| | ||||||
* | Show fork links according to user permissions. Improve fork detection. | James Moger | 2012-10-01 | 1 | -0/+76 | |
| | ||||||
* | Preliminary implementation of server-side forking (issue 137) | James Moger | 2012-09-29 | 1 | -20/+165 | |
| | | | | | | | | | | | | | | | | | | 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 | -0/+135 | |
| | | | | | | 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. | |||||
* | Merged CVE-2007-450 warning logging from Jason Pyeron (issue 126) | Jason Pyeron | 2012-09-06 | 1 | -0/+3 | |
| | ||||||
* | Cache repository models to improve performance (issue 103) | James Moger | 2012-08-18 | 1 | -24/+113 | |
| | ||||||
* | Fix performance logging null pointer on anonymous repository browsing | James Moger | 2012-08-17 | 1 | -1/+1 | |
| | ||||||
* | Optionally cache repository list for improved performance | James Moger | 2012-08-17 | 1 | -15/+137 | |
| | ||||||
* | Submodules support | James Moger | 2012-08-10 | 1 | -0/+15 | |
| | ||||||
* | Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) | James Moger | 2012-08-02 | 1 | -0/+4 | |
| | ||||||
* | Regex exclusions for repository search (issue 103) | James Moger | 2012-08-01 | 1 | -1/+2 | |
| | ||||||
* | Add recursion depth control for repository search (issue 103) | James Moger | 2012-08-01 | 1 | -1/+2 | |
| | ||||||
* | Update to JGit 2.0.0 | James Moger | 2012-07-11 | 1 | -0/+9 | |
| | ||||||
* | Persist cookies in ConfigUserService. Update LDAPUserService to generate ↵ | James Moger | 2012-07-11 | 1 | -3/+9 | |
| | | | | cookies. | |||||
* | Fixed bug where Manager could not update unreferenced setting (issue 85) | James Moger | 2012-06-15 | 1 | -2/+6 | |
| | ||||||
* | Try multiple encodings when working with string blobs (issue 97) | James Moger | 2012-06-07 | 1 | -0/+9 | |
| | ||||||
* | Expose JGit's runtime configuration settings (issue 93) | James Moger | 2012-06-06 | 1 | -1/+25 | |
| | ||||||
* | Implemented default access restriction (issue 88) | James Moger | 2012-06-06 | 1 | -1/+1 | |
| | ||||||
* | Revisions to custom fields | James Moger | 2012-05-10 | 1 | -1/+13 | |
| | ||||||
* | Changed constants and fixed nullpointer in update repository | James Moger | 2012-05-10 | 1 | -26/+36 | |
| | ||||||
* | Merge pull request #16 from jcrygier/custom_properties | James Moger | 2012-05-09 | 1 | -0/+11 | |
|\ | | | | | Custom Defined Repository Properties (Issue #92) | |||||
| * | Make the variables / messages more consistant | John Crygier | 2012-05-07 | 1 | -5/+5 | |
| | | ||||||
| * | Web UI done for Custom Fields. Changed variable names to be consistent with ↵ | John Crygier | 2012-05-04 | 1 | -3/+3 | |
| | | | | | | | | "custom" instead of "user" | |||||
| * | Change techique for custom properties to fall in line with reading / writing ↵ | John Crygier | 2012-05-04 | 1 | -0/+11 | |
| | | | | | | | | of all other properties | |||||
* | | Reordered settings model loading to avoid WAR null pointer | James Moger | 2012-05-05 | 1 | -2/+2 | |
|/ | ||||||
* | Allow user services to control editing of display name and email address | James Moger | 2012-04-25 | 1 | -0/+20 | |
| | ||||||
* | Added a logout hook to IUserService | James Moger | 2012-04-25 | 1 | -0/+12 | |
| | ||||||
* | Merge pull request #12 from jcrygier/ldap_unboundid | James Moger | 2012-04-24 | 1 | -0/+16 | |
|\ | | | | | Ldap unboundid | |||||
| * | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 1 | -0/+16 | |
| | | ||||||
* | | Revised repository model list persistence (issue 81) | James Moger | 2012-04-10 | 1 | -34/+18 | |
| | | ||||||
* | | Fixed: could not clear any RepositoryModel setting list (issue 81) | James Moger | 2012-04-09 | 1 | -5/+27 | |
|/ | ||||||
* | Eliminated Lucene settings | James Moger | 2012-03-19 | 1 | -19/+2 | |
| | ||||||
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 1 | -3/+4 | |
| | ||||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -0/+11 | |
| | ||||||
* | Close the Lucene index writer/searcher on a repository rename or delete | James Moger | 2012-03-15 | 1 | -0/+3 | |
| | ||||||
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 1 | -13/+25 | |
| | ||||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -0/+1 | |
| | ||||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 1 | -2/+2 | |
| | ||||||
* | Delete branch from index. Queue index update from the PostReceiveHook. | James Moger | 2012-02-28 | 1 | -0/+10 | |
| | ||||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 1 | -0/+10 | |
| | ||||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 1 | -1/+1 | |
| | ||||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 1 | -1/+1 | |
| | ||||||
* | Account for null real path from servlet container (issue 67) | James Moger | 2012-02-23 | 1 | -4/+8 | |
| | ||||||
* | Allow specifying a timezone in gitblit.properties/web.xml (issue 54) | James Moger | 2012-02-21 | 1 | -2/+35 | |
| |