Commit Graph

1655 Commits (5cf5979563dc6e16d5da5084c03f4e376c92dbd2)

Author SHA1 Message Date
Stuart Taylor 5cf5979563 feat(news): Initial SSR implementation 2018-08-03 19:27:42 +05:30
Stuart Taylor 8ffd03578a feat(news): Initial server work for /news 2018-08-03 19:27:42 +05:30
Stuart Taylor 42a97da763 fix(csp): Add fontaesome.com to trusted styleSrc 2018-08-03 19:27:42 +05:30
Stuart Taylor 6d6f8af647 chore(unused): Remove unused files 2018-08-03 19:27:42 +05:30
Stuart Taylor 94622cc3d6 fix(csp): Add .rocks to csp 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra 2cce8bbfd5 feat(news): Add popularity model 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra eba910e939 feat(news): Add news model 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra 4511e33716 fix: update to use shortid for sub resub 2018-08-02 22:38:11 +01:00
Stuart Taylor 99b9e9e3ba feat(resub): Add resubscribe endpoint 2018-08-02 22:38:11 +01:00
Buğra Gündüz 3c72c93a8d feat(profile): Create top contributor badge (#17805) 2018-08-02 21:09:51 +05:30
Mrugesh Mohapatra 57ceee0897 fix: update email template 2018-07-28 08:33:30 +01:00
mrugesh mohapatra 74b1e4e689
fix(route): Update URI to use www instead of root domain (#17936) 2018-07-27 13:42:46 +05:30
Stuart Taylor 211245444e fix(cert-email): Default user email to empty string 2018-07-02 14:56:40 +05:30
Mrugesh Mohapatra ebba8e9c64 fix(auth0): Unify authentication via auth0 as provider 2018-06-29 21:29:20 +01:00
Mrugesh Mohapatra 38bcc2e250 fix(auth): Remove deprecated views and routes 2018-06-29 21:29:20 +01:00
Stuart Taylor a5ea7ad879 feat(unsub-email): Add an annon unsubscribe route 2018-06-29 19:55:13 +05:30
Stuart Taylor 9a3dd5cfd3 fix(blacklist): Sure up blacklisted usernames 2018-06-29 19:55:13 +05:30
Ilya ee59047097 fix(Certificates): Delete word 'projects' from certificates' titles
Corresponsing .jade files were changed

Closes #17667
2018-06-28 10:29:30 +01:00
Mrugesh Mohapatra d09ab75b04 fix(auth): remove all linking apis 2018-06-28 10:28:44 +01:00
Mrugesh Mohapatra 580e1465bb fix: remove enforcing redirect to update-email 2018-06-26 15:37:51 +01:00
mrugesh mohapatra 2a192671da fix: remove linkedin signin and paths (#17720) 2018-06-25 15:51:09 -05:00
Rachel Sinclair 6fab6319f8 chore(package): Update Font Awesome and remove Ionicon dependency (#17497)
Update Font Awesome from 4.7 to 5. Update existing Font Awesome icon
references to match version 5 syntax. Replace all Ionicon references
with Font Awesome icons and remove all files relating to Ionicon.

Closes #13798
2018-06-22 01:46:17 +05:30
Charles Moss ee64ab97c1 fix: removed unnecessary strip call from boot sequence (#17526)
fix: Updated boot/donate.js to connect to stripe by default in production mode

fix: removed whites spaces from donate.js and added extra check for api keys

fix: added a name to boot/donate.js export function
2018-06-18 15:47:10 +01:00
Quincy Larson cac56959d4 fix(certifications): Update text on cert (#17578) 2018-06-14 10:45:49 +05:30
Stuart Taylor f54b7c07f5 fix(settings): fix-up user objects for solutions (#17556) 2018-06-12 21:20:35 +05:30
Stuart Taylor 4f77da02be feat(donate): Add donate api (#17459)
* feat(donate): Add donate api

* feat(donation): Add ability to track donations via email
2018-06-07 16:35:06 -05:00
Tom 3f61c1356f fix: open learn in current tab (#17443) 2018-06-07 13:39:20 -05:00
mrugesh mohapatra 6f8d36f4a7 fix: add redirects for legacy certification paths (#17484) 2018-06-07 13:37:17 -05:00
mrugesh mohapatra 259a0a594e fix(portfolio): User /:username routes as previously (#17470) 2018-06-07 13:15:30 +01:00
Kory Dondzila a8756d5919 fix(seed): Fixes database seeding issue (#17472) 2018-06-07 00:57:13 +05:30
Huyen Nguyen 287671f499 fix(certificates): Make certificates printable (#17433)
Closes #17346
2018-06-05 22:04:38 +05:30
Quincy Larson bc0e213529 feat: Update quotes and quote logic (#17381) 2018-06-02 03:32:37 +05:30
Stuart Taylor b2276fe807 fix(errors): Filter out handled errors from rollbar (#17368)
Give me my inbox back!!
2018-06-01 22:37:28 +05:30
mrugesh mohapatra b4332a0def fix(auth): Login everyone with an social account (#17333)
* fix(auth): Login everyone with an social account

* fix: update the flash message for social
2018-05-31 21:59:27 +01:00
Quincy Larson 74eb179c7b fix: update confusing welcome page copy (#17314) 2018-05-31 14:12:04 +05:30
Mrugesh Mohapatra b7843c6047 fix: update alert style 2018-05-31 01:35:24 +05:30
mrugesh mohapatra 96cbfdb567 feat: add link to the launch announcement (#17260)
* feat: add link to the launch announcement

* fix: make the font larger
2018-05-30 04:46:06 -05:00
Stuart Taylor 6315c6eae0 feat(reporting): Use rollbarjs for error reporting in production (#17259) 2018-05-29 18:38:55 +05:30
Stuart Taylor 10272d9d5a chore(emailVerified): Add emailVerified to session user object (#17255) 2018-05-29 03:22:15 +05:30
Stuart Taylor 2adeaccf20
Merge pull request #17181 from tamj0rd2/feature/remove-opbeat
refactor(server): Remove opbeat from dev tools
2018-05-28 22:43:57 +01:00
Stuart Taylor 91906fe1d4
Merge pull request #17238 from raisedadead/feat/authentication
fix(auth): Add verification route for email
2018-05-28 22:34:56 +01:00
Mrugesh Mohapatra 1af24d131e fix: always redirect to home on login 2018-05-29 02:54:27 +05:30
Stuart Taylor cb15de32f5 chore(unsubscribe): Merge backup/master unsubscribe handler in to staging (#17253) 2018-05-29 02:34:46 +05:30
Mrugesh Mohapatra c0156b41e2 fix: make success message relevant 2018-05-29 02:23:19 +05:30
Mrugesh Mohapatra 5f8eb3615a fix: update middleware passthru and user in memory 2018-05-29 01:59:37 +05:30
Mrugesh Mohapatra f52d5b5369 fix: resolve the query back to the promise 2018-05-29 01:51:38 +05:30
Mrugesh Mohapatra d3567fbb9b fix: add route for lear redirects 2018-05-29 01:51:38 +05:30
Mrugesh Mohapatra eebe4036ec fix: remove cookies when signout, logout (remote) and delete (remote) 2018-05-29 01:51:38 +05:30
Stuart Taylor 9cf1d67e02 fix(Observables): Remove observables from requestUpdateEmail method 2018-05-29 01:51:38 +05:30
Mrugesh Mohapatra 12b2c556ec fix(views): update static email update views 2018-05-29 01:51:38 +05:30