Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | streamline iconf names and make sure to save the correct data | Mario | 2021-02-22 | 1 | -1/+1 | |
|/ / | ||||||
* | | provide raw base64 encoded crypto | Mario | 2021-02-19 | 1 | -0/+20 | |
| | | ||||||
* | | deprecate summary tag in favour of a separate input field | Mario | 2021-02-19 | 1 | -0/+2 | |
| | | ||||||
* | | fix recursive shares | Mario | 2021-02-19 | 2 | -19/+20 | |
| | | ||||||
* | | fix summary regex after recent bbcode chane | Mario | 2021-02-18 | 1 | -1/+1 | |
| | | ||||||
* | | fix usage of null coalescing operator | Mario | 2021-02-18 | 1 | -5/+5 | |
| | | ||||||
* | | php8 warnings | Mario | 2021-02-18 | 3 | -165/+163 | |
| | | ||||||
* | | php8 warnings | Mario | 2021-02-18 | 1 | -1/+1 | |
| | | ||||||
* | | php8 warnings | Mario | 2021-02-18 | 3 | -22/+28 | |
| | | ||||||
* | | backward compatibility with recent crypto changes | Mario | 2021-02-18 | 2 | -33/+36 | |
| | | ||||||
* | | php8: fix mod mail if there are no messages | Mario | 2021-02-17 | 1 | -16/+16 | |
| | | ||||||
* | | remove logging | Mario | 2021-02-17 | 1 | -1/+0 | |
| | | ||||||
* | | fix php8 issue in include/oembed and unencapsulate for zot_refresh() | Mario | 2021-02-17 | 2 | -1/+6 | |
| | | ||||||
* | | reduce loglevel until the most glaring php8 issues will be resolved | Mario Vavti | 2021-02-16 | 1 | -4/+2 | |
| | | ||||||
* | | php8 another fix | Mario | 2021-02-16 | 2 | -4/+6 | |
| | | ||||||
* | | php8 fix | Mario | 2021-02-16 | 1 | -34/+35 | |
| | | ||||||
* | | make sure we do not try to update columns which do not exist | Mario | 2021-02-16 | 1 | -3/+8 | |
| | | ||||||
* | | fix detection of multiline codeblocks after recent change to bbcode() | Mario | 2021-02-15 | 1 | -2/+2 | |
| | | ||||||
* | | revert debug code | Mario | 2021-02-15 | 1 | -4/+0 | |
| | | ||||||
* | | composer update smarty | Mario | 2021-02-15 | 1 | -1/+6 | |
| | | ||||||
* | | fix preview generating duplicate IDs | Mario | 2021-02-15 | 1 | -1/+1 | |
| | | ||||||
* | | move substitution of new lines with <br> to the end of bbcode(). This will ↵ | Mario | 2021-02-15 | 1 | -15/+13 | |
| | | | | | | | | fix issue #1512. | |||||
* | | use (un)obscurify | Mario | 2021-02-10 | 1 | -2/+0 | |
| | | ||||||
* | | revert z_(un)obscure() until (un)obscurify() will be implemented and a ↵ | Mario | 2021-02-10 | 1 | -2/+2 | |
| | | | | | | | | update will take care of the data in db | |||||
* | | port Lib/Crypto from zap | Mario | 2021-02-09 | 9 | -102/+121 | |
| | | ||||||
* | | revert include/crypto to its previous state for reference - we are now using ↵ | Mario | 2021-02-08 | 1 | -44/+114 | |
| | | | | | | | | Lib/Keyutils for key conversion | |||||
* | | Use datetime interval in public tag cloud query to support queueworker ↵ | Max Kostikov | 2021-02-06 | 1 | -1/+1 | |
| | | | | | | | | deduplication | |||||
* | | Fix new Imagemagick object | Max Kostikov | 2021-02-05 | 1 | -1/+1 | |
| | | ||||||
* | | remove unused function | Mario Vavti | 2021-02-04 | 1 | -17/+0 | |
| | | ||||||
* | | key conversion functions cleanup | Mario Vavti | 2021-02-04 | 1 | -127/+19 | |
| | | ||||||
* | | use phpseclib for key transformations | Mario Vavti | 2021-02-04 | 1 | -18/+20 | |
| | | ||||||
* | | downgrade phpseclib to version 2 | Mario Vavti | 2021-02-04 | 1 | -22/+75 | |
| | | ||||||
* | | import_xchan() $arr photo structure has changed | Mario Vavti | 2021-02-02 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-02-02 | 1 | -26/+36 | |
|\ \ | ||||||
| * | | fix getting mimetype via getimagesize() and do not default to image/jpeg ↵ | Mario | 2021-02-01 | 1 | -3/+4 | |
| | | | | | | | | | | | | yet if it could not be found | |||||
| * | | Better profile photo fetch processing | Max Kostikov | 2021-02-01 | 1 | -25/+34 | |
| | | | ||||||
* | | | fix php8 issues | Mario Vavti | 2021-02-02 | 3 | -5/+8 | |
|/ / | ||||||
* | | Merge branch 'customjotheaders' into 'dev' | Mario | 2021-01-27 | 1 | -0/+1 | |
|\ \ | | | | | | | | | | | | | Custom "headers" in item creation form. See merge request hubzilla/core!1901 | |||||
| * | | Custom "headers" in item creation form. | M. Dent | 2021-01-27 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge branch 'dev' into 'dev' | Mario | 2021-01-27 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | | | | | | | | | Rebuild public tags cloud not often than once per 5 mins. See merge request hubzilla/core!1900 | |||||
| * | | | Revert "Fix directory permissions on create" | Max Kostikov | 2021-01-27 | 1 | -2/+2 | |
| |/ / | | | | | | | | | | This reverts commit 85c5e1178a57865ad977c260725da2839ebb4d98 | |||||
* / / | fix file permissions. 755 for dirs, 644 for files | Mario | 2021-01-27 | 5 | -0/+0 | |
|/ / | ||||||
* | | use mail envelope instead of lock icon for direct messages | Mario | 2021-01-26 | 1 | -0/+3 | |
| | | ||||||
* | | port youtube embed fix from zap | Mario | 2021-01-26 | 1 | -0/+7 | |
| | | ||||||
* | | Merge branch 'dev' into 'dev' | Mario | 2021-01-24 | 2 | -26/+19 | |
|\ \ | | | | | | | | | | | | | Add support filesystem storage for xchan profile photos See merge request hubzilla/core!1898 | |||||
| * | | Add support filesystem storage for xchan profile photos | Max Kostikov | 2021-01-24 | 2 | -26/+19 | |
| | | | ||||||
* | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-01-24 | 1 | -1/+10 | |
|\| | | ||||||
| * | | Variable typo | Max Kostikov | 2021-01-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Do not store multiple profile images thumbnails | Max Kostikov | 2021-01-23 | 1 | -1/+10 | |
| | | | ||||||
* | | | revert externals/zotfeed functionality due to scaling issues. Save zotfeed ↵ | Mario | 2021-01-24 | 1 | -26/+5 | |
|/ / | | | | | | | consumers that are not our contacts in thread listeners |