Commit Graph

5675 Commits

Author SHA1 Message Date
Baris Soner Usakli
1470cc221e span6 for recent posts 2013-06-26 23:05:48 -04:00
Baris Soner Usakli
c93f8c0530 recent posts in /users/ page 2013-06-26 23:04:49 -04:00
Baris Soner Usakli
99465f1ffd moved chat socket.on to footer 2013-06-26 21:41:57 -04:00
Julian Lam
3bd9be5656 Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-26 16:07:42 -04:00
Julian Lam
5f5b30eae8 hotfixing notif spam on chat 2013-06-26 16:07:36 -04:00
psychobunny
69f1037d45 added qUnit unit testing framework, started categories unit tests. finally out of MVP so time to unslackmode :) 2013-06-26 16:06:05 -04:00
Julian Lam
faf70d85d8 Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-26 16:03:51 -04:00
Julian Lam
12a8775de5 hotfixing issue with set_up_posts function in new post event 2013-06-26 16:03:46 -04:00
Baris Usakli
07ceabd371 added space after reps in topic.tpl and topic.js 2013-06-26 15:55:17 -04:00
Baris Usakli
0494718456 added the form back for login 2013-06-26 15:33:20 -04:00
Baris Usakli
cde765b17d remove socket listeners in admin/users/search 2013-06-26 15:19:18 -04:00
Baris Usakli
a59fdcbf6a for andrew 2013-06-26 14:57:20 -04:00
Baris Usakli
7a478637e3 added forum link to /admin header 2013-06-26 13:54:04 -04:00
Baris Usakli
8781f05117 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-06-26 13:46:17 -04:00
Baris Usakli
be0afc43a8 user search in admin/users 2013-06-26 13:46:04 -04:00
Baris Usakli
941ed7e194 user search in admin/users 2013-06-26 13:45:40 -04:00
Julian Lam
97f87ee003 Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-26 13:38:10 -04:00
Julian Lam
936a284397 enabling infinite post loader (re: issue #42), fixes #42 2013-06-26 13:38:05 -04:00
Baris Usakli
7ca2c949dd fixed safari script problem 2013-06-26 13:18:19 -04:00
Julian Lam
9df0b39a5d started integrating infinite post loading for topic view (re: issue #42) 2013-06-26 12:40:39 -04:00
Baris Usakli
0cc5b1f907 moved socket.on to admin index 2013-06-26 12:36:40 -04:00
Baris Usakli
c870e8bbf3 testing user search in admin panel 2013-06-26 12:32:30 -04:00
Baris Usakli
746faa9488 delete user button in admin/users. the latest/top posters and most reputation sorting is working now in admin/users 2013-06-26 11:38:44 -04:00
Baris Soner Usakli
d6761a293d removed console.log 2013-06-25 21:23:56 -04:00
Baris Soner Usakli
03e2dd3863 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-06-25 21:16:46 -04:00
Baris Soner Usakli
07f434be54 possible fix for topic sorting 2013-06-25 21:16:37 -04:00
Julian Lam
9098d61fe2 completed fb and g+ integration of buttons in category view 2013-06-25 21:15:24 -04:00
Julian Lam
2a946d52e0 fixed incorrect twitter link generation in category view 2013-06-25 21:07:27 -04:00
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 Soner Usakli
8e10ce1924 fixed admin page user links 2013-06-25 18:42:22 -04:00
Baris Soner Usakli
f2e45e4ed1 changed spans on account page 2013-06-25 18:40:37 -04:00
Baris Soner Usakli
c1ba447aec fixed sorting for topics 2013-06-25 17:31:51 -04:00
Baris Soner Usakli
419e5ab528 changes to admin/users 2013-06-25 17:20:08 -04:00
Baris Soner Usakli
4103e1db55 removed console.log 2013-06-25 16:49:23 -04:00
Baris Soner Usakli
e0debed04f removed ajax from make/remove admin 2013-06-25 16:43:46 -04:00
Baris Soner Usakli
34777fa844 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 2013-06-25 15:50:22 -04:00
Baris Soner Usakli
ea4f39ca21 server side checks for username/email/password, closes #41 2013-06-25 15:50:14 -04:00
Julian Lam
002695234b Merge pull request #38 from Alfresco/master
Fix for reply locking new topic title as read only
2013-06-25 12:46:48 -07:00
psychobunny
619fc7d982 prevent hero unit text from breaking mobile layout if its too long 2013-06-25 14:49:09 -04:00
Baris Soner Usakli
7d49294595 closes #37, used the sorted set and updated it when a new post is made to a topic 2013-06-25 14:38:17 -04:00
Baris Soner Usakli
fcbe99870a added password confirm to registration and prettified the notifications on regiser page, need to add validation for email/username/password on server side User.create too 2013-06-25 12:34:27 -04:00
Matt Smith
719dedd72b Moved reply topic unlock 2013-06-25 15:54:33 +01:00
Matt Smith
60dfed79c1 Fixed Reply locking New Topic title edit 2013-06-25 12:28:59 +01:00
psychobunny
939207ef45 moved admin categories into its own file 2013-06-24 17:25:16 -04:00
psychobunny
1162b2020d categories admin basic features completed - name, description, icon selector + background color 2013-06-24 17:19:05 -04:00
Julian Lam
606387407f Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-24 17:05:33 -04:00
Julian Lam
bc2d7b7d0f added twitter intent, regarding issue #35 2013-06-24 17:05:23 -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
d0e5c0dcf1 Merge branch 'master' of github.com:psychobunny/node-forum 2013-06-24 16:35:54 -04:00
Julian Lam
87e2023c86 closed #28 by implementing solution #2 2013-06-24 16:35:50 -04:00