aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add the spec folderMario2020-04-2010-0/+721
|
* use $mid as plink to prevent to long plinksMario2020-04-204-7/+11
|
* some work on improving federation of item_private and make sure we deal with ↵Mario2020-04-203-7/+17
| | | | an array in array_path_exists()
* missing lib importMario2020-04-191-0/+1
|
* make sure $post_tags is defined somewhere outsite a clause to prevent PHP ↵Mario2020-04-191-1/+2
| | | | warnings
* revertMario2020-04-181-1/+1
|
* just fetch the info we needMario2020-04-181-1/+1
|
* more do not include hublocs with no hubloc_id_urlMario2020-04-181-1/+1
|
* remove debug codeMario2020-04-181-1/+1
|
* de-duplicate $post_tagsMario2020-04-182-3/+3
|
* only return hublocs with hubloc_id_url setMario2020-04-181-1/+1
|
* implement addressing and fix conversation fetchingMario2020-04-182-84/+208
|
* Revert "keychange and request packets via zot6"Mario2020-04-161-8/+6
| | | This reverts commit 9d0f71bfcbc0d1080a9f93590118046d326cae70
* fix notification filteringMario2020-04-151-3/+3
|
* fetch the item for asld in Lib/Share. This probably fixes addons issue #146Mario2020-04-151-1/+2
|
* Ãfix php warningMario2020-04-151-1/+1
|
* Merge branch 'dev' into 'dev'Mario2020-04-151-10/+10
|\ | | | | | | | | Remove unnecessary [summary] tag processing See merge request hubzilla/core!1850
| * Remove unnecessary [summary] tag processingMax Kostikov2020-04-151-10/+10
| |
* | Merge branch 'dev' into 'dev'Mario2020-04-151-9/+13
|\ \ | | | | | | | | | | | | event issue when using strict sql mode See merge request hubzilla/core!1849
| * | event issue when using strict sql modezotlabs2020-04-101-9/+13
| | |
* | | keychange and request packets via zot6Mario2020-04-151-6/+8
| |/ |/|
* | discover_feed() does not exist yetMario2020-04-121-1/+1
| |
* | handle some basic friendica attachment bbcodesMario2020-04-121-0/+135
| |
* | just comment out is_edit_activity() call and add comments on why it is ↵Mario2020-04-121-0/+34
| | | | | | | | commented out
* | function is_edit_activity() is obsoleteMario2020-04-121-26/+0
|/
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-0953-87/+158
|
* remove voting from UI in favour of pollsMario2020-04-083-27/+1
|
* update 1236: we have seen situations in the wild where a zot6 xchan was ↵Mario2020-04-081-13/+33
| | | | present while its hubloc was missing. fix those separately if required so that we cover both situations.
* Merge branch 'dev' into 'dev'Max Kostikov2020-04-081-4/+6
|\ | | | | | | | | Fix process id disclouse See merge request hubzilla/core!1848
| * Merge branch 'dev' into 'dev'Max Kostikov2020-04-0816-115/+247
| |\ | |/ |/| | | # Conflicts: # Zotlabs/Daemon/Expire.php
* | owa: look for zot6 firstMario2020-04-061-3/+3
| |
* | another import fix and do not allow importing channels < version 4.7.4 for ↵Mario2020-04-052-2/+8
| | | | | | | | zot6 compatibility reasons
* | more mod import fixesMario2020-04-051-2/+2
| |
* | fix mod importMario2020-04-051-57/+55
| |
* | fix warning if iconfig value is an arrayMario2020-04-051-1/+1
| |
* | show event timezone only if adjust ist set and the offset of the event ↵Mario2020-04-052-6/+17
| | | | | | | | timezone is different from the channel default timezone offset
* | show event timezone if it differs from the channel default timezoneMario2020-04-052-2/+18
| |
* | fix unseen forum posts countMario2020-04-051-1/+1
| |
* | another attempt to get events rightMario2020-04-042-30/+36
| |
* | Revert "more timezone changes"Mario2020-04-032-9/+7
| | | | | | This reverts commit cec2e92fe381a5e4bb67426290303639dd260358
* | Revert "use timezone info for timezone display only- the actual time is in ↵Mario2020-04-031-5/+9
| | | | | | | | | | utc already." This reverts commit 625438ff642381472b4ba6c86bad7f26f69e8083
* | Revert "set timezone iconfig a little earlier in the process so that it will ↵Mario2020-04-031-3/+1
| | | | | | | | | | be included in the object" This reverts commit 6cfaa5cba32eb1e7f2b4a0ba6bb281ebd610a54b
* | more timezone changesMario2020-04-032-7/+9
| |
* | use timezone info for timezone display only- the actual time is in utc already.Mario2020-04-031-9/+5
| |
* | set timezone iconfig a little earlier in the process so that it will be ↵Mario2020-04-031-1/+3
| | | | | | | | included in the object
* | Merge branch 'dev' into 'dev'Mario2020-04-033-4/+25
|\ \ | | | | | | | | | | | | fix app links in DB when doing a site rename See merge request hubzilla/core!1846
| * | issue 1454 - some photo item ActivityStreams links not returning json-ld; ↵zotlabs2020-03-242-4/+9
| | | | | | | | | | | | requires related fixes in addons/pubcrawl
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2020-03-12104-520/+1039
| |\ \
| * | | fix app links in DB when doing a site renamezotlabs2020-03-111-0/+16
| | | |
* | | | Merge branch 'dev' into 'dev'Mario2020-04-031-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Avoid multiple run of expiry procedure on large sites See merge request hubzilla/core!1847