summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/models
Commit message (Collapse)AuthorAgeFilesLines
* Documentation. Find bugs. Organized imports.James Moger2012-01-091-1/+1
|
* Strip trailing .git from displayed repository links, saves room, looks cleanerJames Moger2012-01-061-1/+6
|
* Implemented Team hook scriptsJames Moger2011-12-271-0/+3
|
* Support mailing lists for TeamsJames Moger2011-12-211-0/+8
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-201-1/+1
| | | | RepositoryModel.mailingLists
* RPC support for hook script selectionJames Moger2011-12-191-0/+2
|
* Edit and store per-repository mail recipients in site and RPCJames Moger2011-12-171-0/+1
|
* Groovy push hooksJames Moger2011-12-161-0/+2
|
* Federation support for TeamsJames Moger2011-12-131-0/+12
|
* Teams support.James Moger2011-12-072-2/+111
| | | | | | 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.
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-041-0/+8
|
* Tighter Gravatar integration. New window/tab on most activity links.James Moger2011-11-211-0/+83
| | | | | | | | 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.
* Reorganizing the recent activity featureJames Moger2011-11-193-133/+169
|
* Working draft of the aggregate activity pageJames Moger2011-11-162-0/+133
|
* Metric object now implements comparable. Adjust gravatar css.James Moger2011-11-161-1/+12
|
* Revised user access checks to account for repository ownership.James Moger2011-11-111-0/+16
| | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar.
* Log feature based on Search dialog. Renamed some classes.James Moger2011-11-071-5/+5
|
* Moved ObjectCache classJames Moger2011-11-071-88/+0
|
* Revised branch rendering. Added ref rendering to message column.James Moger2011-11-031-0/+2
|
* Differentiate new activity on feeds panelJames Moger2011-11-031-3/+5
|
* Branch renderer. String change. Config section name changes.James Moger2011-11-011-13/+6
|
* Build gbapi jar. Eliminate unnecessary gbapi runtime dependencies.James Moger2011-11-011-11/+1
|
* Refactored monolithic GitblitPanel into pieces. Revised feed generation.James Moger2011-11-011-1/+1
|
* More feeds work in ManagerJames Moger2011-10-312-1/+96
|
* Added basic rss subscriptions to ManagerJames Moger2011-10-282-0/+60
|
* Add version number and date to ServerStatus. Conditionally hide status.James Moger2011-10-271-9/+17
|
* Organized importsJames Moger2011-10-261-1/+0
|
* Documentation. Changed status RPC protection. Status tab for Manager.James Moger2011-10-251-3/+8
|
* Per-repository setting to skip summary metricsJames Moger2011-10-231-0/+1
|
* Fixed null pointer in object cacheJames Moger2011-10-221-1/+4
|
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-222-5/+68
|
* Revised settings RPC to be Map<String, SettingModel>.James Moger2011-10-212-0/+213
| | | | Added setting metadata. Added server status rpc. Improved setting tab in Manager.
* Cache repository sizes and default metrics for performance boostJames Moger2011-10-211-0/+85
|
* Log calculation time of repository sizes. (issue 27)James Moger2011-10-211-0/+1
| | | | Also added a per-repository skip calculation flag.
* Handle the earliest tags from the Linux kernel repository (issue 25)James Moger2011-10-171-1/+5
|
* Users JList to JTable. Fixed indicator tooltip. Users Tab.James Moger2011-10-161-1/+6
|
* Merge branch 'master' into rpcJames Moger2011-10-022-17/+3
|\
| * More Bootstrap improvements.James Moger2011-09-302-17/+3
| | | | | | | | | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo.
* | Fairly complete json rpc interface to view/control Gitblit data objects.James Moger2011-10-021-0/+58
|/
* Set default federation strategy in model (issue 20)James Moger2011-09-291-1/+2
|
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-261-0/+2
|
* Bare option for federation pull registrations. Documentation.James Moger2011-09-261-0/+2
|
* Revised federation proposal mechanism. Added SendProposalPage.James Moger2011-09-251-1/+4
|
* 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.
* Implemented Federation Sets. Documentation.James Moger2011-09-141-0/+4
|
* Revised federation setting names. Improved documentation.James Moger2011-09-131-0/+2
|
* Largely completed, uber-cool federation feature.James Moger2011-09-124-4/+310
|
* Documentation. Added JavaDoc comments.James Moger2011-07-018-22/+93
|
* Big push for first release.James Moger2011-06-251-1/+1
| | | | | | | | | | | | * 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.