Commit Graph

42 Commits (eddddc694d21b27ddd7b630db0023f00009c4d5c)

Author SHA1 Message Date
psychobunny 1780b343b4 formatting - routes
Julian Lam 95b16690e0 altering api route to use next() instead of echoing 404...
Julian Lam f6b865a052 closed
Julian Lam bec0b46a2c refactoring installation scripts to use node prompt module, lots of other fixes
fixed , fixed , fixed 
Baris Soner Usakli 1f60578a63 closes
Julian Lam 02a02fa64c updated getTopicWithPosts to use a start and end option, and fixed issue with RSS feed saving (issue )
psychobunny 3773f6b44f merge conflicts + updated search.tpl to BS3
psychobunny bb8f75b4be merged.. conflicted up the ass. registration looks gud again
Baris Soner Usakli 0db599a478 closes
Baris Soner Usakli cc55073107 issue
Julian Lam 0243e9c5be issue , preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
psychobunny f251b9c6c5 Merge branch 'master' into bootstrap3
psychobunny fe89f1f096 added a .hidden-mobile class for inline block elements. also removed button text on jumbotron for mobile devices
Baris Soner Usakli eff1b174c0 closes
psychobunny df15dceaef merging master to pull baris' latest fixes
psychobunny 9f2e192993 jumbotron updates. I'll come back to fixing the button layout on mobile later
Baris Usakli c647793512 meta config changes, refactors
psychobunny a008cf971d register and login -> BS3
psychobunny 2f70dd732d BS3 basic integration; btn-large to btn-lg (inc FA); navbar fixed
psychobunny 746fa93c80 added API call for total unread topics; moved unread notification parsing to client side
also fixed a bug where the new notification icon glow would disappear on
page refresh even if there were existing notifications.
psychobunny eded61d66e typo
psychobunny d9360da9a5 default motd: removed version number and button text on mobile layouts
Baris Usakli 1e66116e1d closes
Baris Soner Usakli 7860cfdec3 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Soner Usakli 30bbea9c74 closes
Baris Usakli c70c67394a closes
Baris Soner Usakli ff805a704d closes
Baris Usakli dceec0ce46 more winston, issue
Baris Usakli 1894d0a469 moved confings into redis
Baris Soner Usakli 24b951ab5b added api route for 403
Baris Soner Usakli 50c34e4f33 added infinite scrolling to unread page, issue
Baris Soner Usakli 244801a0bf added infinite loading to recent page,
Baris Usakli a100eb1bb2 Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Baris Usakli b6281f020b removed console.logs
Julian Lam 78c1139ad9 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 08a45e40a2 fixed outgoing route to handle links with querystrings in it (using req.query instead of req.url). closes .
Baris Usakli e979d1bf0d fixed home loading
Baris Usakli ac3fe1fc6f closes
Baris Usakli 0bd56196cf index topic titles too
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