summaryrefslogtreecommitdiff
path: root/skel/gitano-admin/rules/createrepo.lace
Commit message (Collapse)AuthorAgeFilesLines
* Copyright cleanupsDaniel Silverstone2017-01-151-0/+28
|
* rules-skeleton: Allow forcing personal-repo readRichard Maw2016-12-031-2/+0
| | | | | | | | | | | | | | | | There was previously support to allow personal repository creation, but whether you could access those repositories was still limited to ownership. This allows you to expand rules so that even if a repository was owned by someone else you could still read it if it's in your prefix. In most circumstances this should not matter, but it can cause confusing error messages if you are told you are denied read access to a repository in your prefix if it instead doesn't exist, since the ownership test requires it to exist. We can't instead report that the repository doesn't exist before checking owner since that would leak that a repository you don't have access to exists.
* LACE: Add prefix and suffix simple matchesDaniel Silverstone2013-05-231-1/+1
| | | | | | This adds prefix and suffix simple matches and updates the default ruleset to use them as appropriate. This actually eliminates almost all pattern matches from the default ruleset.
* INSTALLER: make install and gitano-setup should work (mostly)Daniel Silverstone2012-08-301-0/+12