aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
Commit message (Collapse)AuthorAgeFilesLines
* more cleanupMario2024-02-291-1/+2
|
* AS2Mario2024-02-251-1/+2
|
* missing includeMario Vavti2024-01-211-0/+1
|
* reflect new fields in low level functionsMario2024-01-071-0/+2
|
* ekey and xchan_updated updatesMario2024-01-071-0/+7
|
* more do not provide channel info for templates and code cleanupMario2023-11-201-7/+9
|
* do not provide channel info for templatesMario2023-11-201-2/+6
|
* order by hubloc_id like everywhere else for this reason and do not include ↵Mario2023-08-271-1/+1
| | | | deleted hublocs
* make sure to return infos from current hub where applicable - fix issue #1770Mario2023-07-031-1/+1
|
* update profile vcard to implement the cover imageMario2023-05-061-3/+9
|
* update remove_all_xchan_resources() and remove deletion of deprecated conv tableMario Vavti2023-04-131-1/+0
|
* we can sign messages which are not from the primary locationMario2023-02-151-1/+1
|
* fix php warningsMario Vavti2022-10-231-2/+4
|
* fix php warningsMario Vavti2022-10-201-4/+4
|
* php8: warning fixesMario2022-09-141-7/+7
|
* php8: random cleanup and warning fixesMario2022-09-081-9/+6
|
* fix random php warningsMario2022-09-071-3/+3
|
* make sure to use the correct default roleMario2022-01-181-1/+1
|
* access token refactorMario2021-12-171-1/+23
|
* merge branch perms_ng into devMario2021-12-151-25/+24
|
* profile cleanup and fixesMario2021-11-251-3/+4
|
* mod regate: auto-connect the invitee with the inviter if auto channel create ↵Mario2021-10-251-0/+4
| | | | is enabled (default). fix issue where the default group was not set in the return array of create_identity()
* rename functions after heavy lifting and expand custom sections to all ↵Mario2021-10-161-4/+7
| | | | possible sections
* some heavylifting on manual item exportMario2021-10-151-13/+33
|
* fix typoMario2021-10-031-1/+1
|
* add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-031-21/+27
| | | | of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there.
* implement channel purge daemon and send a notifier purge_all message if the ↵Mario Vavti2021-09-301-7/+5
| | | | xchan was deleted
* revise content import/export part 1Mario2021-09-291-6/+16
|
* do not define colors in manifest (system colors are mostly the better fit) ↵Mario2021-08-291-3/+3
| | | | and use profile fullname instead of channel_name in nav
* issue 1599Zot2021-08-261-3/+3
|
* more legacy mail cleanup - issue #1595Mario2021-08-171-2/+1
|
* fix issue where a deleted channel will return 404 before returning zotinfoMario2021-06-021-2/+2
|
* remove deprecated mail codeMario2021-05-281-25/+0
|
* remove zot includesMario2021-05-271-1/+0
|
* deprecate make_xchan_hash()Mario2021-05-271-4/+0
|
* remove more legacy zot quirksMario2021-05-261-7/+4
|
* remove most legacy zot quirksMario2021-05-261-56/+4
|
* Merge branch 'dev' into 'dev'Mario2021-05-141-1/+4
|\ | | | | | | | | Random PHP 8 fixes See merge request hubzilla/core!1951
| * Random PHP 8 fixesMax Kostikov2021-05-141-1/+4
| |
* | id should be intval hereMario2021-05-101-1/+1
|/
* potential export issue when using PHP8Mario2021-04-201-2/+2
|
* if we use dbescbin on save we should use dbunescbin when retrieving (at ↵Mario2021-04-201-1/+1
| | | | least that is true for postgres)
* revert default profile imageMario2021-03-121-2/+2
|
* Merge branch 'dev' into airMario2021-03-121-19/+18
|\
| * 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)
| * php8: fix warnings during install procedureMario2021-03-031-5/+5
| | | | | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9)
| * small adjustmentZot2021-02-251-5/+4
| |
| * zap compat export fixesMario2021-02-241-8/+4
| |
| * export compatibility from hubzilla to zapZot2021-02-241-44/+74
| |