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