aboutsummaryrefslogtreecommitdiffstats
path: root/util/shred
Commit message (Collapse)AuthorAgeFilesLines
* Turns out Linux has a shred command in /usr/bin and its purpose is to ↵friendica2014-06-184-775/+0
| | | | over-write files so we don't want to invoke it accidentally. So as not to cause confusion and issues we will rename ours to "shredder". Aussies are of course allowed to alias this to "shredda".
* oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵friendica2014-06-182-5/+11
| | | | shred -- well "shred". I also had to change the photos album list API a bit to fix any imagined and/or real parsing issues and also fixed shred so it can find its auxiliary files.
* 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