Commit Graph

281 Commits (7860cfdec337da72c9be2d67dc08f7130cbe3bed)

Author SHA1 Message Date
Baris Usakli c70c67394a closes
Baris Soner Usakli b65554ca15 removed console.log
Baris Soner Usakli 00cb15d3c8 check if there is follow element
Baris Usakli 74af205426 banned users cant login, show error messages on failed logins
Baris Usakli dceec0ce46 more winston, issue
Baris Soner Usakli ded0200355 upgraded userlist to 3 sorted sets, run node app -upgrade after updating to this commit, added infinite scrolling to all user pages, added ops per second to redis page, changed the percentage to 90% for infinite scrolling to kick in
Julian Lam e8f1d645fe closed
new build_title function to be called via socket

also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
Baris Soner Usakli 50c34e4f33 added infinite scrolling to unread page, issue
Julian Lam 08a45e40a2 fixed outgoing route to handle links with querystrings in it (using req.query instead of req.url). closes .
Baris Soner Usakli f0759863e6 reindex all call
Baris Soner Usakli 8423684dee closes , fixed 404 not rendering
Baris Soner Usakli d6b9a2799b full text search using reds, issue
Baris Soner Usakli 59381ee1d3 cleaned up webserver.js a bit, moved api routes to its own file, closes
Baris Soner Usakli 6b2be772e7 removed test route
Baris Soner Usakli 78f462e1e6 added a new section that only shows unread topics, added mark all read button, closes
Baris Soner Usakli 811d2df728 moved getTopicsByTids and getLatestTopics to topics.js
Julian Lam cb8c8f9e42 tweaked OG tags for topics
Julian Lam 7dbf18c1d0 removing authors from OG tags
Julian Lam fe286870a3 closed
Julian Lam ce769a87ef refactored parallel to waterfall in topic and category routes (to allow
for better title generation)
Julian Lam 4588745b9a refactored all calls to app.build_header (in regular and auth routes)
Julian Lam d6938f4818 first pass at a custom title function (not ready for prod)
Julian Lam cc1cc7cae4 first pass at meta tag construction abstraction (issue ). Also addressed issue
Julian Lam 59029a0ef0 minor tweaks to theme engine
psychobunny 6f6a2e4127 closes . updated ajaxify to allow for get parameters to be passed in without issues.
Julian Lam 9e7afcf0ab fixing issue where navigating to a non-existant category_id caused NodeBB
to crash
Baris Soner Usakli 38aa5aa3e6 refactor to remove category_name and category_slug from topic hashes
psychobunny e66cab23cf added a screening page for external links. removed forced target = _blank on external links for UX consideration
used http://www.deviantart.com/users/outgoing?http://www.nodebb.org/ for
inspiration
Baris Soner Usakli e39868c08e fixed regex
Baris Soner Usakli b25033be45 removed console.log
Baris Soner Usakli 7c31e12e6b removed debug console.logs
Baris Soner Usakli 863f471020 closes
Julian Lam 782858c728 added dynamically generated robots.txt
Julian Lam 1fa900e615 added sitemap.xml to routes, closes
Julian Lam c2e9cd621d issue , just for Damian :)
Julian Lam 7cdef19b94 issue again - tightened the regex a bit more (escaped the dot)
Julian Lam 0553254a9b closed
Julian Lam 815bd7c10a THIS IS A BREAKING CHANGE
===

Please run `node app --setup` after you pull this commit.

refactored install script to its own library in /src, updated redis config
params to be nconf compatible
Julian Lam 145898c3ba using nconf to manage config file now (issue )
Julian Lam 41b3eabf1a updating code to not use a hardcoded version number, but rather read the #
from package.json
Julian Lam d4a0b3d05a showing the proper version # on default MOTD and globalified "ver"
Baris Soner Usakli ba161c1f6c removed couple console.logs
Baris Soner Usakli 16117d4331 changed req.connection.encrpyted to req.secure
Baris Soner Usakli 910e9d6ee0 closes
Baris Soner Usakli 28f888fc7d removed console.log
Baris Soner Usakli 62ef925fd3 removed graph/picture, closes
Baris Soner Usakli 7e1d005cae 404 to relative path
Baris Soner Usakli d7597608d5 fixed login register logout
Baris Usakli 6eb9af77e6 first pass at subfolder
Baris Soner Usakli dc473b06bf closes