- 23 Oct, 2015 1 commit
-
-
Matthew Taylor authored
So that xhr requests to scratchr2 can get the right language
-
- 21 Oct, 2015 17 commits
-
-
Matthew Taylor authored
If the row length is less than `slidesToShow`, don't show the arrows.
-
Matthew Taylor authored
use ellipsis if text overflows
-
Ray Schamp authored
Organize view methods
-
Matthew Taylor authored
fixes #103 and #113
-
Ray Schamp authored
Proposing this ordering: attributes, lifecycle, getters, handlers, rendering
-
Ray Schamp authored
Fix messages XHR request and prop defaults
-
Ray Schamp authored
Capitalize `ScratchEd`
-
Matthew Taylor authored
Fixes #108
-
Ray Schamp authored
Only display custom rows that exist and have items
-
Ray Schamp authored
-
Ray Schamp authored
Fix GH-97: Grow message bubble with count
-
Matthew Taylor authored
Get project count from api when logged out
-
Matthew Taylor authored
-
Ray Schamp authored
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
- 20 Oct, 2015 22 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
-