aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * port Lib/Crypto from zapMario2021-02-091-8/+9
| |
* | get devHilmar R2021-03-011-57/+83
| |
* | at end of day, some files probably without conflicts so farHilmar R2021-01-231-2/+2
|/
* wrong variableMario2021-01-021-1/+1
|
* fix issue with abconfig when cloning a channelMario2020-12-151-1/+15
|
* try to prevent hubloc confusion in some placesMario2020-12-121-9/+9
| | | (cherry picked from commit 61cfeb5bdb749319357912d958cd13304b895bce)
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-181-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 loggingMario2020-10-231-1/+1
|
* Ãremove loggingÃMario2020-10-231-1/+1
|
* wrong extensionMario2020-10-231-4/+4
|
* use a more neutral default cover image provided by bggenerator.comMario2020-10-131-2/+2
|
* reduce result set for query in zid_init() and use ↵Mario2020-10-081-1/+2
| | | | Libzot::zot_record_preferred() in mod rmagic
* 5.0RC testing: comment out global removeMario2020-09-231-2/+10
|
* 5.0RC testing: on channel removal mark both zot6 and zot xchans and hublocs ↵Mario2020-09-231-7/+12
| | | | deleted
* 5.0RC testing: provide hubloc_id_url for new created zot hublocsMario2020-09-211-1/+2
|
* prefer zot6 sys channelMario2020-07-141-2/+2
|
* fix testsMario2020-05-071-1/+0
|