- 21 Oct, 2015 1 commit
-
-
Ray Schamp authored
-
- 20 Oct, 2015 31 commits
-
-
Ray Schamp authored
Fix registration, fix upgraded react-modal
-
Ray Schamp authored
ht @thisandagain
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Matthew Taylor authored
-
Matthew Taylor authored
Use language dropdown form to change language
-
Ray Schamp authored
Redirect to ban appeal if the user is banned
-
Matthew Taylor authored
xhr was not updating the session/cookie for some reason. So just force state change, and force form submission to change language
-
Ray Schamp authored
The default behavior is for the `/session/` request to be redirected to the ban appeal page. Unfortunately we can't detect this 302 response, as the browser transparently handles it and javascript just sees a 200 response with a weird body. So I've updated scratchr2 to return a special response for banned `/session/` requests.
-
Ray Schamp authored
Use ReactDOM.findDOMNode for login field values
-
Ray Schamp authored
The direct reference didn't work as expected I think because we're nesting the `input` within our own `Input` components.
-
Ray Schamp authored
Pull homepage rows from the API
-
Ray Schamp authored
-
Ray Schamp authored
Not localized yet
-
Ray Schamp authored
Get *What's Happening?* box data from api
-
Matthew Taylor authored
This updates `activity.jsx` to handle the current `friends-activity` format (which is a bit hacky atm), and uses `FormattedRelative` to handle relative timestamps
-
Ray Schamp authored
Remove nginx build process and clean-up for production
-
Andrew Sliwinski authored
Add GA tracking and optimize open graph tags
-
Andrew Sliwinski authored
Adding newrelic integration
-
Andrew Sliwinski authored
-
Colby Gutierrez-Kraybill authored
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Ray Schamp authored
Get message count at minute intervals
-
Matthew Taylor authored
-
Ray Schamp authored
Create locale directory if it does not exist
-
Ray Schamp authored
Use api to set language instead of cookie
-
Andrew Sliwinski authored
Define `formatMessage` when used.
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
Redirect to CAPTCHA when too many login attempts fail
-
- 19 Oct, 2015 7 commits
-
-
Matthew Taylor authored
just to be safe. But i'm leaving in the `set` method of `jar.js` so we can easily move to it in the future.
-
Matthew Taylor authored
I was forgetting to define it, like is done in `activity.jsx`. I was also incorrectly interpreting the documentation
-
Matthew Taylor authored
Add `AdminPanel` component
-
Matthew Taylor authored
Automatically generate `locales` output dir if it doesn't exist
-
Matthew Taylor authored
-
Ray Schamp authored
-
Matthew Taylor authored
And include it on the splash page.
-
- 16 Oct, 2015 1 commit
-
-
Matthew Taylor authored
Feature: Add localization to scratch-www
-