Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev'5.0.3 | Mario | 2020-11-26 | 53 | -2601/+3645 |
|\ | |||||
| * | changelog | Mario | 2020-11-26 | 1 | -0/+15 |
| | | |||||
| * | coverage config | Mario | 2020-11-26 | 1 | -1/+1 |
| | | |||||
| * | those would require dbunit | Mario | 2020-11-26 | 1 | -2/+5 |
| | | |||||
| * | fix test | Mario | 2020-11-26 | 2 | -2/+3 |
| | | |||||
| * | add dms/phpunit-arraysubset-asserts | Mario | 2020-11-26 | 10 | -10922/+56 |
| | | |||||
| * | update gitlab-ci | Mario | 2020-11-26 | 1 | -4/+4 |
| | | |||||
| * | revert folder renaming | Mario | 2020-11-26 | 47 | -382/+10964 |
| | | |||||
| * | wrong path | Mario | 2020-11-26 | 1 | -1/+1 |
| | | |||||
| * | set xdebug.mode=coverage in php.ini | Mario | 2020-11-26 | 1 | -1/+2 |
| | | |||||
| * | update phpunit.xml | Mario | 2020-11-26 | 1 | -2/+2 |
| | | |||||
| * | update ci file | Mario | 2020-11-26 | 1 | -1/+1 |
| | | |||||
| * | run vendor/bin/phpunit --migrate-configuration | Mario | 2020-11-26 | 3 | -44/+39 |
| | | |||||
| * | minor adjustion | Mario | 2020-11-26 | 10 | -10898/+12 |
| | | |||||
| * | try phpunit 9, remove dbunit (not compatible and abandoned), re-enable xdebug | Mario | 2020-11-26 | 11 | -401/+11725 |
| | | |||||
| * | update php-mock | Mario | 2020-11-26 | 6 | -14/+28 |
| | | |||||
| * | more psr-4 autoloading standard | Mario | 2020-11-26 | 3 | -6/+6 |
| | | |||||
| * | psr-4 autoloading standard | Mario | 2020-11-26 | 39 | -0/+0 |
| | | |||||
| * | comment out xdebug | Mario | 2020-11-26 | 1 | -2/+2 |
| | | |||||
| * | update phpunit | Mario | 2020-11-26 | 12 | -1528/+2420 |
| | | |||||
| * | this should not be required anymore | Mario | 2020-11-26 | 1 | -5/+0 |
| | | |||||
| * | version | Mario | 2020-11-25 | 1 | -1/+1 |
| | | |||||
| * | add a uuid version 5 based uuid to imported feeds. if rewrite author for ↵ | Mario | 2020-11-25 | 2 | -2/+23 |
| | | | | | | | | sourced items, also rewrite mid to be fetchable | ||||
| * | do not reset item_origin to 1 for deleted items to prevent possible looping ↵ | Mario | 2020-11-25 | 1 | -2/+2 |
| | | | | | | | | and do not set item_uplink for sourced rss items - we can not sen anything to them. | ||||
| * | profile_load() requires channel_address | Mario | 2020-11-24 | 2 | -3/+6 |
| | | |||||
| * | add logging | Mario | 2020-11-23 | 1 | -0/+3 |
| | | |||||
| * | fix warning | Mario | 2020-11-23 | 1 | -1/+1 |
| | | |||||
| * | simplify code and fix issue with categories | Mario | 2020-11-23 | 2 | -70/+51 |
| | | |||||
| * | do not use chanlink_url() at this place | Mario | 2020-11-23 | 1 | -1/+1 |
| | | |||||
| * | missing include | Mario | 2020-11-23 | 3 | -2/+3 |
| | | |||||
| * | store actor of fetched acivities | Mario | 2020-11-23 | 1 | -2/+6 |
| | | |||||
| * | fix mod item issue with remote channels | Mario | 2020-11-22 | 2 | -28/+24 |
| | | |||||
| * | fix like issue with remote channels | Mario | 2020-11-22 | 4 | -82/+91 |
| | | |||||
| * | make simple update more simple again | Mario | 2020-11-21 | 5 | -5/+5 |
| | | |||||
| * | collase the updated content | Mario | 2020-11-21 | 1 | -0/+2 |
| | | |||||
| * | fix #1492 | Mario | 2020-11-21 | 1 | -0/+2 |
| | | |||||
| * | restrict returned html usage to local_channel() until some issues will be ↵ | Mario | 2020-11-21 | 4 | -81/+104 |
| | | | | | | | | worked out | ||||
| * | fix pubstream id issue | Mario | 2020-11-21 | 2 | -14/+8 |
| | | |||||
| * | deliver to local hub first | Mario | 2020-11-21 | 1 | -3/+10 |
| | | |||||
| * | returning the rendered html when liking a post or comment | Mario | 2020-11-20 | 3 | -7/+75 |
| | | |||||
| * | minor cleanup | Mario | 2020-11-20 | 1 | -8/+6 |
| | | |||||
| * | move post_comment() handling via ctrl-enter out of handle_comment_form() - ↵ | Mario | 2020-11-20 | 1 | -9/+11 |
| | | | | | | | | to many issues with multiple triggers | ||||
| * | version | Mario | 2020-11-20 | 1 | -1/+1 |
| | | |||||
| * | returning the rendered html when posting a comment will make the following ↵ | Mario | 2020-11-20 | 4 | -8/+26 |
| | | | | | | | | update (and its implication in mod pubstream) obsolete | ||||
| * | this is silly but it seems to be required for firefox to stop scrolling in ↵ | Mario | 2020-11-18 | 1 | -1/+4 |
| | | | | | | | | certain conditions | ||||
| * | be more specific | Mario | 2020-11-18 | 1 | -1/+1 |
| | | |||||
| * | fix regression in relation to pustream notifications | Mario | 2020-11-18 | 1 | -0/+3 |
| | | |||||
| * | fix regression | Mario | 2020-11-18 | 1 | -1/+1 |
| | | |||||
| * | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 17 | -247/+68 |
| | | | | | | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488 | ||||
| * | implement submit on ctrl-enter for post editor and comments | Mario | 2020-11-17 | 2 | -21/+36 |
| | |