Skip to content
Snippets Groups Projects
  1. Mar 30, 2022
  2. Mar 28, 2022
  3. Mar 23, 2022
  4. Apr 22, 2020
  5. Jun 04, 2019
  6. Apr 15, 2019
  7. Apr 10, 2019
  8. Feb 23, 2017
  9. Nov 11, 2015
  10. Nov 06, 2015
    • Kevin Kaland's avatar
      Issue #2359213: Check access for private files. · 36fcef67
      Kevin Kaland authored
      A few things happened here. I split out the access-checking logic into a
      FillPdfAccessHelper service. In coordination with that, I added
      FillPdfLinkManipulator::parseUrlString() to facilitate parsing the
      context strings we store in FillPdfFileContext objects. I also changed
      the way I store URLs in FillPdfFileContext.context so that they are
      easier to pass to Url::fromUri() for parsing (and I made a helper
      method that parses them into a form Uri::fromUri() likes).
      
      In short, saving PDFs to files now works as well as downloading. Score!
      36fcef67
  11. Nov 04, 2015
  12. Nov 01, 2015
  13. Oct 18, 2015
    • Kevin Kaland's avatar
      Issue #2359213: WIP Implement file saving. · ceb8804f
      Kevin Kaland authored
      The saving part is almost working. Need to get FillPDF file contexts
      being saved properly. Then, I need to ensure that access
      checking on the files works like I expect. I will probably have to
      implement some hook or another.
      ceb8804f
Loading