summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/Constants.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Release v0.8.1v0.8.1James Moger2012-01-111-2/+2
|
* Fixed missing icon resource for the manager (issue 40)James Moger2012-01-111-2/+2
|
* Release v0.8.0v0.8.0James Moger2012-01-111-2/+2
|
* Plugged some repository use count leaks in the zip servletJames Moger2012-01-091-1/+5
|
* Federation pull_scripts request. Documentation.James Moger2012-01-041-1/+1
|
* Preliminary update to JGit 1.2.0. This will be refined.James Moger2011-12-241-1/+1
|
* Federation support for TeamsJames Moger2011-12-131-1/+1
|
* Teams JSON-RPC supportJames Moger2011-12-131-4/+6
|
* Change build identifiers for next release.James Moger2011-11-141-2/+2
|
* Preparing 0.7.0 release.v0.7.0James Moger2011-11-111-2/+2
|
* Moved SearchType enum to ConstantsJames Moger2011-11-041-0/+21
|
* Feeds and Manager must respect a server's web.mountParameters settingJames Moger2011-11-031-6/+8
|
* Added a list branches rpcJames Moger2011-10-281-1/+1
|
* Separate management from administration in rpc servlet.James Moger2011-10-231-1/+1
| | | Added skeleton mechanism to update server settings via rpc.
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-221-1/+1
|
* Revised settings RPC to be Map<String, SettingModel>.James Moger2011-10-211-1/+2
| | | | Added setting metadata. Added server status rpc. Improved setting tab in Manager.
* Consistent rpc result codes.James Moger2011-10-171-1/+1
|
* RPC Client: Create/Edit Repository & User. Partially working.James Moger2011-10-121-1/+1
| | | | Added new request type to retrieve Gitblit settings to implement the password preferences (minLength, storage type) and federation sets.
* Merge branch 'master' into rpcJames Moger2011-10-101-1/+1
|\
| * Documentation. Updated snapshot to 0.7.0. Merged server.contextPath.James Moger2011-10-101-1/+1
| |
* | Fairly complete json rpc interface to view/control Gitblit data objects.James Moger2011-10-021-5/+7
| |
* | Refactored servlet filters and now have authenticated RpcServlet.James Moger2011-10-011-0/+4
| |
* | Refactored federation servlet and utils. Started rpc servlet and utils.James Moger2011-10-011-0/+25
|/
* Reset build identifiers to SNAPSHOT.James Moger2011-09-281-2/+2
|
* Preparing 0.6.0 release.v0.6.0James Moger2011-09-271-2/+2
|
* Poke test during proposal phase.James Moger2011-09-271-1/+13
|
* Rearranged federation status enum.James Moger2011-09-221-1/+1
|
* Refined mirror federation feature. Documentation.James Moger2011-09-221-1/+1
| | | | HEAD is now properly reset if mirroring is enabled. Updated the federation pull status enum to include no change and mirrored states.
* Updated to JGit 1.1.0 and reverse-sort library dependencies.James Moger2011-09-221-1/+1
|
* Implemented Federation Sets. Documentation.James Moger2011-09-141-1/+9
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-3/+94
|
* Switch back to development.James Moger2011-07-271-2/+2
|
* Documentation and prepare 0.5.2 release.v0.5.2James Moger2011-07-271-2/+2
|
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-0/+3
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-111-2/+2
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-0/+6
|
* Changes for minor 0.5.1 release.v0.5.1James Moger2011-06-281-1/+5
| | | | | | | | | | | | | * Clarified SSL certificate generation and configuration in light of the hostname verificiation that JGit currently does despite the http.sslVerify=false setting. * Added some troubleshooting information related to filesystem permissions and reading repositories. * Switched from JavaService to Apache Commons Daemon. Not sure what happened to JavaService as it stopped working for me on Windows 7 with Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a nice service control utility.
* Prepare 0.5.0 release.v0.5.0James Moger2011-06-261-2/+2
|
* Updated to JGit 1.0.0.James Moger2011-06-251-1/+1
|
* Big push for first release.James Moger2011-06-251-2/+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.
* Mostly stable war build.James Moger2011-06-181-5/+3
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-0/+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.
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-111-0/+2
|
* Unit testing.James Moger2011-05-291-1/+1
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-0/+2
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-20/+12
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-2/+17
|
* Download zip feature.James Moger2011-05-241-0/+4
|
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-231-1/+5
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-191-1/+1
|