]>
source.dussan.org Git - gitblit.git/log
James Moger [Mon, 19 Dec 2011 23:00:29 +0000 (18:00 -0500)]
RPC support for hook script selection
James Moger [Mon, 19 Dec 2011 22:58:43 +0000 (17:58 -0500)]
Server-side hook script selection. Documentation.
James Moger [Mon, 19 Dec 2011 14:15:08 +0000 (09:15 -0500)]
More sendemail.groovy fixes
James Moger [Mon, 19 Dec 2011 14:11:52 +0000 (09:11 -0500)]
Fixed commit url in sendemail.groovy
James Moger [Mon, 19 Dec 2011 13:51:30 +0000 (08:51 -0500)]
Groovy script tweaks
James Moger [Sat, 17 Dec 2011 20:17:46 +0000 (15:17 -0500)]
Edit and store per-repository mail recipients in site and RPC
James Moger [Sat, 17 Dec 2011 19:14:11 +0000 (14:14 -0500)]
Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more descriptive.
James Moger [Sat, 17 Dec 2011 19:03:35 +0000 (14:03 -0500)]
Fixed sendemail script to list all commits in a push.
James Moger [Sat, 17 Dec 2011 02:18:59 +0000 (21:18 -0500)]
Switch GO to monolithic build for installations without internet connection
James Moger [Sat, 17 Dec 2011 02:14:48 +0000 (21:14 -0500)]
Groovy push hooks
James Moger [Tue, 13 Dec 2011 22:37:19 +0000 (17:37 -0500)]
Documentation
James Moger [Tue, 13 Dec 2011 22:36:58 +0000 (17:36 -0500)]
Federation support for Teams
James Moger [Tue, 13 Dec 2011 21:52:19 +0000 (16:52 -0500)]
Fixed null pointer possibility for gravatar profiles
James Moger [Tue, 13 Dec 2011 21:51:36 +0000 (16:51 -0500)]
Integrated Clippy for a better copy-to-clipboard experience
James Moger [Tue, 13 Dec 2011 13:37:02 +0000 (08:37 -0500)]
Teams JSON-RPC support
James Moger [Fri, 9 Dec 2011 13:50:18 +0000 (08:50 -0500)]
Implemented empty repository page (issue 31)
James Moger [Thu, 8 Dec 2011 00:33:10 +0000 (19:33 -0500)]
Teams support.
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.
James Moger [Thu, 8 Dec 2011 00:14:34 +0000 (19:14 -0500)]
Unit testing overhaul.
Migrated to JUnit4-style tests.
Replaced assertTrue with assertEquals where appropriate.
Start Gitblit instance with dedicated unit testing settings file and
user service.
Integrated RPC, Federation, and Git servlet unit tests into suite.
James Moger [Sun, 4 Dec 2011 21:55:42 +0000 (16:55 -0500)]
Implemented ConfigUserService. Fixed and deprecated FileUserService.
James Moger [Fri, 2 Dec 2011 20:31:38 +0000 (15:31 -0500)]
Preliminary changes for running on RedHat OpenShift. Still in-progress.
James Moger [Wed, 30 Nov 2011 22:21:30 +0000 (17:21 -0500)]
Clarified Tomcat forward-slash encoding in documentation (issue 29)
James Moger [Mon, 21 Nov 2011 14:24:05 +0000 (09:24 -0500)]
Tighter Gravatar integration. New window/tab on most activity links.
Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile
page. This page displays some of the profile information and contains a
link to the full Gravatar profile.
Activity page links now launch a new window/tab instead of targeting
"self" since it can be expensive to requery the activity information.
James Moger [Sun, 20 Nov 2011 20:07:04 +0000 (15:07 -0500)]
Fixed build script. Fixed date display on activity page headers.
James Moger [Sat, 19 Nov 2011 12:34:13 +0000 (07:34 -0500)]
Removed legacy css file
James Moger [Sat, 19 Nov 2011 12:33:59 +0000 (07:33 -0500)]
Reorganizing the recent activity feature
James Moger [Fri, 18 Nov 2011 22:46:06 +0000 (17:46 -0500)]
Calculate repository color from name. Show swatch on repository list.
James Moger [Fri, 18 Nov 2011 22:39:37 +0000 (17:39 -0500)]
Added some flare to the console log
James Moger [Thu, 17 Nov 2011 03:43:37 +0000 (22:43 -0500)]
Working draft of the aggregate activity page
James Moger [Thu, 17 Nov 2011 03:39:28 +0000 (22:39 -0500)]
New JGit utility function to retrieve commits since a specific date
James Moger [Thu, 17 Nov 2011 03:33:18 +0000 (22:33 -0500)]
Metric object now implements comparable. Adjust gravatar css.
James Moger [Thu, 17 Nov 2011 03:22:07 +0000 (22:22 -0500)]
Preliminary charting classes for Google's Visualization API
James Moger [Mon, 14 Nov 2011 22:24:16 +0000 (17:24 -0500)]
Added optional Gravatar support
James Moger [Mon, 14 Nov 2011 22:15:02 +0000 (17:15 -0500)]
Change build identifiers for next release.
James Moger [Sat, 12 Nov 2011 19:41:25 +0000 (14:41 -0500)]
Fixed site rendering in Chrome.
James Moger [Sat, 12 Nov 2011 15:49:10 +0000 (10:49 -0500)]
Documentation. Updated Twitter Bootstrap to 1.4.0.
James Moger [Sat, 12 Nov 2011 14:01:25 +0000 (09:01 -0500)]
Documentation.
James Moger [Sat, 12 Nov 2011 02:20:35 +0000 (21:20 -0500)]
Documentation. Updated Google+ links.
James Moger [Fri, 11 Nov 2011 23:05:33 +0000 (18:05 -0500)]
Preparing 0.7.0 release.
James Moger [Fri, 11 Nov 2011 22:59:15 +0000 (17:59 -0500)]
Revised user access checks to account for repository ownership.
Repository owners no longer have to be explicitly selected to grant
them access to Git, feeds, and zip downloads. Idea from Github/dadalar.
James Moger [Fri, 11 Nov 2011 22:22:21 +0000 (17:22 -0500)]
Documentation. Add javadoc and source jars to the gbapi download.
James Moger [Fri, 11 Nov 2011 22:18:15 +0000 (17:18 -0500)]
Fix to download percentange calculation
James Moger [Thu, 10 Nov 2011 22:12:58 +0000 (17:12 -0500)]
Display more refs (still not all) per rss entry. Misc ui tweaks.
James Moger [Thu, 10 Nov 2011 21:57:53 +0000 (16:57 -0500)]
Prefix RSS tags with type information. Include commit id and parents.
James Moger [Thu, 10 Nov 2011 13:10:19 +0000 (08:10 -0500)]
Refresh log on display. Adjusted spacing of status panel.
James Moger [Thu, 10 Nov 2011 12:56:07 +0000 (07:56 -0500)]
Show busy cursors when executing workers
James Moger [Wed, 9 Nov 2011 22:02:28 +0000 (17:02 -0500)]
Documentation.
James Moger [Wed, 9 Nov 2011 22:01:59 +0000 (17:01 -0500)]
Restored html content to feeds. Include regex substitutions in content.
James Moger [Tue, 8 Nov 2011 12:51:52 +0000 (07:51 -0500)]
Updated Manager screenshots
James Moger [Tue, 8 Nov 2011 03:12:38 +0000 (22:12 -0500)]
Log feature based on Search dialog. Renamed some classes.
James Moger [Tue, 8 Nov 2011 02:21:28 +0000 (21:21 -0500)]
Unit testing
James Moger [Tue, 8 Nov 2011 02:19:13 +0000 (21:19 -0500)]
Set resource cache duration to 90 days instead of 120 mins (issue 17)
James Moger [Tue, 8 Nov 2011 02:18:14 +0000 (21:18 -0500)]
Moved ObjectCache class
James Moger [Tue, 8 Nov 2011 02:17:13 +0000 (21:17 -0500)]
Updated to Wicket 1.4.19
James Moger [Sat, 5 Nov 2011 03:00:19 +0000 (23:00 -0400)]
Refinements to search dialog and null checks in cell renderers
James Moger [Sat, 5 Nov 2011 02:28:32 +0000 (22:28 -0400)]
Support pagination in RSS feeds. Standardize pg as page parameter.
James Moger [Fri, 4 Nov 2011 21:25:00 +0000 (17:25 -0400)]
Documentation.
James Moger [Fri, 4 Nov 2011 21:24:45 +0000 (17:24 -0400)]
Search added to gbapi. Search dialog for Manager. Misc Manager fixes.
James Moger [Fri, 4 Nov 2011 21:21:30 +0000 (17:21 -0400)]
Moved SearchType enum to Constants
James Moger [Fri, 4 Nov 2011 21:16:29 +0000 (17:16 -0400)]
Updated to MarkdownPapers 1.2.5
James Moger [Thu, 3 Nov 2011 21:11:47 +0000 (17:11 -0400)]
Revised branch rendering. Added ref rendering to message column.
James Moger [Thu, 3 Nov 2011 21:09:35 +0000 (17:09 -0400)]
RSS search parameters. Include refs as categories in RSS entries.
James Moger [Thu, 3 Nov 2011 12:50:47 +0000 (08:50 -0400)]
Feeds and Manager must respect a server's web.mountParameters setting
James Moger [Thu, 3 Nov 2011 11:46:10 +0000 (07:46 -0400)]
Differentiate new activity on feeds panel
James Moger [Wed, 2 Nov 2011 23:25:49 +0000 (19:25 -0400)]
Populate author selector based on repository selector
James Moger [Wed, 2 Nov 2011 21:40:33 +0000 (17:40 -0400)]
Added author selector to feeds panel
James Moger [Wed, 2 Nov 2011 21:27:04 +0000 (17:27 -0400)]
Fixed bug in time utils. Updated some unit tests.
James Moger [Wed, 2 Nov 2011 21:26:42 +0000 (17:26 -0400)]
Added repository selector to feeds panel
James Moger [Tue, 1 Nov 2011 22:19:44 +0000 (18:19 -0400)]
Branch renderer. String change. Config section name changes.
James Moger [Tue, 1 Nov 2011 21:22:43 +0000 (17:22 -0400)]
Build gbapi jar. Eliminate unnecessary gbapi runtime dependencies.
James Moger [Tue, 1 Nov 2011 21:21:09 +0000 (17:21 -0400)]
Refactored monolithic GitblitPanel into pieces. Revised feed generation.
James Moger [Tue, 1 Nov 2011 02:47:21 +0000 (22:47 -0400)]
More feeds work in Manager
James Moger [Sat, 29 Oct 2011 01:41:31 +0000 (21:41 -0400)]
Preserve feed selections when not saving passwords
James Moger [Sat, 29 Oct 2011 01:24:02 +0000 (21:24 -0400)]
Added basic rss subscriptions to Manager
James Moger [Fri, 28 Oct 2011 12:09:55 +0000 (08:09 -0400)]
Documentation
James Moger [Fri, 28 Oct 2011 12:09:24 +0000 (08:09 -0400)]
New login/edit registration dialog. Added url to status panel.
James Moger [Fri, 28 Oct 2011 12:08:00 +0000 (08:08 -0400)]
Added a list branches rpc
James Moger [Fri, 28 Oct 2011 11:48:17 +0000 (07:48 -0400)]
Bug fix to rss feed. Unit test for rss feed. Refactor ssl connection.
James Moger [Thu, 27 Oct 2011 12:16:46 +0000 (08:16 -0400)]
Add version number and date to ServerStatus. Conditionally hide status.
James Moger [Wed, 26 Oct 2011 21:54:07 +0000 (17:54 -0400)]
Added status icon
James Moger [Wed, 26 Oct 2011 21:27:55 +0000 (17:27 -0400)]
Show manage dialog on startup of Manager
James Moger [Wed, 26 Oct 2011 21:27:38 +0000 (17:27 -0400)]
Organized imports
James Moger [Wed, 26 Oct 2011 21:19:55 +0000 (17:19 -0400)]
Documentation.
James Moger [Wed, 26 Oct 2011 21:12:50 +0000 (17:12 -0400)]
Properly catch Not Allowed (405) and Unknown Request (501) errors
James Moger [Wed, 26 Oct 2011 21:11:12 +0000 (17:11 -0400)]
Return management-level settings if web.enableRpcAdministration=false
Require web.enableRpcAdministration=true to process federation RPCs.
James Moger [Wed, 26 Oct 2011 21:08:20 +0000 (17:08 -0400)]
Drop SLF4J dependency from Manager
James Moger [Wed, 26 Oct 2011 21:07:11 +0000 (17:07 -0400)]
Documentation.
James Moger [Tue, 25 Oct 2011 21:23:47 +0000 (17:23 -0400)]
Documentation. Changed status RPC protection. Status tab for Manager.
James Moger [Tue, 25 Oct 2011 02:58:55 +0000 (22:58 -0400)]
Show since in settings table. Pack settings table.
James Moger [Tue, 25 Oct 2011 02:45:37 +0000 (22:45 -0400)]
Functional edit setting feature for Manager. Wrote stacktrace viewer.
Trap connect exceptions.
James Moger [Tue, 25 Oct 2011 01:51:46 +0000 (21:51 -0400)]
Working edit settings RPC. Web.xml is not directly modified.
James Moger [Mon, 24 Oct 2011 20:33:40 +0000 (16:33 -0400)]
Object counts and refresh labels on all header panels
James Moger [Mon, 24 Oct 2011 20:32:57 +0000 (16:32 -0400)]
Combined-md5 password storage option
James Moger [Mon, 24 Oct 2011 12:20:35 +0000 (08:20 -0400)]
Fixed security hole when cloning repository with TortoiseGit (issue 28)
James Moger [Sun, 23 Oct 2011 16:28:48 +0000 (12:28 -0400)]
Per-repository setting to skip summary metrics
James Moger [Sun, 23 Oct 2011 14:25:39 +0000 (10:25 -0400)]
Separate management from administration in rpc servlet.
Added skeleton mechanism to update server settings via rpc.
James Moger [Sat, 22 Oct 2011 13:48:17 +0000 (09:48 -0400)]
Fixed collision error on rename repository or user
James Moger [Sat, 22 Oct 2011 13:23:10 +0000 (09:23 -0400)]
Fixed null pointer in object cache
James Moger [Sat, 22 Oct 2011 13:01:20 +0000 (09:01 -0400)]
Documentation. Refactoring class names. Re-encapsulate settings.
James Moger [Fri, 21 Oct 2011 21:48:48 +0000 (17:48 -0400)]
Documentation and some .gitignore updates
James Moger [Fri, 21 Oct 2011 21:35:35 +0000 (17:35 -0400)]
Fixed minor bug in flatten strings