aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FormattingMax Kostikov2020-12-041-9/+9
|
* Skip profile photo query from addons for undefined channel idMax Kostikov2020-12-041-10/+10
|
* Merge branch 'dev' into 'dev'Max Kostikov2020-12-04434-8722/+27251
|\ | | | | | | | | Dev sync See merge request kostikov/core!2
| * changelogMario2020-12-011-0/+5
| |
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-12-011-1/+1
| |\
| | * dismiss title in response activityMario2020-11-281-1/+1
| | | | | | | | | (cherry picked from commit eb2ad3fc438544192cda95d88a4c2a54ec1e0014)
| * | missing parenthesisMario2020-12-011-0/+1
| | |
| * | Ãfix regerssion in updating the primaryMario2020-12-011-28/+34
| |/
| * run composer install --no-devMario2020-11-274-3/+35
| |
| * run composer install --no-devMario2020-11-278-12593/+10
| |
| * composer autoload dumpMario2020-11-273-23/+23
| |
| * bring back require but with the correct pathMario2020-11-271-3/+3
| |
| * fix languagedetect warnmingMario2020-11-271-3/+3
| |
| * update composer libsMario2020-11-27384-6243/+36313
| |
| * changelogMario2020-11-261-0/+15
| |
| * coverage configMario2020-11-261-1/+1
| |
| * those would require dbunitMario2020-11-261-2/+5
| |
| * fix testMario2020-11-262-2/+3
| |
| * add dms/phpunit-arraysubset-assertsMario2020-11-2610-10922/+56
| |
| * update gitlab-ciMario2020-11-261-4/+4
| |
| * revert folder renamingMario2020-11-2647-382/+10964
| |
| * wrong pathMario2020-11-261-1/+1
| |
| * set xdebug.mode=coverage in php.iniMario2020-11-261-1/+2
| |
| * update phpunit.xmlMario2020-11-261-2/+2
| |
| * update ci fileMario2020-11-261-1/+1
| |
| * run vendor/bin/phpunit --migrate-configurationMario2020-11-263-44/+39
| |
| * minor adjustionMario2020-11-2610-10898/+12
| |
| * try phpunit 9, remove dbunit (not compatible and abandoned), re-enable xdebugMario2020-11-2611-401/+11725
| |
| * update php-mockMario2020-11-266-14/+28
| |
| * more psr-4 autoloading standardMario2020-11-263-6/+6
| |
| * psr-4 autoloading standardMario2020-11-2639-0/+0
| |
| * comment out xdebugMario2020-11-261-2/+2
| |
| * update phpunitMario2020-11-2612-1528/+2420
| |
| * this should not be required anymoreMario2020-11-261-5/+0
| |
| * versionMario2020-11-251-1/+1
| |
| * add a uuid version 5 based uuid to imported feeds. if rewrite author for ↵Mario2020-11-252-2/+23
| | | | | | | | sourced items, also rewrite mid to be fetchable
| * do not reset item_origin to 1 for deleted items to prevent possible looping ↵Mario2020-11-251-2/+2
| | | | | | | | and do not set item_uplink for sourced rss items - we can not sen anything to them.
| * profile_load() requires channel_addressMario2020-11-242-3/+6
| |
| * add loggingMario2020-11-231-0/+3
| |
| * fix warningMario2020-11-231-1/+1
| |
| * simplify code and fix issue with categoriesMario2020-11-232-70/+51
| |
| * do not use chanlink_url() at this placeMario2020-11-231-1/+1
| |
| * missing includeMario2020-11-233-2/+3
| |
| * store actor of fetched acivitiesMario2020-11-231-2/+6
| |
| * fix mod item issue with remote channelsMario2020-11-222-28/+24
| |
| * fix like issue with remote channelsMario2020-11-224-82/+91
| |
| * make simple update more simple againMario2020-11-215-5/+5
| |
| * collase the updated contentMario2020-11-211-0/+2
| |
| * fix #1492Mario2020-11-211-0/+2
| |
| * restrict returned html usage to local_channel() until some issues will be ↵Mario2020-11-214-81/+104
| | | | | | | | worked out