Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | messagefilter enhancements, fix edge case in unsupported advisory privacy | zotlabs | 2019-03-18 | 1 | -2/+6 |
| | |||||
* | Use sender hash | DM42.Net (Matt Dent) | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | Correct and extend Doxygen comments. | Klaus Weidenbach | 2019-01-23 | 1 | -11/+11 |
| | | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME. | ||||
* | do not return if delivery report could not bedecrypted | Mario Vavti | 2019-01-16 | 1 | -17/+32 |
| | |||||
* | move order by and rewrite similar in update_queue_item() | DM42.Net (Matt Dent) | 2019-01-13 | 1 | -1/+1 |
| | |||||
* | outq_created not outq_scheduled | DM42.Net (Matt Dent) | 2019-01-13 | 1 | -1/+1 |
| | |||||
* | FIX: aggregated query error in MYSQL | DM42.Net (Matt Dent) | 2019-01-13 | 1 | -1/+1 |
| | |||||
* | FIX: memory exhaustion on zot message pickup with large message queue | M. Dent | 2019-01-12 | 1 | -2/+18 |
| | |||||
* | regression: mail from dev to core not delivering | zotlabs | 2018-12-17 | 1 | -0/+2 |
| | |||||
* | datetime_convert wrong args | zotlabs | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | delivery report issue | zotlabs | 2018-11-15 | 1 | -2/+3 |
| | |||||
* | fixes to old z6 delivery | zotlabs | 2018-11-14 | 1 | -4/+3 |
| | |||||
* | more logging | zotlabs | 2018-11-14 | 1 | -0/+2 |
| | |||||
* | more logging | zotlabs | 2018-11-14 | 1 | -0/+1 |
| | |||||
* | check keyid | zotlabs | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | filter by network | zotlabs | 2018-11-14 | 1 | -2/+2 |
| | |||||
* | dreport updates | zotlabs | 2018-11-12 | 1 | -4/+6 |
| | |||||
* | strpos needs to test with ===0 not ==0 | M.Dent | 2018-11-01 | 1 | -3/+3 |
| | |||||
* | Add timestamp and associated logic to pconfig | M.Dent | 2018-10-28 | 1 | -2/+35 |
| | |||||
* | Update zot.php | Max Kostikov | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | Update zot.php | Max Kostikov | 2018-09-28 | 1 | -14/+14 |
| | |||||
* | Merge branch 'patch-3' into 'dev' | Mario | 2018-09-17 | 1 | -5/+3 |
|\ | | | | | | | | | Save combined view while deleting or recalling first message in thread See merge request hubzilla/core!1273 | ||||
| * | Update zot.php | Max Kostikov | 2018-09-17 | 1 | -1/+1 |
| | | |||||
| * | use common msg_drop function | Max Kostikov | 2018-09-15 | 1 | -25/+3 |
| | | |||||
| * | formatting | Max Kostikov | 2018-09-15 | 1 | -1/+1 |
| | | |||||
| * | Save combined view on calling first message in thread | Max Kostikov | 2018-09-15 | 1 | -0/+20 |
| | | |||||
* | | do not sync the channel_moved field | zotlabs | 2018-09-16 | 1 | -7/+7 |
|/ | |||||
* | Corrected resubmit of fixes to Authors unable to comment on posts they ↵ | M.Dent | 2018-09-04 | 1 | -7/+22 |
| | | | | authored when owned by others. | ||||
* | Revert "Fix: Authors unable to comment on posts they authored when under ↵ | Mario Vavti | 2018-09-03 | 1 | -15/+2 |
| | | | | | | | | owned by others in certain circumstances." This reverts commit e2824f925964fbfe160255de6e733b4c2de3cecb. Reverting because it breaks forum mentions. | ||||
* | Fix: Authors unable to comment on posts they authored when under owned by ↵ | M.Dent | 2018-09-01 | 1 | -2/+15 |
| | | | | others in certain circumstances. | ||||
* | Add dreport_process hook | M.Dent | 2018-08-29 | 1 | -0/+1 |
| | |||||
* | When checking permissions ignore checking site "Block Public" settings in ↵ | zotlabs | 2018-07-30 | 1 | -3/+3 |
| | | | | cases where site permissions aren't applicable | ||||
* | issue syncing pageflags | zotlabs | 2018-07-04 | 1 | -8/+5 |
| | |||||
* | hubzilla issue #1169 | zotlabs | 2018-05-10 | 1 | -0/+5 |
| | |||||
* | update zot.php to fix php warning invalid argument supplied for foreach() | Mario Vavti | 2018-04-23 | 1 | -16/+18 |
| | | | | - this is taken from pr #1085 which was against wrong branch | ||||
* | Active channels information is a bit imprecise. Provide a higher accuracy ↵ | zotlabs | 2018-04-16 | 1 | -0/+11 |
| | | | | method. This will require a transition period | ||||
* | use profile_store_lowlevel() when importing profile structures to ensure all ↵ | zotlabs | 2018-04-05 | 1 | -4/+7 |
| | | | | non-null fields are present | ||||
* | slight change in mail privacy implementation. If you initiate a private mail ↵ | zotlabs | 2018-03-22 | 1 | -4/+22 |
| | | | | conversation and they respond, accept the reply. You can't hide behind your permissions or lack thereof. Often this will be accidental. If you truly want to block them from replying and your permissions otherwise would not allow them to reply, delete the conversation. | ||||
* | don't add pending connections to the default privacy group until accepted | zotlabs | 2018-03-06 | 1 | -7/+10 |
| | |||||
* | Update composer autoload cache. | Klaus Weidenbach | 2018-03-01 | 1 | -4/+6 |
| | |||||
* | move dreport from zot to lib | zotlabs | 2018-02-21 | 1 | -4/+4 |
| | |||||
* | move Zotlabs\Zot\Verify to Zotlabs\Lib\Verify as part of the z6 re-org | zotlabs | 2018-02-21 | 1 | -2/+2 |
| | |||||
* | move the zot6 delivery to zot_fetch where it makes more sense. Exhaustively ↵ | zotlabs | 2018-02-20 | 1 | -1/+6 |
| | | | | hand tested. | ||||
* | zot6 delivery cleanup | zotlabs | 2018-02-20 | 1 | -50/+49 |
| | |||||
* | OAEP padding mismatch on some newer encryption methods | zotlabs | 2018-02-19 | 1 | -3/+0 |
| | |||||
* | more logging | zotlabs | 2018-02-19 | 1 | -0/+1 |
| | |||||
* | add logging | zotlabs | 2018-02-19 | 1 | -0/+2 |
| | |||||
* | cosmetic | zotlabs | 2018-02-08 | 1 | -2/+1 |
| | |||||
* | turn the logs down again | zotlabs | 2018-02-08 | 1 | -2/+1 |
| | |||||
* | zot6 testing | zotlabs | 2018-02-08 | 1 | -4/+8 |
| |