Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

URL previewing support #688

Merged
merged 44 commits into from
Apr 11, 2016
Merged

URL previewing support #688

merged 44 commits into from
Apr 11, 2016

Commits on Jan 24, 2016

  1. initial WIP of a tentative preview_url endpoint - incomplete, unteste…

    …d, experimental, etc. just putting it here for safekeeping for now
    ara4n committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    7dd0c17 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

  1. typo

    ara4n committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    adafa24 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

  1. Configuration menu
    Copy the full SHA
    d9d48aa View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. typo

    ara4n committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    ec0cf99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c2490 View commit details
    Browse the repository at this point in the history
  3. make it build

    ara4n committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    dd4287c View commit details
    Browse the repository at this point in the history
  4. make it work

    ara4n committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    64b4aea View commit details
    Browse the repository at this point in the history
  5. debug

    ara4n committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    1903858 View commit details
    Browse the repository at this point in the history
  6. implement redirects

    ara4n committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    721b2bf View commit details
    Browse the repository at this point in the history
  7. fix bugs

    ara4n committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    ae5831d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. spell out more packages

    ara4n committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    7178ab7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Configuration menu
    Copy the full SHA
    a8a5dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d3d7de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb9a2ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72550c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    683e564 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Configuration menu
    Copy the full SHA
    c60b751 View commit details
    Browse the repository at this point in the history
  2. refactor calc_og; spider image URLs; fix xpath; add a (broken) expiri…

    …ngcache; loads of other fixes
    ara4n committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    5fd07da View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Configuration menu
    Copy the full SHA
    b26e860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5037ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c838f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9377157 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1b154a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7426c86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b09e29a View commit details
    Browse the repository at this point in the history
  8. remove stale todo

    ara4n committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    110780b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. rebase all image URLs

    ara4n committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    c391646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab4d46 View commit details
    Browse the repository at this point in the history
  3. pep8

    ara4n committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    8b98a7e View commit details
    Browse the repository at this point in the history
  4. char encoding

    ara4n committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    0834b15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf51c41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f7dc2b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Configuration menu
    Copy the full SHA
    d6e7333 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Add url_preview_enabled config option to turn on/off preview_url endp…

    …oint. defaults to off.
    
    Add url_preview_ip_range_blacklist to let admins specify internal IP ranges that must not be spidered.
    Add url_preview_url_blacklist to let admins specify URL patterns that must not be spidered.
    Implement a custom SpiderEndpoint and associated support classes to implement url_preview_ip_range_blacklist
    Add commentary and generally address PR feedback
    ara4n committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    dafef5a View commit details
    Browse the repository at this point in the history
  2. Add doc

    ara4n committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    ec9331f View commit details
    Browse the repository at this point in the history
  3. Add more doc

    ara4n committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    b04f812 View commit details
    Browse the repository at this point in the history
  4. fix SQL based on PR feedback

    ara4n committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    fb83f6a View commit details
    Browse the repository at this point in the history
  5. more PR feedback

    ara4n committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    1ccabe2 View commit details
    Browse the repository at this point in the history
  6. fix error checking for new SQL

    ara4n committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    2460d90 View commit details
    Browse the repository at this point in the history
  7. fix typo

    ara4n committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    af582b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ff7a79 View commit details
    Browse the repository at this point in the history
  9. Fix pep8 warning

    Mark Haines committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    b36270b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83b2f83 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    5ffacc5 View commit details
    Browse the repository at this point in the history