Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Master] April 2018 Release #1871

Merged
merged 21 commits into from
May 14, 2018
Merged

[Master] April 2018 Release #1871

merged 21 commits into from
May 14, 2018

Commits on Mar 27, 2018

  1. A New Beginning

    Kenny2github committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    82c651c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Fix everything

    *Updated to new convention for InformationPages
    +Added route in routes.json (might be missing previous /info/research path)
    -Removed package-lock.json to fix conflicts
    *Updated l10n to not use HTML
    Kenny2github committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    bf8baaf View commit details
    Browse the repository at this point in the history
  2. Lint

    Kenny2github committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    a516e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ae157 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1740 from Kenny2github/research-page

    Migrate /research page
    chrisgarrity committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    a4572b3 View commit details
    Browse the repository at this point in the history
  5. Added Giga

    apple502j committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    3a6c182 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Merge pull request #1849 from LLK/release/march-2018

    [Develop] March 2018 Release
    rschamp committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    417791b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Merge pull request #1846 from apple502j/develop

    Added Giga
    thisandagain committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    b544ccd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    1948a32 View commit details
    Browse the repository at this point in the history
  2. added p around list

    seotts committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    9ab5cc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Merge pull request #1853 from seotts/issue/counter-notification

    Update DMCA copy
    seotts committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    5195e0e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Merge pull request #1862 from LLK/hotfix/remove-recent-row

    [Develop] remove recent projects row
    rschamp committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    9816846 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1861 from LLK/hotfix/conference-remove-dorm

    [Develop] Remove dorm information from 2018 Conference page
    rschamp committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    c173922 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Gh 1834/add kazahk to language menu (#1859)

    * added kazakh to languages
    LiFaytheGoblin authored and chrisgarrity committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    569773c View commit details
    Browse the repository at this point in the history
  2. Feature/preview project2 (#1856)

    * Add user-session awareness
      - only show remix button if user is logged in (TBD: probably will want to hide if project creator == user)
    * decorate text with @mentions and #hashtags
    * Add studios, loves, favs
    * In-place editing of title and description if current user is author and project shared (with validation)
    chrisgarrity committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    b8326a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Merge pull request #1868 from LLK/hotfix/close-conf-reg

    [DEVELOP] Close registration when full
    chrisgarrity committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    65e7657 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Add research view to transifex config

    the `view/research/l10n.json` configuration was missing from the transifex config, so translations are missing.
    chrisgarrity committed May 2, 2018
    Configuration menu
    Copy the full SHA
    8afaf36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1870 from chrisgarrity/tx-add-research

    Add research view to transifex config
    chrisgarrity committed May 2, 2018
    Configuration menu
    Copy the full SHA
    04e27ec View commit details
    Browse the repository at this point in the history
  3. Initial GUI embed (#1869)

    - `/preview/editor` will load GUI with an empty project
    - `/preview/:id/editor` will load GUI with a project from the projects server (not local data)
    - passes intl object to GUI
    - `/preview/:id` with show the project page with an embedded player
    - `/preview/:id/fullscreen` will load the project page with the player in fullscreen mode.
    
    * Note that we needed to Increase memory for the build to avoid running out of heap space, and build time increases by about 2 minutes
    chrisgarrity committed May 2, 2018
    Configuration menu
    Copy the full SHA
    d142086 View commit details
    Browse the repository at this point in the history
  4. Correct preview route for fastly

    - use more explicit route
    - handle fastly error in the callback correctly
    - more succinct parsing of the URL path
    chrisgarrity committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6df58e4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Merge pull request #1875 from chrisgarrity/issue/fix-path-for-fastly

    Correct preview route for fastly
    chrisgarrity committed May 3, 2018
    Configuration menu
    Copy the full SHA
    1cfc5a8 View commit details
    Browse the repository at this point in the history