Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide comment box for PERMS_AUTHED items. Presently only commentable from ↵ | Thomas Willingham | 2014-10-23 | 1 | -0/+1 |
| | | | | owners wall. | ||||
* | wrong permalink on remote events | friendica | 2014-10-23 | 1 | -4/+10 |
| | |||||
* | improved wall-to-wall detection for comments so we can handle Diaspora ↵ | friendica | 2014-10-22 | 1 | -2/+11 |
| | | | | | | | signing and wall-to-wall attribution correctly. Do it at the point of submission. This also fixes a potential bug in yesterday's wall-to-wall permission setting, if it was a local comment to a remote post. | ||||
* | backtrack on attribution for wall-to-wall comments - triggered too often and ↵ | friendica | 2014-10-22 | 2 | -9/+13 |
| | | | | unnecessarily. | ||||
* | you've gotta' be on your toes to catch this bug... though it's been here for ↵ | friendica | 2014-10-22 | 1 | -2/+2 |
| | | | | about 2 1/2 years and even survived a rewrite. Symptoms are that the archive widget only lists one month (the month when you first posted), and only if your first post was written between the 28th and 31st of whatever month that was. | ||||
* | when removing a channel, check to see if there are any valid hublocs ↵ | friendica | 2014-10-21 | 1 | -4/+17 |
| | | | | | | remaining before marking the xchan deleted. Issue #657 | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-21 | 1 | -1/+1 |
|\ | |||||
| * | Typo | Thomas Willingham | 2014-10-21 | 1 | -1/+1 |
| | | |||||
* | | private forum issues | friendica | 2014-10-21 | 2 | -1/+3 |
|/ | |||||
* | strip out the Diaspora quoted reshare markers | friendica | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | Merge pull request #652 from beardy-unixer/master | RedMatrix | 2014-10-21 | 1 | -1/+13 |
|\ | | | | | Prevent multiple simultaneous pollers. | ||||
| * | Screwed up merge - put Mike's stuff back. | Thomas Willingham | 2014-10-20 | 1 | -6/+11 |
| | | |||||
| * | Prevent more than one instance of the poller running at a time. | Thomas Willingham | 2014-10-20 | 1 | -12/+19 |
| | | |||||
* | | bb2diaspora wallwall comment - match both bits (ITEM_WALL|ITEM_ORIGIN) | friendica | 2014-10-20 | 1 | -1/+1 |
| | | |||||
* | | move all theme initialisation to one place - just after calling module_init. ↵ | friendica | 2014-10-20 | 1 | -0/+1 |
|/ | | | | Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them. | ||||
* | don't auto-archive connections we can't poll. | friendica | 2014-10-19 | 1 | -6/+11 |
| | |||||
* | show true author of wall-to-wall comments to Diaspora viewers just like we ↵ | friendica | 2014-10-19 | 1 | -0/+13 |
| | | | | did for wall-to-wall posts. | ||||
* | Tried this once before but had to revert. Basically prevent a comment from ↵ | friendica | 2014-10-19 | 1 | -1/+7 |
| | | | | being relayed more than once - as it's a huge drain on resources. But last time I tried this, wall-to-wall comments stopped getting relayed. This checkin should do the right thing in both conditions. | ||||
* | merge madness | friendica | 2014-10-19 | 2 | -110/+73 |
| | |||||
* | wall-e random signature failures | friendica | 2014-10-19 | 1 | -1/+2 |
| | |||||
* | mark signature forgeries | friendica | 2014-10-16 | 2 | -2/+8 |
| | |||||
* | Merge branch 'master' of https://github.com/pafcu/red | Stefan Parviainen | 2014-10-16 | 4 | -6/+8 |
|\ | |||||
| * | jsonp support (thankxs fabrixxm) | friendica | 2014-10-16 | 2 | -2/+5 |
| | | |||||
| * | remove log statement | friendica | 2014-10-15 | 1 | -2/+0 |
| | | |||||
| * | missing event permissions | friendica | 2014-10-15 | 1 | -1/+2 |
| | | |||||
| * | Don't recognise hashtags starting with #, e.g. ### | friendica | 2014-10-15 | 1 | -2/+2 |
| | | |||||
* | | Login menu | Stefan Parviainen | 2014-10-16 | 1 | -6/+5 |
|/ | |||||
* | back to wrestling with the !@#$ diaspora recursive reshare from hell | friendica | 2014-10-14 | 1 | -3/+8 |
| | |||||
* | this is the reason Diaspora forum tagging was broken | friendica | 2014-10-14 | 1 | -3/+4 |
| | |||||
* | if a hubloc primary change results in an xchan primary change, create a ↵ | friendica | 2014-10-13 | 1 | -1/+5 |
| | | | | directory update packet. | ||||
* | figuring out how to bootstrap the change_primary procedure when all you have ↵ | friendica | 2014-10-13 | 2 | -0/+6 |
| | | | | is inconsistent data which you think you trust. | ||||
* | don't use cached data | friendica | 2014-10-13 | 1 | -0/+2 |
| | |||||
* | there's the problem | friendica | 2014-10-13 | 1 | -2/+2 |
| | |||||
* | more diagnostic when changing primary | friendica | 2014-10-13 | 1 | -4/+17 |
| | |||||
* | this bug has been there for a *long* time. First time I've ever seen it ↵ | friendica | 2014-10-13 | 1 | -1/+1 |
| | | | | triggered. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-13 | 6 | -180/+224 |
|\ | |||||
| * | When you delete something in /cloud stay in the right folder. | Klaus Weidenbach | 2014-10-14 | 6 | -180/+224 |
| | | | | | | | | | | | | | | When you deleted a file in /cloud you was always jumped back to /cloud/[channel], now you will stay in the parent folder. Some more doxygen documentation. Removed duplicate data from logging output and reduced logging in RedDAV in general. | ||||
* | | sql | friendica | 2014-10-13 | 1 | -1/+1 |
| | | |||||
* | | new function hubloc_change_primary() | friendica | 2014-10-13 | 2 | -3/+60 |
|/ | |||||
* | diaspora_send_status() - recalculate markdown translation to pickup any ↵ | friendica | 2014-10-12 | 2 | -3/+3 |
| | | | | later message changes after original submission like wall-to-wall attributions for instance. Normally this would've come from our cached version which was stored prior to tag_deliver being run and therefore isn't yet aware that wall-to-wall status may have changed after delivery. | ||||
* | Merge pull request #636 from dawnbreak/RedDAV | RedMatrix | 2014-10-13 | 5 | -924/+981 |
|\ | | | | | Moved classes from reddav.php into own files. | ||||
| * | Moved classes from reddav.php into own files. | Klaus Weidenbach | 2014-10-12 | 5 | -924/+981 |
| | | | | | | | | | | | | Finished moving classes out from include/reddav.php into own files. Also continued with namespace for RedDAV. Improved some docs and added some todos and fixmes. | ||||
* | | cleanup of sync_locations and better logging. There was one significant code ↵ | friendica | 2014-10-12 | 1 | -7/+11 |
| | | | | | | | | change but it is unrelated to current issues, basically if no primary was set we were setting everything as primary. | ||||
* | | content deletion issue | friendica | 2014-10-12 | 1 | -1/+6 |
|/ | |||||
* | fix diaspora reshare tags | friendica | 2014-10-10 | 1 | -0/+2 |
| | |||||
* | ah yes, the redundant relay run was for the benefit of wall-to-wall posts ↵ | friendica | 2014-10-10 | 1 | -2/+1 |
| | | | | issue #633 | ||||
* | missing source route after edit | friendica | 2014-10-10 | 2 | -1/+3 |
| | |||||
* | remove remnants of old signing structure - now using diaspora_meta | friendica | 2014-10-10 | 1 | -7/+0 |
| | |||||
* | reset route to parent route on Diaspora comments flowing upstream so they ↵ | friendica | 2014-10-10 | 1 | -3/+5 |
| | | | | won't be rejected going downstream | ||||
* | make sure diaspora comments get the correct route | friendica | 2014-10-10 | 1 | -0/+4 |
| |