aboutsummaryrefslogtreecommitdiffstats
path: root/util/shred
Commit message (Collapse)AuthorAgeFilesLines
* a bit more progress on using shred to pick through API results. Commented ↵friendica2014-05-112-6/+20
| | | | out because the array storage is kindof weird so the first try (assuming simple arrays) didn't work out. I'll have to rethink how to index these things and may have to rewrite the js() function to do the kinds of things I want.
* shred: ability to execute somewhat arbitrary API functions and echo resultsfriendica2014-05-082-1/+23
|
* ok *now* shred works with alternate config filesfriendica2014-05-071-10/+12
|
* shred: perhaps alternate configs will work now - unable to test at the ↵friendica2014-05-072-4/+5
| | | | moment. Was a typo in FriendicaOAuth.sh so it's unlikely anybody has been using this recently. We'll probably need it for apps.
* wrong app namefriendica2013-10-161-2/+2
|
* add -C cfgfile option to shred to allow multiple configurations. I just ↵friendica2013-09-171-1/+4
| | | | added the option for multiple configs, I didn't make it work as it requires quite a bit of change to the shred program flow; which tries to load the default config before doing anything at all.
* several oauth fixes - shred doesn't completely work yet, but it also doesn't ↵friendica2013-09-164-0/+727
completely NOT work, so at least there's some improvement