Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc update, put more telemetry on notifier and try to ensure that private ↵ | friendica | 2013-09-13 | 57 | -1065/+1586 |
| | | | | posts have recipients. | ||||
* | need to figure out what's causing this | friendica | 2013-09-12 | 1 | -0/+6 |
| | |||||
* | No point beating a dead horse | friendica | 2013-09-12 | 1 | -1/+8 |
| | |||||
* | so public_recips and allowed_public_recips is working so much better than ↵ | friendica | 2013-09-12 | 1 | -4/+12 |
| | | | | before, but was still not quite right. We seem to be getting all the right results for top-level posts now, but comments aren't getting through on channels for which we've allowed them to send us their stream, but not comment on our posts. The reason is we were seeing if they could comment - and we only need to do that if we own the post. If they own the post, we only need to check if they can send us their stream. | ||||
* | more remote error reporting for zot | friendica | 2013-09-12 | 2 | -0/+12 |
| | |||||
* | remove some debugging stuff now that the problem they were trying to locate ↵ | friendica | 2013-09-12 | 2 | -6/+1 |
| | | | | down has been solved. | ||||
* | Merge pull request #130 from ndurchx/patch-1 | friendica | 2013-09-12 | 1 | -1/+1 |
|\ | | | | | Fixed error in SQL Statement | ||||
| * | Fixed error in SQL Statement | ndurchx | 2013-09-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #129 from MicMee/master | friendica | 2013-09-12 | 2 | -1/+8 |
|\ | | | | | to flag failed auth attempts in db table hubloc as hubloc_receive_error | ||||
| * | implement tip from Mike, corrected the sql statement | Michael Meer | 2013-09-11 | 1 | -1/+1 |
| | | |||||
| * | delete logger line; was the wrong place. | Michael Meer | 2013-09-11 | 1 | -1/+0 |
| | | |||||
| * | flag failed auth attempts in DB table hubloc | Michael Meer | 2013-09-11 | 2 | -1/+9 |
| | | |||||
* | | assuming this doesn't blow up the internet like the last fix - this is a ↵ | friendica | 2013-09-11 | 2 | -2/+2 |
|/ | | | | 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. | ||||
* | make comments work again | friendica | 2013-09-10 | 1 | -1/+2 |
| | |||||
* | well that really stuffed things up... | friendica | 2013-09-10 | 2 | -3/+3 |
| | |||||
* | remove old debugging cruft | friendica | 2013-09-10 | 1 | -1/+1 |
| | |||||
* | this should fix the foreign language like notifications (again) | friendica | 2013-09-10 | 1 | -2/+4 |
| | |||||
* | change wording on item_store message so we can find failures fast with grep ↵ | friendica | 2013-09-10 | 1 | -1/+1 |
| | | | | item_store logfile | grep -v created | ||||
* | provide detailed error to remote site for the myriad of things that can go ↵ | friendica | 2013-09-10 | 10 | -32/+72 |
| | | | | wrong inside item_store(), !! this changes the return of item_store !! | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-10 | 11 | -17/+20 |
|\ | |||||
| * | Merge pull request #126 from MicMee/master | friendica | 2013-09-10 | 3 | -6/+11 |
| |\ | | | | | | | extends DB in hubloc to maintain hubloc connectivity | ||||
| | * | extends DB in hubloc to maintain hubloc connectivity | Michael Meer | 2013-09-10 | 3 | -6/+11 |
| | | | |||||
| * | | Merge pull request #128 from oohlaf/fixes | Olaf Conradi | 2013-09-10 | 1 | -2/+1 |
| |\ \ | | | | | | | | | No need to add name_updated twice in zfinger response | ||||
| | * | | No need to add name_updated twice in zfinger response | Olaf Conradi | 2013-09-11 | 1 | -2/+1 |
| |/ / | |||||
| * | | Merge pull request #127 from git-marijus/master | friendica | 2013-09-10 | 1 | -3/+2 |
| |\ \ | | | | | | | | | make /channel respect "Maximum number of conversations to load at any time" setting like /network does. | ||||
| | * | | make /channel respect "Maximum number of conversations to load at any time" ↵ | marijus | 2013-09-10 | 1 | -3/+2 |
| |/ / | | | | | | | | | | setting like /network does. | ||||
| * / | Admin templates. | Thomas Willingham | 2013-09-10 | 6 | -6/+6 |
| |/ | |||||
* / | z_fetch_url - include curl debug info in return array and log it (at ↵ | friendica | 2013-09-10 | 2 | -1/+11 |
|/ | | | | | | 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. | ||||
* | site rename issue | friendica | 2013-09-09 | 1 | -1/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-09 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #125 from cvogeley/master | cvogeley | 2013-09-09 | 1 | -1/+1 |
| |\ | | | | | | | usage message showed wrong number of channels | ||||
| | * | usage message showed wrong number of channels | Christian Vogeley | 2013-09-09 | 1 | -1/+1 |
| | | | |||||
* | | | quick fix to directory | friendica | 2013-09-09 | 1 | -3/+3 |
|/ / | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-09 | 2 | -1/+12 |
|\ \ | |||||
| * \ | Merge pull request #122 from MicMee/master | friendica | 2013-09-09 | 2 | -1/+12 |
| |\ \ | | | | | | | | | just a typo | ||||
| | * | | Preparation to maintain HubLocs from adminpanel. This should act as basis ↵ | Michael Meer | 2013-09-09 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | for a kind of traffic light to get an overview. | ||||
| | * | | just a typo | Michael Meer | 2013-09-09 | 1 | -1/+1 |
| |/ / | |||||
* / / | change primary key on updates table | friendica | 2013-09-09 | 3 | -3/+12 |
|/ / | |||||
* | | some alteration to the way directory sync was originally supposed to work. ↵ | friendica | 2013-09-09 | 2 | -26/+15 |
| | | | | | | | | 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. | ||||
* | | fix the sitename also | friendica | 2013-09-08 | 1 | -1/+1 |
| | | |||||
* | | fix the recipient and subject localisation of failed update emails | friendica | 2013-09-08 | 1 | -3/+3 |
| | | |||||
* | | change from refresh_all to a directory update - which does a refresh_all and ↵ | friendica | 2013-09-08 | 1 | -1/+3 |
| | | | | | | | | also updates the directory. | ||||
* | | perform a refresh_all when an import has completed so that all your ↵ | friendica | 2013-09-08 | 2 | -3/+4 |
| | | | | | | | | connections get a fresh update. | ||||
* | | make sure new contacts who are not yet in the address book are sync'd across ↵ | friendica | 2013-09-08 | 1 | -0/+14 |
| | | | | | | | | clone instances | ||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-08 | 2 | -0/+92 |
|\ \ | |||||
| * \ | Merge pull request #120 from beardy-unixer/master | friendica | 2013-09-08 | 2 | -0/+92 |
| |\ \ | | | | | | | | | Quick and dirty file storage module. | ||||
| | * | | Kill logger | Thomas Willingham | 2013-09-09 | 1 | -3/+0 |
| | | | | |||||
| | * | | Quick and dirty file storage module. | Thomas Willingham | 2013-09-09 | 2 | -0/+95 |
| |/ / | |||||
* / / | description of the chanman module and what it will need to do. | friendica | 2013-09-08 | 1 | -0/+29 |
|/ / | |||||
* | | rev update | friendica | 2013-09-08 | 1 | -1/+1 |
| | |