summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/models
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-1/+7
| | | | | | | | | | | | | | | | 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.
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-083-2/+42
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-0/+5
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-031-15/+64
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-021-0/+31
|
* Readme markdown on summary page per-repository.James Moger2011-06-011-0/+1
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-284-26/+2
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-276-0/+442