Julian Lam
|
7c8b442dcd
|
more updates to privileges revamp
|
2014-05-13 17:06:58 -04:00 |
|
barisusakli
|
8afcf44732
|
gravatars will be generated on demand
changing the setting in ACP will affect all default gravatars now.
|
2014-05-04 17:27:00 -04:00 |
|
barisusakli
|
6f40393b99
|
added err check
|
2014-05-04 14:33:12 -04:00 |
|
barisusakli
|
d05920ec78
|
refactor of thread tools
|
2014-04-24 20:05:05 -04:00 |
|
barisusakli
|
2ad715ead3
|
closes #1412
|
2014-04-20 15:07:53 -04:00 |
|
barisusakli
|
bca2755c3e
|
possible fix for #1410
|
2014-04-20 01:31:17 -04:00 |
|
Micheil Smith
|
3e82cab398
|
Add missing new lines at end of files.
|
2014-04-10 20:56:53 +01:00 |
|
barisusakli
|
1f77df794a
|
added lots of error keys
|
2014-04-09 22:26:23 -04:00 |
|
barisusakli
|
3f44f4bb3a
|
closes #1319
|
2014-04-02 16:55:01 -04:00 |
|
barisusakli
|
a3404d3d4f
|
closes #1253
|
2014-03-23 14:25:16 -04:00 |
|
barisusakli
|
ca0dbf84be
|
no need for exists check
if topic doesnt exist topicData will be null
|
2014-03-21 18:20:06 -04:00 |
|
barisusakli
|
7a1037dc11
|
moved posts and recent to new files
|
2014-03-21 17:04:15 -04:00 |
|
barisusakli
|
38733ef94b
|
moved reply post create to topics/create.js
|
2014-03-21 15:55:03 -04:00 |
|
barisusakli
|
478429af3a
|
moved fork to new file
|
2014-03-21 15:47:46 -04:00 |
|
barisusakli
|
bac3cf03cb
|
moved unread to new file
|
2014-03-21 15:40:37 -04:00 |
|
barisusakli
|
f83b7ee972
|
renamed event
|
2014-03-17 17:38:47 -04:00 |
|
barisusakli
|
8efc33d6a1
|
closes #976
|
2014-03-17 17:27:47 -04:00 |
|
barisusakli
|
1354739d19
|
user deletion #746
user deletion NOT SKALABLE
|
2014-03-14 19:07:50 -04:00 |
|
psychobunny
|
9de21995c4
|
added category bgColor and color to topics api
|
2014-03-13 15:46:19 -04:00 |
|
barisusakli
|
3f5c51174d
|
refactored user.js
took out notifications, email and reset code to separate files
|
2014-03-12 18:00:33 -04:00 |
|
barisusakli
|
a0222b69bb
|
closes #1200
|
2014-03-12 00:45:15 -04:00 |
|
barisusakli
|
6e6c5688d9
|
more cleanup
|
2014-03-11 22:31:09 -04:00 |
|
Julian Lam
|
b259c3d422
|
categoryData should return better topics (non-anon uid passed in now)
|
2014-03-11 15:48:29 -04:00 |
|
barisusakli
|
6496b91c29
|
closes #1180
|
2014-03-09 14:02:30 -04:00 |
|
barisusakli
|
ec86aafb48
|
return user object
|
2014-03-09 00:20:29 -05:00 |
|
barisusakli
|
b4b9ed1841
|
optimized getTopicsByTids, single db call to get topicData, added cache for privilege/category/user data
|
2014-03-09 00:16:05 -05:00 |
|
Baris Soner Usakli
|
be70b3de57
|
closes #1090
|
2014-03-03 15:26:15 -05:00 |
|
Baris Soner Usakli
|
fb691b23b4
|
moved topic locked check to topic.reply
|
2014-03-01 22:03:21 -05:00 |
|
Baris Soner Usakli
|
091723a8c5
|
closes #1101
|
2014-02-27 23:45:12 -05:00 |
|
Baris Soner Usakli
|
6a962655e4
|
jshint for topics.js
|
2014-02-26 20:38:49 -05:00 |
|
Baris Soner Usakli
|
99bf882a1c
|
removed cid from getTopicsByTids
|
2014-02-26 19:55:28 -05:00 |
|
Baris Soner Usakli
|
56bbeb9950
|
use disableSocialButtons from config
|
2014-02-26 17:16:55 -05:00 |
|
Baris Soner Usakli
|
ea6cf3bbd5
|
more cleanup and changes to topics
|
2014-02-26 16:43:21 -05:00 |
|
Baris Soner Usakli
|
8da7a6f2f3
|
cleanup
|
2014-02-26 15:32:32 -05:00 |
|
Baris Soner Usakli
|
7c1a46f25d
|
misc cleanup
|
2014-02-25 14:41:14 -05:00 |
|
Baris Soner Usakli
|
fd8e7327f0
|
removed console.log
|
2014-02-25 14:05:14 -05:00 |
|
Baris Soner Usakli
|
7e5a7c53bd
|
changes to templates
|
2014-02-25 14:03:47 -05:00 |
|
Baris Soner Usakli
|
bbc2df11e1
|
fixed updateTopicCount
|
2014-02-24 16:24:21 -05:00 |
|
Baris Soner Usakli
|
8feac114c3
|
closes #1022
|
2014-02-24 16:23:11 -05:00 |
|
Baris Soner Usakli
|
ed8e76ebce
|
added error check to getTopicDataWithUser
|
2014-02-24 16:01:01 -05:00 |
|
Baris Soner Usakli
|
6e5a6b8784
|
upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
|
2014-02-22 18:56:37 -05:00 |
|
Baris Soner Usakli
|
d6d9776cde
|
added toPid to posts
|
2014-02-22 17:56:13 -05:00 |
|
Baris Soner Usakli
|
bae76ebd70
|
fixed the redis error when going to unread/recent if nextStart is missing
|
2014-02-22 00:49:32 -05:00 |
|
Baris Soner Usakli
|
dfe25d4bc0
|
only store thumb if is defined
|
2014-02-21 23:28:19 -05:00 |
|
Baris Soner Usakli
|
29ba015d69
|
fixed topic thumbs
|
2014-02-21 23:15:25 -05:00 |
|
Baris Soner Usakli
|
9eb4945415
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
2014-02-21 18:32:06 -05:00 |
|
Baris Soner Usakli
|
de34beaf6d
|
closes #1087
|
2014-02-21 18:31:59 -05:00 |
|
psychobunny
|
2ec6dd1d14
|
added filter:topic.thread_tools for creating custom admin functionality in topics view
|
2014-02-21 16:47:40 -05:00 |
|
Baris Soner Usakli
|
eb3b240b04
|
some cleanup of unread
|
2014-02-21 15:54:51 -05:00 |
|
akhoury
|
63c9269240
|
merged composer and some other files with master
|
2014-02-20 02:25:15 -05:00 |
|