Skip to content

Releases: freelawproject/recap-chrome

IDB Support in CourtListener

16 Jan 23:05
Compare
Choose a tag to compare

CourtListener will soon have metadata about millions of additional PACER dockets. This data is coming from the IDB database hosted by the Federal Judicial Center:

https://www.fjc.gov/research/idb

Unlike dockets that we currently have in the RECAP Archive, these dockets will not have docket entries or parties, and so should not appear in PACER when people are looking at dockets. This version ensures that that is the case and that the links to RECAP dockets that appear in PACER are only the highest quality versions.

In a future update, we hope to provide links to the IDB data for particular dockets as separate links provided by the RECAP Extension.

Fixes permission request for localhost

04 Dec 01:01
Compare
Choose a tag to compare

Code in a developer's local system got released, so releasing a new version to fix that. The code is harmless, but prompted for access to localhost, which we never actually used outside of development environments.

Block Training Sites

03 Dec 23:33
Compare
Choose a tag to compare

Small release today to ensure that people don't upload things from the RECAP training sites. This was enabled historically so our developers could use the training sites while doing their work. However, the risk that this content could get integrated into the RECAP Archive is really just too high and so we're clawing back this functionality from our developers (and from everybody else).

Otherwise, no notable changes here.

Making RECAP advertise itself

27 Mar 17:38
Compare
Choose a tag to compare

This release makes it so a small list of websites can detect if RECAP is installed. Currently that list includes only one website, CourtListener.com, and adding more will require an update to our privacy policy (which we'll advertise). CourtListener.com is run by Free Law Project, the makers of RECAP.

Letting CourtListener.com know if RECAP is installed will let us encourage more people to install RECAP. The thought is: If you're using the RECAP Archive on CourtListener.com, you should probably be using RECAP to contribute documents you purchase.

No other changes in this release.

Security enhancements

25 Jan 20:54
Compare
Choose a tag to compare

This release makes the extensions more secure in the event that the CourtListener server is hacked by a sophisticated adversary. This is a "belt and suspenders" kind of fix that provides additional security beyond what was previously in the extension. If you are an average user of RECAP, there's no need to be concerned — this is just us making things more secure than they already were.

For the technically curious, this change provides a default dataType to every jQuery request that we send to the CourtListener server. This makes it so that if the CourtListener server were hacked, it could not be used to send RECAP users JSONP data. JSONP is dangerous because it can be used to send arbitrary JavaScript, so the scope of this is that if the server were hacked, it could be used to send arbitrary JavaScript to RECAP users when they were on PACER websites. That would not be good, and we're happy to eliminate this possibility.

This new version will be rolling out to Chrome and Firefox (and hopefully Opera) over the next 24 hours.

Bugfix for bankruptcy court issues

23 Jan 19:25
Compare
Choose a tag to compare

This release fixes two issues that were identified in bankruptcy courts:

  1. The first issue was that on the Claims Report, it was not possible to download documents and the extension would crash. This issue is now fixed, though at this time, we do not support claims documents and they will not be uploaded.

  2. The second issue applies to some dockets which do not follow the normal format in PACER. We had a parser that assumed a certain format, but failed when that format wasn't applied. This is now fixed so that either format is supported by the extension.

    So far, we have only seen one docket that did not follow our expected format, so we expect this is a very limited issue.

Appellate Upload Support

18 Jan 22:30
Compare
Choose a tag to compare

This release follows the successful beta period of 1.2.4b, and has the beginnings of appellate PACER support for Chrome and Firefox. This is the first time Chrome has had any appellate support. As we work to get the Firefox extension back to its former glory, we're bringing Chrome along for the ride.

At this point, several parts of appellate support do not work, however we do expect the following to work on appellate courts:

  • You should see blue [R] icons on any appellate PDF that was uploaded prior to November 14 (using the old Firefox extension).

  • Dockets will be uploaded to the RECAP Archive, but for now you will not see blue [R] icons for these items.

    These dockets will be properly parsed and added to the database soon.

  • PDFs from appellate courts are not yet being uploaded to us in this version.

Additional changes in this release include:

  • We have re-added our testing framework with 89 automated tests that must pass before release.

  • Better documentation for developers.

Thank you for your support of the RECAP Project.

Beginnings of appellate support

28 Dec 01:08
Compare
Choose a tag to compare
Pre-release

This release has the beginnings of appellate PACER support for Chrome and Firefox. At this point, the goal is to ensure that we don't cause any regressions on district court PACER. Several parts of appellate support do not work.

We do however, expect the following to work:

  • All features on the district court sites should continue working.
  • You should see blue [R] icons on any appellate PDF that was uploaded prior to November 14 (using the old Firefox extension).
  • Dockets will be uploaded to the RECAP Archive, but for now you will not see blue [R] icons for these items. They will be properly parsed and added to the database soon. PDFs are not being uploaded to us in this version.

If you notice anything out of the ordinary, please let us know, and thank you for your support of the RECAP Project.

Fundraising release

21 Dec 08:12
Compare
Choose a tag to compare

This is just a small release. When it is installed, it will pop up a tab pointing to https://free.law/fundraisers/2017/recap/. That page talks about the successes we've had in 2017, and requests a donation from our users.

No other functional changes included.

Parser improvements

12 Dec 21:11
Compare
Choose a tag to compare

Lots of little changes in this version to make RECAP more reliable:

  1. We now use the goDLS javascript function in the PACER pages to extract the case and document IDs, and use URLs as a fallback. This will be more reliable for merged dockets and in general.

  2. We have improved our URL parsers for document and case IDs.

  3. Support for show_doc links is now back so we can better support websites like Plainsite, that rely on them.

  4. We've fixed how we serve PDF files for users that prefer to use an external PDF viewer. On Chrome, we're able to make this work for you automatically. In Firefox, if you want to have good file names while using an external PDF viewer, you'll see a new option to "Force external PDF viewing (download PDFs)" (this option is only available in Firefox — in chrome it's set automatically depending on your settings):

screenshot from 2017-12-15 23-17-32

We've also made tweaks to CourtListener that will make uploading work more consistently. Between this upgrade and the tweaks to CourtListener, we expect to capture many more of the documents that are uploaded.

Thanks to @johnhawkinson, and all of our testers.