Skip to content
Snippets Groups Projects
  1. Nov 08, 2015
  2. 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
  3. Nov 04, 2015
  4. Nov 01, 2015
  5. Oct 31, 2015
  6. Oct 29, 2015
  7. Oct 27, 2015
  8. 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
  9. Oct 17, 2015
  10. Oct 01, 2015
  11. Sep 14, 2015
  12. Sep 13, 2015
  13. Sep 12, 2015
  14. Apr 18, 2015
  15. Apr 13, 2015
  16. Mar 31, 2015
Loading