log app/controllers/pastes_controller.rb @ 464:f11862e58af4

age author description
Mon, 10 Dec 2018 02:38:45 +0900 nanaya Canonicalize 0-prefixed ids as well
Mon, 14 Sep 2015 14:50:35 +0900 nanaya Add support for explicit highlighter languages
Sat, 06 Jun 2015 22:36:32 +0900 nanaya Immediate return instead of unless ... end.
Sat, 06 Jun 2015 22:12:56 +0900 nanaya Handle unique error in model instead of controller.
Sat, 14 Feb 2015 01:35:45 +0900 edogawaconan Remove caching system.
Mon, 04 Aug 2014 17:54:32 +0900 edogawaconan Set correct expiration header.
Mon, 14 Apr 2014 17:13:22 +0900 edogawaconan Fix coding style.
Sun, 06 Apr 2014 03:20:10 +0900 edogawaconan Better request format checker.
Sun, 06 Apr 2014 03:04:43 +0900 edogawaconan Use memcached for caching.
Sat, 05 Apr 2014 23:23:25 +0900 edogawaconan Move from-gzip paste parsing to model.
Wed, 16 Oct 2013 04:00:09 +0900 edogawaconan flash.now !!
Wed, 16 Oct 2013 02:56:30 +0900 edogawaconan Infinitely better error messages and notice.
Mon, 07 Oct 2013 13:14:37 +0900 edogawaconan Whoops, forgot to secure the "new paste based on ##"
Wed, 15 May 2013 14:10:35 +0900 Edho Arief Properly return 404 when requesting invalid paste.
Mon, 13 May 2013 13:19:33 +0900 Edho Arief Also support plain gzip
Mon, 13 May 2013 13:19:13 +0900 Edho Arief Wrong usage of .delete
Sun, 12 May 2013 02:41:35 +0900 Edho Arief Add controller support for is_private flag
Sun, 12 May 2013 02:41:08 +0900 Edho Arief Refactor
Sat, 23 Feb 2013 14:53:47 +0900 Edho Arief Also expires the page upon deletion.
Sat, 23 Feb 2013 14:31:34 +0900 Edho Arief Fun with alerts.
Sat, 23 Feb 2013 14:01:22 +0900 Edho Arief Initial work for paste deletion.
Tue, 12 Feb 2013 11:32:14 +0900 Edho Arief Return on duplicate based on post format.
Fri, 01 Feb 2013 22:58:53 +0700 Edho Arief Added fresh paste marker.
Mon, 26 Nov 2012 21:53:12 +0700 Edho Arief Always fill in @paste.ip when creating new one.
Tue, 06 Nov 2012 11:14:32 +0700 Edho Arief Allows posting gzipped text.
Thu, 04 Oct 2012 10:49:23 -0700 Edho Arief Added cache control so it's cached by browser the first time loaded.
Thu, 04 Oct 2012 11:01:38 +0700 Edho Arief Disabled responding to pastes#new format json.
Thu, 04 Oct 2012 11:00:58 +0700 Edho Arief Fixed comments on pastes_controller.
Thu, 04 Oct 2012 10:58:57 +0700 Edho Arief Misc whitespace.
Thu, 04 Oct 2012 10:31:15 +0700 Edho Arief Safety net to ignore invalid post requests.
Thu, 04 Oct 2012 10:20:58 +0700 Edho Arief Allow post in txt format pt. 2 (view and controller).
Thu, 04 Oct 2012 04:36:49 +0700 Edho Arief Minor sanitation.
Thu, 04 Oct 2012 03:08:00 +0700 Edho Arief Empty rescue instead of random nil.
Thu, 04 Oct 2012 03:05:43 +0700 Edho Arief Cache all the things! Or just the show page.
Mon, 10 Sep 2012 04:14:31 +0700 Edho Arief Rescue from not unique error by redirecting to previously pasted paste.
Sun, 26 Aug 2012 12:04:48 -0700 Edho Arief Whoops, forgot to hide the ip etc in json. Removed for now.
Sun, 26 Aug 2012 11:59:55 -0700 Edho Arief Moar pastes.
Sun, 26 Aug 2012 11:39:07 -0700 Edho Arief Added raw paste view.
Sun, 26 Aug 2012 11:33:42 -0700 Edho Arief Slim controller (this app barely has any function)
Sun, 26 Aug 2012 11:28:23 -0700 Edho Arief Added the pastes.