216 Commits (1a415b60be35297e9a2b5a6750b5cf94fba0d3bf)

Author SHA1 Message Date
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
Baris Soner Usakli 78f462e1e6 added a new section that only shows unread topics, added mark all read button, closes #140 12 years ago
Baris Soner Usakli 811d2df728 moved getTopicsByTids and getLatestTopics to topics.js 12 years ago
Baris Soner Usakli b35ecd08ea use hasReadTopic 12 years ago
Baris Soner Usakli d32b130d40 added function for marking all topics read #140 12 years ago
Baris Soner Usakli cca83b9c5c bleh 12 years ago
Baris Soner Usakli 8947553ecd closes #117 12 years ago
Baris Soner Usakli 38aa5aa3e6 refactor to remove category_name and category_slug from topic hashes 12 years ago
Julian Lam 99ba792e6d changing all calls to marked to instead go through
PostTools.markdownToHTML
12 years ago
Baris Usakli 52110016c7 closes #107 12 years ago
Baris Soner Usakli e437b4df66 removed commented out code 12 years ago
Baris Soner Usakli 919efd4052 drag and drop image upload first pass 12 years ago
Baris Soner Usakli f7291631d8 when a post is restored update topic timestamp 12 years ago
Baris Usakli ff9990701b changed to async.eachSeries 12 years ago
Baris Soner Usakli 285e19fbbf closes #97 12 years ago
Baris Soner Usakli f90eb72706 added minimum lengths into error messages 12 years ago
Baris Soner Usakli 65029ae169 content length changes 12 years ago
Baris Usakli 03d3f59804 change to async.each for addUserInfoToPosts 12 years ago
Baris Usakli 8d21d4f998 closes #91 12 years ago
Baris Soner Usakli a5b324cbc4 closes #86 12 years ago
Julian Lam 87aec422e9 moved get_last_undeleted_pid to threadTools.js 12 years ago
Julian Lam 31f8be8a0a updating topics.getTeaser and get_last_undeleted_pid to return err first, and handled methods that called it 12 years ago
Baris Soner Usakli 4527b3d53c closes #82 12 years ago
Baris Soner Usakli 62ef925fd3 removed graph/picture, closes #72 12 years ago
Julian Lam d1bc8b5d91 fixing issue where NodeBB hangs if a non-existant topic was requested 12 years ago
Baris Soner Usakli 719182e3a8 fixed read status in categories 12 years ago
Baris Usakli bff188b116 fix 12 years ago
Baris Usakli 82319a020f more fixes 12 years ago
Baris Usakli a76d6c1f9a removed log 12 years ago
Baris Usakli 27ea41adcf fix for category teaser timestamp 12 years ago
Baris Usakli 1a19f0e1bc changed categories to hash 12 years ago
Baris Usakli 9c3046b89b more fixes 12 years ago
Baris Usakli 98013536d1 more fixes 12 years ago
Baris Soner Usakli 527e6e63cc removed console.log 12 years ago
Baris Soner Usakli c1484afab7 more fixes 12 years ago
Baris Soner Usakli fabb55426c more work: 12 years ago
Baris Soner Usakli eba653a3d2 get teaser fix 12 years ago
Baris Usakli 9dbaf9fef9 more work 12 years ago
Baris Usakli 1a992b7147 first batch of changes 12 years ago
Baris Usakli 6a83bf79b4 fixed the issue with Topics.markAsRead 12 years ago
Baris Usakli d7fbe6ee14 removed console.log 12 years ago
Baris Usakli 0e5f280327 fixed categories read notification bug 12 years ago
Baris Usakli aecffecdf1 footer shows total topic post count 12 years ago
Baris Soner Usakli 761d8fc508 recent page gets alerts when new topics and posts are created 12 years ago
Julian Lam 9df0b39a5d started integrating infinite post loading for topic view (re: issue #42) 12 years ago
Baris Usakli a0751d6caa Merge branch 'master' of https://github.com/designcreateplay/NodeBB 12 years ago
Baris Usakli d3a190d74e username to userslug change 12 years ago
Julian Lam 89e852f692 adding 'load more topics' button to topic admin 12 years ago
Julian Lam 0d954b24dc removed debug statements, adding missing file re: issue #3 12 years ago
Julian Lam 32eba62ef6 developed during a merge... I am going to hell for this.
- also new topics tab in admin panel
12 years ago
Baris Soner Usakli 0a0f8a21f0 changed new Date().getTime() to Date.now() on server side 12 years ago
Baris Usakli ffbd777642 moved chat code to its own module 12 years ago
Baris Usakli 88a1fef941 bookmark for the post made 12 years ago
Julian Lam c0b018cdf4 adding noscript parsing for a topic, if accessed by a browser without javascript 12 years ago
Julian Lam 740cf13e8d updated less-middleware to 1.1.12 (fixing odd regression with LESS package update). Fixed issue where editing of posts was wonky because the title was being grabbed incorrectly 12 years ago
Julian Lam 89effc5454 auto-subscribing a user to any topic that they create 12 years ago
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
12 years ago
Julian Lam 6f16088cd6 cleaning up readme file and fixing bugs in editing of posts ("asdf" anyone?) 12 years ago
psychobunny f1f86b1d4f added category rss. added tid to be passed back in getTopicsByTids. 12 years ago
psychobunny 11ad3a867e fixed slug issue with topics 12 years ago
psychobunny f9e015f194 cid undefined bug 12 years ago
psychobunny 82e8b481b8 fixed posting bug and moved new topic button to be visible if no topics found 12 years ago
Julian Lam 878a678643 Merge branch 'install_script' 12 years ago
psychobunny bcc903ee1c run npm install. starting rss atom feeds of topics. fixed bug in topics where new topics created were not being saved properly 12 years ago
Julian Lam 88bf9425db install script + patching up integration with install wizard 12 years ago
psychobunny 523ce61d1f redis schema file for organization; moved new topic button in categories higher 12 years ago
psychobunny 8c2b6cda69 added timestamp to teaser, continuing work on recent replies block 12 years ago
psychobunny 6db259cf3f Merge branch 'master' of https://github.com/designcreateplay/NodeBB
Conflicts:
	src/posts.js
12 years ago
psychobunny 448673b141 recent replies part 2 12 years ago
Baris Usakli db6bbcc699 post every x seconds added it x to config 12 years ago
psychobunny a02a74604c moved CategoriesAdmin into its own file, hid popular/active, some jslinting + cleanup, renamed some fn calls to be more descriptive 12 years ago
psychobunny 55cb790d3c potential fix for duplicate chat results, started recent replies block 12 years ago
psychobunny deaf8105cc renamed get category to get categories 12 years ago
psychobunny 4b67f8573e recent posts done (needs polish/cleanup), and fixed bug where new topic button was not showing up in categories 12 years ago
psychobunny c785f06367 added 404 tpl, fix for 404 on topics, continuing refactor - categories 12 years ago
psychobunny 4a3ffec29f proof that comments can be misleading 12 years ago
psychobunny d0646ba98f typo 12 years ago
psychobunny cd4ca110a1 moved utils over to client side for code sharing 12 years ago
psychobunny a9672ab9d8 begin refactor of posts/topics + pagination + cleanup + async 12 years ago
Baris Soner Usakli ef304a712f strip tags from signature when they are saving, separated info in user profile and added signature box 12 years ago
Julian Lam 26781157b3 refactoring posts, topics, and categories so that each "get" is moved up
one level. Topics.get will get all of the posts in a tid, etc.
12 years ago
Julian Lam 74c13ba299 Merge remote-tracking branch 'origin' 12 years ago
Julian Lam fd38b60bd6 fixing issue with teasers showing deleted post info 12 years ago
psychobunny 34133eef8c post counts + read status working on homepage category listing. fixed posts.get_cid_by_pid 12 years ago
psychobunny effb26c856 user friendly message if no topics exist in a category 12 years ago
psychobunny ab492f147f check for online/offline users, added custom redis sismembers method, fix for category view not showing up if it has no topics 12 years ago
Julian Lam 7c165876f1 fixed bug where deleted posts still showed up in teasers 12 years ago
Julian Lam e62fcc5831 refactored the entire privileges stack. .editable() is now deprecated, use
.privileges instead. Privileges now are inherited, so querying a topic's
privileges will automatically query it's parent category's privileges as
well, etc.
12 years ago
Julian Lam 1a38644eb8 exposing thread tools to users in the "administrators" set, fixing up
Topics methods to call the "editable" method first instead of just
checking rep thresholds.

Also changed the limit on thread length from 10 to infinity (for now,
until infinite scrolling makes it in)
12 years ago
Julian Lam 7757c29889 Merge branch 'master' of github.com:psychobunny/node-forum 12 years ago