summaryrefslogtreecommitdiff
path: root/doc (follow)
AgeCommit message (Collapse)Author
2018-08-31Bump the changelogv0.4.0jvoisin
2018-08-30Change how we're handling invalid configurationsxXx-caillou-xXx
Since our configuration format is a bit more complex than php's one, we have a `sp.allow_broken_configuration` parameter (`false` by default), that you can set to `true` if you want PHP to carry on if your Snuffleupagus' configuration contains syntax errors. You'll still get a big scary message in your logs of course. We do **not** recommend to use it of course, but sometimes it might be useful to be able to "debug in production" without breaking your website.
2018-08-29Change how we're validating certificatesxXx-caillou-xXx
2018-08-29Add new propaganda items, include ourselves and swisscenterThibault "bui" Koechlin
2018-08-29Verify certs (#223)jvoisin
Ensure that certificates are verified in curl should close #47
2018-08-27Document that the previous commit might break other cookie-related extensionsjvoisin
2018-08-27Add whitelist support for php's wrappersxXx-caillou-xXx
2018-08-23Fix a typo in a linkjvoisin
2018-08-23Add some articles to the propaganda pagejvoisin
2018-08-21Fix a linkjvoisin
2018-08-21Document our type-juggling-prevention systemjvoisin
2018-08-20Bump the changlogv0.3.1hamza (hes) ES SAHELY
2018-08-09Improve the cookie encryption documentationkka
2018-07-19Add some slidesjvoisin
2018-07-19Fix the changelog's linksjvoisin
2018-07-19Bump the changelogkka
2018-07-18Fix a broken link in the encryption documentationkka
2018-07-18Fix broken link in the config documentationkka
2018-07-18Fix broken links in the documentationkka
2018-07-13Document even more the `print`/`echo` situationjvoisin
2018-07-13Document why `print` might look like `echo` in logsjvoisin
2018-07-09Trying to fix sloppy comparison (#186)jvoisin
* Trying to fix sloppy comparison https://github.com/nbs-system/snuffleupagus/issues/10 by modifying php's opcode
2018-05-29Support session encryptionkkadosh
Implement session encryption.
2018-03-29Clarify the documentation wrt. configuration filesjvoisin
This should close #172
2018-03-13Fix a warning in the docjvoisin
2018-03-13Fix the documentation wrt. misc examples of rulesjvoisin
2018-03-12Bump the changelogv0.2.2jvoisin
2018-02-12Mention the script in the documentationjvoisin
2018-02-09Clarify a bit the documentationjvoisin
2018-02-07Bump the changelogv0.2.1jvoisin
2018-01-18Optimize the logo picturejvoisin
2018-01-18Fix a damn typo in the changelogjvoisin
2018-01-18Fix a typo in the release number :<jvoisin
2018-01-18Bump the changelogjvoisin
2018-01-18Document the glob featurejvoisin
2018-01-17Mention the debug page in the documentationjvoisin
2018-01-17Our configuration files are ending in .rules, not .inijvoisin
This commit fixes the documentation, our shipped configuration files, and the related tests. Thanks to @remicollet for the tip
2018-01-15Add a note about session cookies handling.jvoisin
2018-01-12Add an ugly hack to our parser to make the writing of configuration rules ↵jvoisin
more obvious.
2018-01-12Massive overhaul of the documentationjvoisin
2018-01-12Improve a bit the documentationjvoisin
2018-01-10Rework the priority of bl/wl in evaljvoisin
2018-01-10Eval whitelistjvoisin
Implement whitelist in eval
2018-01-04Eval blacklistjvoisin
Add support for eval filtering, only blacklist for now
2018-01-03Update debug.rstThibault "bui" Koechlin
2018-01-03syntaxThibault "bui" Koechlin
2018-01-03Document how to debug Snuffleupagusjvoisin
2017-12-27Minor documentation improvementjvoisin
2017-12-26Add a link to a blogpostjvoisin
2017-12-26Add a link to our blackalps talkjvoisin