Commit Graph

2032 Commits

Author SHA1 Message Date
Mrugesh Mohapatra
adef746299 chore: move search-indexing, supress webpack-cli progress (#39367) 2020-08-09 04:17:10 +05:30
Ahmad Abdolsaheb
ebcb34f3d9 feat: add monitization meta (#39368) 2020-08-05 14:02:23 +05:30
Ahmad Abdolsaheb
f91cf1ae2d feat: style email-sign-up page 2020-08-05 14:01:47 +05:30
Oliver Eyton-Williams
3dbe69707f fix: redirect to email sign up on first login 2020-08-05 14:01:47 +05:30
Manish Giri
08d4811df3 feat(client, api): Add Camper Join Date to Profile (#38408) 2020-08-04 13:08:13 +05:30
Oliver Eyton-Williams
bc2f659e40 chore: bump client 2020-08-04 03:50:20 +05:30
Ahmad Abdolsaheb
e32022a198 feat: add june 2020 footer 2020-07-28 00:27:51 +09:00
David Sykes
17d9b43747 fic: certification links now open in a new tab (#39180) 2020-07-27 18:15:40 +05:30
Shraddha
b1a0c4fa59 fix: center donation modal text (#39307) 2020-07-27 11:32:32 +02:00
Oliver Eyton-Williams
25be0f379e fix: remove unwanted log (#39312) 2020-07-24 05:08:37 -07:00
Ruchi Kushwaha
0c0611229e Fix/delayofflinewarning (#39291)
* delay offline warning

* Delayed the offline warning

* delayed offline warning

* revert unwanted changes

* correct spacing

* correct spacing second time

* use let instead of var
2020-07-22 05:26:27 -07:00
Kris Koishigawa
f21248edae fix: update donor email address and fix spacing 2020-07-22 12:37:31 +09:00
Oliver Eyton-Williams
de55527693 fix: prevent preview-tests race condition (#39286) 2020-07-20 08:33:56 -07:00
Oliver Eyton-Williams
c285ce5a0c chore: bump loadash and remove gulp (#39276) 2020-07-18 00:34:48 +05:30
Oliver Eyton-Williams
7269894a86 refactor: test output -> arrays (#39178) 2020-07-18 00:33:23 +05:30
Oliver Eyton-Williams
bb019b2b0f fix: responsive videos (#39171) 2020-07-18 00:33:10 +05:30
Oliver Eyton-Williams
22e24dfb54 fix(client): improve accuracy of offline warning (#39249)
The old message made it sound like there was a problem with the server,
even though no attempt was being made to contact it.
2020-07-14 15:56:47 +05:30
Tom
cf190b59e6 Fix/make mongodb instructions accurate (#39214)
* fix: make mongodb instructions accurate
2020-07-14 19:00:23 +09:00
Mosh Feu
aab60d299d docs: Update "Responsive Web Design" Github link (#39134)
Current link leads to a 404 page in the old "learn" repository
2020-07-09 21:14:30 +05:30
Oliver Eyton-Williams
e7346baa34 feat(client): show line numbers on video questions (#39207) 2020-07-08 20:00:42 +05:30
Tom
7ed1d52001 fix(client): hide youtube suggestions (#39164) 2020-07-02 20:36:54 +05:30
Mrugesh Mohapatra
426732f7b5 revert(client): /s/react-youtube/plyr-react/g (#39162)
This reverts commit df6a4f649d.
We found mulitple issues with the integration and will rework on this.
2020-07-02 19:46:10 +05:30
Huyen Nguyen
ab75df7cb1 fix(learn): capitalization and grammar errors (#39151) 2020-07-02 17:20:43 +05:30
Jovani
97f5229033 fix(learn): Organized the Certifications on Settings to match the main page (#39146)
* Organized the Certifications on Settings to match the main page

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-07-02 13:48:08 +02:00
Nicholas Carrigan
1e0e54446f chore: replace forum links (#39139) 2020-06-30 14:21:26 +05:30
Oliver Eyton-Williams
34c26c4950 chore: update forum links in NavLinks (#39141) 2020-06-30 14:16:05 +05:30
Nicholas Carrigan
25cabc0a18 fix(learn): change forum link in help modal (#39143)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2020-06-30 14:15:42 +05:30
Mrugesh Mohapatra
df6a4f649d feat(client): /s/react-youtube/plyr-react/g (#39137)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-06-29 17:37:24 +05:30
Ahmad Abdolsaheb
9fe222680c fix: set radio button selection to null (#39120) 2020-06-23 20:09:06 +02:00
Mrugesh Mohapatra
0116afd18b chore: remove unused quotes files (#39107) 2020-06-22 09:18:27 +02:00
Oliver Eyton-Williams
80223e5e39 fix: style for video answers (#39090)
Vertically centers the radio buttons.
Fixes answer backgrounds.
Corrects answer padding on night mode.
2020-06-18 13:47:13 +05:30
Oliver Eyton-Williams
9954c3d0bc feat: add python syntax highlighting (#39079)
To err on the side of caution, this explicitly includes all languages
that were implicitly included before using the Babel plugin.
2020-06-17 20:33:08 +05:30
Kristofer Koishigawa
6e5988da4e fix(learn): versioning for new certificate slugs (#39087) 2020-06-17 20:30:31 +05:30
Kristofer Koishigawa
77df0e32cd feat(learn): rename certificates, cert slugs, and cert flags (#39026) 2020-06-15 21:51:30 +05:30
rdm100
885538d9e1 fix: updated and consolidated quotes (#39069)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-06-15 18:42:27 +05:30
Oliver Eyton-Williams
daed7ad5dd fix(client): ensure dom ready before testing (#39073)
jQuery challenges can fail seemingly at random. These changes should
prevent the race condition between a user's $( document ).ready() and
test evalution.
2020-06-15 18:41:34 +05:30
Mrugesh Mohapatra
bcf9942263 feat(donate): allow mutiple donations with warning (#39066) 2020-06-13 17:32:29 +05:30
Oliver Eyton-Williams
b4926052f4 chore: refactor and simplify testing (#39050) 2020-06-13 14:57:15 +05:30
Ieahleen
db9c38539b chore(client): removing a forgotten console.log (#39055) 2020-06-12 23:58:53 +05:30
Oliver Eyton-Williams
6b8c2e74b6 fix(client): sync Redux store and DB (#39034) 2020-06-10 12:24:19 +05:30
Kris Koishigawa
89d5c891e3 feat(learn): add full stack certificate md and handle errors
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-06-06 14:45:12 +05:30
Mrugesh Mohapatra
a02ff7b08e fix(certs): add year to certs introduced in 2020 (#38912) 2020-06-04 13:13:07 +05:30
Tom
31614fa9a6 fix(client): remove auto redirect on report user page (#38974) 2020-06-01 23:03:53 +05:30
Kristofer Koishigawa
959608e85e fix(client): public profile qa and infosec certification links (#38948) 2020-06-01 19:53:59 +05:30
Tom
a4ee5ea09a fix(client): background-color in code blocks of questions (#38968) 2020-06-01 18:38:08 +05:30
matbub
4af28cf12c fix(client): update report user verbiage and link (#38954) 2020-06-01 18:37:24 +05:30
Oliver Eyton-Williams
a9acf11209 refactor(client): simply landing query (#38935) 2020-05-28 20:56:48 +05:30
Oliver Eyton-Williams
fcef62d5de refactor(learn): use graphQL filter for Map (#38913) 2020-05-28 20:56:19 +05:30
Oliver Eyton-Williams
d233cb35a3 fix(client): ensure validation works during watch (#38936) 2020-05-28 20:54:29 +05:30
Kristofer Koishigawa
18d2dca05b fix(client): landing page superblocks (#38914) 2020-05-28 14:20:51 +05:30