Граф коммитов

141 Коммитов

Автор SHA1 Сообщение Дата
Sean McArthur ed61d9018e v0.24.0 2014-10-20 12:49:38 -07:00
Sean McArthur 0e0afd0d29 chore(build): generate changelogs on each release
fixes #74
2014-10-20 12:48:40 -07:00
John Morrison 248e2e48f8 feat(server): enable HSTS maxAge six months 2014-10-20 12:44:36 -07:00
Sean McArthur 05351da2e5 chore(dependencies): upgrade dependencies 2014-10-20 12:44:17 -07:00
Sean McArthur e401aa9867 v0.23.0 2014-10-06 17:33:07 -07:00
Ryan Kelly 1488fb2d28 Merge pull request #67 from mozilla/unlog-png
remove logging of arguments to img.compute
2014-10-07 08:54:04 +11:00
Sean McArthur 1826d518c7 remove logging of arguments to img.compute 2014-10-06 12:41:26 -07:00
Ryan Kelly d237685b61 Merge pull request #63 from mozilla/cc-error
Improve Compute-custer error handling
2014-10-03 14:15:51 +10:00
Sean McArthur 702651ecd6 log time spent in gm and uploading to s3 2014-10-02 19:48:19 -07:00
Sean McArthur d7e2dd47b9 better error handling if compute-cluster throws Strings 2014-10-02 19:46:50 -07:00
Ryan Kelly 40d849a81d Merge pull request #61 from mozilla/pool
switch to mysql pool
2014-10-02 17:10:39 +10:00
Sean McArthur 68daca3853 switch to mysql pool 2014-10-01 17:30:32 -07:00
Sean McArthur 9f8fe75df7 v0.22.0 2014-09-24 16:21:29 -07:00
Sean McArthur 23266cd675 Merge pull request #60 from pdehaan/package-tweak
Added a few fields to package.json
2014-09-18 17:57:26 -07:00
Peter deHaan d0ddc4779e Added a few fields to package.json 2014-09-18 17:11:51 -07:00
Sean McArthur df55ea478b Merge pull request #59 from mozilla/issue-58-avatar-id
fix(avatars): return the profile image id after a post or upload
2014-09-12 16:48:38 -07:00
Zachary Carter 85ffefc9d0 fix(avatars): return the profile image id after a post or upload 2014-09-12 16:13:34 -07:00
Sean McArthur a70f27d54f Merge pull request #52 from mozilla/profile-avatar
returns avatar for /profile
2014-09-08 15:29:33 -07:00
Sean McArthur 0f2d6575f1 Merge pull request #53 from mozilla/heartbeats
basic heartbeat for workers
2014-09-08 15:03:13 -07:00
Sean McArthur a3614c930d Merge pull request #55 from jrgm/store-image-png
store PNG images in S3 as content-type image/png
2014-09-08 15:02:07 -07:00
John Morrison 0087e46ab1 store PNG images in S3 as content-type image/png 2014-09-08 14:05:53 -07:00
Sean McArthur be0afd84b0 use uid for USERID 2014-09-08 13:35:47 -07:00
Sean McArthur bb5ca3dd4e Merge pull request #54 from jrgm/process-title
do not override the process.title
2014-09-08 13:01:34 -07:00
John Morrison d960d61634 do not override the process.title 2014-09-08 12:57:06 -07:00
Sean McArthur b5d2a11316 basic heartbeat for workers 2014-09-08 12:49:18 -07:00
Sean McArthur f76900247c returns avatar for /profile
- also fixed the crap out of the tests, all those unique hexes were
confused
2014-09-08 11:44:32 -07:00
John Morrison a7fff49572 Merge pull request #51 from mozilla/50
add profile to scopes. fixes #50
2014-09-04 11:13:28 -07:00
Sean McArthur 055003b1bb add profile to scopes. fixes #50 2014-09-04 10:28:18 -07:00
Sean McArthur fa0c969968 allow aws to load credentials from IAM 2014-08-29 15:56:55 -07:00
Sean McArthur f80417125e add oauthError
fixes #48
2014-08-27 09:38:09 -07:00
Sean McArthur 4a8ddba617 disable aws tests on travis for now 2014-08-27 09:33:44 -07:00
Sean McArthur da39906e54 add aws to worker sample json 2014-08-27 09:33:07 -07:00
Sean McArthur d4acd04165 Merge branch 'avatar' 2014-08-26 15:16:53 -07:00
Sean McArthur aaec215847 adding worker config sample 2014-08-26 15:16:22 -07:00
Sean McArthur 5d1ebfa1f0 add docs for DELETE 2014-08-26 15:12:07 -07:00
Sean McArthur 12e8e068b1 fix avatar ids to be 32-hex 2014-08-22 16:54:09 -07:00
Sean McArthur e0078b52a1 review fixes, delete route, and more 2014-08-22 16:33:58 -07:00
Sean McArthur 736948314d fix #44 2014-08-21 15:10:42 -07:00
Sean McArthur e00dd5e28d Merge branch 'avatar' of github.com:mozilla/fxa-profile-server into avatar 2014-08-21 14:37:05 -07:00
Sean McArthur 02aa154a03 loosen gravatar regex 2014-08-21 14:35:58 -07:00
Sean McArthur c1a7e7551e Merge pull request #45 from mozilla/use-ipaddresses
fix(config): use ip addresses instead of localhost
2014-08-21 13:41:10 -07:00
Zachary Carter 58defb67d9 fix(config): use ip addresses instead of localhost 2014-08-21 13:20:51 -07:00
Sean McArthur 7c1cdda237 addProvider and getProvider for memory store 2014-08-21 11:54:01 -07:00
Sean McArthur aff6cf2776 fix mysql tests 2014-08-21 11:34:59 -07:00
Sean McArthur 1392ec813b change request to callback 2014-08-18 15:49:18 -07:00
ckarlof 2a4fbf1027 Update CONTRIBUTING.md 2014-08-18 15:19:54 -07:00
ckarlof 2785e18b25 Merge pull request #43 from mozilla/add-contributing
Add contribution and code review guidelines
2014-08-18 15:12:49 -07:00
Sean McArthur 392a20687b catch promise handler 2014-08-18 15:08:08 -07:00
Sean McArthur aa6300b593 logging tweaks 2014-08-18 14:56:55 -07:00
Chris Karlof 453093ca31 Add contribution and code review guidelines 2014-08-18 14:54:50 -07:00