You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam
f4573d23b5
Merge branch 'master' of github.com:designcreateplay/NodeBB
|
13 years ago |
| .. |
|
admin
|
closes #93
|
13 years ago |
|
routes
|
added api route for 403
|
13 years ago |
|
categories.js
|
closed #160
|
13 years ago |
|
favourites.js
|
fixed favouriting
|
13 years ago |
|
feed.js
|
fixing issue where navigating to a non-existant category_id caused NodeBB
|
13 years ago |
|
imgur.js
|
drag and drop image upload first pass
|
13 years ago |
|
install.js
|
moved the imgur clientID to the server config file
|
13 years ago |
|
login.js
|
first pass at a custom title function (not ready for prod)
|
13 years ago |
|
meta.js
|
closed #160
|
13 years ago |
|
notifications.js
|
refactored notifications library to mark all notifs read when the menu is
|
13 years ago |
|
plugins.js
|
added note linking to wiki page for authoring plugins... also showing something if no plugins are installed
|
13 years ago |
|
postTools.js
|
fixed outgoing route to handle links with querystrings in it (using req.query instead of req.url). closes #154.
|
13 years ago |
|
posts.js
|
closed #160
|
13 years ago |
|
redis.js
|
infinite scrolling for topics in category view, changed how topics are stored in categories, using sorted sets instead of sets now, if you update to this commit run node app --upgrade to upgrade the redis schema, #141
|
13 years ago |
|
schema.js
|
added a new section that only shows unread topics, added mark all read button, closes #140
|
13 years ago |
|
sitemap.js
|
fixed oddities in base_url and url generation for subdirectoried instances
|
13 years ago |
|
threadTools.js
|
closed #160
|
13 years ago |
|
topics.js
|
closed #160
|
13 years ago |
|
upgrade.js
|
infinite scrolling for topics in category view, changed how topics are stored in categories, using sorted sets instead of sets now, if you update to this commit run node app --upgrade to upgrade the redis schema, #141
|
13 years ago |
|
user.js
|
closed #160
|
13 years ago |
|
webserver.js
|
closed #160
|
13 years ago |
|
websockets.js
|
closed #160
|
13 years ago |