You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

releases.moxie 53KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058
  1. #
  2. # ${project.version} release
  3. #
  4. r20: {
  5. title: ${project.name} ${project.version} released
  6. id: ${project.version}
  7. date: ${project.buildDate}
  8. note: "The default access restriction has been elevated from NONE to PUSH and anonymous push access has been disabled."
  9. html: ~
  10. text: ~
  11. security: ~
  12. fixes:
  13. - Fixed support for implied SSH urls in web.otherUrls (issue-311)
  14. - Bind LDAP connection after establishing TLS initialization (issue-343)
  15. - Fixed NPE when attempting to add a permission without a registrant (issue-344)
  16. - Fix potential NPE on removing uncached repository from cache
  17. - Ignore the default contents of .git/description file
  18. - Fix error on generating activity page when there is no activity
  19. - Fix raw page content type of binaries when running behind a reverse proxy
  20. changes:
  21. - Gitblit now rejects pushes to mirror repositories (issue-5)
  22. - Personal repository prefix (~) is now configurable (issue-265)
  23. - Reversed line links in blob view (issue-309)
  24. - Dashboard and Activity pages now obey the web.generateActivityGraph setting (issue-310)
  25. - Do not log passwords on failed authentication attempts (issue-316)
  26. - Updated default binary and Lucene ignore extensions
  27. - Change the WAR baseFolder context parameter to a JNDI env-entry to improve enterprise deployments
  28. - Removed internal Gitblit ref exclusions in the upload pack
  29. - Removed "show readme" setting in favor of automatic detection
  30. - README files are not shown on the summary page by default, this can be changed with web.summaryShowReadme
  31. - Support plain text, markdown, confluence, mediawiki, textile, tracwiki, or twiki "readme" files
  32. - Determine best commit id (e.g. "master") for the tree and docs pages and use that in links
  33. - By default GO will now bind to all interfaces for both http and https connectors. This simplifies setup for first-time users.
  34. - Removed docs indicator on the repositories page
  35. - Removed the repository setting to enable Markdown document enumeration, this is now automatic and expanded
  36. - Retrieve LDAP groups with dereferencing aliases (pr-122)
  37. additions:
  38. - Added an optional MirrorExecutor which will periodically fetch ref updates from source repositories for mirrors (issue-5). Repositories must be manually cloned using native git and "--mirror".
  39. - Added branch graph image servlet based on EGit's branch graph renderer (issue-194)
  40. - Added option to render Markdown commit messages (issue-203)
  41. - Added setting to control creating a repository as --shared on Unix servers (issue-263)
  42. - Set Link: <url>; rel="canonical" http header for SEO (issue-304)
  43. - Added raw links to the commit, commitdiff, and compare pages (issue-319)
  44. - Support intradocument linking in Markdown content using [[WikiLinks]] syntax (issue-324)
  45. - Support rendering confluence, mediawiki, textile, tracwiki, and twiki markup documents
  46. - Added setting to globally disable anonymous pushes in the receive pack
  47. - Added a normalized diffstat display to the commit, commitdiff, and compare pages
  48. - Added GO setting to automatically redirect all http requests to the secure https connector
  49. - Automatically display common repository root documents as tabs on the docs page
  50. dependencyChanges:
  51. - updated to Jetty 8.1.13
  52. - updated to JGit 3.1.0
  53. - replaced MarkdownPapers with pegdown 1.4.1
  54. - added Eclipse WikiText libraries for processing confluence, mediawiki, textile, tracwiki, and twiki
  55. settings:
  56. - { name: 'git.createRepositoriesShared', defaultValue: 'false' }
  57. - { name: 'git.allowAnonymousPushes', defaultValue: 'false' }
  58. - { name: 'git.enableMirroring', defaultValue: 'false' }
  59. - { name: 'git.defaultAccessRestriction', defaultValue: 'PUSH' }
  60. - { name: 'git.mirrorPeriod', defaultValue: '30 mins' }
  61. - { name: 'web.commitMessageRenderer', defaultValue: 'plain' }
  62. - { name: 'web.documents', defaultValue: 'readme home index changelog contributing submitting_patches copying license notice authors' }
  63. - { name: 'web.showBranchGraph', defaultValue: 'true' }
  64. - { name: 'web.summaryShowReadme', defaultValue: 'false' }
  65. - { name: 'server.redirectToHttpsPort', defaultValue: 'true' }
  66. contributors:
  67. - James Moger
  68. - Robin Rosenberg
  69. - Klaus Nuber
  70. - Florian Zschocke
  71. - Bret Ikehara
  72. - Chad Horohoe
  73. - Domingo Oropeza
  74. - Chris Graham
  75. - Guenter Dressel
  76. - fpeters.fae
  77. }
  78. #
  79. # 1.3.2 release
  80. #
  81. r19: {
  82. title: Gitblit 1.3.2 released
  83. id: 1.3.2
  84. date: 2013-08-22
  85. note: ~
  86. html: ~
  87. text: ~
  88. security: ~
  89. fixes:
  90. - Fixed Gitblit Authority startup failures when using alternate user services (issue-280)
  91. - Manually redirect after branch deletion (issue 282)
  92. - Simplify when repository size is calculated to ensure we have one IF we want one (issue-295)
  93. - Fixed anonymous LDAP connections (issue-297)
  94. - Improved branch deletion-reflog interaction
  95. - Encode page url parameters as UTF-8
  96. - Encode filename for binary files on RawPage according to browser
  97. - Added pptx extension for tree page icon lookup
  98. - Fixed project links on dashboard page when web.mountParameters=false
  99. changes: ~
  100. additions:
  101. - Add setting for maximum number of days of activity to that may be requested
  102. - Added HtpasswdUserService to authenticate users against an htpasswd file
  103. - Automatically maintain the .git/description file used by some other tooling
  104. dependencyChanges:
  105. - Added commons-codec 1.7
  106. contributors:
  107. - github/guriguri
  108. - Doug Ayers
  109. - Ori Livneh
  110. - Florian Zschocke
  111. - Tito Nobre
  112. - Hugo Questroy
  113. settings:
  114. - { name: 'web.activityDurationMaximum', defaultValue: 30 }
  115. - { name: 'realm.htpasswd.userFile', defaultValue: '${baseFolder}/htpasswd' }
  116. - { name: 'realm.htpasswd.overrideLocalAuthentication', defaultValue: 'false' }
  117. }
  118. #
  119. # 1.3.1 release
  120. #
  121. r18: {
  122. title: Gitblit 1.3.1 released
  123. id: 1.3.1
  124. date: 2013-07-24
  125. note: ''
  126. If you have forked repositories and your are upgrading from 1.2.x to 1.3.x, please DO NOT RELOCATE your repositories folder when running 1.3.x the first time. Gitblit will update forked repository configs on the first execution and it is critical that ${git.repositoriesFolder} points to the same location used by 1.2.x.
  127. ''
  128. html: ~
  129. text: ~
  130. security: ~
  131. fixes:
  132. - Gitblit-as-viewer with no repository urls failed to display summary page (issue 269)
  133. - Fixed incorrect tagger in the dashboard pages (issue-276)
  134. - Automatically decode %7E in repository names from git clients that encode ~ (issue-278)
  135. - Fixed missing Keys class in WAR and Express builds
  136. - Fixed missing model class dependencies in Gitblit Manager build
  137. - Fix for IE10 compatibility mode
  138. - Reset dashboard and activity commit cache on branch REWIND or DELETE
  139. - Fixed bug with adding new local users with external authentication
  140. - Fixed missing clone url on the empty repository page
  141. - Fixed Ubuntu service script for LSB compliance
  142. - Inserted "sleep 5" in Ubuntu & Centos bash script for service restart
  143. changes:
  144. - Use trash icon in Gitblit Reflog for branch and tag deletion
  145. - Update Gitblit Reflog on branch deletion from web UI
  146. - Updated Chinese translation
  147. - Updated Dutch translation
  148. - Updated Spanish translation
  149. - Updated Korean translation
  150. - Updated Brazilian Portuguese translation
  151. additions:
  152. - Added optional browser-side page caching using Last-Modified and Cache-Control for the dashboard, activity, project, and several repository pages (issue-274)
  153. - Added a GET_USER request type for the RPC mechanism (issue-275)
  154. - Added PAMUserService to authenticate against a local Linux/Unix/MacOSX server
  155. dependencyChanges:
  156. - Added libpam4j 1.7
  157. settings:
  158. - { name: 'web.pageCacheExpires', defaultValue: 0 }
  159. - { name: 'realm.pam.backingUserService', defaultValue: 'users.conf' }
  160. - { name: 'realm.pam.serviceName', defaultValue: 'system-auth' }
  161. contributors:
  162. - Rainer Alföldi
  163. - Liyu Wang
  164. - Jeroen Baten
  165. - James Moger
  166. - Stardrad Yin
  167. - Chad Horohoe
  168. - Eduardo Guervós Narvaez
  169. - Dongsu, KIM
  170. - Gareth Collins
  171. - Rafael Cavazin
  172. - Tamás Papp
  173. - Florian Zschocke
  174. - Amélie Benoit
  175. - Gustavo Henrique
  176. }
  177. #
  178. # 1.3.0
  179. #
  180. r17: {
  181. title: Gitblit 1.3.0 Released
  182. id: 1.3.0
  183. date: 2013-07-14
  184. html: ''
  185. Release highlights include:
  186. <ul>
  187. <li>integrated git daemon</li>
  188. <li>compare refs or commits page</li>
  189. <li>completed the Gitblit reflog (formerly pushlog) introduced in 1.2.1</li>
  190. <li>added new dashboard pages</li>
  191. <li>added a stars feature</li>
  192. <li>improved the repository url panel to show your access permission and to offer native app clone links</li>
  193. <li>improved navigation and theme</li>
  194. <li>customizable page header colors and logo</li>
  195. <li>recent activity commit caching to improve performance of dashboard and activity pages</li>
  196. <li>Windows authentication</li>
  197. <li>Salesforce.com authentication</li>
  198. <li>lots of bug fixes</li>
  199. </ul>
  200. <p> </p>
  201. Thank you to <a href="http://syntevo.com">syntevo</a>, <a href="http://atlassian.com">Atlassian</a>, <a href="http://fournova.com">fournova</a>, and <a href="http://github.com">Github</a> for their permission and use of their artwork for the native app clone menus.
  202. ''
  203. note: ''
  204. If you have forked repositories and your are upgrading to 1.3.0, please DO NOT RELOCATE your repositories folder when running 1.3.0 the first time. Gitblit will update forked repository configs on the first execution and it is critical that ${git.repositoriesFolder} points to the same location used by 1.2.x.
  205. ''
  206. security:
  207. - Raw servlet was insecure. If someone knew the exact repository name and path to a file, the raw blob could be retrieved bypassing security constraints. (issue 198)
  208. fixes:
  209. - Use bash instead of sh in Linux/OSX shell scripts (issue 154)
  210. - Fix NPE when getting user's fork without repository list caching (issue 182)
  211. - Fix internal error on folder history links (issue 192)
  212. - Fix NPE in repositories panel when viewing a federation proposal (issue 195)
  213. - Fix NPEs when initializing the context on a servlet containers which returns a null contextFolder (issue 199)
  214. - Fixed incorrect icon file name for .doc files (issue 200)
  215. - Do not queue emails with no recipients (issue 201)
  216. - Disable view and blame links for deleted blobs (issue 216)
  217. - Fixed 1.2.x regression with individually symlinked repositories (issue 217)
  218. - Fixed UTF-8 encoding errors in email notifications (issue 218)
  219. - Fixed NPE in 1.2.1 Federation Client (issue 219)
  220. - Fixed extracting Groovy scripts on Express installs (issue 220)
  221. - Ensure Redmine url is properly formatted (issue 223)
  222. - Use standard ServletRequestWrapper instead of custom wrapper (issue 224)
  223. - Switch commit message back to a pre and ensure that it is properly escaped when combined with commit message regex substitution (issue 242)
  224. - Fixed AddIndexedBranch tool --branch parameter (issue 247)
  225. - Improve NPE handling for hook script enumeration (issue-253)
  226. - Workaround missing commit information in blame page (JGit bug 374382, issue-254)
  227. - Ignore orphan ".git" folder in the repositories root folder (issue-256)
  228. - Fixed bug where a null permission was added to a user model on a repository rename when the permission had really been inherited from a team membership (issue-259)
  229. - Fixed committer verification with merge commits (issue-264)
  230. - Fixed bug in submodule repository linking (issue-266)
  231. - Could not reset settings with $ or { characters through Gitblit Manager because they are not properly escaped
  232. - Added more error checking to blob page and blame page
  233. - Disable SNI extensions for client SSL connections
  234. - Fixed prettify language extension loading
  235. - Fixed index out of bounds exceptions when generating client certificates for a user when the user's table has been filtered
  236. - Fixed AddindexedBranch tool when specifying the non-default branch.
  237. - Fixed submodule diff display
  238. changes:
  239. - Retrieve summary and metric graphs from Google over https (issue-61)
  240. - Persist originRepository (for forks) in the repository config instead of relying on parsing origin urls which are susceptible to filesystem relocation (issue 190)
  241. - Improved error logging for servlet containers which provide a null contextFolder (issue 199)
  242. - Improve Gerrit change ref decoration in the refs panel (issue 206)
  243. - Display full commit message on commitdiff page (issue-258)
  244. - Improved the repository url display. This display now indicates your repository access permission, per-protocol.
  245. - Automatically encode/decode usernames for urls using %XX notation on space, @, and \
  246. - Disable Gson's pretty printing which has a huge performance gain
  247. - Properly set application/json content-type on api calls
  248. - Make days back filter choices a setting
  249. - Changed default days back filter setting to 7 days
  250. - Set rel="nofollow" on compressed download links
  251. - Improved page title
  252. - Updated Polish translation
  253. - Updated Japanese translation
  254. additions:
  255. - Added a ui for the ref log introduced in 1.2.1 (issue-177)
  256. - Added weblogic.xml to WAR for deployment on WebLogic (issue 199)
  257. - Support setting a custom header logo (issue 208)
  258. - Support header color customizations (issue 209)
  259. - Support username substitution in web.otherUrls (issue 213)
  260. - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)
  261. - Set author as tooltip of last change column in the repositories panel (issue-238)
  262. - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)
  263. - Added WindowsUserService to authenticate users against Windows accounts (issue-250)
  264. - Global and per-repository setting to exclude authors from metrics (issue-251)
  265. - Added commit cache to improve Activity, Dashboard, and Project page generation times
  266. - Added SalesForce.com user service
  267. - Added simple star/unstar function to flag or bookmark interesting repositories
  268. - Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about
  269. - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, and GitHub for Mac
  270. - Added GO http/https connector thread pool size setting
  271. - Added a server setting to force a particular translation/Locale for all sessions
  272. - Added smart Git Daemon serving. If enabled, git:// access will be offered for any repository which permits anonymous access. If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected.
  273. - Option to automatically tag branch tips on each push with an incremental revision number
  274. - Implemented multiple repository owners
  275. - Optional periodic LDAP user and team pre-fetching & synchronization
  276. - Added config setting to use SMTPS
  277. - Added option to index all local branches in AddIndexedBranches tool
  278. - Display name and version in Tomcat Manager
  279. - FogBugz post-receive hook script
  280. - Chinese translation
  281. - Support --baseFolder parameter in Federation Client
  282. contributors:
  283. - James Moger
  284. - Bandarupalli Satyanarayana
  285. - Chad Horohoe
  286. - Christian Aistleitner
  287. - Colin Bowern
  288. - David Ostrovsky
  289. - Egbert Teeselink
  290. - Hige Maniya
  291. - Hirotaka Honma
  292. - Ikslawek
  293. - Jay Meyer
  294. - John Crygier
  295. - Kensuke Matsuzaki
  296. - Laurens Vrijnsen
  297. - Lee Grofit
  298. - Lukasz Jader
  299. - Martijn Laan
  300. - Matthias Bauer
  301. - Michael Pailloncy
  302. - Michael Schaefers
  303. - Oliver Doepner
  304. - Philip Boutros
  305. - Rafael Cavazin
  306. - Ryan Schneider
  307. - Sakurai Youhei
  308. - Sarah Haselbauer
  309. - Slawomir Bochenski
  310. - Stardrad Yin
  311. - Thomas Pummer
  312. - William Whittle
  313. - Yukihiko Sawanobori
  314. - github/akquinet
  315. - github/dapengme
  316. dependencyChanges:
  317. - JGit 3.0.0.201306101825-r
  318. - Iconic font
  319. - AngularJS 1.0.7
  320. - FreeMarker 2.3.19
  321. - Waffle 1.5
  322. - JNA 3.5.0
  323. - Guava 13.0.1
  324. settings:
  325. - { name: 'git.daemonBindInterface', defaultValue: 'localhost' }
  326. - { name: 'git.daemonPort', defaultValue: 0 }
  327. - { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
  328. - { name: 'mail.smtps', defaultValue: 'false' }
  329. - { name: 'realm.container.autoCreateAccounts', defaultValue: 'false' }
  330. - { name: 'realm.salesforce.backingUserService', defaultValue: 'users.conf' }
  331. - { name: 'realm.salesforce.orgId', defaultValue: 0 }
  332. - { name: 'realm.windows.defaultDomain', defaultValue: ' ' }
  333. - { name: 'realm.windows.backingUserService', defaultValue: 'users.conf' }
  334. - { name: 'web.activityDuration', defaultValue: 7 }
  335. - { name: 'web.activityDurationChoices', defaultValue: '1 3 7 14 21 28' }
  336. - { name: 'web.activityCacheDays', defaultValue: 14 }
  337. - { name: 'web.allowAppCloneLinks', defaultValue: 'true' }
  338. - { name: 'web.forceDefaultLocale', defaultValue: ' ' }
  339. - { name: 'web.headerLogo', defaultValue: '${baseFolder}/logo.png' }
  340. - { name: 'web.headerBackgroundColor', defaultValue: ' ' }
  341. - { name: 'web.headerForegroundColor', defaultValue: ' ' }
  342. - { name: 'web.headerHoverColor', defaultValue: ' ' }
  343. - { name: 'web.headerBorderColor', defaultValue: ' ' }
  344. - { name: 'web.headerBorderFocusColor', defaultValue: ' ' }
  345. - { name: 'web.metricAuthorExclusions', defaultValue: ' ' }
  346. - { name: 'web.overviewReflogCount', defaultValue: 5 }
  347. - { name: 'web.reflogChangesPerPage', defaultValue: 10 }
  348. - { name: 'server.nioThreadPoolSize', defaultValue: 50 }
  349. }
  350. #
  351. # 1.2.1
  352. #
  353. r16: {
  354. title: Gitblit 1.2.1 Released
  355. id: 1.2.1
  356. date: 2013-01-15
  357. html: ''
  358. Because there are now several types of files and folders that must be considered Gitblit data, the default location for data has changed.
  359. <p />
  360. You will need to move a few files around when upgrading. Please review the <a href="upgrade_go.html">upgrading GO</a> or <a href="upgrade_war.html">upgrading WAR</a> page for details.
  361. <p />
  362. <b>Express Users</b> make sure to update your web.xml file with the ${baseFolder} values!
  363. ''
  364. fixes:
  365. - Fixed nullpointer on recursively calculating folder sizes when there is a named pipe or symlink in the hierarchy
  366. - Added nullchecking when concurrently forking a repository and trying to display the fork network (issue-187)
  367. - Fixed bug where permission changes were not visible in the web ui to a logged-in user until the user logged-out and then logged back in again (issue-186)
  368. - Fixed nullpointer on creating a repository with mixed case (issue 185)
  369. - Include missing model classes in api library (issue-184)
  370. - Fixed nullpointer when using *web.allowForking = true* && *git.cacheRepositoryList = false* (issue 182)
  371. - Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)
  372. - Build project models from the repository model cache, when possible, to reduce page load time (issue 172)
  373. - Fixed loading of Brazilian Portuguese translation from *nix server
  374. additions:
  375. - ''Fanout PubSub service for self-hosted [Sparkleshare](http://sparkleshare.org) notifications.
  376. This service is disabled by default.''
  377. - ''Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)
  378. The push log is not currently visible in the ui, but the data will be collected and it will be exposed to the ui in the next release.''
  379. - Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183)
  380. - Added Dutch translation
  381. changes:
  382. - ''Gitblit GO and Gitblit WAR are now both configured by `gitblit.properties`. WAR is no longer configured by `web.xml`.
  383. However, Express for OpenShift continues to be configured by `web.xml`.''
  384. - Support for a *--baseFolder* command-line argument for Gitblit GO and Gitblit Certificate Authority
  385. - Support for specifying a *${baseFolder}* parameter in `gitblit.properties` and `web.xml` for several settings
  386. - Improve history display of a submodule link
  387. - Updated Korean translation
  388. - Updated checkstyle definition
  389. settings:
  390. - { name: fanout.bindInterface, defaultValue: localhost }
  391. - { name: fanout.port, defaultValue: 0 }
  392. - { name: fanout.useNio, defaultValue: 'true' }
  393. - { name: fanout.connectionLimit, defaultValue: 0 }
  394. contributors:
  395. - James Moger
  396. - github/mystygage
  397. - Dongsu, KIM
  398. - Jeroen Baten
  399. - github/inaiat
  400. }
  401. #
  402. # 1.2.0
  403. #
  404. r15: {
  405. title: Gitblit 1.2.0 Released
  406. id: 1.2.0
  407. date: 2012-12-31
  408. note: ''
  409. The permissions model has changed in the 1.2.0 release.
  410. If you are updating your server, you must also update any Gitblit Manager and Federation Client installs to 1.2.0 as well. The data model used by the RPC mechanism has changed slightly for the new permissions infrastructure.
  411. ''
  412. fixes:
  413. - Fixed regression in *isFrozen* (issue 181)
  414. - Author metrics can be broken by newlines in email addresses from converted repositories (issue 176)
  415. - Set subjectAlternativeName on generated SSL cert if CN is an ip address (issue 170)
  416. - Fixed incorrect links on history page for files not in the current/active commit (issue 166)
  417. - Empty repository page failed to handle missing repository (issue 160)
  418. - Fixed broken ticgit urls (issue 157)
  419. - Exclude submodules from zip downloads (issue 151)
  420. - Fixed bug where repository ownership was not updated on rename user
  421. - Fixed bug in create/rename repository if you explicitly specified the alias for the root group (e.g. main/myrepo) (issue 143)
  422. - Wrapped Markdown parser with improved exception handler (issue 142)
  423. - Fixed duplicate entries in repository cache (issue 140)
  424. - Fixed connection leak in LDAPUserService (issue 139)
  425. - Fixed bug in commit page where changes to a submodule threw a null pointer exception (issue 132)
  426. - Fixed bug in the diff view for filenames that have non-ASCII characters (issue 128)
  427. additions:
  428. - ''
  429. Implemented discrete repository permissions (issue 36)
  430. - V (view in web ui, RSS feeds, download zip)
  431. - R (clone)
  432. - RW (clone and push)
  433. - RWC (clone and push with ref creation)
  434. - RWD (clone and push with ref creation, deletion)
  435. - RW+ (clone and push with ref creation, deletion, rewind)
  436. While not as sophisticated as Gitolite, this does give finer access controls. These permissions fit in cleanly with the existing users.conf and users.properties files. In Gitblit <= 1.1.0, all your existing user accounts have RW+ access. If you are upgrading to 1.2.0, the RW+ access is *preserved* and you will have to lower/adjust accordingly.
  437. ''
  438. - ''Implemented *case-insensitive* regex repository permission matching (issue 36)
  439. This allows you to specify a permission like `RW:mygroup/.*` to grant push privileges to all repositories within the *mygroup* project/folder.''
  440. - Added DELETE, CREATE, and NON-FAST-FORWARD ref change logging
  441. - ''Added support for personal repositories.
  442. Personal repositories can be created by accounts with the *create* permission and are stored in *git.repositoriesFolder/~username*. Each user with personal repositories will have a user page, something like the GitHub profile page. Personal repositories have all the same features as common repositories, except personal repositories can be renamed by their owner.''
  443. - ''Added support for server-side forking of a repository to a personal repository (issue 137)
  444. In order to fork a repository, the user account must have the *fork* permission **and** the repository must *allow forks*. The clone inherits the access list of its origin. i.e. if Team A has clone access to the origin repository, then by default Team A also has clone access to the fork. This is to facilitate collaboration. The fork owner may change access to the fork and add/remove users/teams, etc as required <u>however</u> it should be noted that all personal forks will be enumerated in the fork network regardless of access view restrictions. If you really must have an invisible fork, the clone it locally, create a new repository for your invisible fork, and push it back to Gitblit.''
  445. - Added optional *create-on-push* support
  446. - Added **experimental** JGit-based garbage collection service. This service is disabled by default.
  447. - ''Added support for X509 client certificate authentication. (issue 106)
  448. You can require all git servlet access be authenticated by a client certificate. You may also specify the OID fingerprint to use for mapping a certificate to a username. It should be noted that the user account MUST already exist in Gitblit for this authentication mechanism to work; this mechanism can not be used to automatically create user accounts from a certificate.''
  449. - Revised clean install certificate generation to create a Gitblit GO Certificate Authority certificate; an SSL certificate signed by the CA certificate; and to create distinct server key and server trust stores. <u>The store files have been renamed!</u>
  450. - Added support for Gitblit GO to require usage of client certificates to access the entire server.
  451. - Added **Gitblit Certificate Authority**, an x509 PKI management tool for Gitblit GO to encourage use of x509 client certificate authentication.
  452. - Added web.shortCommitId setting to control length of shortened commit ids
  453. - Added alternate compressed download formats: tar.gz, tar.xz, tar.bzip2 (issue 174)
  454. - Added simple project pages. A project is a subfolder off the *git.repositoriesFolder*.
  455. - Added support for X-Forwarded-Context for Apache subdomain proxy configurations (issue 135)
  456. - Delete branch feature (issue 121)
  457. - Added line links to blob view (issue 130)
  458. - Added HTML sendmail hook script and Gitblit.sendHtmlMail method
  459. - Added RedmineUserService
  460. - Support for committer verification. Requires use of *--no-ff* when merging branches or pull requests. See setup page for details.
  461. - Added Brazilian Portuguese translation
  462. changes:
  463. - Added server setting to specify keystore alias for ssl certificate (issue 98)
  464. - Added optional global and per-repository activity page commit contribution throttle to help tame *really* active repositories (issue 173)
  465. - Added support for symlinks in tree page and commit page (issue 171)
  466. - All access restricted servlets (e.g. DownloadZip, RSS, etc) will try to authenticate using X509 certificates, container principals, cookies, and BASIC headers, in that order.
  467. - Added *groovy* and *scala* to *web.prettyPrintExtensions*
  468. - Added short commit id column to log and history tables (issue 168)
  469. - Teams can now specify the *admin*, *create*, and *fork* roles to simplify user administration
  470. - Use https Gravatar urls to avoid browser complaints
  471. - Added frm to default pretty print extensions (issue 156)
  472. - Expose ReceivePack to Groovy push hooks (issue 125)
  473. - Redirect to summary page when refreshing the empty repository page on a repository that is not empty (issue 129)
  474. - Emit a warning in the log file if running on a Tomcat-based servlet container which is unfriendly to %2F forward-slash url encoding AND Gitblit is configured to mount parameters with %2F forward-slash url encoding (issue 126)
  475. - ''LDAP admin attribute setting is now consistent with LDAP teams setting and admin teams list.
  476. If *realm.ldap.maintainTeams==true* **AND** *realm.ldap.admins* is not empty, then User.canAdmin() is controlled by LDAP administrative team membership. Otherwise, User.canAdmin() is controlled by Gitblit.''
  477. - Support servlet container authentication for existing UserModels (issue 68)
  478. settings:
  479. - { name: web.allowForking, defaultValue: 'true' }
  480. - { name: git.allowCreateOnPush, defaultValue: 'true' }
  481. - { name: git.allowGarbageCollection, defaultValue: 'false' }
  482. - { name: git.garbageCollectionHour, defaultValue: 0 }
  483. - { name: git.defaultGarbageCollectionThreshold, defaultValue: 500k }
  484. - { name: git.defaultGarbageCollectionPeriod, defaultValue: 7 days }
  485. - { name: git.requireClientCertificates, defaultValue: 'false' }
  486. - { name: git.enforceCertificateValidity, defaultValue: 'true' }
  487. - { name: git.certificateUsernameOIDs, defaultValue: CN }
  488. - { name: web.shortCommitIdLength, defaultValue: 8 }
  489. - { name: web.compressedDownloads, defaultValue: zip gz }
  490. - { name: server.requireClientCertificates, defaultValue: 'false' }
  491. dependencyChanges:
  492. - Jetty 7.6.8
  493. - JGit 2.2.0.201212191850-r
  494. - Groovy 1.8.8
  495. - Wicket 1.4.21
  496. - Lucene 3.6.1
  497. - BouncyCastle 1.47
  498. - MarkdownPapers 1.3.2
  499. - JCalendar 1.3.2
  500. - Commons-Compress 1.4.1
  501. - XZ for Java 1.0
  502. contributors:
  503. - James Moger
  504. - github/rafaelcavazin
  505. - github/mallowlabs
  506. - github/sauthieg
  507. - github/ajermakovics
  508. - github/kevinanderson1
  509. - github/jpyeron
  510. }
  511. #
  512. # 1.1.0
  513. #
  514. r14: {
  515. title: Gitblit 1.1.0 Released
  516. id: 1.1.0
  517. date: 2012-08-25
  518. note: If you are updating from an earlier release AND you have indexed branches with the Lucene indexing feature, you need to be aware that this release will completely re-index your repositories. Please be sure to provide ample heap resources as appropriate for your installation.
  519. fixes:
  520. - Bypass Wicket's inability to handle direct url addressing of a view-restricted, grouped repository for new, unauthenticated sessions (e.g. click link from email or rss feed without having an active Wicket session)
  521. - Fixed MailExecutor's failure to cope with mail server connection troubles resulting in 100% CPU usage
  522. - Fixed generated urls in Groovy *sendmail* hook script for grouped repositories
  523. - Fixed generated urls in RSS feeds for grouped repositories
  524. - Fixed nullpointer exception in git servlet security filter (issue 123)
  525. - Eliminated an unnecessary repository enumeration call on the root page which should result in faster page loads (issue 103)
  526. - Gitblit could not delete a Lucene index in a working copy on index upgrade
  527. - Do not index submodule links (issue 119)
  528. - Restore original user or team object on failure to update (issue 118)
  529. - Fixes to relative path determination in repository search algorithm for symlinks (issue 116)
  530. - Fix to GitServlet to allow pushing to symlinked repositories (issue 116)
  531. - Repository URL now uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115)
  532. - Output real RAW content, not simulated RAW content (issue 114)
  533. - Fixed Lucene charset encoding bug when reindexing a repository (issue 112)
  534. - Fixed search box linking to Lucene page for grouped repository on Tomcat (issue 111)
  535. - Fixed null pointer in LdapUserSerivce if account has a null email address (issue 110)
  536. - Really fixed failure to update a GO setting from the manager (issue 85)
  537. additions:
  538. - Identified repository list is now cached by default to reduce disk io and to improve performance (issue 103)
  539. - Preliminary bare repository submodule support
  540. - ''
  541. *git.submoduleUrlPatterns* is a space-delimited list of regular expressions for extracting a repository name from a submodule url.
  542. For example, `git.submoduleUrlPatterns = .*?://github.com/(.*)` would extract *gitblit/gitblit.git* from *git://github.git/gitblit/gitblit.git*
  543. **Note:** You may not need this control to work with submodules, but it is there if you do.
  544. - If there are no matches from *git.submoduleUrlPatterns* then the repository name is assumed to be whatever comes after the last `/` character *(e.g. gitblit.git)*
  545. - Gitblit will try to locate this repository relative to the current repository *(e.g. myfolder/myrepo.git, myfolder/mysubmodule.git)* and then at the root level *(mysubmodule.git)* if that fails.
  546. - Submodule references in a working copy will be properly identified as gitlinks, but Gitblit will not traverse into the working copy submodule repository.
  547. ''
  548. - ''
  549. Added a repository setting to control authorization as AUTHENTICATED or NAMED. (issue 117)
  550. NAMED is the original behavior for authorizing against a list of permitted users or permitted teams.
  551. AUTHENTICATED allows restricted access for any authenticated user. This is a looser authorization control.
  552. ''
  553. - Added default authorization control setting (AUTHENTICATED or NAMED)
  554. - Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103)
  555. - Added setting to specify regex exclusions for repositories (issue 103)
  556. - Blob page now supports displaying images (issue 6)
  557. - Non-image binary files can now be downloaded using the RAW link
  558. - Support StartTLS in LdapUserService (issue 122)
  559. - Added Korean translation
  560. changes:
  561. - Line breaks inserted for readability in raw Markdown content display in the event of a parsing/transformation error. An error message is now displayed prepended to the raw content.
  562. - Improve UTF-8 reading for Markdown files
  563. - Updated Polish translation
  564. - Updated Japanese translation
  565. - Updated Spanish translation
  566. settings:
  567. - { name: git.cacheRepositoryList, defaultValue: 'true' }
  568. - { name: git.submoduleUrlPatterns, defaultValue: * }
  569. - { name: git.searchExclusions, defaultValue: * }
  570. - { name: git.searchRecursionDepth, defaultValue: -1 }
  571. - { name: git.defaultAuthorizationControl, defaultValue: NAMED }
  572. contributors:
  573. - James Moger
  574. - Steffen Gebert
  575. }
  576. #
  577. # 1.0.0
  578. #
  579. r13: {
  580. title: Gitblit 1.0.0 Released
  581. id: 1.0.0
  582. date: 2012-07-14
  583. fixes:
  584. - Fixed bug in Lucene search where old/stale blobs were never properly deleted during incremental updates. This resulted in duplicate blob entries in the index.
  585. - Fixed intermittent bug in identifying line numbers in Lucene search (issue 105)
  586. - Adjust repository identification algorithm to handle the scenario where a repository name collides with a group/folder name (e.g. foo.git and foo/bar.git) (issue 104)
  587. - Fixed bug where a repository set as *authenticated push* did not have anonymous clone access (issue 96)
  588. - Fixed bug in Basic authentication if passwords had a colon
  589. - Fixed bug where the Gitblit Manager could not update a setting that was not referenced in reference.properties (issue 85)
  590. changes:
  591. - ''**Updated Lucene index version which will force a rebuild of ALL your Lucene indexes**
  592. Make sure to properly set *web.blobEncodings* before starting Gitblit if you are updating! (issue 97)''
  593. - Changed default layout for web ui from Fixed-Width layout to Responsive layout (issue 101)
  594. - ''IUserService interface has changed to better accomodate custom authentication and/or custom authorization<
  595. The default `users.conf` now supports persisting display names and email addresses.''
  596. - Updated Japanese translation
  597. additions:
  598. - Added setting to allow specification of a robots.txt file (issue 99)
  599. - ''Added setting to control Responsive layout or Fixed-Width layout (issue 101)
  600. Responsive layout is now the default. This layout gracefully scales the web ui from a desktop layout to a mobile layout by hiding page components. It is easy to try, just resize your browser or point your Android/iOS device to the url of your Gitblit install.''
  601. - Added setting to control charsets for blob string decoding. Default encodings are UTF-8, ISO-8859-1, and the server default charset. (issue 97)
  602. - ''Exposed JGit internal configuration settings in gitblit.properties/web.xml (issue 93)
  603. Review your `gitblit.properties` or `web.xml` for detailed explanations of these settings.''
  604. - Added default access restriction. Applies to new repositories and repositories that have not been configured with Gitblit. (issue 88)
  605. - Added Ivy 2.2.0 dependency which enables Groovy Grapes, a mechanism to resolve and retrieve library dependencies from a Maven 2 repository within a Groovy push hook script
  606. - ''Added setting to control Groovy Grape root folder (location where resolved dependencies are stored)
  607. [Grape](http://groovy.codehaus.org/Grape) allows you to add Maven dependencies to your pre-/post-receive hook script classpath.''
  608. - Added LDAP User Service with many new *realm.ldap* keys
  609. - ''Added support for custom repository properties for Groovy hooks
  610. Custom repository properties complement hook scripts by providing text field prompts in the web ui and the Gitblit Manager for the defined properties. This allows your push hooks to be parameterized.''
  611. - Added script to facilitate proxy environment setup on Linux
  612. - Added Polish translation
  613. - Added Spanish translation
  614. settings:
  615. - { name: groovy.grapeFolder, defaultValue: groovy/grape }
  616. - { name: web.robots.txt, defaultValue: }
  617. - { name: web.useResponsiveLayout, defaultValue: 'true' }
  618. - { name: web.blobEncodings, defaultValue: UTF-8 ISO-8859-1 }
  619. - { name: git.defaultAccessRestriction, defaultValue: NONE }
  620. - { name: git.packedGitWindowSize, defaultValue: 8k }
  621. - { name: git.packedGitLimit, defaultValue: 10m }
  622. - { name: git.deltaBaseCacheLimit, defaultValue: 10m }
  623. - { name: git.packedGitOpenFiles, defaultValue: 128 }
  624. - { name: git.streamFileThreshold, defaultValue: 50m }
  625. - { name: git.packedGitMmap, defaultValue: 'false' }
  626. dependencyChanges:
  627. - Bootstrap 2.0.4
  628. - JGit 2.0.0.201206130900-r
  629. - Groovy 1.8.6
  630. - Gson 1.7.2
  631. - Log4J 1.2.17
  632. - SLF4J 1.6.6
  633. - Apache Commons Daemon 1.0.10
  634. - Ivy 2.2.0
  635. contributors:
  636. - James Moger
  637. - Eduardo Guervos Narvaez
  638. - Lukasz Jader
  639. - github/mragab
  640. - github/jcrygier
  641. - github/zakki
  642. - github/peterloron
  643. }
  644. #
  645. # 0.9.3
  646. #
  647. r12: {
  648. title: Gitblit 0.9.3 Released
  649. id: 0.9.3
  650. date: 2012-04-11
  651. fixes:
  652. - Fixed bug where you could not remove all selections from a RepositoryModel list (permitted users, permitted teams, hook scripts, federation sets, etc) (issue 81)
  653. - Automatically set *java.awt.headless=true* for Gitblit GO
  654. contributors:
  655. - James Moger
  656. }
  657. #
  658. # 0.9.2
  659. #
  660. r11: {
  661. title: Gitblit 0.9.2 Released
  662. id: 0.9.2
  663. date: 2012-04-04
  664. changes:
  665. - Added *clientLogger* bound variable to Groovy hook mechanism to allow custom info and error messages to be returned to the client
  666. fixes:
  667. - Fixed absolute path/canonical path discrepancy between Gitblit and JGit regarding use of symlinks (issue 78)
  668. - Fixed row layout on activity page (issue 79)
  669. - Fixed Centos service script
  670. - Fixed EditRepositoryPage for IE8; missing save button (issue 80)
  671. contributors:
  672. - James Moger
  673. - github/jonnybbb
  674. - github/mohamedmansour
  675. - github/jcrygier
  676. }
  677. #
  678. # 0.9.1
  679. #
  680. r10: {
  681. title: Gitblit 0.9.1 Released
  682. id: 0.9.1
  683. date: 2012-03-27
  684. fixes:
  685. - Lucene folder was stored in working copy instead of in .git folder
  686. contributors:
  687. - James Moger
  688. }
  689. #
  690. # 0.9.0
  691. #
  692. r9: {
  693. title: Gitblit 0.9.0 Released
  694. id: 0.9.0
  695. date: 2012-03-27
  696. security:
  697. - Fixed session fixation vulnerability where the session identifier was not reset during the login process (issue 62)
  698. changes:
  699. - Reject pushes to a repository with a working copy (i.e. non-bare repository) (issue-49)
  700. - Changed default web.datetimestampLongFormat from *EEEE, MMMM d, yyyy h:mm a z* to *EEEE, MMMM d, yyyy HH:mm Z* (issue 50)
  701. - Expanded commit age coloring from 2 days to 30 days (issue 57)
  702. additions:
  703. - ''Added optional Lucene branch indexing (issue 16)
  704. Repository branches may be optionally indexed by Lucene for improved searching. To use this feature you must specify which branches to index within the *Edit Repository* page; _no repositories are automatically indexed_. Gitblit will build or incrementally update enrolled repositories on a 2 minute cycle. (i.e you will have to wait 2-3 minutes after respecifying indexed branches or pushing new commits before Gitblit will build/update the repository Lucene index.)
  705. If a repository has Lucene-indexed branches the *search* form on the repository pages will redirect to the root-level Lucene search page and only the content of those branches can be searched.<br/>
  706. If the repository does not specify any indexed branches then repository commit-traversal search is used.
  707. **Note:** Initial indexing of an existing repository can be memory-exhaustive. Be sure to provide your Gitblit server adequate heap space to index your repositories (e.g. -Xmx1024M).<br/>
  708. See the [setup](setup.html) page for additional details.''
  709. - Allow specifying timezone to use for Gitblit which is independent of both the JVM and the system timezone (issue 54)
  710. - Added a built-in AJP connector for integrating Gitblit GO into an Apache mod_proxy setup (issue 59)
  711. - ''On the Repositories page show a bang *!* character in the color swatch of a repository with a working copy (issue 49)
  712. Push requests to these repositories will be rejected.''
  713. - On all non-bare Repository pages show *WORKING COPY* in the upper right corner (issue 49)
  714. - New setting to prevent display/serving non-bare repositories
  715. - Added *protect-refs.groovy*
  716. - Allow setting default branch (relinking HEAD) to a branch or a tag
  717. - Added Ubuntu service init script (issue 72)
  718. - Added partial Japanese translation
  719. fixes:
  720. - Ensure that Welcome message is parsed using UTF-8 encoding (issue 74)
  721. - Activity page chart layout broken by Google (issue 73)
  722. - Uppercase repositories not selectable in edit palettes (issue 71)
  723. - Not all git notes were properly displayed on the commit page (issue 70)
  724. - Activity page now displays all local branches (issue 65)
  725. - Fixed (harmless) nullpointer on pushing to an empty repository (issue 69)
  726. - Fixed possible nullpointer from the servlet container on startup (issue 67)
  727. - Fixed UTF-8 encoding bug on diff page (issue 66)
  728. - Fixed timezone bugs on the activity page (issue 54)
  729. - Prevent add/edit team with no selected repositories (issue 56)
  730. - Disallow browser autocomplete on add/edit user/team/repository pages
  731. - Fixed username case-sensitivity issues (issue 43)
  732. - Disregard searching a subfolder if Gitblit does not have filesystem permissions (issue 51)
  733. settings:
  734. - { name: web.allowLuceneIndexing, defaultValue: 'true' }
  735. - { name: web.luceneIgnoreExtensions, defaultValue: 7z arc arj bin bmp dll doc docx exe gif gz jar jpg lib lzh odg odf odt pdf ppt png so swf xcf xls xlsx zip }
  736. - { name: web.timezone, defaultValue: }
  737. - { name: server.ajpPort, defaultValue: 0 }
  738. - { name: server.ajpBindInterface, defaultValue: localhost }
  739. - { name: git.onlyAccessBareRepositories, defaultValue: 'false' }
  740. dependencyChanges:
  741. - Bootstrap 2.0.2
  742. - MarkdownPapers 1.2.7
  743. - JGit 1.3.0.201202151440-r
  744. - Wicket 1.4.20
  745. contributors:
  746. - James Moger
  747. - github/lemval
  748. - github/zakki
  749. - github/plm
  750. }
  751. #
  752. # 0.8.2
  753. #
  754. r8: {
  755. title: Gitblit 0.8.2 Released
  756. id: 0.8.2
  757. date: 2012-01-13
  758. fixes:
  759. - Fixed bug when upgrading from users.properties to users.conf (issue 41)
  760. contributors:
  761. - James Moger
  762. }
  763. #
  764. # 0.8.1
  765. #
  766. r7: {
  767. title: Gitblit 0.8.1 Released
  768. id: 0.8.1
  769. date: 2012-01-11
  770. fixes:
  771. - Include missing icon resource for the manager (issue 40)
  772. - Fixed sendmail.groovy message content with incorrect tag/branch labels
  773. contributors:
  774. - James Moger
  775. }
  776. #
  777. # 0.8.0
  778. #
  779. r6: {
  780. title: Gitblit 0.8.0 Released
  781. id: 0.8.0
  782. date: 2012-01-11
  783. additions:
  784. - ''Platform-independent, Groovy push hook script mechanism.
  785. Hook scripts can be set per-repository, per-team, or globally for all repositories.''
  786. - ''*sendmail.groovy* for optional email notifications on push.
  787. You must properly configure your SMTP server settings in `gitblit.properties` or `web.xml` to use *sendmail.groovy*.''
  788. - New global key for mailing lists. This is used in conjunction with the *sendmail.groovy* hook script. All repositories that use the *sendmail.groovy* script will include these addresses in the notification process. Please see the Setup page for more details about configuring sendmail.
  789. - *com.gitblit.GitblitUserService*. This is a wrapper object for the built-in user service implementations. For those wanting to only implement custom authentication it is recommended to subclass GitblitUserService and override the appropriate methods. Going forward, this will help insulate custom authentication from new IUserService API and/or changes in model classes.
  790. - ''New default user service implementation: *com.gitblit.ConfigUserService* (`users.conf`)
  791. This user service implementation allows for serialization and deserialization of more sophisticated Gitblit User objects without requiring the encoding trickery now present in FileUserService (users.properties). This will open the door for more advanced Gitblit features.
  792. For those upgrading from an earlier Gitblit version, a `users.conf` file will automatically be created for you from your existing `users.properties` file on your first launch of Gitblit <u>however</u> you will have to manually set *realm.userService=users.conf* to switch to the new user service.
  793. The original `users.properties` file and the corresponding implementation are **deprecated**.''
  794. - Teams for specifying user-repository access in bulk. Teams may also specify mailing lists addresses and pre- & post- receive hook scripts.
  795. - Gravatar integration
  796. - Activity page for aggregated repository activity. This is a timeline of commit activity over the last N days for one or more repositories.
  797. - *Filters* menu for the Repositories page and Activity page. You can filter by federation set, team, and simple custom regular expressions. Custom expressions can be stored in `gitblit.properties` or `web.xml` or directly defined in your url (issue 27)
  798. - Flash-based 1-step *copy to clipboard* of the primary repository url based on Clippy
  799. - JavaScript-based 3-step (click, ctrl+c, enter) *copy to clipboard* of the primary repository url in the event that you do not want to use Flash on your installation
  800. - Empty repositories now link to an *empty repository* page which gives some direction to the user for the next step in using Gitblit. This page displays the primary push/clone url of the repository and gives sample syntax for the git command-line client. (issue 31)
  801. - Repositories with a *gh-pages* branch will now have a *pages* link which will serve the content of this branch. All resource requests are against the repository, Gitblit does not checkout/export this branch to a temporary filesystem. Jekyll templating is not supported.
  802. - Gitblit Express bundle to get started running Gitblit on RedHat OpenShift cloud <span class="label label-warning">BETA</span>
  803. changes:
  804. - Dropped display of trailing .git from repository names
  805. - ''Gitblit GO is now monolithic like the WAR build. (issue 30)
  806. This change helps adoption of GO in environments without an internet connection or with a restricted connection.''
  807. - Unit testing framework has been migrated to JUnit4 syntax and the test suite has been redesigned to run all unit tests, including rpc, federation, and git push/clone tests
  808. fixes:
  809. - Several a bugs in FileUserService related to cleaning up old repository permissions on a rename or delete
  810. - Renaming a repository into a new subfolder failed (issue 33)
  811. settings:
  812. - { name: groovy.scriptsFolder, defaultValue: groovy }
  813. - { name: groovy.preReceiveScripts, defaultValue: }
  814. - { name: groovy.postReceiveScripts, defaultValue: }
  815. - { name: mail.mailingLists, defaultValue: }
  816. - { name: realm.userService, defaultValue: users.conf }
  817. - { name: web.allowGravatar, defaultValue: 'true' }
  818. - { name: web.activityDuration, defaultValue: 14 }
  819. - { name: web.timeFormat, defaultValue: HH:mm }
  820. - { name: web.datestampLongFormat, defaultValue: "EEEE, MMMM d, yyyy" }
  821. - { name: web.customFilters, defaultValue: }
  822. - { name: web.allowFlashCopyToClipboard, defaultValue: 'true' }
  823. dependencyChanges:
  824. - JGit 1.2.0
  825. - Groovy 1.8.5
  826. - Clippy
  827. contributors:
  828. - James Moger
  829. }
  830. #
  831. # 0.7.0
  832. #
  833. r5: {
  834. title: Gitblit 0.7.0 Released
  835. id: 0.7.0
  836. date: 2011-11-11
  837. security:
  838. - fixed security hole when cloning clone-restricted repository with TortoiseGit (issue 28)
  839. fixes:
  840. - ''federation protocol timestamps. dates are now serialized to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard.
  841. **This breaks 0.6.0 federation clients/servers.**''
  842. - collision on rename for repositories and users
  843. - Gitblit can now browse the Linux kernel repository (issue 25)
  844. - Gitblit now runs on Servlet 3.0 webservers (e.g. Tomcat 7, Jetty 8) (issue 23)
  845. - Set the RSS content type of syndication feeds for Firefox 4 (issue 22)
  846. - RSS feeds are now properly encoded to UTF-8
  847. - RSS feeds now properly generate parameterized links if *web.mountParameters=false*
  848. - Null pointer exception if did not set federation strategy (issue 20)
  849. - Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later
  850. changes:
  851. - updated ui with Twitter Bootstrap CSS toolkit
  852. - repositories list performance by caching repository sizes (issue 27)
  853. - summary page performance by caching metric calculations (issue 25)
  854. additions:
  855. - authenticated JSON RPC mechanism
  856. - Gitblit API RSS/JSON RPC library
  857. - Gitblit Manager (Java/Swing Application) for remote administration of a Gitblit server.
  858. - per-repository setting to skip size calculation (faster repositories page loading)
  859. - per-repository setting to skip summary metrics calculation (faster summary page loading)
  860. - IUserService.setup(IStoredSettings) for custom user service implementations
  861. - setting to control Gitblit GO context path for proxy setups
  862. - *combined-md5* password storage option which stores the hash of username+password as the password
  863. - repository owners are automatically granted access for git, feeds, and zip downloads without explicitly selecting them
  864. - RSS feeds now include regex substitutions on commit messages for bug trackers, etc
  865. settings:
  866. - { name: web.loginMessage, defaultValue: gitblit }
  867. - { name: web.enableRpcServlet, defaultValue: 'true' }
  868. - { name: web.enableRpcManagement, defaultValue: 'false' }
  869. - { name: web.enableRpcAdministration, defaultValue: 'false' }
  870. - { name: server.contextPath, defaultValue: / }
  871. dependencyChanges:
  872. - MarkdownPapers 1.2.5
  873. - Wicket 1.4.19
  874. contributors:
  875. - James Moger
  876. - github/dadalar
  877. - github/alyandon
  878. - github/trygvis
  879. }
  880. #
  881. # 0.6.0
  882. #
  883. r4: {
  884. title: Gitblit 0.6.0 Released
  885. id: 0.6.0
  886. date: 2011-09-27
  887. fixes:
  888. - syndication urls for WAR deployments
  889. - authentication for zip downloads
  890. additions:
  891. - federation feature to allow gitblit instances (or gitblit federation clients) to pull repositories and, optionally, settings and accounts from other gitblit instances. This is something like [svn-sync](http://svnbook.red-bean.com/en/1.5/svn.ref.svnsync.html) for gitblit.
  892. - user role *#notfederated* to prevent a user account from being pulled by a federated Gitblit instance
  893. settings:
  894. - { name: federation.name, defaultValue: }
  895. - { name: federation.passphrase, defaultValue: }
  896. - { name: federation.allowProposals, defaultValue: 'false' }
  897. - { name: federation.proposalsFolder, defaultValue: proposals }
  898. - { name: federation.defaultFrequency, defaultValue: 60 mins }
  899. - { name: federation.sets, defaultValue: }
  900. - { name: "mail.*", defaultValue: }
  901. dependencyChanges:
  902. - MarkdownPapers 1.1.1
  903. - Wicket 1.4.18
  904. - JGit 1.1.0
  905. - google-gson
  906. - javamail
  907. contributors:
  908. - James Moger
  909. }
  910. #
  911. # 0.5.2
  912. #
  913. r3: {
  914. title: Gitblit 0.5.2 Released
  915. id: 0.5.2
  916. date: 2011-07-27
  917. fixes:
  918. - active repositories with a HEAD that pointed to an empty branch caused internal errors (issue 14)
  919. - bare-cloned repositories were listed as (empty) and were not clickable (issue 13)
  920. - default port for Gitblit GO is now 8443 to be more linux/os x friendly (issue 12)
  921. - repositories can now be reliably deleted and renamed (issue 10)
  922. - users can now change their passwords (issue 1)
  923. - always show root repository group first, i.e. do not sort root group with other groups
  924. - tone-down repository group header color
  925. additions:
  926. - optionally display repository on-disk size on repositories page
  927. - forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers
  928. settings:
  929. - { name: web.showRepositorySizes, defaultValue: 'true' }
  930. - { name: web.forwardSlashCharacter, defaultValue: / }
  931. dependencyChanges:
  932. - MarkdownPapers 1.1.0
  933. - Jetty 7.4.3
  934. contributors:
  935. - James Moger
  936. }
  937. #
  938. # 0.5.1
  939. #
  940. r2: {
  941. title: Gitblit 0.5.1 Released
  942. id: 0.5.1
  943. date: 2011-06-28
  944. changes:
  945. - clarified SSL certificate generation and configuration for both server-side and client-side
  946. - added some more troubleshooting information to documentation
  947. - replaced JavaService with Apache Commons Daemon
  948. contributors:
  949. - James Moger
  950. }
  951. #
  952. # 0.5.0
  953. #
  954. r1: {
  955. title: Gitblit 0.5.0 Released
  956. id: 0.5.0
  957. date: 2011-06-26
  958. text: initial release
  959. contributors:
  960. - James Moger
  961. }
  962. snapshot: &r20
  963. release: &r19
  964. releases: &r[1..19]