Commit Graph

  • edde33de47 Adds ApplicationInsights Sebastiaan Janssen 2017-01-21 14:21:28 +01:00
  • 705b8ec6a6 Use more memory efficient StripHtml method Sebastiaan Janssen 2017-01-17 18:58:53 +01:00
  • a9435022d5 Update to the correct dll versions of 7.5.7 Sebastiaan Janssen 2017-01-10 22:41:42 +01:00
  • 3db55ad139 Also update class lib project to 7.5.7 Sebastiaan Janssen 2017-01-10 21:37:28 +01:00
  • d140fa49c1 web.template.config needs to have the correct version in it Sebastiaan Janssen 2017-01-10 14:34:45 +01:00
  • e45b66fb80 Upgrade to 7.5.7 Sebastiaan Janssen 2017-01-10 08:03:51 +01:00
  • 3507f37d74 Remove 301 URL tracker Sebastiaan Janssen 2017-01-08 13:25:06 +01:00
  • b029976f54 Don't put javascript in the middle of the page Sebastiaan Janssen 2017-01-08 12:06:35 +01:00
  • 17c9e49341 Finally fixing the real cause for the "No node exists with id '0'" error Sebastiaan Janssen 2017-01-08 11:05:14 +01:00
  • 620e047b6f Prevent SQLi attack from DOSing the site Sebastiaan Janssen 2017-01-08 10:45:47 +01:00
  • f680cdcee2 Make sure Twitter avatars are loaded over https to prevent mixed-content warnings Sebastiaan Janssen 2017-01-07 16:08:14 +01:00
  • 13bfa46c01 Don't make the twitter searcher easy to alter Get the twitter filters from the settings on the home node Makes latest forum activity on home async too Sebastiaan Janssen 2017-01-07 12:48:23 +01:00
  • f8be8641f7 Get Twitter search results into the page by async Sebastiaan Janssen 2017-01-07 12:00:24 +01:00
  • 01a33d883c Always do a TryParse on user input, people will be changing the querystring Sebastiaan Janssen 2017-01-07 11:58:29 +01:00
  • e3eaff1edf Don't attempt to create an image object from a URL Sebastiaan Janssen 2017-01-06 16:22:05 +01:00
  • 1c71708c5f Make it a bit more safe and do all logic in the try-catch block Sebastiaan Janssen 2017-01-06 16:15:40 +01:00
  • 1b12cb345b Update because of new version of json.net Sebastiaan Janssen 2017-01-06 16:09:02 +01:00
  • 19ffe50215 Add Twitter search for "umbraco" to community home Sebastiaan Janssen 2017-01-06 15:51:52 +01:00
  • 30add3077b Logs about fileId = 0 should really clear up now Sebastiaan Janssen 2017-01-02 16:03:39 +01:00
  • 9ef5c88bfa These file should not load but somehow there's errors about them in the log Sebastiaan Janssen 2016-12-30 11:12:59 +01:00
  • dd00a5d202 Hopefully fix some null reference errors Sebastiaan Janssen 2017-01-01 13:22:49 +01:00
  • 4b49b0d52d Only show screenshots for items that are actually images Sebastiaan Janssen 2017-01-01 13:13:02 +01:00
  • c50775d788 Suppress some errors that don't need attention Sebastiaan Janssen 2016-12-31 14:51:37 +01:00
  • 3160a81b68 Revert "These file should not load but somehow there's errors about them in the log" Sebastiaan Janssen 2016-12-30 12:13:36 +01:00
  • b5dcb8704f Get Gravatar over https Sebastiaan Janssen 2016-12-30 12:08:47 +01:00
  • 070e26f984 Don't allow a "-" in the query, it throws errors Sebastiaan Janssen 2016-12-30 12:06:58 +01:00
  • 77fff6978f Lowercase the query so "AND" and "OR" don't throw exceptions Sebastiaan Janssen 2016-12-30 11:33:09 +01:00
  • 57613b8a75 Not sure what exact exception we get here Sebastiaan Janssen 2016-12-30 11:27:41 +01:00
  • b0c15d2841 Fixed null reference error Sebastiaan Janssen 2016-12-30 11:24:27 +01:00
  • 229a1a5d91 Attempt to debug a recurring, mysterious null reference error Sebastiaan Janssen 2016-12-30 11:22:50 +01:00
  • 6dab6dc9ca These file should not load but somehow there's errors about them in the log Sebastiaan Janssen 2016-12-30 11:12:59 +01:00
  • a79b55e66b If the Id passed in through the request is not a valid int, no need to do anything Sebastiaan Janssen 2016-12-29 14:07:32 +01:00
  • fe8242c26b Don't try find avatar locally when path is a url No longer need ImageGen Sebastiaan Janssen 2016-12-29 14:00:48 +01:00
  • bc739d8b44 Fixes missing extension method being used Sebastiaan Janssen 2016-12-29 13:56:42 +01:00
  • 42b7d25838 Rename Courier 2 to Courier Sebastiaan Janssen 2016-12-21 15:07:06 +01:00
  • 885f4ff836 Make sure not to output X-Frame-Options=SAMEORIGIN for the package repo Sebastiaan Janssen 2016-12-14 09:30:38 +01:00
  • 6e1797537f Updates Login and ForgotPassword to be MVC and have a Captcha Sebastiaan Janssen 2016-12-07 18:50:56 +01:00
  • d5761dbcd1 Restrict number of characters in signup fields to prevent database errors ("string would be truncated") Sebastiaan Janssen 2016-12-07 18:02:52 +01:00
  • ec45bfb1d5 Fix the build script so it works! temp-build-script Stephan 2016-12-07 17:45:57 +01:00
  • 9707c06d1b Merge remote-tracking branch 'origin/temp-register' Sebastiaan Janssen 2016-12-07 17:26:25 +01:00
  • 8040e55a87 Add reCaptcha for registration Sebastiaan Janssen 2016-12-07 17:26:06 +01:00
  • 755281570b Upgrade to Umbraco 7.5.6 Sebastiaan Janssen 2016-12-07 17:25:12 +01:00
  • 78c327e3f3 Prevent rogue registrations from crashing db temp-register Stephan 2016-12-07 17:02:14 +01:00
  • 1e5a959f25 7.5.5 upgrade was OK after all Sebastiaan Janssen 2016-12-07 13:48:36 +01:00
  • e1529e7f8f Html Agility Pack binding redirect missing Sebastiaan Janssen 2016-12-07 13:31:04 +01:00
  • 47123a7d0a Revert "Upgrade to Umbraco 7.5.5" Sebastiaan Janssen 2016-12-07 12:59:03 +01:00
  • a0f27739b7 Upgrade to Umbraco 7.5.5 Sebastiaan Janssen 2016-12-07 11:57:20 +01:00
  • c806b10f95 Upgrade to Umbraco 7.5.5 Sebastiaan Janssen 2016-12-07 11:43:50 +01:00
  • a66a6e2f63 Replace all UmbracoContext.Current.Application with ApplicationContext.Current UmbracoContext.Current == is based on a web request, if any code executes on a background thread or non-request thread then UmbracoContext.Current is null! Sebastiaan Janssen 2016-11-27 13:45:03 +01:00
  • 1b362dd1cb Merge branch 'master' into move-masterpages-to-views Sebastiaan Janssen 2016-11-27 13:38:53 +01:00
  • 93474811f1 Replace all UmbracoContext.Current.Application with ApplicationContext.Current UmbracoContext.Current == is based on a web request, if any code executes on a background thread or non-request thread then UmbracoContext.Current is null! Sebastiaan Janssen 2016-11-25 21:04:49 +01:00
  • 6f50fad596 Update all SqlHelper instanced to use the umbraco.Businesslogic version and wrapped them all in usings where necessary Sebastiaan Janssen 2016-11-25 20:54:32 +01:00
  • 538834dcc3 Update all SqlHelper instanced to use the umbraco.Businesslogic version and wrapped them all in usings where necessary Sebastiaan Janssen 2016-11-25 20:49:30 +01:00
  • 389ddaabb7 Disable Hangfire to see if that's causing the memory issues Sebastiaan Janssen 2016-11-08 11:35:48 +01:00
  • c7d2d53902 Get the email and name differently Sebastiaan Janssen 2016-11-07 22:38:45 +01:00
  • 367a98be56 Hangfire wasn't too happy with System.Net.MailAddress Sebastiaan Janssen 2016-11-07 15:35:00 +01:00
  • 2128fb883a Refactor MarkAsSolutionReminder to be a bit more efficient Sebastiaan Janssen 2016-11-07 12:36:28 +01:00
  • efa0659742 Merge branch 'refs/heads/master' into move-masterpages-to-views Sebastiaan Janssen 2016-11-07 08:45:46 +01:00
  • 729da39c87 Enable sending of mail Sebastiaan Janssen 2016-10-31 13:39:14 +01:00
  • 7e82ea86ec Little refactor and bugfix Sebastiaan Janssen 2016-10-30 12:47:41 +01:00
  • ddac31b8bc Ignore Hangfire route so Umbraco doesn't pick it up Sebastiaan Janssen 2016-10-30 12:13:27 +01:00
  • 491b5527ae Test solution reminder notification Sebastiaan Janssen 2016-10-30 11:57:19 +01:00
  • e63a9d4b16 Move docs from UaaS to UCloud Sebastiaan Janssen 2016-10-27 21:11:00 +02:00
  • 6dac0ad4e8 OUR-426 Rename Umbraco as a Service forum to Umbraco Cloud forum #OUR-426 Fixed Sebastiaan Janssen 2016-10-27 21:01:52 +02:00
  • 19a737a770 OUR-424 Update "works on UaaS" to "works on Umbraco Cloud" #OUR-424 Fixed Sebastiaan Janssen 2016-10-27 20:42:21 +02:00
  • c083576ef3 Fixed some cosmetic bugs on smaller devices. bugfix-fixing-buttons Simon Busborg 2016-10-24 12:14:52 +02:00
  • 82ba42b1aa Fixed button bug after flexbox Simon Busborg 2016-10-24 09:22:19 +02:00
  • f39bbc2979 Adds client to solution so task runner explorer can be used to build the client-side files in VS Sebastiaan Janssen 2016-10-23 13:42:58 +02:00
  • f04cf5bb40 Correcting the wrong version references Sebastiaan Janssen 2016-10-22 12:51:37 +02:00
  • 12727c7a50 Upgrade to 7.5.4 Sebastiaan Janssen 2016-10-22 11:56:47 +02:00
  • 22a382ddad Added padding to wrong class Sebastiaan Janssen 2016-10-17 14:04:56 +02:00
  • 4e00102bad Some quick fixes for misaligned buttons Sebastiaan Janssen 2016-10-17 13:53:31 +02:00
  • 75039c5198 Correct Google tracking code Sebastiaan Janssen 2016-10-17 13:23:11 +02:00
  • cf048ebc01 Some small corrections to the download page Sebastiaan Janssen 2016-10-17 09:30:42 +02:00
  • ec6df31b0c Merge branch 'feature-release-downloadbutton' Sebastiaan Janssen 2016-10-17 09:21:37 +02:00
  • 9a36eea042 Removed header for double information about download feature-release-downloadbutton Simon Busborg 2016-10-10 12:04:10 +02:00
  • e933ea81d7 Clean up of unused styling Simon Busborg 2016-10-10 11:42:00 +02:00
  • 7ffb0286e3 Fixes: OUR-404 Update release pages to have a far more prominent call to action for download and install instructions Simon Busborg 2016-10-10 10:01:35 +02:00
  • 100fa68a15 Added line-height to notifications Simon Busborg 2016-10-10 10:00:31 +02:00
  • 612de0e016 Updated buttons to fix Webkit bug Simon Busborg 2016-10-10 10:00:14 +02:00
  • 427e5b91af added flexbox to project Simon Busborg 2016-10-10 09:59:54 +02:00
  • 3299aee2bd Added a utility file with flexbox Simon Busborg 2016-10-10 09:59:33 +02:00
  • 39c1df41a7 Updated packages and dependency versions for gulp, outcommented “combine media queries” that broke the task runner Simon Busborg 2016-10-10 09:59:19 +02:00
  • 0208dd0d30 Merge branch 'refs/heads/temp-new-node' into move-masterpages-to-views Sebastiaan Janssen 2016-09-22 12:54:32 +02:00
  • 3f218e2a57 Don't try to copy non-existent ascx files Sebastiaan Janssen 2016-09-18 16:39:12 +02:00
  • d9b3c061f0 Delete masterpages and usercontrols from the web directory Sebastiaan Janssen 2016-09-18 16:26:27 +02:00
  • 18540e1c63 exclude/reinclude some files to make sure they deploy Sebastiaan Janssen 2016-09-18 16:14:24 +02:00
  • b3386c1048 Replace backoffice usercontrols Sebastiaan Janssen 2016-09-18 15:59:44 +02:00
  • 205daf1d15 Update topic RSS page Sebastiaan Janssen 2016-09-18 15:14:54 +02:00
  • 34a328174c Rename file that breaks build on TeamCity Sebastiaan Janssen 2016-09-18 13:41:58 +02:00
  • 27f88dfb80 Fix detection of npm folder temp-new-node Sebastiaan Janssen 2016-09-18 12:44:10 +02:00
  • 252a9015dc Detect if npm is already there and don't download it again Sebastiaan Janssen 2016-09-18 12:20:42 +02:00
  • 166007c668 Use node 4.5 for building Sebastiaan Janssen 2016-09-18 12:12:52 +02:00
  • 0ad13cf309 Period at end of URL throws 500 error https://forums.iis.net/post/1971705.aspx Sebastiaan Janssen 2016-09-13 13:21:32 +02:00
  • f7878c3e18 Small corrections Sebastiaan Janssen 2016-09-11 21:09:35 +02:00
  • 8e1c62059d Small corrections Sebastiaan Janssen 2016-09-11 21:02:46 +02:00
  • d1d10ff585 Fixed up/simplified some of "Edit files" and added screenshots and "project complete" Sebastiaan Janssen 2016-09-11 20:47:48 +02:00
  • 6c5d2ff92f No more yellow background now that no more masterpages are being used Sebastiaan Janssen 2016-09-11 16:35:47 +02:00
  • b0a3b770e3 Move file package uploads to MVC Sebastiaan Janssen 2016-09-11 16:34:29 +02:00
  • a077481678 Rename all other old masterpages to make sure nothing has been missed Sebastiaan Janssen 2016-09-11 12:58:06 +02:00