Commit Graph

5675 Commits

Author SHA1 Message Date
Baris Usakli
87a786c1b0 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-06-24 16:16:55 -04:00
Baris Usakli
51842a32da dont let users with the same username/slug register closes #33 2013-06-24 16:16:50 -04:00
Julian Lam
5671f80bbc Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-24 16:02:44 -04:00
Julian Lam
578dba10cd fixed #30 2013-06-24 16:02:39 -04:00
psychobunny
561ebea362 attempt at fixing issues on safari, in progress 2013-06-24 15:34:44 -04:00
psychobunny
a6ff96c455 addressed issue #7 - removed unintentional flicker on page load 2013-06-24 14:59:59 -04:00
Baris Usakli
0ccd602ac8 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-06-24 14:56:33 -04:00
Baris Usakli
bbee8e94bd fixes #34 2013-06-24 14:56:23 -04:00
Julian Lam
7154676c87 Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-24 14:55:59 -04:00
Julian Lam
eeaef21d44 removing redundant search link in admin menu 2013-06-24 14:55:54 -04:00
Baris Usakli
a0751d6caa Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-06-24 14:34:00 -04:00
Baris Usakli
d3a190d74e username to userslug change 2013-06-24 14:33:53 -04:00
Julian Lam
b1aef19ee9 finishing up topics list in admin panel with infinite loading 2013-06-24 14:10:42 -04:00
Julian Lam
d86dd2fbdf fixing up styling for category noscript view 2013-06-24 13:55:40 -04:00
psychobunny
f732ab4d5a fixed another issues in templates.js causing grief in topics admin view 2013-06-24 13:51:13 -04:00
Julian Lam
c34f4e451a Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-24 13:32:39 -04:00
Julian Lam
39aac31092 minor fix to template rendering 2013-06-24 13:32:36 -04:00
psychobunny
8383874304 closes issue #15 - fixed some issues in templates.js 2013-06-24 13:30:33 -04:00
Julian Lam
4436dbafe9 Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-24 13:03:39 -04:00
Julian Lam
89e852f692 adding 'load more topics' button to topic admin 2013-06-24 13:03:34 -04:00
psychobunny
dbf7887cc6 fixes issue #14 2013-06-24 13:03:25 -04:00
psychobunny
166254b848 fixes issue #16 (ajaxify.go is now called) and reintroduces the fadein animation for new topic post 2013-06-24 12:54:14 -04:00
Baris Usakli
ad11be657e added turkish characters to utils.slugify 2013-06-24 12:08:21 -04:00
Baris Usakli
3ef32ba7fb image size css for topic first post, facebook app id in template 2013-06-24 11:39:26 -04:00
Baris Usakli
dd4af40be0 removed login code from user.js 2013-06-24 11:14:45 -04:00
Baris Usakli
8f92710906 moved login code from user.js to login.js 2013-06-24 11:14:03 -04:00
Julian Lam
da8c7cbb53 Update README.md
- Added link to Trello Roadmap
- Added list "How to contribute"
2013-06-23 00:38:38 -03:00
Baris Soner Usakli
281b7a16a8 account edit alert back to 2 seconds 2013-06-21 17:48:53 -04:00
Baris Soner Usakli
1620d1e4be fixes #17 2013-06-21 17:48:12 -04:00
Baris Soner Usakli
f49fc234c1 fixed recent replies order. closes #27 2013-06-21 16:46:31 -04:00
Baris Soner Usakli
74563ea21e added tooltips on topic page 2013-06-21 16:32:58 -04:00
Baris Soner Usakli
ba3c78846d removed comments in topic.js 2013-06-21 15:53:13 -04:00
Baris Soner Usakli
6c63ad89de image upload sends the csrf token now 2013-06-21 15:51:03 -04:00
Baris Soner Usakli
eff3fc9b7a fixed error in favouriting posts 2013-06-21 15:35:00 -04:00
Baris Soner Usakli
225ad912b9 closes #20 2013-06-21 13:44:42 -04:00
Julian Lam
e158fdc963 Merge branch 'master' of github.com:designcreateplay/NodeBB 2013-06-21 13:29:22 -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
Baris Soner Usakli
c19f9fa54b closes issue #18 2013-06-21 13:20:37 -04:00
Baris Soner Usakli
e49d2707eb changed the follower/following keys 2013-06-21 12:53:50 -04:00
Baris Soner Usakli
f657c307dc Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-06-21 12:24:03 -04:00
Baris Soner Usakli
acdca15e6a possible fix for issue #12 2013-06-21 12:23:49 -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
aaab212128 fixed more indentation 2013-06-20 16:52:42 -04:00
Baris Usakli
e7619e6fe3 fixed indents 2013-06-20 16:49:04 -04:00
Baris Usakli
9309722898 fixed indents 2013-06-20 16:48:17 -04:00
psychobunny
912664756f categories admin continued 2013-06-20 16:45:58 -04:00
Julian Lam
602f0d26f9 Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-20 16:39:45 -04:00
Julian Lam
d0e5938788 merging in Peter Cellik's changes to allow NodeBB to work with a passworded Redis store. Fixes #11 2013-06-20 16:39:11 -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