jrtechs
|
c3d8730cd0
|
Updated blog renderer engine to lazy load youtube videos.
|
5 years ago |
jrtechs
|
a0e1fe0128
|
Created header image for blog post.
|
5 years ago |
jrtechs
|
42c2708af9
|
Finished writing sorting algorithms blog post.
|
5 years ago |
jrtechs
|
3f15443205
|
Added functional notations and more algorithms to my long lost sorting algorithms post.
|
5 years ago |
jrtechs
|
3675c3968d
|
Fixed latex rendering going off screen (Closes #8)
|
5 years ago |
jrtechs
|
a28d599a3a
|
Fixed static content loader dealing with json and javascript files.
|
5 years ago |
jrtechs
|
ea11ea80a2
|
Removed fluff from the math jax.
|
5 years ago |
jrtechs
|
b41d9916ef
|
"Fixed" issue with latex rendering off of the page.
|
5 years ago |
jrtechs
|
580983076d
|
Wrote blog post on the knapsack problem.
|
5 years ago |
Jeffery Russell
|
85ee472ad2
|
Merge pull request #35 from jrtechs/securityEnhancement
Fixed bug where user's ban counter would increment when no login atte…
|
5 years ago |
Jeffery Russell
|
d67c0ddc09
|
Merge pull request #34 from jrtechs/NextPage
Next page implementation
|
5 years ago |
jrtechs
|
d683d6a8e5
|
Refactored and documented newly written code.
|
5 years ago |
jrtechs
|
5f1d6d523d
|
Fixed potential memory overflow attack via the cache system.
|
5 years ago |
jrtechs
|
4e5160de3b
|
Fixed security issue with blog where .json and .js files were public to the web.
|
5 years ago |
jrtechs
|
639cd1867e
|
Implemented functionality allowing people to view older posts on the home page.
|
5 years ago |
Jeffery Russell
|
0b86e70056
|
Merge pull request #33 from jrtechs/AdminUpdate
Admin Update
|
5 years ago |
jrtechs
|
e10cdbcd4e
|
Added server controls to the admin page for clear cache and pull from git.
|
5 years ago |
jrtechs
|
ca1d753b6d
|
Final version of 2018 review blog post.
|
5 years ago |
Jeffery Russell
|
07f9fc50c3
|
Added images to git repo.
|
5 years ago |
Jeffery Russell
|
41b989b0b9
|
Added images to the 2018 review post.
|
5 years ago |
Jeffery Russell
|
c4b6b6f317
|
Created outline for 2018 review blog post.
|
5 years ago |
jrtechs
|
d577fae97a
|
Finished final draft of the Maker Faire post.
|
6 years ago |
jrtechs
|
3a8958eea0
|
Finished first draft of the 2018 rochester maker faire blog post.
|
6 years ago |
jrtechs
|
1f14b3ebcf
|
Fixed small issue with contact form.
|
6 years ago |
jrtechs
|
1945992485
|
Updated the steam website
|
6 years ago |
jrtechs
|
779401f326
|
Updated the email system to store information for captcha and email in the new configuration system.
|
6 years ago |
jrtechs
|
1c787b6498
|
Merge branch 'master' of https://github.com/jrtechs/NodeJSBlog
|
6 years ago |
jrtechs
|
c6d83e7f43
|
Created a favicon for the website.
|
6 years ago |
Jeffery Russell
|
170ee2d678
|
Updated a error in CS theory blog post and updated docs on the server.js file.
|
6 years ago |
Jeffery Russell
|
7e7d168a8b
|
Updated system to read configuration settings from a centralized config file rather than random files or hard coded parameters.
|
6 years ago |
Jeffery Russell
|
2e9a8db2fe
|
Fixed issue with mathjax cdm again
|
6 years ago |
jrtechs
|
9129034e91
|
Fixed issue where incorrect login counter would increment when no login was attempted.
|
6 years ago |
jrtechs
|
f54fd2371d
|
Fixed bug where user's ban counter would increment when no login attempt was made.
|
6 years ago |
Jeffery Russell
|
8442fb7eb5
|
Merge pull request #29 from jrtechs/securityEnhancement
Added security to login page to prevent brute-forcing.
|
6 years ago |
jrtechs
|
f9299a9bd0
|
Implemented a procedure to ban people based on ip after they have x amount of invalid log-in attempts.
|
6 years ago |
jrtechs
|
aeff837ea5
|
Created header image for CS theory post.
|
6 years ago |
jrtechs
|
83ca381fd6
|
Fixed small issues with the static blog previewer.
|
6 years ago |
jrtechs
|
ed56114f3a
|
Made final revisions before publishing.
|
6 years ago |
Jeffery Russell
|
687c27bcc0
|
Finished first draft of cs theory review blog post.
|
6 years ago |
Jeffery Russell
|
56dc63a7bc
|
Created system to preview blog posts your working on.
|
6 years ago |
jrtechs
|
64923ee326
|
Updated my cs review blog post with information on DFA minification, the pumping lemma and Context free languages.
|
6 years ago |
jrtechs
|
f8aa7437ee
|
Started working on CS Theory Review Post.
|
6 years ago |
Jeffery Russell
|
286df044ec
|
Merge pull request #27 from jrtechs/adminRefactor
Admin Page Refactor
|
6 years ago |
jrtechs
|
2ef43a6872
|
Refactored the admin page to be hosted under /admin again.
|
6 years ago |
jrtechs
|
aa88b4429f
|
Refactored code to use a single place for loading static content such as
html, css, js and image files. I also moved the render blog content outside of the server.js to give more readability.
|
6 years ago |
jrtechs
|
cde78c314c
|
Merge changes into master.
|
6 years ago |
jrtechs
|
b6ceb8734a
|
Quick fix to ensure that images of the steam blog are still loaded correctly.
|
6 years ago |
Jeffery Russell
|
e491ea6155
|
Merge pull request #26 from jrtechs/projectsSites
Added static projects sites to the blog.
|
6 years ago |
jrtechs
|
dd2fe9f067
|
Modified this code to work with "other projects" and render SVG images properly.
|
6 years ago |
jrtechs
|
d25d9da48a
|
Created projects sites state diagram.
|
6 years ago |