Baris Usakli
|
705754e823
|
merged master
|
11 years ago |
Julian Lam
|
041e77f688
|
fixing replying (whoops)
|
11 years ago |
Julian Lam
|
d9ee9bf5e3
|
revamped handling of unread messages, so that a socket call is made to all socket clients whenever a new unread message is available. Prior behaviour had the unread count updated via ajax call on ajaxify (which was clumsy at best and didn't update automagically)
|
11 years ago |
Baris Usakli
|
7875138c08
|
added parseInt
|
11 years ago |
Julian Lam
|
43b012b32e
|
defactored getUnreadTopics into separate getUnreadTids method -- for no reason, mind you
|
11 years ago |
Baris Soner Usakli
|
f0caac242c
|
fixed incr in topic post
|
11 years ago |
Baris Soner Usakli
|
32d5118266
|
tons more changes
|
11 years ago |
Baris Soner Usakli
|
d5c0ca4a9d
|
closes #595
|
11 years ago |
Baris Soner Usakli
|
46a14715e3
|
fixed logout in admin site, cleaned up topics.post, anon users can post topics now if allowed
|
11 years ago |
Baris Usakli
|
b2074c6dda
|
fixes to infinite load and paginator
|
11 years ago |
Baris Soner Usakli
|
db98b3db55
|
removed the fields again, gitsucks
|
11 years ago |
Baris Usakli
|
a87ebb64d8
|
clean up of posts and some template additions
|
11 years ago |
Baris Usakli
|
0742590c0c
|
added pid to share links, removed unused vars
|
11 years ago |
Baris Soner Usakli
|
fdf5227c35
|
closes #572
|
11 years ago |
Julian Lam
|
0a06f1ac7d
|
Merge remote-tracking branch 'origin/master' into category-whitelisting
|
11 years ago |
Baris Soner Usakli
|
2148f6ff95
|
closes #559
|
11 years ago |
Julian Lam
|
5ee5c8179a
|
category whitelist for replying to posts, lots of refactoring, too
|
11 years ago |
Julian Lam
|
182659d0e1
|
removing extra .js suffix from required files and physically separating
nodebb libs from deps
|
11 years ago |
Baris Soner Usakli
|
32b191fa62
|
removed global.io
|
11 years ago |
Baris Usakli
|
e1f6e064a9
|
removed io from user.js, figure out why notifications are breaking when websockets.js is required from it
|
11 years ago |
Baris Usakli
|
541993c80a
|
fontawesome 4 migration, closes #473
|
11 years ago |
psychobunny
|
d4d0e8cd9b
|
set unreplied flag to new topics sent via websocket
|
11 years ago |
Baris Soner Usakli
|
81560c4698
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
11 years ago |
Baris Soner Usakli
|
390937a20b
|
added err to getAllTopics
|
11 years ago |
psychobunny
|
377de06eeb
|
removed main_posts from topics core, returning OP in posts array now
|
11 years ago |
psychobunny
|
46bad118de
|
if a thread is unreplied, don't show the OP as the last person to reply
|
11 years ago |
Baris Usakli
|
7d3adb9275
|
removed unused stuff from getLatestTopics and recent.tpl
|
11 years ago |
Julian Lam
|
08ef67e824
|
closed #536
|
11 years ago |
Baris Usakli
|
54d94f5988
|
added topic tests
|
11 years ago |
Baris Usakli
|
7c1b6d6ad2
|
lots of refactor for error handling
|
11 years ago |
Baris Usakli
|
84fa704b25
|
refactor abit adding error checking to missing parts
|
11 years ago |
Baris Usakli
|
4ce6ac5af9
|
closes #491, added check to prevent crash in getAnonUserCount
|
11 years ago |
Baris Usakli
|
7d1aa02fd1
|
removed schema.js
|
11 years ago |
Baris Usakli
|
58f9c2c18d
|
removed console.log
|
11 years ago |
Baris Usakli
|
1ec6726459
|
template changes to recent and unread
|
11 years ago |
Baris Usakli
|
4da819b02b
|
changesto category.tpl
|
11 years ago |
Baris Usakli
|
a21d91d870
|
closes #476
|
11 years ago |
Baris Usakli
|
f946918176
|
fixed anon images in topic view, anon users arent added to active users for a category
|
11 years ago |
Baris Usakli
|
04ed1df0ef
|
closes #365, allow guest posting. enabled from admin/settings, defaults to disabled
|
11 years ago |
Baris Soner Usakli
|
89540172b2
|
closes #464
|
11 years ago |
Baris Soner Usakli
|
afc0e25b26
|
closes #463
|
11 years ago |
Baris Soner Usakli
|
1af98835b1
|
added share buttons to main post
|
11 years ago |
Baris Soner Usakli
|
6eadf67add
|
another privilege fix
|
11 years ago |
Baris Usakli
|
790df903ac
|
added view count to topics
|
11 years ago |
Baris Usakli
|
dee99c1752
|
update category topic count if topic is deleted/restored
|
11 years ago |
Baris Usakli
|
b31fa856d0
|
added meta require to topics.js
|
11 years ago |
Noah Chase
|
fd89f71fc0
|
fix typo that was causing topic variables to leak into global namespace
|
11 years ago |
Baris Soner Usakli
|
4b89b3e2ed
|
fixed time for month
|
11 years ago |
Baris Usakli
|
d315829eaf
|
closes #394
|
11 years ago |
Baris Usakli
|
4e59b85073
|
recent page, for hour, day, week, month
|
11 years ago |
Baris Soner Usakli
|
1c32acf7b6
|
removed WITHSCORES from getLatestTopics, how was this working at all?
|
11 years ago |
Julian Lam
|
9613ea9018
|
reverted change where post title was sanitized on saving (which didn't
seem to work), now sanitizing post title on output
|
11 years ago |
Baris Usakli
|
9a4eb26246
|
closes #332
|
11 years ago |
Baris Usakli
|
170ed8cc01
|
fixed conflict
|
11 years ago |
Baris Usakli
|
25576eb35a
|
closes #329
|
11 years ago |
Julian Lam
|
5f00f1e18e
|
renamed "toHTML" method to "parse"
|
11 years ago |
Julian Lam
|
c940ce3329
|
camelCased get_latest_undeleted_pid method
|
11 years ago |
Baris Usakli
|
efef9c864c
|
closes #306
|
12 years ago |
Baris Usakli
|
27cb837b08
|
closes #303
|
12 years ago |
Baris Usakli
|
24e4be77d8
|
closes #304
|
12 years ago |
Baris Usakli
|
ce61138351
|
fixed conflicts
|
12 years ago |
Baris Usakli
|
564662ee00
|
closes #294
|
12 years ago |
psychobunny
|
aea3181d27
|
formatting - server side core
|
12 years ago |
Julian Lam
|
1df50ff855
|
updated topic viewing so that markAsRead marks any relevant notifications read (issue #219)
|
12 years ago |
Julian Lam
|
b8b6558f53
|
deleting and restoring posts and topics now update the corresponding RSS feeds
fixed #257
|
12 years ago |
Baris Usakli
|
e0cc35ba66
|
creating topics shows up in user profile too issue #220
|
12 years ago |
Julian Lam
|
02a02fa64c
|
updated getTopicWithPosts to use a start and end option, and fixed issue with RSS feed saving (issue #256)
|
12 years ago |
psychobunny
|
bb8f75b4be
|
merged.. conflicted up the ass. registration looks gud again
|
12 years ago |
Julian Lam
|
97641dbcda
|
fixing teasers, that I broke in the last commit
|
12 years ago |
Julian Lam
|
54fdbcd947
|
fixing broken category
|
12 years ago |
Baris Usakli
|
59f4b6788a
|
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
|
12 years ago |
Baris Usakli
|
a317a4d689
|
closes #206
|
12 years ago |
Julian Lam
|
0243e9c5be
|
issue #214, preparing for addition of post.parse hook by renaming markdownToHTML to just "toHTML", and making it asynchronous.
|
12 years ago |
psychobunny
|
469a5221ed
|
added postcount to topics return; started scrollspy behaviour for "postid / postcount" in topics.
|
12 years ago |
psychobunny
|
f251b9c6c5
|
Merge branch 'master' into bootstrap3
|
12 years ago |
Baris Usakli
|
dda429ab5d
|
unread count shows total
|
12 years ago |
Baris Soner Usakli
|
545069b069
|
closes #199
|
12 years ago |
psychobunny
|
0f8aad52b2
|
updated all alert-error to alert-danger (wtf did BS3 need to change that?)
|
12 years ago |
psychobunny
|
a482d4db5f
|
fixed /recent, /unread
|
12 years ago |
Julian Lam
|
9bc12f28b4
|
fuck git
|
12 years ago |
Baris Usakli
|
c647793512
|
meta config changes, refactors
|
12 years ago |
psychobunny
|
f1547a7b1f
|
added badge to header for unread topics count
|
12 years ago |
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.
|
12 years ago |
Baris Usakli
|
c05f56d28c
|
fix for category view when its empty
|
12 years ago |
Baris Usakli
|
92d3559146
|
closes #176
|
12 years ago |
Baris Soner Usakli
|
999e98e43d
|
add label to banned users, dont hide their posts
|
12 years ago |
Baris Usakli
|
929282a2f7
|
ban users, closes #125, banning a user hides all posts topics of a user and their profile page becomes inaccessible
|
12 years ago |
Baris Usakli
|
0fef0aa582
|
disable load more users button if there is not more users, dont show mark all read in unread if user isnt logged in
|
12 years ago |
Baris Usakli
|
1894d0a469
|
moved confings into redis
|
12 years ago |
Baris Soner Usakli
|
46afbc0ba0
|
assorted config fixes
|
12 years ago |
Baris Soner Usakli
|
dd3b01dfed
|
closes #144
|
12 years ago |
Julian Lam
|
e8f1d645fe
|
closed #160
new build_title function to be called via socket
also added categories.getCategoryField and refactored all calls to
getTopicField to be error-first
|
12 years ago |
Baris Soner Usakli
|
50c34e4f33
|
added infinite scrolling to unread page, issue #141
|
12 years ago |
Baris Soner Usakli
|
244801a0bf
|
added infinite loading to recent page, #141
|
12 years ago |
Baris Soner Usakli
|
1cc8214d16
|
infinite scrolling for topics in category view, changed how topics are stored in categories, using sorted sets instead of sets now, if you update to this commit run node app --upgrade to upgrade the redis schema, #141
|
12 years ago |
Baris Usakli
|
0bd56196cf
|
index topic titles too
|
12 years ago |
Baris Soner Usakli
|
f0759863e6
|
reindex all call
|
12 years ago |
Baris Usakli
|
720dd9e960
|
scroll to posts
|
12 years ago |
Baris Soner Usakli
|
b46d81e3e4
|
removed console.log
|
12 years ago |
Baris Soner Usakli
|
3273c0558b
|
anon users always see topics as unread
|
12 years ago |