Commit Graph

741 Commits

Author SHA1 Message Date
friendica 14a6a27213 limited progress in providing a POST option to shredder, back to auth signature mismatches again, likely a quoting issue 2014-06-19 21:52:49 -07:00
friendica 00904d4994 cleanup 2014-06-19 16:09:02 -07:00
friendica c012c648e0 wherein I revive some of my 30+year old shell scripting skills so that we can process arbitrary api endpoints which generate arbitrary json and be able to crunch all of these on the command line. Getting the arbitrary query arguments into a form where they could be signed as part of the oauth packet was a challenge. (It still might be - I haven't tried querying any Chinese photo album names yet).
But you can now do something like
	for a in `util/shredder/shredder -c red/photos -q album=2013 | jshon -e photos -a -e src` ; do wget $a; done
and download all the photos in your 2013 album
2014-06-18 22:33:28 -07:00
friendica ecbbd66e8f You'll need these to build jshon - warning these are typically blocked by .gitignore 2014-06-18 17:19:44 -07:00
friendica dd042f4f09 Turns out Linux has a shred command in /usr/bin and its purpose is to 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". 2014-06-18 17:04:19 -07:00
friendica c16b403cf7 oh this is nice... http://kmkeen.com/jshon - this is what we need to make 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. 2014-06-18 16:26:27 -07:00
jeroenpraat 349e5d45ec Cleaned out/updated images dir. So that we don't mix the old colour red with the new colour with. / Updated util/messages.po 2014-06-16 18:14:05 +00:00
friendica b5ea259666 try to force the update mode to fix the "starting up browser, quickly loads page 2 at the beginning" bug 2014-06-13 05:38:00 -07:00
friendica 376a51f8d8 doc updates 2014-06-06 23:56:52 -07:00
jeroenpraat 5869836180 expand/collapse is also used for comments, so removing 'post'. 2014-06-03 15:42:13 +00:00
jeroenpraat ad378cbe07 Updated strings for show entire post and show less to expand and collapse. See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl 2014-06-03 12:14:51 +00:00
jeroenpraat b4e7d7f7c0 Updated to [+] show more, [+] show more comments, etc. See https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl 2014-06-03 05:12:00 +00:00
friendica c886d6e707 update strings 2014-06-02 18:01:00 -07:00
friendica c37ee6f06f doc updates 2014-05-30 02:52:29 -07:00
friendica b4fe14982f string update 2014-05-29 22:22:11 -07:00
friendica 626eab99f8 add profile photo app because it is sometimes hard to find. Also doc updates 2014-05-23 14:52:55 -07:00
Alexandre Hannud Abdo d15e3776f3 Allow translation context with plural. Use that in Likes/Dislikes. 2014-05-21 05:39:35 -03:00
Alexandre Hannud Abdo 72a633dc51 Make translation contexts effective. 2014-05-21 04:48:22 -03:00
friendica 71f5908e21 add optional context to translations 2014-05-20 20:22:38 -07:00
friendica 6ac50faaa2 doc updates 2014-05-16 02:13:27 -07:00
friendica 71ded9388b missing paren 2014-05-13 02:17:17 -07:00
friendica 8c948f4bbe forbid redefinition of language plural_select function 2014-05-13 02:10:06 -07:00
friendica 3eae3fd496 a bit more progress on using shred to pick through API results. Commented 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. 2014-05-11 18:36:00 -07:00
friendica 6d56c9b603 better button theming on oauth connected apps page 2014-05-09 01:53:03 -07:00
friendica d3b5509b33 shred: ability to execute somewhat arbitrary API functions and echo results 2014-05-08 22:44:12 -07:00
friendica e22e94cd97 ok *now* shred works with alternate config files 2014-05-07 20:31:21 -07:00
friendica b26edefe3e shred: perhaps alternate configs will work now - unable to test at the moment. Was a typo in FriendicaOAuth.sh so it's unlikely anybody has been using this recently. We'll probably need it for apps. 2014-05-07 17:42:58 -07:00
friendica cdf5e08eb9 weekly update 2014-05-02 17:28:46 -07:00
friendica a7a44cb2fb missed the string update on an earlier checkin 2014-04-25 16:25:02 -07:00
friendica ae1f9bf1c4 move create a new collection below the actual collection list again. failed experiment. 2014-04-18 15:31:15 -07:00
friendica e10509e2bd soft revert 9bb7811 until we can look at it more closely. 2014-04-11 14:01:33 -07:00
friendica f832e59585 doc updates, plus back-end work for rpost to let you post to a different channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms. 2014-04-04 15:25:18 -07:00
friendica 3c23d1f9fe doc update 2014-03-28 01:12:36 -07:00
friendica 78f003e4a5 doc update 2014-03-21 01:14:35 -07:00
friendica 074d2839c0 doc update 2014-03-16 14:56:04 -07:00
friendica 16c2aa042f doc update 2014-03-07 14:30:24 -08:00
friendica 46f0de7120 try to fix youtube mixed content warnings 2014-02-28 00:57:35 -08:00
friendica 9e2ea6b5d4 strings/version update 2014-02-21 23:51:57 -08:00
tony baldwin 9715176a56 s/View remote profiles as webpages/Do not view remote profiles in
frames/g
2014-02-19 22:56:52 -05:00
friendica eadf5121d0 rev update and a minor fix (missing param) to force_refresh 2014-02-14 12:39:15 -08:00
friendica 14fd940e08 To be listed as a public site, you need to be an https site with a valid cert. If you don't make the cut, you will either not be listed as a public site or you will be de-listed. Period. This is non-negotiable. 2014-02-07 00:50:04 -08:00
friendica bd691300a7 provide some interesting new options to channel sources 2014-01-31 20:02:59 -08:00
friendica 3869b16298 prettyphoto (js|css) not found 2014-01-24 14:35:32 -08:00
friendica 5e4f45c03a mod_profperm migrated 2014-01-23 14:35:59 -08:00
friendica 55e4a53e01 push new messages.po 2014-01-21 18:11:44 -08:00
friendica e68748afab transifex didn't like plural-forms and now they don't like it commented out. So we'll try uncommenting the sucker and see if they like it again. 2014-01-20 03:11:45 -08:00
friendica db67f08d3c some more bookmark infrastructure plus a doc update 2014-01-18 21:45:42 -08:00
fabrixxm 5c606a19cf Update messages.po
should make transifex happy
2014-01-16 10:31:14 +01:00
friendica 47b8071ca7 dav: throw exception if channel for requested DAV directory is deleted 2014-01-15 03:12:47 -08:00
friendica 3298768d95 directory creation error, display localtimes on cloud webpage, doc updates 2014-01-10 00:47:40 -08:00