aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix varable name and more changelogMario2021-03-061-1/+1
* set the default collection acl if indicated so by the role permissions but al...Mario2021-03-031-14/+13
* group_add(): return hash if successMario2021-03-031-23/+29
* php8: fix warnings during install procedureMario2021-03-035-31/+39
* Merge branch 'dev' into 'dev'Mario2021-02-261-3/+3
|\
| * Do not overwrite HTTP schema for Youtube on embeddingMax Kostikov2021-02-251-3/+3
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-02-253-21/+20
|\ \
| * \ Merge branch 'dev' into 'dev'Mario2021-02-251-5/+4
| |\ \
| | * | small adjustmentZot2021-02-251-5/+4
| * | | Merge branch 'dev' into 'dev'Mario2021-02-252-16/+16
| |\ \ \
| | * | | - Enable enclosures in Atom/RSS (podcasts)Michal Klodner2021-02-242-16/+16
| | |/ /
* | / / a possible fix for #1518Mario2021-02-251-1/+1
|/ / /
* / / fix logicMario2021-02-251-5/+4
|/ /
* | zap compat export fixesMario2021-02-241-8/+4
* | export compatibility from hubzilla to zapZot2021-02-244-58/+135
* | streamline iconf names and make sure to save the correct dataMario2021-02-221-1/+1
|/
* provide raw base64 encoded cryptoMario2021-02-191-0/+20
* deprecate summary tag in favour of a separate input fieldMario2021-02-191-0/+2
* fix recursive sharesMario2021-02-192-19/+20
* fix summary regex after recent bbcode chaneMario2021-02-181-1/+1
* fix usage of null coalescing operatorMario2021-02-181-5/+5
* php8 warningsMario2021-02-183-165/+163
* php8 warningsMario2021-02-181-1/+1
* php8 warningsMario2021-02-183-22/+28
* backward compatibility with recent crypto changesMario2021-02-182-33/+36
* php8: fix mod mail if there are no messagesMario2021-02-171-16/+16
* remove loggingMario2021-02-171-1/+0
* fix php8 issue in include/oembed and unencapsulate for zot_refresh()Mario2021-02-172-1/+6
* reduce loglevel until the most glaring php8 issues will be resolvedMario Vavti2021-02-161-4/+2
* php8 another fixMario2021-02-162-4/+6
* php8 fixMario2021-02-161-34/+35
* make sure we do not try to update columns which do not existMario2021-02-161-3/+8
* fix detection of multiline codeblocks after recent change to bbcode()Mario2021-02-151-2/+2
* revert debug codeMario2021-02-151-4/+0
* composer update smartyMario2021-02-151-1/+6
* fix preview generating duplicate IDsMario2021-02-151-1/+1
* move substitution of new lines with <br> to the end of bbcode(). This will fi...Mario2021-02-151-15/+13
* use (un)obscurifyMario2021-02-101-2/+0
* revert z_(un)obscure() until (un)obscurify() will be implemented and a update...Mario2021-02-101-2/+2
* port Lib/Crypto from zapMario2021-02-099-102/+121
* revert include/crypto to its previous state for reference - we are now using ...Mario2021-02-081-44/+114
* Use datetime interval in public tag cloud query to support queueworker dedupl...Max Kostikov2021-02-061-1/+1
* Fix new Imagemagick objectMax Kostikov2021-02-051-1/+1
* remove unused functionMario Vavti2021-02-041-17/+0
* key conversion functions cleanupMario Vavti2021-02-041-127/+19
* use phpseclib for key transformationsMario Vavti2021-02-041-18/+20
* downgrade phpseclib to version 2Mario Vavti2021-02-041-22/+75
* import_xchan() $arr photo structure has changedMario Vavti2021-02-021-0/+3
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-02-021-26/+36
|\
| * fix getting mimetype via getimagesize() and do not default to image/jpeg yet...Mario2021-02-011-3/+4