aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* doc updatesfriendica2014-12-191-2989/+2995
|
* don't import to sys channel from self-censored authorsfriendica2014-12-121-807/+820
|
* block adult channels from inclusion in public content feedsfriendica2014-12-101-703/+703
|
* update mozilla cacert.pemfriendica2014-11-281-471/+479
|
* random block widgetfriendica2014-11-221-2647/+2672
|
* minor changes to support forum modefriendica2014-11-151-2942/+2956
|
* rev updatefriendica2014-11-071-521/+608
|
* doc updatesfriendica2014-10-311-1789/+1809
|
* moved post_to_red to its own project ( https://github.com/friendica/wptored ↵friendica2014-10-252-532/+0
| | | | ), which I was planning to do anyway since it's kind of lost in the util folder, but also because having it there may present licensing issues, as it's GPL.
* string updatefriendica2014-10-241-3704/+3868
|
* New util/messages.poJeroen2014-10-171-4009/+3853
|
* improvement in source route checking when handling complex *upstream* ↵friendica2014-10-101-1049/+1075
| | | | delivery chains, which were not adequately accounted for in the earlier checkin.
* rev updatefriendica2014-10-031-341/+346
|
* doc updates, clean up buttons on PM edit template to match other edit buttonsfriendica2014-09-261-886/+891
|
* doc updatesfriendica2014-09-191-440/+493
|
* doc updates and a couple of issues spotted in the logs (diaspora likes, feed ↵friendica2014-09-121-354/+376
| | | | author import)
* doc updatesfriendica2014-09-051-362/+375
|
* update nl + Friendica>RedMatrix in two text filesJeroen2014-08-301-1/+1
|
* doc updatefriendica2014-08-291-787/+837
|
* rev updatefriendica2014-08-221-668/+660
|
* move Friendica photo migrator to addons, bring back a few XML scraping ↵friendica2014-08-201-75/+0
| | | | functions that we're going to require (unfortunately)
* Added "if(!function_exists('xpost_to_html2bbcode'))"tonnerkiller2014-08-161-64/+68
| | | | | | | | This function name is also used by post to friendica plugin Both functions seem to be identical. If you have both plugins installed you get an error because of the identical function name This will avoid the attempt to load the function a second time in case it was already loaded by the post to friendica plugin
* doc updatefriendica2014-08-151-3702/+3906
|
* Added some missing translation strings. Fixed to scalable for a few font sizes.Jeroen2014-08-141-404/+466
|
* support title and description (and dates which were done earlier) for ↵friendica2014-08-131-0/+2
| | | | friendica photo import
* provide a way to preserve photo timestamps when importing (rather than ↵friendica2014-08-121-0/+2
| | | | uploading)
* couple of frphoto fixes to work better with the dreamhost process reaperfriendica2014-08-121-1/+0
|
* Friendica photo import tool. This will bring in all your photos from the ↵friendica2014-08-121-0/+72
| | | | chosen Friendica account and import them into Red. Note that profile photos will also be imported, but will not be scaled for profiles, nor will they be attached to any profiles. They will appear however in your Profile Photos album. Photos that had any access restrictions in Friendica will be made private to only you. Comments and likes, captions, and tags are not transferred, only the actual photos. You will only be able to do this once. If something goes wrong but any photos were imported, a pconfig called frphotos.complete will be set and you'll have to remove it to start over. If you should remove this to start over, we also check each photo and will not over-write a photo you already brought over.
* Some more buttons. Not ready yet. Changed in private message -submit- to ↵Jeroen2014-08-091-3836/+3672
| | | | -send-. Confusing in other language(s).
* rev updatefriendica2014-08-081-219/+238
|
* add en-gb and en-au ('en-us' aka 'en' is the default language now so watch ↵friendica2014-08-052-4796/+5060
| | | | out for words like colour and centralise and please use the US variants in translatable strings)
* Update nl. Added a link from the edit profile page to the edit visibility page.Jeroen2014-08-011-3809/+3665
|
* make the profile minimal by default. Use features to enable the advanced form.friendica2014-08-011-313/+299
|
* wrong label on iconfriendica2014-07-251-87/+91
|
* cherry pick pull request #544friendica2014-07-241-12/+12
|
* add more control to auth paranoia settingfriendica2014-07-201-756/+794
|
* doc updatesfriendica2014-07-131-68/+78
|
* move smarty compiled files to store/[data]/smarty3 - which puts all ↵friendica2014-07-101-3/+3
| | | | writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time.
* when deleting items, delete linked events and photos during stage1friendica2014-07-041-3541/+3706
|
* Red Matrix default instead of global default. Is more clear. Update nl to ↵jeroenpraat2014-07-021-21/+21
| | | | 99%. Update util/messages.po
* updated util/messages.pojeroenpraat2014-07-011-3747/+3585
|
* rule of snakes #1, kill the snake.friendica2014-06-281-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") pluginfriendica2014-06-251-4/+4
|
* moods not working in other languages + doc updatesfriendica2014-06-211-3586/+3751
|
* limited progress in providing a POST option to shredder, back to auth ↵friendica2014-06-192-26/+42
| | | | signature mismatches again, likely a quoting issue
* cleanupfriendica2014-06-191-16/+1
|
* wherein I revive some of my 30+year old shell scripting skills so that we ↵friendica2014-06-182-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 ↵friendica2014-06-182-0/+0
| | | | .gitignore
* Turns out Linux has a shred command in /usr/bin and its purpose is to ↵friendica2014-06-184-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 ↵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.