302 Commits (b6fbfcc814a9fcb14ec524156460180bf2c0a002)

Author SHA1 Message Date
Julian Lam 03fb649274 Merge branch 'master' into user_groups 12 years ago
Julian Lam 201fb4d73e fixed #256 - where saving and retrieval of RSS feeds wasn't working on some instances due to a relative path being passed to read/writeFile 12 years ago
Julian Lam 02a02fa64c updated getTopicWithPosts to use a start and end option, and fixed issue with RSS feed saving (issue #256) 12 years ago
Julian Lam 9fae0d2505 removing dupe main post from posts array in topic noscript 12 years ago
Julian Lam 0a8c43901d more fixes to noscript 12 years ago
Julian Lam 3ed9e1dd51 closed #253, closed #252 12 years ago
Julian Lam 5e869a5e5c Merge branch 'master' into user_groups 12 years ago
Baris Soner Usakli 09b578522f added prefic to less middleware 12 years ago
Baris Usakli 599789634a closes #227 12 years ago
Julian Lam 8d26eb4e07 minor stuff and such 12 years ago
Baris Usakli 691b6611d0 user search uses reds now 12 years ago
Julian Lam 4416f8530d matching connect-redis session with cookie ttl 12 years ago
Baris Soner Usakli 4e48ab2363 changed max age to milliseconds 12 years ago
Julian Lam 0243e9c5be issue #214, preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous. 12 years ago
Julian Lam 14e7907e06 closed #201 12 years ago
Julian Lam 96ee0a2017 closed #184 12 years ago
Baris Soner Usakli dd40cbc139 check if topicData is valid 12 years ago
Baris Soner Usakli 23db2e5c9e better fix for #198 12 years ago
Baris Soner Usakli eff1b174c0 closes #198 12 years ago
Julian Lam 9bc12f28b4 fuck git 12 years ago
Baris Usakli c647793512 meta config changes, refactors 12 years ago
Baris Usakli c70c67394a closes #171 12 years ago
Baris Soner Usakli b65554ca15 removed console.log 12 years ago
Baris Soner Usakli 00cb15d3c8 check if there is follow element 12 years ago
Baris Usakli 74af205426 banned users cant login, show error messages on failed logins 12 years ago
Baris Usakli dceec0ce46 more winston, issue #62 12 years ago
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 12 years ago
Julian Lam e8f1d645fe closed #160
new build_title function to be called via socket

also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
12 years ago
Baris Soner Usakli 50c34e4f33 added infinite scrolling to unread page, issue #141 12 years ago
Julian Lam 08a45e40a2 fixed outgoing route to handle links with querystrings in it (using req.query instead of req.url). closes #154. 12 years ago
Baris Soner Usakli f0759863e6 reindex all call 12 years ago
Baris Soner Usakli 8423684dee closes #145, fixed 404 not rendering 12 years ago
Baris Soner Usakli d6b9a2799b full text search using reds, issue #142 12 years ago
Baris Soner Usakli 59381ee1d3 cleaned up webserver.js a bit, moved api routes to its own file, closes #54 12 years ago
Baris Soner Usakli 6b2be772e7 removed test route 12 years ago
Baris Soner Usakli 78f462e1e6 added a new section that only shows unread topics, added mark all read button, closes #140 12 years ago
Baris Soner Usakli 811d2df728 moved getTopicsByTids and getLatestTopics to topics.js 12 years ago
Julian Lam cb8c8f9e42 tweaked OG tags for topics 12 years ago
Julian Lam 7dbf18c1d0 removing authors from OG tags 12 years ago
Julian Lam fe286870a3 closed #116 12 years ago
Julian Lam ce769a87ef refactored parallel to waterfall in topic and category routes (to allow
for better title generation)
12 years ago
Julian Lam 4588745b9a refactored all calls to app.build_header (in regular and auth routes) 12 years ago
Julian Lam d6938f4818 first pass at a custom title function (not ready for prod) 12 years ago
Julian Lam cc1cc7cae4 first pass at meta tag construction abstraction (issue #116). Also addressed issue #118 12 years ago
Julian Lam 59029a0ef0 minor tweaks to theme engine 12 years ago
psychobunny 6f6a2e4127 closes #114. updated ajaxify to allow for get parameters to be passed in without issues. 12 years ago
Julian Lam 9e7afcf0ab fixing issue where navigating to a non-existant category_id caused NodeBB
to crash
12 years ago
Baris Soner Usakli 38aa5aa3e6 refactor to remove category_name and category_slug from topic hashes 12 years ago
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
12 years ago
Baris Soner Usakli e39868c08e fixed regex 12 years ago