Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make collections work again | friendica | 2013-09-18 | 1 | -1/+1 |
| | |||||
* | add -C cfgfile option to shred to allow multiple configurations. I just ↵ | friendica | 2013-09-17 | 1 | -1/+1 |
| | | | | added the option for multiple configs, I didn't make it work as it requires quite a bit of change to the shred program flow; which tries to load the default config before doing anything at all. | ||||
* | several oauth fixes - shred doesn't completely work yet, but it also doesn't ↵ | friendica | 2013-09-16 | 1 | -1/+1 |
| | | | | completely NOT work, so at least there's some improvement | ||||
* | implement what I hope will now be the server side of directory sync, add ↵ | friendica | 2013-09-15 | 1 | -1/+1 |
| | | | | viewsrc to item_photo_menu, and log what changed in import_xchan update objects so we can find out why there are so many updates when nothing _obvious_ has changed that should trigger it. | ||||
* | import_xchan - check every known hubloc/location field and create a new ↵ | friendica | 2013-09-14 | 1 | -1/+1 |
| | | | | hubloc if anything at all changed anywhere. | ||||
* | doc update, put more telemetry on notifier and try to ensure that private ↵ | friendica | 2013-09-13 | 1 | -1/+1 |
| | | | | posts have recipients. | ||||
* | remove some debugging stuff now that the problem they were trying to locate ↵ | friendica | 2013-09-12 | 1 | -1/+1 |
| | | | | down has been solved. | ||||
* | assuming this doesn't blow up the internet like the last fix - this is a ↵ | friendica | 2013-09-11 | 1 | -1/+1 |
| | | | | very old bug that's been reported time and time again and nobody every bothered to debug or even report it somewhere where we could monitor it. It's buried somewhere in my stream, but basically is "things don't work right if you've got 'everybody in my address book' permissions" on "can send me their channel stream and posts". I think this is Michelle's problem and anybody else who has en empty matrix after making lots of connections. | ||||
* | z_fetch_url - include curl debug info in return array and log it (at ↵ | friendica | 2013-09-10 | 1 | -1/+1 |
| | | | | | | logger_data level) on failure This should probably be at a lower log level, but unsuccessful connections could happen a lot on a busy production site so we'll try to keep the log noise down unless somebody really needs to track this info. | ||||
* | some alteration to the way directory sync was originally supposed to work. ↵ | friendica | 2013-09-09 | 1 | -1/+1 |
| | | | | I'm making this up as I go and not exactly certain where to go next but it makes more sense now and I think the basic idea will actually work. I'll just have to keep making it up until it does work. | ||||
* | rev update | friendica | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | allow menu management even if there are no menu items | friendica | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | provide mimetype selector on edit (pages and blocks) | friendica | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | fix network search - except it can't search private posts. That may be a ↵ | friendica | 2013-09-05 | 1 | -1/+1 |
| | | | | problem. | ||||
* | render blocks - yes these should be templates, but I've got too much to do ↵ | friendica | 2013-09-04 | 1 | -1/+1 |
| | | | | at the moment and just want everything to fall into place quickly. The clerical work will have to wait. | ||||
* | testing Comanche | friendica | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | webpage content-type -- needs cleaning up and a security check once all the ↵ | friendica | 2013-09-02 | 1 | -1/+1 |
| | | | | important bits are in place. | ||||
* | This isn't optimal, but on the short term we'll clone the page editor to use ↵ | friendica | 2013-09-01 | 1 | -1/+1 |
| | | | | as a block editor, and probably a layout editor as well. Eventually, these should all probably just be switches onto a single editor instance. Decided to put the layout_mid into the item table directory rather than re-use resource_id, so that we can still have pages attached to different resources like photos and events and stuff. The block editor is far from finished, at this point I've only cloned it and changed the name and type of item it looks for. | ||||
* | more debugging on localize_item top find out why likes are not translated in ↵ | friendica | 2013-08-31 | 1 | -1/+1 |
| | | | | notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object. | ||||
* | block attempts to set the baseurl to an ip address if it was previously a ↵ | friendica | 2013-08-29 | 1 | -1/+1 |
| | | | | dns name | ||||
* | right - here's how we're going to link comanche with webpages | friendica | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | get rid of ssl_policy - it's implicit in the site url | friendica | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | regex patch | friendica | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | always use system provided baseurl if configured | friendica | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | fix xchans more completely after a URL change | friendica | 2013-08-24 | 1 | -1/+1 |
| | |||||
* | add zid to connect_url | friendica | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | poll stuff | friendica | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | fix superblock for comments | friendica | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | if changing primary hub during an import operation - remove the old xchan ↵ | friendica | 2013-08-19 | 1 | -1/+1 |
| | | | | and create a fresh xchan pointing at this instance. Also a minor edit to increase the default photo upload limit for new sites. There aren't many cameras left that will take photos < 800k in size. | ||||
* | Another try at issue #61 and #62 - an earlier fix was partially working but ↵ | friendica | 2013-08-18 | 1 | -1/+1 |
| | | | | the issue persisted - this extends it a bit. | ||||
* | issue #82, posted order not working - also doc update | friendica | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | not able to drop pending connections | friendica | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | ru strings updated | friendica | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | a bit more work on menus | friendica | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | theme personal menus so they look more or less like widgets | friendica | 2013-08-12 | 1 | -1/+1 |
| | |||||
* | don't import any hubloc that doesn't have a sitekey. Eventually we should ↵ | friendica | 2013-08-11 | 1 | -1/+1 |
| | | | | also verify that it is a valid key, as we've already seen one case where one character got mangled and messed up communication. | ||||
* | move sitekey creation to the account creation function instead of during ↵ | friendica | 2013-08-09 | 1 | -1/+1 |
| | | | | channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin | ||||
* | malformed ru string file | friendica | 2013-08-08 | 1 | -1/+1 |
| | |||||
* | big changes to photo->store() which is now photo->save() and takes an array ↵ | friendica | 2013-08-07 | 1 | -1/+1 |
| | | | | instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos. | ||||
* | we've been storing json_encoded structures on disk in several places because ↵ | friendica | 2013-08-06 | 1 | -1/+1 |
| | | | | it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize(). | ||||
* | enotify: localize things we know how to translate | friendica | 2013-08-05 | 1 | -1/+1 |
| | |||||
* | $yoursite/~foo has taken you to foo's channel page for ages. If you're ↵ | friendica | 2013-08-04 | 1 | -1/+1 |
| | | | | logged in locally, $yoursite/~ will now take you to *your* channel page. If you aren't logged in, it won't. | ||||
* | rev update | friendica | 2013-08-03 | 1 | -1/+1 |
| | |||||
* | basic email invitations - and doc update | friendica | 2013-08-02 | 1 | -1/+1 |
| | |||||
* | yhis should fix the privacy leak - as well as non-private replies to private ↵ | friendica | 2013-08-01 | 1 | -1/+1 |
| | | | | posts | ||||
* | better mail obscuring | friendica | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | unencrypt private posts for editing | friendica | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | browser location issue but this may not fix it | friendica | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | improve the red smiley | friendica | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | add gz to access denied files to block rotated logs from public access | friendica | 2013-07-26 | 1 | -1/+1 |
| |