Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
branch: master
Commits on Nov 4, 2014
  1. Ricky Ramirez

    Fix javascript loading for SSL embeds.

    rram authored
    In production, liveupdate embeds are hosted on a off-cookie-domain. This
    domain would also fail the is_reddit_url test which would mean that the base
    URL wouldn't be set as secure even if the client connection was secure. This
    would in turn cause javascript to not execute because it was loaded
    insecurely.
Commits on Oct 24, 2014
  1. Neil Williams

    Add permissions to contributor listing JSON.

    spladug authored
    This requires renaming our ContributorTableItem because when it gets a
    JSON representation it starts conflicting with r2's.  In general, the
    view models in plugins should stay prefixed to avoid this kind of mess
    so this is just good practice anyway.
  2. Neil Williams

    Revert "Add permissions to contributor listing JSON."

    spladug authored
    This reverts commit 4be8d44.
  3. Neil Williams

    set_contributor_permissions: Verify contributorship/invite first.

    spladug authored
    Previously, it was possible to create contributors without inviting
    first or to add an invite for an already contributing user because this
    endpoint didn't check for existence before setting the permissions level
    which due to the way the data model works is the same as adding an
    object.
  4. Neil Williams
  5. Neil Williams
Commits on Oct 7, 2014
  1. powerlanguage Neil Williams

    Fix list elements' last paragraph display.

    powerlanguage authored spladug committed
Commits on Oct 2, 2014
  1. Brian Simpson
Commits on Sep 26, 2014
  1. Neil Williams
Commits on Sep 25, 2014
  1. Neil Williams

    Add NSFW kwarg to POST_create.

    spladug authored
  2. Neil Williams
  3. Neil Williams

    Add NSFW flag and interstitial redirect to live threads.

    spladug authored
    If a contributor flags the thread as NSFW, it will check for the user
    over18 flag and redirect to the interstitial if not present.
  4. Neil Williams

    embed: Include <base> so relative links work.

    spladug authored
    In production, the embed is hosted off-cookie-domain on redditmedia.com.
    That domain is heavily restricted in what URLs are allowed to be
    accessed on it. Relative links in the liveupdate embed would end up
    403ing and broken. This was especially bad for author links.
  5. Neil Williams
  6. Neil Williams
  7. Neil Williams

    Add and maintain listing for most active threads.

    spladug authored
    The cached queries are updated by the activity update job.
    
    Like the other event listings, this is employee-only for now.
Commits on Sep 3, 2014
  1. powerlanguage Neil Williams

    Add tagline and faq link to homepage.

    powerlanguage authored spladug committed
Commits on Aug 21, 2014
  1. powerlanguage Neil Williams

    De-nest selectors from sidebar.

    powerlanguage authored spladug committed
  2. powerlanguage Neil Williams

    Align baubles with content on mobile.

    powerlanguage authored spladug committed
Commits on Aug 19, 2014
  1. Neil Williams

    Add permalinks for individual updates.

    spladug authored
    This just shows the linked update for now without surrounding updates
    for context.
  2. Neil Williams

    Clean up CSS rules.

    spladug authored
    * get rid of some unnecessary nesting
    * pull out various stuff into variables
    * make the selector for the header more obvious
  3. Neil Williams
  4. Neil Williams
  5. Neil Williams
  6. Neil Williams

    Split the description sidebar into description and resources.

    spladug authored
    The (low length limit) description field will be useful for embeds and
    for summarizing the thread. Resources will become collapsable
    eventually.
Commits on Aug 16, 2014
  1. Neil Williams
  2. Neil Williams
Commits on Aug 14, 2014
  1. Neil Williams
  2. powerlanguage Neil Williams

    Fix wrapping for sidebar and contributors.

    powerlanguage authored spladug committed
  3. powerlanguage Neil Williams

    Add hr and blockquote style.

    powerlanguage authored spladug committed
  4. Neil Williams

    Ensmallen the headline and status bar.

    spladug authored
    (It's totally a cromulent word.)
Commits on Aug 7, 2014
  1. Neil Williams
Commits on Aug 6, 2014
  1. Neil Williams
  2. Neil Williams
  3. Neil Williams

    Overhaul the on-reddit embed to look more natural.

    spladug authored
    This does a few things:
    
    * takes advantage of the new unsandboxed version of mediaembeds from
      r2 to remove one unnecessary level of <iframe>s.
    * styles the embed to look more like a regular old self post.
    * applies the current subreddit's stylesheet to the embed to allow
      the embed to be in-theme for a subreddit.
Something went wrong with that request. Please try again.