summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_serving/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove use of Util::Cacher in FileServing::ConfigurationNick Lewis2011-08-191-9/+7
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-181-4/+0
* Code smell: Two space indentationMarkus Roberts2010-07-091-84/+84
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Fix #2753 - Do not "global allow" plugins/modules mount if some rules have be...Brice Figureau2009-10-271-2/+2
* Fixing #2577 - clarifying and demoting the deprecation noticeLuke Kanies2009-09-011-1/+1
* Fixing #2558 - propagating recent fileserving changesLuke Kanies2009-08-241-3/+3
* Fix #2424 - take 2, make sure default mounts allow every clientsBrice Figureau2009-07-211-0/+2
* Fix #2424 - File server can't find module in environmentBrice Figureau2009-07-181-1/+1
* Fix small typo in the fix for #2394Brice Figureau2009-07-181-1/+1
* Fixed #2394 - warn once on module mount deprecation.Sam Livingston-Gray2009-07-131-1/+1
* Moving default fileserving mount creation to the Configuration classLuke Kanies2009-03-051-0/+9
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-5/+1
* Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-191-56/+50
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-2/+5
* FileServing Configurations now expect unqualified files.Luke Kanies2008-08-261-2/+3
* Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-9/+4
* Adding authorization hooks to the file_server andLuke Kanies2007-10-211-0/+9
* File serving now works. I've tested a couple of ways toLuke Kanies2007-10-191-40/+3
* I've now split the file-serving termini into two separate types (inLuke Kanies2007-10-181-22/+12
* This is the first mostly functional commit of theLuke Kanies2007-10-181-162/+68
* Adding the first pass at modifying file servingLuke Kanies2007-10-171-0/+261