Commit Graph

348 Commits

Author SHA1 Message Date
Baris Soner Usakli
9b43f80ff8 changed login to ajax added error message for incorret login, closes #36 2013-06-25 20:55:02 -04:00
Baris Usakli
a43c7bc90f changed the /latest route to /recent to match the text 2013-06-24 16:58:25 -04:00
Julian Lam
87e2023c86 closed #28 by implementing solution #2 2013-06-24 16:35:50 -04:00
Julian Lam
578dba10cd fixed #30 2013-06-24 16:02:39 -04:00
Baris Usakli
d3a190d74e username to userslug change 2013-06-24 14:33:53 -04:00
Julian Lam
4d99870063 updating nodebb executable so that it sends a NODE_ENV environment
variable in, and modified app.js and redis lib to read it.
2013-06-21 13:28:55 -04:00
Julian Lam
f91e0848ee updated readme to link to wiki page on running NodeBB 2013-06-21 12:09:22 -04:00
Baris Usakli
9309722898 fixed indents 2013-06-20 16:48:17 -04:00
Baris Usakli
64a9e5844d son whitespace conflicts are so 1765 2013-06-20 16:30:33 -04:00
Baris Usakli
523b787e69 added csrf to ajax calls 2013-06-20 16:29:44 -04:00
Julian Lam
0d954b24dc removed debug statements, adding missing file re: issue #3 2013-06-20 16:29:20 -04:00
Baris Usakli
9cf9e98b14 removed duplicate build_header 2013-06-20 16:04:58 -04:00
Baris Usakli
cef77c2fd8 changed res.send(JSON.stringify()); to res.json(). closes #25 2013-06-20 15:08:33 -04:00
Julian Lam
59d26d6fc9 implementing express.csrf for login and register pages (the only places where HTTP forms are used). Fixes #8 2013-06-20 12:41:22 -04:00
Julian Lam
05b91caf6c noscript for home and category view (although it's not quite working for
category view yet)
2013-06-14 13:01:24 -04:00
Julian Lam
c0b018cdf4 adding noscript parsing for a topic, if accessed by a browser without javascript 2013-06-11 15:40:50 -04:00
psychobunny
d5f3f3d9fb fixed serverside templates.js bug that prevented blocks from being defined 2013-06-11 14:52:21 -04:00
Julian Lam
6df57c4a9b committing the broken template parsing for andrew to see (webserver.js, line 121. Uncomment the commented out object, or substitute in "posts") 2013-06-11 13:51:25 -04:00
Julian Lam
882b9a917f ability for users to now follow/subscribe to threads 2013-06-06 20:39:45 -04:00
Julian Lam
a09cfd9304 started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP
introducing mixins css file
2013-06-06 15:34:46 -04:00
Julian Lam
1a104686ac new header for meta title 2013-06-05 16:17:07 -04:00
psychobunny
2b3688b6f3 updated rss feeds to work on chrome 2013-06-05 11:54:44 -04:00
psychobunny
f1f86b1d4f added category rss. added tid to be passed back in getTopicsByTids. 2013-06-04 12:58:04 -04:00
Julian Lam
1aa4a440a0 motd tweaks in admin panel 2013-06-03 14:51:02 -04:00
psychobunny
4b17f1d4e6 wrapped up rss for topics. added a new route to access these feeds from the url topic/tid.rss 2013-05-30 16:02:13 -04:00
Julian Lam
9af39622ed actually using identicon default across the site 2013-05-29 14:55:43 -04:00
psychobunny
9c546c92ad removed alert 2013-05-29 11:55:46 -04:00
psychobunny
f9e015f194 cid undefined bug 2013-05-28 14:26:00 -04:00
Julian Lam
c66885af51 fixing build_header misdef 2013-05-28 14:11:27 -04:00
Julian Lam
48bccb3498 applying custom theme (if enabled) to all routes 2013-05-28 12:31:55 -04:00
Julian Lam
7f77ec2c5f committing hotfix to registration 2013-05-28 11:50:09 -04:00
Julian Lam
88bf9425db install script + patching up integration with install wizard 2013-05-27 14:02:57 -04:00
Julian Lam
5d7ec10aae Merge branch 'master' into install_script 2013-05-27 11:45:58 -04:00
Julian Lam
65b6010d74 installation wizard under /install 2013-05-25 20:32:22 -04:00
Julian Lam
405318844f allowing multiple less files to compile down to one 2013-05-24 15:38:23 -04:00
Julian Lam
00a9ec0f12 interim commit 2013-05-24 13:14:41 -04:00
psychobunny
a02a74604c moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive 2013-05-24 11:18:28 -04:00
psychobunny
4b67f8573e recent posts done (needs polish/cleanup), and fixed bug where new topic button was not showing up in categories 2013-05-24 07:52:25 -04:00
psychobunny
c785f06367 added 404 tpl, fix for 404 on topics, continuing refactor - categories 2013-05-23 16:53:25 -04:00
Julian Lam
7e46f8c6ce uniqueId support in notifications 2013-05-23 13:48:42 -04:00
Julian Lam
681bf270a1 hotfix to path to utils 2013-05-23 13:29:21 -04:00
Julian Lam
1f7ab82f78 Merge remote-tracking branch 'origin' into notifications
Conflicts:
	src/webserver.js
2013-05-23 13:24:27 -04:00
psychobunny
cd4ca110a1 moved utils over to client side for code sharing 2013-05-23 13:21:46 -04:00
Julian Lam
78713f0599 Merge remote-tracking branch 'origin' into notifications 2013-05-23 13:13:35 -04:00
Baris Usakli
acd797fe20 changed github link on home 2013-05-23 13:04:25 -04:00
Julian Lam
c8d48127ad more changes to notification dropdown in header bar 2013-05-23 12:54:57 -04:00
Julian Lam
6bae30336a foundation for user notifications 2013-05-22 21:43:01 -04:00
Julian Lam
6cd65e6598 fixing motd so that it shows default motd if config is empty 2013-05-22 15:15:48 -04:00
Julian Lam
499f840e1e added toggle in config to switch on and off the motd 2013-05-22 12:11:44 -04:00
Julian Lam
ec463ce3d3 added motd support 2013-05-22 12:06:23 -04:00