]>
source.dussan.org Git - gitblit.git/log
James Moger [Sat, 18 Jun 2011 13:24:34 +0000 (09:24 -0400)]
Don't show all credentials in debug log, only failures.
James Moger [Sat, 18 Jun 2011 13:22:05 +0000 (09:22 -0400)]
Map gitservlet from web.xml and configure it from gitblit properties.
James Moger [Sat, 18 Jun 2011 13:02:00 +0000 (09:02 -0400)]
Improved web.xml builder. Now it includes the parameter comments.
James Moger [Sat, 18 Jun 2011 12:39:22 +0000 (08:39 -0400)]
Mount parameters setting.
James Moger [Sat, 18 Jun 2011 12:28:47 +0000 (08:28 -0400)]
Mostly stable war build.
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.
James Moger [Tue, 14 Jun 2011 20:55:13 +0000 (16:55 -0400)]
Added AccessRestrictionFilter and simplified authentication.
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.
James Moger [Sat, 11 Jun 2011 20:23:49 +0000 (16:23 -0400)]
RSS syndication feature. Documentation. CSS tweaks.
James Moger [Thu, 9 Jun 2011 23:41:53 +0000 (19:41 -0400)]
Simplified screenshot process and automated thumbnail generation.
James Moger [Thu, 9 Jun 2011 23:06:09 +0000 (19:06 -0400)]
Build script improvements for release management.
James Moger [Thu, 9 Jun 2011 23:04:24 +0000 (19:04 -0400)]
Unit testing. Documentation. Simplified settings classes.
James Moger [Thu, 9 Jun 2011 00:48:07 +0000 (20:48 -0400)]
Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.
James Moger [Wed, 8 Jun 2011 21:38:11 +0000 (17:38 -0400)]
Stubbed out Blame. Added Github banner to site. Documentation.
James Moger [Wed, 8 Jun 2011 00:55:19 +0000 (20:55 -0400)]
Improved metrics page and added metrics links to branches panel.
James Moger [Tue, 7 Jun 2011 23:08:24 +0000 (19:08 -0400)]
Documentation. Moved clone and fetch into JGitUtils. Create bare only.
James Moger [Sun, 5 Jun 2011 19:21:12 +0000 (15:21 -0400)]
Added git-notes to docs. Fixed parent path mode.
James Moger [Sat, 4 Jun 2011 18:23:55 +0000 (14:23 -0400)]
Fixed refs linking problem. Author metrics are lowercase.
James Moger [Fri, 3 Jun 2011 21:44:19 +0000 (17:44 -0400)]
GitNotes. Unit testing. More correct refs.
James Moger [Fri, 3 Jun 2011 02:40:23 +0000 (22:40 -0400)]
Unit testing. Start of git-notes display feature.
James Moger [Thu, 2 Jun 2011 01:01:51 +0000 (21:01 -0400)]
Refactored some unit tests and utils.
James Moger [Thu, 2 Jun 2011 00:47:05 +0000 (20:47 -0400)]
Documentation. Enforce ".git" suffix for created repositories.
James Moger [Thu, 2 Jun 2011 00:19:51 +0000 (20:19 -0400)]
Readme markdown on summary page per-repository.
James Moger [Wed, 1 Jun 2011 23:51:41 +0000 (19:51 -0400)]
Stats -> Metrics. Docs in distribution zip. Created MetricUtils.
James Moger [Wed, 1 Jun 2011 12:09:46 +0000 (08:09 -0400)]
Unit testing. Disable links on first commit. Initial stats page.
James Moger [Sun, 29 May 2011 18:04:38 +0000 (14:04 -0400)]
Unit testing.
James Moger [Sun, 29 May 2011 15:19:30 +0000 (11:19 -0400)]
Unit testing.
James Moger [Sat, 28 May 2011 21:05:34 +0000 (17:05 -0400)]
Unit testing. Removal of some unused code paths.
James Moger [Sat, 28 May 2011 03:37:24 +0000 (23:37 -0400)]
Codepro analyze dependencies. Documentation.
James Moger [Thu, 26 May 2011 21:22:03 +0000 (17:22 -0400)]
Changed git.otherUrls to web.otherUrls.
James Moger [Thu, 26 May 2011 21:11:38 +0000 (17:11 -0400)]
Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.
James Moger [Wed, 25 May 2011 20:21:17 +0000 (16:21 -0400)]
Selected Apache License. Dropped : from name. Its simpler.
James Moger [Tue, 24 May 2011 21:39:55 +0000 (17:39 -0400)]
Documentation.
James Moger [Tue, 24 May 2011 21:39:38 +0000 (17:39 -0400)]
Download zip feature.
James Moger [Tue, 24 May 2011 21:17:51 +0000 (17:17 -0400)]
Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.
James Moger [Mon, 23 May 2011 20:46:09 +0000 (16:46 -0400)]
User list. Revised home page. Updated Jetty. Secure cookies. Docs.
James Moger [Sun, 22 May 2011 17:45:20 +0000 (13:45 -0400)]
Make keystore script independent of JDK using BouncyCastle.
James Moger [Sun, 22 May 2011 17:04:11 +0000 (13:04 -0400)]
Documentation.
James Moger [Fri, 20 May 2011 21:49:55 +0000 (17:49 -0400)]
Documentation filename-linkname aliases.
James Moger [Fri, 20 May 2011 21:31:07 +0000 (17:31 -0400)]
Documentation.
James Moger [Thu, 19 May 2011 23:01:45 +0000 (19:01 -0400)]
Critical fix for servlet.
James Moger [Thu, 19 May 2011 21:18:29 +0000 (17:18 -0400)]
Documentation tweak.
James Moger [Thu, 19 May 2011 21:13:50 +0000 (17:13 -0400)]
Owner editing. Frozen status. Grouped repositories. Documentation.
James Moger [Wed, 18 May 2011 02:06:07 +0000 (22:06 -0400)]
Building site content and documentation from Markdown.
James Moger [Mon, 16 May 2011 20:45:51 +0000 (16:45 -0400)]
Move admin links. Drop extra GitBlit link. Line numbers on Blob page.
James Moger [Thu, 12 May 2011 22:18:20 +0000 (18:18 -0400)]
Improvements to create/edit user.
James Moger [Thu, 12 May 2011 21:37:29 +0000 (17:37 -0400)]
Updated gitignore.
James Moger [Thu, 12 May 2011 21:34:47 +0000 (17:34 -0400)]
Removed distribution files from project root.
James Moger [Thu, 12 May 2011 21:33:31 +0000 (17:33 -0400)]
Moved distribution files. Revised build script. Security revisions.
James Moger [Thu, 12 May 2011 02:33:16 +0000 (22:33 -0400)]
Clarified access restrictions.
James Moger [Thu, 12 May 2011 02:07:53 +0000 (22:07 -0400)]
Renamed User to UserModel.
James Moger [Thu, 12 May 2011 02:07:18 +0000 (22:07 -0400)]
Add user. Implemented repository view and git access restrictions.
James Moger [Thu, 5 May 2011 23:16:17 +0000 (19:16 -0400)]
Comments in config file. Disable TLS renegotiation.
James Moger [Thu, 5 May 2011 22:40:39 +0000 (18:40 -0400)]
Automatically generate a self-signed certificate with BouncyCastle.
James Moger [Wed, 4 May 2011 21:35:49 +0000 (17:35 -0400)]
Build infrastructure improvements. Setting to show remote branches.
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.
James Moger [Tue, 3 May 2011 19:59:20 +0000 (15:59 -0400)]
Drop new lines between table rows for Opera.
James Moger [Sat, 30 Apr 2011 00:46:44 +0000 (20:46 -0400)]
Working on error handling.
James Moger [Thu, 28 Apr 2011 01:56:56 +0000 (21:56 -0400)]
Improve repo folder detection. Fail gracefully on create repo error.
James Moger [Thu, 28 Apr 2011 01:22:12 +0000 (21:22 -0400)]
Centralized markdown transforms. Moved config ops to GitBlit.
James Moger [Thu, 28 Apr 2011 00:55:38 +0000 (20:55 -0400)]
Integrated pagelinks into RepositoryPage. Fixed string encoding.
James Moger [Tue, 26 Apr 2011 22:05:39 +0000 (18:05 -0400)]
Commit header panel. File type icons. Docs page.
James Moger [Tue, 26 Apr 2011 01:52:38 +0000 (21:52 -0400)]
Sprinkled some icons throughout ui. Centralized icon retrieval.
James Moger [Sun, 24 Apr 2011 01:00:32 +0000 (21:00 -0400)]
Restylized search form. Used GNOME's search icon.
James Moger [Sat, 23 Apr 2011 23:16:53 +0000 (19:16 -0400)]
Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.
James Moger [Fri, 22 Apr 2011 01:46:47 +0000 (21:46 -0400)]
Use markdown for welcome message. Simplify login page appearance.
James Moger [Fri, 22 Apr 2011 00:50:59 +0000 (20:50 -0400)]
Added merge icon. Added commit legend with counts. Improved header.
James Moger [Thu, 21 Apr 2011 02:14:37 +0000 (22:14 -0400)]
Selectable diff presentation: gitblit, gitweb, or plain.
James Moger [Thu, 21 Apr 2011 00:16:31 +0000 (20:16 -0400)]
Support Markdown rendering. Use Wicket GoogleCharts from Maven.
James Moger [Wed, 20 Apr 2011 11:53:15 +0000 (07:53 -0400)]
Tag diamonds and sliding date scale on activity graph.
James Moger [Tue, 19 Apr 2011 02:36:17 +0000 (22:36 -0400)]
Div to Span
James Moger [Tue, 19 Apr 2011 02:29:20 +0000 (22:29 -0400)]
Color-coded change type indicator with tooltip for changed paths.
Also fixed /dev/null reference due to deletion change.
James Moger [Mon, 18 Apr 2011 21:50:31 +0000 (17:50 -0400)]
Add search form to the page nav links panel within a repository.
James Moger [Mon, 18 Apr 2011 21:50:03 +0000 (17:50 -0400)]
Fix Eclipse complaints about illegal tag location.
James Moger [Mon, 18 Apr 2011 20:53:23 +0000 (16:53 -0400)]
Author and Committer search integration.
James Moger [Sun, 17 Apr 2011 20:57:41 +0000 (16:57 -0400)]
Finished history tree/blob links.
James Moger [Sun, 17 Apr 2011 20:10:38 +0000 (16:10 -0400)]
patch-to-current feature.
James Moger [Sun, 17 Apr 2011 20:00:02 +0000 (16:00 -0400)]
Implemented diff-to-current.
This is for history where we specify two revs to diff, not just a
commit against its parent.
James Moger [Sun, 17 Apr 2011 16:06:29 +0000 (12:06 -0400)]
Rename ticgit integration to tickets.
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.
James Moger [Sat, 16 Apr 2011 20:47:14 +0000 (16:47 -0400)]
Replaced three history placeholder labels with real links.
James Moger [Sat, 16 Apr 2011 20:28:19 +0000 (16:28 -0400)]
Working history feature. Tweak to paging.
James Moger [Sat, 16 Apr 2011 13:27:57 +0000 (09:27 -0400)]
More flexible authentication. Anonymous view, authenticated admin.
James Moger [Fri, 15 Apr 2011 21:32:28 +0000 (17:32 -0400)]
Show commit parents on separate lines. "tagger" instead of "author".
James Moger [Fri, 15 Apr 2011 21:18:51 +0000 (17:18 -0400)]
Settings overhaul. Fixes to authentication. Bind interface feature.
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.
James Moger [Thu, 14 Apr 2011 23:44:47 +0000 (19:44 -0400)]
Generate Keys class from gitblit.properties as part of build process.
James Moger [Thu, 14 Apr 2011 22:29:10 +0000 (18:29 -0400)]
Authenticate the webapp against the same realm as the git servlet.
Right now the implementation is hard-coded to pass the realm into a
singleton. This won't work for a WAR distribution so I will
need to figure out how to properly authenticate the webapp using form
authentication and the git servlet using basic authentication - host
against the same realm.
James Moger [Wed, 13 Apr 2011 21:45:22 +0000 (17:45 -0400)]
Start of webapp authentication.
James Moger [Wed, 13 Apr 2011 20:27:17 +0000 (16:27 -0400)]
Fixed ticgit pages.
James Moger [Wed, 13 Apr 2011 19:53:19 +0000 (15:53 -0400)]
Html and Css simplifications.
James Moger [Wed, 13 Apr 2011 13:43:56 +0000 (09:43 -0400)]
Patch formatter. Ensure html escaping. css tweaks.
James Moger [Tue, 12 Apr 2011 01:49:36 +0000 (21:49 -0400)]
Eliminated most session usage.
James Moger [Mon, 11 Apr 2011 21:42:58 +0000 (17:42 -0400)]
Ref links.
James Moger [Mon, 11 Apr 2011 13:59:56 +0000 (09:59 -0400)]
Enforce default paging value.
James Moger [Mon, 11 Apr 2011 13:59:03 +0000 (09:59 -0400)]
Moved paging count to setting. Fixed css layouts. Removed log pager.
James Moger [Mon, 11 Apr 2011 13:39:15 +0000 (09:39 -0400)]
Refactored more link panels into fragments.
James Moger [Mon, 11 Apr 2011 12:18:22 +0000 (08:18 -0400)]
Page log.
James Moger [Fri, 8 Apr 2011 21:17:28 +0000 (17:17 -0400)]
created panels for logs, tags, and branches.
James Moger [Thu, 7 Apr 2011 21:59:56 +0000 (17:59 -0400)]
Localized all strings for translation. Removed old resources.
James Moger [Thu, 7 Apr 2011 13:46:30 +0000 (09:46 -0400)]
Let Wicket manage resources and use markup inheritance.
This seems to improve page loading times.
James Moger [Wed, 6 Apr 2011 21:25:23 +0000 (17:25 -0400)]
Added placeholder for Admin links on main page.
Added placeholder for Admin links on main page.
Dynamically add ticgit link to nav links, if ticgit branch is
discovered.
Settings refinements.
James Moger [Wed, 6 Apr 2011 13:27:14 +0000 (09:27 -0400)]
Mostly working Diff presentation.
James Moger [Wed, 6 Apr 2011 02:26:37 +0000 (22:26 -0400)]
Simplified links some more. Added TicGit browser.
James Moger [Tue, 5 Apr 2011 12:24:53 +0000 (08:24 -0400)]
Fixed-width 980px and centered. Dropped About.