summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-051-97/+458
|
* Documentation. Added JavaDoc comments.James Moger2011-07-0112-81/+495
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-0/+59
|
* Big push for first release.James Moger2011-06-252-4/+18
| | | | | | | | | | | | * 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-183-30/+16
| | | | | 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-142-16/+68
| | | | | | | | | | | | | | | | 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/+69
|
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-092-16/+41
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-085-6/+34
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-10/+11
|
* Documentation. Moved clone and fetch into JGitUtils. Create bare only.James Moger2011-06-071-3/+55
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-043-19/+23
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-033-42/+69
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-026-353/+258
|
* Refactored some unit tests and utils.James Moger2011-06-013-109/+144
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-012-143/+180
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-013-38/+121
|
* Unit testing.James Moger2011-05-293-11/+11
|
* Unit testing.James Moger2011-05-294-42/+24
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-281-18/+10
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-272-133/+163
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-268-105/+154
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-258-0/+120
|
* Download zip feature.James Moger2011-05-241-1/+51
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-241-1/+5
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-191-0/+7
|
* Move admin links. Drop extra GitBlit link. Line numbers on Blob page.James Moger2011-05-161-0/+3
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-043-52/+53
| | | | | | | | | | | | The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven site. Yeah! That was the last missing piece for a slick Git:Blit deployment. The build has been reworked to download from Eclipse and to also download source and javadoc jars for setting up a development environment. Made the log4j pattern configurable by operating system. Moved Markdown utils to their own class since I need StringUtils for Build and that introduced a chicken-and-egg scenario.
* Drop new lines between table rows for Opera.James Moger2011-05-031-1/+1
|
* Working on error handling.James Moger2011-04-291-55/+78
|
* Improve repo folder detection. Fail gracefully on create repo error.James Moger2011-04-271-4/+5
|
* Centralized markdown transforms. Moved config ops to GitBlit.James Moger2011-04-272-92/+23
|
* Integrated pagelinks into RepositoryPage. Fixed string encoding.James Moger2011-04-272-3/+30
|
* Commit header panel. File type icons. Docs page.James Moger2011-04-261-4/+39
|
* Sprinkled some icons throughout ui. Centralized icon retrieval.James Moger2011-04-251-4/+16
|
* Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.James Moger2011-04-231-24/+101
|
* Added merge icon. Added commit legend with counts. Improved header.James Moger2011-04-212-2/+16
|
* Selectable diff presentation: gitblit, gitweb, or plain.James Moger2011-04-203-18/+165
|
* Tag diamonds and sliding date scale on activity graph.James Moger2011-04-202-11/+102
|
* Color-coded change type indicator with tooltip for changed paths.James Moger2011-04-181-4/+10
| | | Also fixed /dev/null reference due to deletion change.
* Add search form to the page nav links panel within a repository.James Moger2011-04-181-0/+4
|
* Author and Committer search integration.James Moger2011-04-181-6/+79
|
* patch-to-current feature.James Moger2011-04-171-5/+14
|
* Implemented diff-to-current.James Moger2011-04-171-6/+21
| | | | This is for history where we specify two revs to diff, not just a commit against its parent.
* Rename ticgit integration to tickets.James Moger2011-04-171-23/+23
| | | | | | | | | | | | | The current ticgit implementation is based on ticgit.net, a BSD implementation for C#. Jeff Welling advises using commit bf57b032e030bd16a7b2 (2009-01-27) from ticgit as the last MIT licensed commit. A more complete implementation will be based on this version of the original Ruby sources. It remains unclear if I will support using the "ticgit" branch name or not. I purposefully haven't looked at any of the GPL improvements by Jeff, but I can see from the readme at GitHub that he has renamed the branch to "ticgit-ng" which I have no plans on supporting as I do not want to taint GitBlit with GPL code.
* Working history feature. Tweak to paging.James Moger2011-04-161-0/+11
|
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-155-55/+113
| | | | | Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around.
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-143-7/+7
|
* Patch formatter. Ensure html escaping. css tweaks.James Moger2011-04-135-99/+237
|
* Page log.James Moger2011-04-111-10/+34
|