Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | quick-n-dirty wall-to-wall detection, wasn't working at all - this may be ↵ | friendica | 2013-01-24 | 1 | -2/+1 |
| | | | | overboard or it may still not work at all. | ||||
* | turn down the log noise a bit | friendica | 2013-01-24 | 1 | -19/+17 |
| | |||||
* | uncomplicate item deletion and fixup all the other linked tables | friendica | 2013-01-24 | 1 | -13/+2 |
| | |||||
* | security fixes related to directory access and sites that are off the grid | friendica | 2013-01-22 | 1 | -1/+14 |
| | |||||
* | hidden directory entries | friendica | 2013-01-22 | 1 | -3/+11 |
| | |||||
* | magic auth - it's mostly done or at least all the code bits are written and ↵ | friendica | 2013-01-21 | 1 | -8/+3 |
| | | | | it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated. | ||||
* | more work on magic auth | friendica | 2013-01-21 | 1 | -0/+6 |
| | |||||
* | preserve event item[uri] if present | friendica | 2013-01-20 | 1 | -4/+6 |
| | |||||
* | mopping up the events issues so I can move on to other stuff | friendica | 2013-01-16 | 1 | -3/+5 |
| | |||||
* | import events (not just event posts) from zot | friendica | 2013-01-16 | 1 | -1/+28 |
| | |||||
* | implement "finger" command | friendica | 2013-01-12 | 1 | -1/+3 |
| | |||||
* | fix double-encoding | friendica | 2013-01-11 | 1 | -10/+10 |
| | |||||
* | start rewrite of notification system delivery backend | friendica | 2013-01-05 | 1 | -0/+1 |
| | |||||
* | remove the country autofill declaration | friendica | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | debugging directory profiles | friendica | 2013-01-04 | 1 | -0/+4 |
| | |||||
* | fix the contorted update logic on the network page | friendica | 2013-01-04 | 1 | -1/+4 |
| | |||||
* | more debugging - looks like michameer.dyndns.org is throwing 500s so cannot ↵ | friendica | 2013-01-03 | 1 | -0/+2 |
| | | | | test further |