Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix issue where a deleted channel will return 404 before returning zotinfo | Mario | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | remove deprecated mail code | Mario | 2021-05-28 | 1 | -25/+0 |
| | |||||
* | remove zot includes | Mario | 2021-05-27 | 1 | -1/+0 |
| | |||||
* | deprecate make_xchan_hash() | Mario | 2021-05-27 | 1 | -4/+0 |
| | |||||
* | remove more legacy zot quirks | Mario | 2021-05-26 | 1 | -7/+4 |
| | |||||
* | remove most legacy zot quirks | Mario | 2021-05-26 | 1 | -56/+4 |
| | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2021-05-14 | 1 | -1/+4 |
|\ | | | | | | | | | Random PHP 8 fixes See merge request hubzilla/core!1951 | ||||
| * | Random PHP 8 fixes | Max Kostikov | 2021-05-14 | 1 | -1/+4 |
| | | |||||
* | | id should be intval here | Mario | 2021-05-10 | 1 | -1/+1 |
|/ | |||||
* | potential export issue when using PHP8 | Mario | 2021-04-20 | 1 | -2/+2 |
| | |||||
* | if we use dbescbin on save we should use dbunescbin when retrieving (at ↵ | Mario | 2021-04-20 | 1 | -1/+1 |
| | | | | least that is true for postgres) | ||||
* | revert default profile image | Mario | 2021-03-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' into air | Mario | 2021-03-12 | 1 | -19/+18 |
|\ | |||||
| * | fix varable name and more changelog | Mario | 2021-03-06 | 1 | -1/+1 |
| | | |||||
| * | set the default collection acl if indicated so by the role permissions but ↵ | Mario | 2021-03-03 | 1 | -14/+13 |
| | | | | | | | | | | always set the created friends group as channel_default_group when creating a new channel (cherry picked from commit 9389abdb757d5cb5b4b4322260e86c47d11ff043) | ||||
| * | php8: fix warnings during install procedure | Mario | 2021-03-03 | 1 | -5/+5 |
| | | | | | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9) | ||||
| * | small adjustment | Zot | 2021-02-25 | 1 | -5/+4 |
| | | |||||
| * | zap compat export fixes | Mario | 2021-02-24 | 1 | -8/+4 |
| | | |||||
| * | export compatibility from hubzilla to zap | Zot | 2021-02-24 | 1 | -44/+74 |
| | | |||||
| * | port Lib/Crypto from zap | Mario | 2021-02-09 | 1 | -8/+9 |
| | | |||||
* | | get dev | Hilmar R | 2021-03-01 | 1 | -57/+83 |
| | | |||||
* | | at end of day, some files probably without conflicts so far | Hilmar R | 2021-01-23 | 1 | -2/+2 |
|/ | |||||
* | wrong variable | Mario | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | fix issue with abconfig when cloning a channel | Mario | 2020-12-15 | 1 | -1/+15 |
| | |||||
* | try to prevent hubloc confusion in some places | Mario | 2020-12-12 | 1 | -9/+9 |
| | | | (cherry picked from commit 61cfeb5bdb749319357912d958cd13304b895bce) | ||||
* | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 1 | -20/+0 |
| | | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488 | ||||
* | more remove logging | Mario | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | Ãremove loggingà | Mario | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | wrong extension | Mario | 2020-10-23 | 1 | -4/+4 |
| | |||||
* | use a more neutral default cover image provided by bggenerator.com | Mario | 2020-10-13 | 1 | -2/+2 |
| | |||||
* | reduce result set for query in zid_init() and use ↵ | Mario | 2020-10-08 | 1 | -1/+2 |
| | | | | Libzot::zot_record_preferred() in mod rmagic | ||||
* | 5.0RC testing: comment out global remove | Mario | 2020-09-23 | 1 | -2/+10 |
| | |||||
* | 5.0RC testing: on channel removal mark both zot6 and zot xchans and hublocs ↵ | Mario | 2020-09-23 | 1 | -7/+12 |
| | | | | deleted | ||||
* | 5.0RC testing: provide hubloc_id_url for new created zot hublocs | Mario | 2020-09-21 | 1 | -1/+2 |
| | |||||
* | prefer zot6 sys channel | Mario | 2020-07-14 | 1 | -2/+2 |
| | |||||
* | fix tests | Mario | 2020-05-07 | 1 | -1/+0 |
| | |||||
* | channelx caching | Mario | 2020-05-07 | 1 | -0/+23 |
| | |||||
* | more prefer zot6 over zot | Mario | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 1 | -2/+2 |
| | |||||
* | wrong variable | Mario | 2020-03-13 | 1 | -1/+1 |
| | |||||
* | port create_identity() to zot6 | Mario | 2020-03-11 | 1 | -13/+17 |
| | |||||
* | Merge branch 'dev' into z6connect | Mario | 2020-03-02 | 1 | -3/+39 |
|\ | |||||
| * | add iconfig to zot6 objects | zotlabs | 2020-02-23 | 1 | -2/+29 |
| | | |||||
| * | z6 compat work | Zot | 2020-01-30 | 1 | -1/+10 |
| | | |||||
* | | update create_identity() to use Lib/Connect via connect_and_sync() ported ↵ | Mario | 2020-01-26 | 1 | -5/+50 |
|/ | | | | from zap | ||||
* | rework activitystreams events - send invite/event activities instead of ↵ | zotlabs | 2020-01-12 | 1 | -3/+14 |
| | | | | create/event. Also a first pass at creating a Zap export file from Hubzilla. Much more work is needed before this is functional. | ||||
* | sse notifications | Mario | 2019-11-11 | 1 | -0/+5 |
| | |||||
* | Updates to zcard/profile images and other public images to account for ↵ | M. Dent | 2019-10-14 | 1 | -3/+3 |
| | | | | infrastructure caches (CDN) | ||||
* | More nofollow tags to discourage backlink farmers | Terrox | 2019-09-03 | 1 | -2/+2 |
| | |||||
* | show correct profile photo when previewing and editing profiles | zotlabs | 2019-08-15 | 1 | -1/+9 |
| |