aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* foreach warningzotlabs2020-07-224-1/+1
|
* reset bParam_page in case of failureMario2020-07-211-0/+1
|
* Revert "zot6 testing"Mario2020-07-211-2/+1
| | | | This reverts commit 4f95b44ff239f92574491b3053b7f5aace6432d3.
* those are not lÃikely to be parentsMario2020-07-211-2/+2
|
* zot6 testingMario2020-07-211-1/+2
|
* slightly raise cache lifetimeMario2020-07-211-1/+1
|
* no need to iterate the object twiceMario2020-07-211-61/+56
|
* do not cache single thread pagesMario2020-07-161-29/+2
|
* more itemspage workMario2020-07-162-5/+33
|
* versionMario2020-07-161-1/+1
|
* an attempt to improve lazy loadingMario2020-07-161-7/+79
|
* bump zot revision to 6.0 std version to 4.7.9Mario2020-07-141-2/+2
|
* minor adjustionMario2020-07-142-1/+2
|
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-1416-18/+18
|
* prefer zot6 sys channelMario2020-07-141-2/+2
|
* Merge branch 'dev' into 'dev'Mario2020-07-143-23/+59
|\ | | | | | | | | z6 work See merge request hubzilla/core!1862
| * z6trans: don't swap xprof xchans on directory servers because it will fail ↵zotlabs2020-07-121-1/+1
| | | | | | | | with duplicate primary key in many cases and the migration will fail on each channel. What this means is that directory servers may take time to pick up zot6 entries if they haven't received them prior to the upgrade. I don't see an easier solution unless we check for existence of the zot6 xchan_hash in the xprof table before converting it.
| * zot6 group updates to support edit and delete of top-level group posts. This ↵zotlabs2020-07-122-22/+58
| | | | | | | | is supported remotely by editing or removing the post that started it all. A W2W post can only be deleted at this time.
* | more zot6Mario2020-07-131-35/+4
| |
* | fix embeded sharesMario2020-07-131-2/+0
| |
* | fix php warningMario2020-07-132-2/+2
|/
* sbom add jqueryMario2020-07-051-1/+2
|
* only redirect to known sitesMario2020-06-191-13/+2
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-06-181-2/+3
|\
| * add a titleMario2020-06-181-2/+3
| |
* | looks like fullcalendar now requires a date object instead of a stringMario2020-06-181-1/+1
|/
* start a software bill of materials - this is work in progressMario2020-06-181-0/+30
|
* Merge branch 'dev' into 'dev'Mario2020-06-173-3/+147
|\ | | | | | | | | zap group support See merge request hubzilla/core!1859
| * zap group compatibility - rewrites DMs and wall-to-wall posts to group pages ↵Zot2020-06-173-3/+147
| | | | | | | | as new posts authored by the group with an embedded reshare. This currently has known delivery issues due to zot/zot6 xchan confusion which are already slated for resolution in hz5. Specifically "sender is not owner/author" and missing abconfig permissions on the zot6 identity for a channel we're connected with over traditional zot.
* | Merge branch 'dev_homeinstall_reminder' into 'dev'Mario2020-06-171-9/+4
|\ \ | | | | | | | | | | | | Dev homeinstall reminder See merge request hubzilla/core!1860
| * | Dev homeinstall reminderOJ Random2020-06-171-9/+4
|/ /
* | upÃdate copperjs to version 1.5.7Mario2020-06-1622-4995/+6748
| |
* | uodate justified-gallery to version 3.8.1Mario2020-06-154-76/+92
| |
* | update fullcalendar to version 4.4.2Mario2020-06-15122-3673/+21999
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-06-152-11/+8
|\ \
| * | zot6 does not appear to use zfingerMario Vavti2020-06-142-11/+8
| | |
* | | new fileMario2020-06-151-0/+91
| | |
* | | composer update commerceguys/intlMario2020-06-15347-62346/+155
|/ /
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2020-06-14377-8243/+8431
|\ \
| * | check for zot6 firstMario2020-06-141-23/+25
| |/
| * composer update jquery-file-uploadMario2020-06-1318-378/+479
| |
| * update jquery to version 3.5.1Mario2020-06-131-2/+3
| |
| * revert additional top borderMario2020-06-131-1/+1
| |
| * css fixes due to bootstrap updateMario2020-06-133-21/+10
| |
| * composer update bootstrapMario2020-06-13356-7819/+7914
| |
* | fix discoveryMario Vavti2020-06-143-12/+14
|/
* Merge branch 'dev' into 'dev'Mario2020-06-114-14/+8
|\ | | | | | | | | allow apps to be both pinned and starred independently See merge request hubzilla/core!1858
| * allow apps to be both pinned and starred independentlyZot2020-06-114-14/+8
|/
* Merge branch 'fix-invite-code-deletion' into 'dev'Mario2020-06-011-1/+1
|\ | | | | | | | | Fix invite code deletion See merge request hubzilla/core!1857
| * Fix bug allowing invite codes to be reused unlimited timesKeenan Pepper2020-05-271-1/+1
|/ | | | The invite codes aren't deleted from the DB because of a malformed query.