summaryrefslogtreecommitdiff
path: root/lib/config.template.php
AgeCommit message (Collapse)Author
2016-12-17remove facebook/instagram stuffAaron Parecki
2016-04-21Explicitly define $dbType for default MySQL configPrateek Saxena
The `helper.php` checks for the `dbType` property on the `Config` class. Since nothing is defined it throws: ``` Fatal error: Access to undeclared static property: Config::$dbType in …/Quill/lib/helpers.php on line 3 ```
2015-07-24adds possibility to use sqlite as a dbJeena
2014-12-24Support for "likes" and adding "settings" pageAaron Parecki
* Supports a bookmarklet to create "like" posts. * Beginning a "settings" page to connect silo profiles for POSSEing likes to twitter, facebook and instagram
2014-09-07get bookmarklet base url from configAaron Parecki
2014-05-25removes top nav bar from design. new logo. adds a mechanism to add the post ↵Aaron Parecki
interface to your home screen.
2014-05-25rename to quillAaron Parecki
2014-05-24remove config fileAaron Parecki
2014-05-24Working app! Copied signin logic from OwnYourGram. New "post" interface for ↵Aaron Parecki
writing a simple text post. Also supports browser geolocation.