Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-09Replace Unicorn with PumaDennis Schubert
… and drop the single_process_mode. See the included Changelog entry for full details on what this change means.
2022-07-20Upgrade to rails 6.1Benjamin Neff
2017-09-17Add `# frozen_string_literal: true` to all filesBenjamin Neff
2017-08-24Remove internet explorer version checkBenjamin Neff
This was in all stack traces, which confused people ... We currently only support IE11, so the version check was already old again ... When we break old browser versions, we don't check that for other browsers. So older IE browser just break, like very other older browser too. closes #7557
2016-09-30Add secure_header gem to add some security related headersBenjamin Neff
basic config for Content Security Policies
2016-04-13Move unicorn_killer to GemfileLukas Matt
2016-03-21remove ChromeFrameBenjamin Neff
Google Chrome Frame was a plugin for Internet Explorer, but is no longer supported. And it was included with http and not https which triggered a warning on most pods. Also set the minimum version to 9 to support #6557 closes #6751
2012-11-18add x-frame headersDavid McMullin
2012-05-25gzip outgoing stuffs for great successMaxwell Salzberg
2012-01-27aggressively kill unicorn workers with UnicornKiller. [ci skip]danielgrippi
2012-01-25move unicorn killer to initializer so thin still works, also a fix for ↵Maxwell Salzberg
newrelic not sending data
2012-01-25whoops. [ci skip]danielgrippi
2012-01-25fix require [ci skip]danielgrippi
2012-01-25add unicorn back in. only use one worker process for now. also, move ↵danielgrippi
chrome_frame middleware into the correct load path in lib. [ci skip]
2011-09-14MS DG update copyrightdanielgrippi
2011-03-03Revert "memprof"Raphael Sofaer
This reverts commit 8ee81314d60e975855ce0b5460ba7e710f42ba14.
2011-03-02memprofRaphael Sofaer
2011-01-12Revert 'Create a separate webfinger service.' We'll come back to it when we ↵Raphael
figure out the error.
2011-01-10Revert "Mount application on proper location" - changes cause app to fail ↵Sarah Mei
when there's no trailing / on the pod_url. This reverts commit 18827b40d1f5dcb3322fca32075bc8a98ca8a2dc.
2011-01-10Create a separate webfinger service.Alec Leamas
2011-01-10Mount application on proper locationAlec Leamas
Uses mapping in config.ru to respect sub-uri settings in pod_uri.
2010-12-27Changed Chrome Frame back onNick van der Burgt
2010-12-27Turned of Chrome Frame message thingNick van der Burgt
2010-12-16Fix chromeframe callRaphael
2010-12-16No chrome frame in 8 or 9, will take some time to make it less ↵Raphael
abrupt/confusing/unavoidable later, and give a notification to people using 8 that the site is broken in 8
2010-11-28Path fíx in config.ru, for 1.9.2Hexagon
2010-11-23adding chrome frame for poor ie soulsmaxwell
2010-10-08Add or later to license noticeRaphael
2010-09-26Use improved whitespace:scrub_gratuitous_newlinesDorian
2010-09-16Spell our own name rightRaphael
2010-09-15License notices replacedRaphael
2010-09-14added license to every single goddamn file. also, put one in the root dir.Daniel Vincent Grippi
2010-07-02added mean messagemaxwell
2010-07-02added chrome framemaxwell
2010-06-22pulled in all of max's changes from yesterday to 187maxwell
2010-06-20removed the mutex, added rack fiber pool. this thing screamsmaxwell
2010-06-11Activerecord this time\!Raphael Sofaer