aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* fix varable name and more changelogMario2021-03-061-1/+1
|
* set the default collection acl if indicated so by the role permissions but ↵Mario2021-03-031-14/+13
| | | | | always set the created friends group as channel_default_group when creating a new channel (cherry picked from commit 9389abdb757d5cb5b4b4322260e86c47d11ff043)
* group_add(): return hash if successMario2021-03-031-23/+29
| | | (cherry picked from commit f8f15f526f68073baa1e4e846ab87a66c2d5b291)
* php8: fix warnings during install procedureMario2021-03-035-31/+39
| | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9)
* Merge branch 'dev' into 'dev'Mario2021-02-261-3/+3
|\ | | | | | | | | Do not overwrite HTTP schema for Youtube on embedding See merge request hubzilla/core!1917
| * 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 adjustment See merge request hubzilla/core!1915
| | * | small adjustmentZot2021-02-251-5/+4
| | | |
| * | | Merge branch 'dev' into 'dev'Mario2021-02-252-16/+16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Enable multimedia in podcasts See merge request hubzilla/core!1916
| | * | | - Enable enclosures in Atom/RSS (podcasts)Michal Klodner2021-02-242-16/+16
| | |/ / | | | | | | | | - Remove checking of audio/video URLs for pattern at the end
* | / / 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 ↵Mario2021-02-151-15/+13
| | | | fix issue #1512.
* use (un)obscurifyMario2021-02-101-2/+0
|
* revert z_(un)obscure() until (un)obscurify() will be implemented and a ↵Mario2021-02-101-2/+2
| | | | update will take care of the data in db
* 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
| | | | Lib/Keyutils for key conversion
* Use datetime interval in public tag cloud query to support queueworker ↵Max Kostikov2021-02-061-1/+1
| | | | deduplication
* 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 ↵Mario2021-02-011-3/+4
| | | | | | | | yet if it could not be found