Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -261/+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. | ||||
* | Support --baseFolder parameter and small data reorganization | James Moger | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Support local accounts with LdapUserService and RedmineUserService (issue-183) | James Moger | 2013-01-04 | 1 | -6/+6 |
| | |||||
* | Added attributes tab to Edit User for both site and Manager | James Moger | 2012-12-05 | 1 | -0/+5 |
| | |||||
* | Merged and enhanced pull request #55 (disallow forks setting) | mschaefers | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Permission filtering in web ui | James Moger | 2012-11-02 | 1 | -21/+1 |
| | | | | | 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 | -2/+2 |
| | |||||
* | Renamed isEditable to mutable | James Moger | 2012-10-31 | 1 | -3/+3 |
| | |||||
* | Added null checkinng and logging for edit user permissions (issue 155) | James Moger | 2012-10-30 | 1 | -3/+10 |
| | |||||
* | Fix intermittent Wicket page expirations on EditNNN pages | James Moger | 2012-10-30 | 1 | -0/+5 |
| | |||||
* | Stabilizing and polishing permissions ui. Still in-progress. | James Moger | 2012-10-29 | 1 | -2/+18 |
| | |||||
* | Add some common regex filters to the repository lists | James Moger | 2012-10-23 | 1 | -10/+2 |
| | |||||
* | Completed permissions UI, RPC, and Manager support (issue 36) | James Moger | 2012-10-19 | 1 | -6/+8 |
| | |||||
* | New permissions UI for EditUser and EditTeam (issue 36) | James Moger | 2012-10-19 | 1 | -12/+12 |
| | |||||
* | Implemented New Repository for personal repositories | James Moger | 2012-10-05 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | Allow user services to control editing of display name and email address | James Moger | 2012-04-25 | 1 | -2/+8 |
| | |||||
* | Allow manipulating display name and email address from web ui | James Moger | 2012-04-25 | 1 | -0/+2 |
| | |||||
* | Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵ | John Crygier | 2012-04-10 | 1 | -31/+33 |
| | | | | to be started with Gitblit GO (backed by an LDIF file). | ||||
* | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 1 | -4/+14 |
| | |||||
* | Fixed overzealous externalization of save and cancel buttons | James Moger | 2012-03-30 | 1 | -2/+2 |
| | |||||
* | Externalized a bunch of strings for translation | James Moger | 2012-03-25 | 1 | -9/+8 |
| | |||||
* | Replace ChoiceRenderer with StringChoiceRenderer (issue 71) | James Moger | 2012-03-05 | 1 | -3/+3 |
| | |||||
* | Disallow browser autocomplete on add/edit pages | James Moger | 2012-02-03 | 1 | -0/+4 |
| | |||||
* | Fixed username case-sensitivity bugs (issue 43) | James Moger | 2012-01-16 | 1 | -4/+6 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -1/+25 |
| | | | | | | 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. | ||||
* | Combined-md5 password storage option | James Moger | 2011-10-24 | 1 | -2/+12 |
| | |||||
* | Login message option. More Bootstrap updates. All docs converted. | James Moger | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | Clarified page hierarchy. Fixed TicGit pages. | James Moger | 2011-09-30 | 1 | -3/+3 |
| | |||||
* | Split RepositoriesPage into 3 pages. Inline page header authentication. | James Moger | 2011-09-29 | 1 | -3/+4 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 1 | -2/+3 |
| | |||||
* | Documentation. Unit testing. Checkstyle. Findbugs. | James Moger | 2011-07-22 | 1 | -8/+8 |
| | |||||
* | Cancel buttons on edit pages. Column fix for flat repositories view. | James Moger | 2011-07-20 | 1 | -0/+14 |
| | |||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -1/+2 |
| | | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation. | ||||
* | Added AccessRestrictionFilter and simplified authentication. | James Moger | 2011-06-14 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature. | ||||
* | Unit testing. | James Moger | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Unit testing. Removal of some unused code paths. | James Moger | 2011-05-28 | 1 | -2/+3 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -5/+4 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -14/+22 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -0/+15 |
| | |||||
* | Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls. | James Moger | 2011-05-24 | 1 | -9/+7 |
| | |||||
* | Improvements to create/edit user. | James Moger | 2011-05-12 | 1 | -1/+30 |
| | |||||
* | Moved distribution files. Revised build script. Security revisions. | James Moger | 2011-05-12 | 1 | -10/+42 |
| | |||||
* | Renamed User to UserModel. | James Moger | 2011-05-11 | 1 | -6/+6 |
| | |||||
* | Add user. Implemented repository view and git access restrictions. | James Moger | 2011-05-11 | 1 | -0/+97 |