Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | updated util/messages.po | jeroenpraat | 2014-07-01 | 1 | -3747/+3585 | |
| | ||||||
* | rule of snakes #1, kill the snake. | friendica | 2014-06-28 | 1 | -436/+498 | |
| | | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor. | |||||
* | fix bad translation of blockquote in wordpress ("post_to_red") plugin | friendica | 2014-06-25 | 1 | -4/+4 | |
| | ||||||
* | moods not working in other languages + doc updates | friendica | 2014-06-21 | 1 | -3586/+3751 | |
| | ||||||
* | limited progress in providing a POST option to shredder, back to auth ↵ | friendica | 2014-06-19 | 2 | -26/+42 | |
| | | | | signature mismatches again, likely a quoting issue | |||||
* | cleanup | friendica | 2014-06-19 | 1 | -16/+1 | |
| | ||||||
* | wherein I revive some of my 30+year old shell scripting skills so that we ↵ | friendica | 2014-06-18 | 2 | -5/+24 | |
| | | | | | | | | 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 | |||||
* | You'll need these to build jshon - warning these are typically blocked by ↵ | friendica | 2014-06-18 | 2 | -0/+0 | |
| | | | | .gitignore | |||||
* | Turns out Linux has a shred command in /usr/bin and its purpose is to ↵ | friendica | 2014-06-18 | 4 | -1/+2 | |
| | | | | 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 ↵ | friendica | 2014-06-18 | 2 | -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. | |||||
* | Cleaned out/updated images dir. So that we don't mix the old colour red with ↵ | jeroenpraat | 2014-06-16 | 1 | -3559/+3387 | |
| | | | | the new colour with. / Updated util/messages.po | |||||
* | try to force the update mode to fix the "starting up browser, quickly loads ↵ | friendica | 2014-06-13 | 1 | -34/+34 | |
| | | | | page 2 at the beginning" bug | |||||
* | doc updates | friendica | 2014-06-06 | 1 | -3380/+3546 | |
| | ||||||
* | expand/collapse is also used for comments, so removing 'post'. | jeroenpraat | 2014-06-03 | 1 | -3/+3 | |
| | ||||||
* | Updated strings for show entire post and show less to expand and collapse. ↵ | jeroenpraat | 2014-06-03 | 1 | -5/+5 | |
| | | | | See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl | |||||
* | Updated to [+] show more, [+] show more comments, etc. See ↵ | jeroenpraat | 2014-06-03 | 1 | -3599/+3444 | |
| | | | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl | |||||
* | update strings | friendica | 2014-06-02 | 1 | -49/+63 | |
| | ||||||
* | doc updates | friendica | 2014-05-30 | 1 | -2/+2 | |
| | ||||||
* | string update | friendica | 2014-05-29 | 1 | -1451/+1451 | |
| | ||||||
* | add profile photo app because it is sometimes hard to find. Also doc updates | friendica | 2014-05-23 | 1 | -3331/+3515 | |
| | ||||||
* | Allow translation context with plural. Use that in Likes/Dislikes. | Alexandre Hannud Abdo | 2014-05-21 | 3 | -4498/+4691 | |
| | ||||||
* | Make translation contexts effective. | Alexandre Hannud Abdo | 2014-05-21 | 1 | -9/+14 | |
| | ||||||
* | add optional context to translations | friendica | 2014-05-20 | 2 | -103/+116 | |
| | ||||||
* | doc updates | friendica | 2014-05-16 | 1 | -338/+354 | |
| | ||||||
* | missing paren | friendica | 2014-05-13 | 1 | -1/+1 | |
| | ||||||
* | forbid redefinition of language plural_select function | friendica | 2014-05-13 | 1 | -1/+2 | |
| | ||||||
* | a bit more progress on using shred to pick through API results. Commented ↵ | friendica | 2014-05-11 | 2 | -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. | |||||
* | better button theming on oauth connected apps page | friendica | 2014-05-09 | 1 | -410/+417 | |
| | ||||||
* | shred: ability to execute somewhat arbitrary API functions and echo results | friendica | 2014-05-08 | 2 | -1/+23 | |
| | ||||||
* | ok *now* shred works with alternate config files | friendica | 2014-05-07 | 1 | -10/+12 | |
| | ||||||
* | shred: perhaps alternate configs will work now - unable to test at the ↵ | friendica | 2014-05-07 | 2 | -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. | |||||
* | weekly update | friendica | 2014-05-02 | 1 | -366/+400 | |
| | ||||||
* | missed the string update on an earlier checkin | friendica | 2014-04-25 | 1 | -3525/+3523 | |
| | ||||||
* | move create a new collection below the actual collection list again. failed ↵ | friendica | 2014-04-18 | 1 | -867/+868 | |
| | | | | experiment. | |||||
* | soft revert 9bb7811 until we can look at it more closely. | friendica | 2014-04-11 | 1 | -1154/+1231 | |
| | ||||||
* | doc updates, plus back-end work for rpost to let you post to a different ↵ | friendica | 2014-04-04 | 1 | -335/+349 | |
| | | | | 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. | |||||
* | doc update | friendica | 2014-03-28 | 1 | -480/+520 | |
| | ||||||
* | doc update | friendica | 2014-03-21 | 1 | -125/+133 | |
| | ||||||
* | doc update | friendica | 2014-03-16 | 1 | -315/+327 | |
| | ||||||
* | doc update | friendica | 2014-03-07 | 1 | -396/+431 | |
| | ||||||
* | try to fix youtube mixed content warnings | friendica | 2014-02-28 | 1 | -281/+334 | |
| | ||||||
* | strings/version update | friendica | 2014-02-21 | 1 | -752/+791 | |
| | ||||||
* | s/View remote profiles as webpages/Do not view remote profiles in | tony baldwin | 2014-02-19 | 1 | -1/+1 | |
| | | | | frames/g | |||||
* | rev update and a minor fix (missing param) to force_refresh | friendica | 2014-02-14 | 1 | -763/+802 | |
| | ||||||
* | To be listed as a public site, you need to be an https site with a valid ↵ | friendica | 2014-02-07 | 1 | -2803/+2907 | |
| | | | | 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. | |||||
* | provide some interesting new options to channel sources | friendica | 2014-01-31 | 1 | -953/+1002 | |
| | ||||||
* | prettyphoto (js|css) not found | friendica | 2014-01-24 | 1 | -115/+111 | |
| | ||||||
* | mod_profperm migrated | friendica | 2014-01-23 | 2 | -487/+494 | |
| | ||||||
* | push new messages.po | friendica | 2014-01-21 | 2 | -86/+84 | |
| | ||||||
* | transifex didn't like plural-forms and now they don't like it commented out. ↵ | friendica | 2014-01-20 | 2 | -225/+220 | |
| | | | | So we'll try uncommenting the sucker and see if they like it again. |