Commit Graph

46 Commits

Author SHA1 Message Date
ploug@umbraco.dk 56a2ace7d2 Initial commit of our WIP
This is very likely break the dev site
2015-01-26 13:13:06 +01:00
Sebastiaan Janssen f349a2f738 More uForum /base updates 2014-09-13 16:19:36 +02:00
Sebastiaan Janssen 970a08316d Fixes problem that umbraco.library.GetCurrentMember() and Exslt doesn't work any more 2014-09-12 19:46:22 +02:00
Sebastiaan Janssen f500ad62ff NuGet all the things! Or .. at least NuGet UmbracoCms.Core. :) 2014-09-12 17:40:14 +02:00
Sebastiaan Janssen 53fd29d1c6 Update some broken code 2014-09-12 14:06:20 +02:00
Sebastiaan Janssen 482695fa63 Adds some more safeguards so people don't see YSODs for spam checks failing for some reason or another 2014-09-12 11:55:06 +02:00
Sebastiaan Janssen 2608371142 Apparently some strings can be null leading to errors sending mails 2014-09-09 18:58:33 +02:00
Sebastiaan Janssen 9a895d4759 better error logging on send potential spam notification 2014-09-09 18:05:18 +02:00
Sebastiaan Janssen 19dde6d225 improved error handling 2014-09-09 13:19:13 +02:00
Sebastiaan Janssen 187664705c Add memberId to new signups too 2014-08-30 11:33:52 +02:00
Sebastiaan Janssen 3e5fdc5fe3 Spam updates 2014-08-30 11:07:42 +02:00
Sebastiaan Janssen 9c10337be4 Which of course needs to happen before the Value is being accessed.. 2014-08-27 10:56:23 +02:00
Sebastiaan Janssen 361feb1523 Adds missing null check, whoops 2014-08-27 10:54:39 +02:00
Sebastiaan Janssen 5da29d21d0 Improve spam logic 2014-08-27 09:48:56 +02:00
Sebastiaan Janssen d33dd056e6 Block potential spammers quicker, send email for each signup so they can be analyzed to stop more potential spammers 2014-08-24 13:53:22 +02:00
Sebastiaan Janssen 4149a1d6bc Forgot to commit a file 2014-08-19 19:19:52 +02:00
Sebastiaan Janssen 2ca4f21d9e Add StopForumSpam link to spam forum post, added AddMemberToPotentialSpamGroup when > 100 score is found so that we don't keep checking for each page loads if it's still a spammer. 2014-08-19 08:58:44 +02:00
Sebastiaan Janssen cde8ec1334 Whoa!! Forgot to do some null checks. #h5is 2014-08-18 15:19:52 +02:00
Sebastiaan Janssen 6aa410681f Don't even create a new member when it's a spammer, adds frequency report to spam email notification 2014-08-18 11:47:35 +02:00
Sebastiaan Janssen 702bb42ff5 I feel like Matt Cutts 2014-08-15 15:18:14 +02:00
Sebastiaan Janssen d5e5113f10 Hopefully some better spam prevention by not allowing people with < 50 karma to post links 2014-07-28 10:01:15 +02:00
Sebastiaan Janssen 5c3bf53139 Rough auto-linking functionality 2014-03-21 14:37:00 +01:00
Sebastiaan Janssen 8482922d2d Fix performance issues. 2014-02-05 17:49:58 +01:00
Sebastiaan Janssen cd9180d1d5 Update spam handling so that all moderators can mark as ham and spam. 2014-01-03 21:26:28 +01:00
Sebastiaan Janssen b1d34882a9 Make Markdown editor optional 2013-07-30 11:50:34 +02:00
Sebastiaan Janssen f69d935aa5 Mark as spam button for admins 2013-07-11 14:38:27 +02:00
Sebastiaan Janssen a5481e1782 Spam filter 2013-06-27 14:48:45 +02:00
Sebastiaan Janssen 3cabdac47d Manually applying Mads' last Markdown Editor changes 2013-06-18 16:49:37 +02:00
Sebastiaan Janssen e87225fff7 Merge remote-tracking branch 'origin/master'
Conflicts:
	OurUmbraco.Site/OurUmbraco.Site.csproj
	OurUmbraco.Site/scripts/forum/uForum.js
	OurUmbraco.Site/xslt/forum-commentsList.xslt
	OurUmbraco.Site/xslt/forum-createComment.xslt
	OurUmbraco.Site/xslt/forum-createTopic.xslt
2013-06-18 14:04:50 +02:00
Sebastiaan Janssen 0c42f94342 Fix merge issue 2013-06-10 13:29:18 +02:00
Sebastiaan Janssen 3ee0bff929 Merge pull request #20 from ismailmayat/7c154ed51e5529ca15e6c0718cd87fcad72ad0d1
tagging being implemented
2013-06-10 04:19:20 -07:00
Sebastiaan Janssen e116e1da6e Merge branch 'master' into Forum-Refactor-And-Tagging
Conflicts:
	OurUmbraco.Site/config/applications.config
	OurUmbraco.Site/config/trees.config
	OurUmbraco.Site/xslt/forum-commentsList.xslt
2013-06-10 13:08:19 +02:00
Niels Hartvig 7050b629ca Refactored forum and added tagging
Remember to install the latest table from the bottom of the
setuptables.sql file (in the uForum project).
2013-06-10 12:47:11 +02:00
Ismail Mayat 7c154ed51e implementing tags
using select2 added js methods and updated the xslt need to wireup with
base api
2013-06-10 12:00:34 +02:00
Mads Krohn 9712e252ac Refactoring to convert markdown to html on the server. Other various cleanups and tweaks. 2013-06-10 11:21:20 +02:00
leekelleher 78a586bbf3 Fixed tiny issue in uForum:TimeDiff.
Corrected "1 days ago" bug/typo.
2013-06-09 17:55:48 +01:00
leekelleher 9a11e1b6d6 When a forum post does not exist, the user is redirected to homepage with message. 2013-06-09 17:55:33 +01:00
Sebastiaan Janssen 36da2e4e6f Fix paging on yourtopics 2013-02-08 13:27:31 +01:00
Sebastiaan Janssen 4d960eee99 Fix paging in yourtopics, possible fix for forum list not loading 2013-02-08 13:08:41 +01:00
Sebastiaan Janssen ee4c026ed4 Improved the "Similar topics" generation and triggering, also uses real urls now instead of opening a new window in javascript 2012-12-24 21:31:59 +01:00
Lee Kelleher 590f10bda3 OUR-24 Excessive pagination
Solution to display the page links in context of current page.
2012-12-20 10:46:36 +00:00
Sebastiaan Janssen 13e422de77 Merge branch 'pr/n4_hartvig'
Conflicts:
	OurUmbraco.Site/xslt/forum-commentsList.xslt
	OurUmbraco.Site/xslt/forum-topicsList.xslt
	OurUmbraco.Site/xslt/forum-topicsYouParticipated.xslt
2012-12-18 16:04:00 +01:00
Niels Hartvig 92fa251ef9 Updates to friendly dates
Now only friendly dates if a week or younger, else full date. Even
friendly dates have full date on title attrib.
2012-12-18 15:38:02 +01:00
Per Ploug ae9c494aec fixes paging on active topics and topics you participate in listings 2012-12-18 14:51:45 +01:00
Sebastiaan Janssen 92ae8b1ea9 Updates from Peter 2012-12-17 11:05:44 +01:00
Sebastiaan Janssen 810cbd267f Initial commit 2012-12-17 09:41:11 +01:00