Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix media uploads in api (specifically friendica for android) | friendica | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | not quite so much crypto logging | friendica | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | potential solution to Friendica for Android photo uploads, which aren't ↵ | friendica | 2013-07-23 | 1 | -1/+1 |
| | | | | working on Red currently. | ||||
* | remote control - if auth'd visitor is in config system remote_admins ↵ | friendica | 2013-07-22 | 1 | -1/+1 |
| | | | | (array), become superuser. Literally. Full control. Untested. | ||||
* | improvements in delivery logging | friendica | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | clone sync: extra param to zot_build_packet | friendica | 2013-07-20 | 1 | -1/+1 |
| | |||||
* | private pokes - perhaps a little *too* private. | friendica | 2013-07-19 | 1 | -1/+1 |
| | |||||
* | use (numeric) abook_id for friends/followers in Twitter API. Many existing ↵ | friendica | 2013-07-18 | 1 | -1/+1 |
| | | | | clients won't be able to handle xchans. Save those for the Red specific API. | ||||
* | configurable theme precedence rules, and passing the page owner to the pcss ↵ | friendica | 2013-07-17 | 1 | -1/+1 |
| | | | | theme settings. | ||||
* | parse_url: add missing scheme unless url begins with '/' | friendica | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | more diagnostics | friendica | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Add self to recipient lists. Sure we already have a copy but it's possible ↵ | friendica | 2013-07-14 | 1 | -1/+1 |
| | | | | our nomadic channel clones don't. | ||||
* | fix missing edit link | friendica | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | remove double tags on search results, updates to install doco to get rid of ↵ | friendica | 2013-07-09 | 1 | -1/+1 |
| | | | | Friendica name there and clarify Red requirements. | ||||
* | make corner radius configurable in redbasic expert mode | friendica | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | use current channel photo for favicon where applicable - might be browser ↵ | friendica | 2013-07-07 | 1 | -1/+1 |
| | | | | dependent but seems to work on FF | ||||
* | more "thing" work | friendica | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | progress on multiple profiles, doing it the old way. I don't think we're ↵ | friendica | 2013-07-03 | 1 | -1/+1 |
| | | | | going to be able to do it the new way - way too complicated. |