Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make zot_finger more bulletproof | friendica | 2013-07-21 | 1 | -0/+5 |
| | |||||
* | improve logging zot_finger | friendica | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | improvements in delivery logging | friendica | 2013-07-21 | 1 | -8/+8 |
| | |||||
* | validate input to import_xchan(), as we don't consistently check it prior to ↵ | friendica | 2013-07-18 | 1 | -0/+7 |
| | | | | entering this function | ||||
* | add channel_name to delivery logs because it is a bit more useful than an ↵ | friendica | 2013-07-15 | 1 | -10/+10 |
| | | | | xchan_hash | ||||
* | more diagnostics | friendica | 2013-07-15 | 1 | -2/+2 |
| | |||||
* | more error checking | friendica | 2013-07-14 | 1 | -3/+7 |
| | |||||
* | more logging on hubloc import - figure out why it did not get stored. | friendica | 2013-07-14 | 1 | -1/+2 |
| | |||||
* | more work on bug #59 - hope this doesn't hork everything. Also some tweaking ↵ | friendica | 2013-07-08 | 1 | -1/+1 |
| | | | | of the theme for the new radius control, which produced some surprising results when expert mode was toggled. | ||||
* | really, truly fix the age missing in directory bug | friendica | 2013-07-02 | 1 | -1/+0 |
| | |||||
* | missing comma | friendica | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | age was not syncing to the directory | friendica | 2013-07-02 | 1 | -1/+4 |
| | |||||
* | issue #65 | friendica | 2013-07-01 | 1 | -0/+66 |
| | |||||
* | add age to directory profile - requires updating on each birthday and that ↵ | friendica | 2013-06-30 | 1 | -0/+1 |
| | | | | part is still missing | ||||
* | more work on channel sync | friendica | 2013-06-26 | 1 | -0/+8 |
| | |||||
* | make manual image scaling work - even if auto scaling kicks in. | friendica | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | hopefully this won't screw up everything - if it does, revert. Otherwise ↵ | friendica | 2013-06-16 | 1 | -1/+3 |
| | | | | this should work at delivery time to check tag deliveries and bounce the message before it's stored if the channel doesn't allow you to post and you aren't allowed to tag deliver either. Previously this was handled after the post was already stored so you needed posting permission as well as tag deliver permission to get past the checks. | ||||
* | typo in auto permissions | friendica | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | extend delivery reports to mail | friendica | 2013-05-16 | 1 | -1/+11 |
| | |||||
* | small updates | friendica | 2013-05-08 | 1 | -1/+2 |
| | |||||
* | change the way profiles are imported | friendica | 2013-04-30 | 1 | -50/+69 |
| | |||||
* | fix broken profile syncing | friendica | 2013-04-29 | 1 | -2/+4 |
| | |||||
* | add some debugging - update times are changing much faster than they're ↵ | friendica | 2013-04-29 | 1 | -0/+7 |
| | | | | supposed to. Log what has changed. | ||||
* | photo driver abstraction | friendica | 2013-04-25 | 1 | -1/+1 |
| | |||||
* | reverting to fancybox for "save to file" selection box until we find a ↵ | friendica | 2013-04-21 | 1 | -0/+2 |
| | | | | better way - prettyPhoto just isn't working for this and I really need this functionality ATM until we can figure out how to make prettyPhoto work properly here. | ||||
* | more doco | friendica | 2013-03-26 | 1 | -5/+8 |
| | |||||
* | set hidden flags on new directory entries, not just existing ones | friendica | 2013-03-26 | 1 | -3/+21 |
| | |||||
* | doco | friendica | 2013-03-25 | 1 | -1/+60 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -10/+10 |
| | | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. | ||||
* | update | friendica | 2013-03-21 | 1 | -0/+15 |
| | |||||
* | update modification time whenever a directory related attribute is changed | friendica | 2013-03-13 | 1 | -2/+24 |
| | |||||
* | update xchans on url change | friendica | 2013-03-12 | 1 | -2/+9 |
| | |||||
* | fix typos | friendica | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | dangerous typo that removes all your hublocs, fix reshare formatting | friendica | 2013-03-11 | 1 | -2/+2 |
| | |||||
* | . | friendica | 2013-03-10 | 1 | -1/+38 |
| | |||||
* | fix comment permissions on display (again) and clean up an error seen in the ↵ | friendica | 2013-03-06 | 1 | -1/+1 |
| | | | | logs | ||||
* | edits might really work now | friendica | 2013-02-28 | 1 | -1/+2 |
| | |||||
* | this might make edits update across the wire, or it might not | friendica | 2013-02-28 | 1 | -2/+5 |
| | |||||
* | mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the ↵ | friendica | 2013-02-27 | 1 | -1/+10 |
| | | | | notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day. | ||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | the heavy lifting is done for location migration aka channel import - now ↵ | friendica | 2013-02-19 | 1 | -1/+1 |
| | | | | it's just connecting all the dots. Don't get impatient, there are a lot of dots. | ||||
* | public scope | friendica | 2013-02-15 | 1 | -6/+66 |
| | |||||
* | use our own CA bundle as authoritative for backend communications. This ↵ | friendica | 2013-02-13 | 1 | -4/+19 |
| | | | | avoids OS dependent CA validity mismatches. | ||||
* | recursion and typo in rmagic with zid | friendica | 2013-02-13 | 1 | -4/+0 |
| | |||||
* | I think we're finally done with import_xchan_from_json - everything has been ↵ | friendica | 2013-02-07 | 1 | -120/+0 |
| | | | | converted to import_xchan now | ||||
* | this should fix the auto-friend stuff | friendica | 2013-02-07 | 1 | -2/+6 |
| | |||||
* | searchable flag logic reversed | friendica | 2013-02-02 | 1 | -3/+5 |
| | |||||
* | It's really not supposed to be quite this chatty on the network - ah that's ↵ | friendica | 2013-01-28 | 1 | -0/+5 |
| | | | | why. Oops. | ||||
* | delete item should now mostly work | friendica | 2013-01-28 | 1 | -3/+14 |
| | |||||
* | better handling of failures to lookup remote authors | friendica | 2013-01-26 | 1 | -3/+9 |
| |