aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
Commit message (Collapse)AuthorAgeFilesLines
* query filter was a bit greedyzotlabs2018-07-181-1/+1
|
* mangled urls on redirectszotlabs2018-07-181-1/+1
|
* fixes for immediate expire, channel_active not initialised in DBzotlabs2018-06-101-0/+1
|
* make get_default_profile_photo() pluggablezotlabs2018-05-141-0/+11
|
* minor tweak to utf8 usernames after some testing of the underlying ↵zotlabs2018-04-231-0/+5
| | | | encode/decode funations. This probably isn't critical and I do not have a failure case but just trying to cover all bases.
* Active channels information is a bit imprecise. Provide a higher accuracy ↵zotlabs2018-04-161-1/+1
| | | | method. This will require a transition period
* fix xchan_query() for anon commentsMario Vavti2018-04-091-1/+1
|
* anon_identity_init: put anonymous commenters in network 'anon' so that they ↵zotlabs2018-04-081-3/+3
| | | | can be easily distinguished from federated network members and handled appropriately.
* allow the profile recrods to be cloned separatelyzotlabs2018-04-041-1/+1
|
* add directory keyword links to profilezotlabs2018-03-291-2/+13
|
* unicode/emoji usernames. Warning: experimental feature, unstable, untested, ↵zotlabs2018-03-121-2/+2
| | | | disabled by default, use at your own risk, may not federate to other platforms and protocols. May not clone correctly. Bug reports which neglect to include detailed roubleshooting information and patches/pull requests will be ignored.
* fix some issues with friend suggestions on standalone sites with no ↵zotlabs2018-03-041-2/+1
| | | | 'suggestme' volunteers. This wrongly pulled up a site directory suggesting everybody on the site. While a better outcome than finding nobody, this does not fit with our ethical design goals. If there are no friends of friends, we will only suggest those who volunteer to be on the default suggestion list. Also do not attempt to load poco data from dead sites.
* bugfix: unable to reset profile fields to defaults in admin/profs by ↵zotlabs2018-03-041-0/+1
| | | | emptying the textarea
* usability: click your own profile photo to change it instead of hunting it ↵zotlabs2018-02-231-0/+1
| | | | down in the profile edit navmenu. We still need work on the 'or use a photo from your albums' to use something like the photo selection widget in the post editor as you otherwise have to track down the 'use as profile photo' entry in the photo detail navmenu instead of just clicking an image.
* Usability and member experience: remove street address info from the default ↵zotlabs2018-02-231-2/+2
| | | | basic profile fields, mention that the site banner can be full HTML, mention on the techlevel setting that this also controls what additional features may be visible.
* move the zot6 delivery to zot_fetch where it makes more sense. Exhaustively ↵zotlabs2018-02-201-2/+2
| | | | hand tested.
* this should finish up hubzilla issue #113zotlabs2017-12-311-2/+7
|
* sql compliance issuezotlabs2017-12-101-1/+1
|
* remove deprecated $a argument from advanced_profile()zotlabs2017-11-231-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-11-151-1/+1
|\
| * typo - fixes issue #910Mario Vavti2017-11-151-1/+1
| |
* | This should sort out hubzilla issue #826 but requires a bit more testing. It ↵zotlabs2017-11-151-8/+8
|/ | | | may also sort out some reported issues with commenting and liking items in the public stream.
* improve removed_channel final cleanup. Hubzilla issue #386zotlabs2017-11-121-15/+45
|
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-154/+274
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* table structure for pseudo or proxy channels (pchan)zotlabs2017-10-191-0/+9
|
* create an actual logout module instead of relying on internal variableszotlabs2017-10-121-5/+4
|
* Experimental alternate channel_menu navigation. To use, "util/config ↵zotlabs2017-10-051-1/+0
| | | | system.channel_menu 1"
* provide default photo mimetypezotlabs2017-09-201-1/+4
|
* typocheckzotlabs2017-09-141-1/+1
|
* provide a hook for importing a channel photo at channel creation timezotlabs2017-09-141-0/+12
|
* testing owazotlabs2017-09-071-1/+1
|
* remove period from characters allowed in username, as this will mess up URL ↵zotlabs2017-09-051-2/+2
| | | | based content-type negotiation. It was previously disallowed but permitted a month or two ago after seeing Diaspora started allowing it. It's OK if they have it, but we can't; as many of our urls are based on username and theirs are primarily based on uid.
* cut down on a few extraneous gprobe processeszotlabs2017-08-311-1/+3
|
* allow channel address to be changedzotlabs2017-08-041-0/+86
|
* sync key changes to cloneszotlabs2017-07-251-0/+3
|
* provide a keychange operation to rebase an identity on a new keypairzotlabs2017-07-241-0/+99
|
* remove logging statementzotlabs2017-06-271-1/+1
|
* provide a gender icon on the profile sidebar within reasonzotlabs2017-06-271-0/+25
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-201-1/+2
|\
| * minor cleanup of moderated comment featurezotlabs2017-06-201-5/+8
| |
| * allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-191-0/+67
| |
| * minor export issue with mailzotlabs2017-05-311-2/+2
| |
* | minor cleanup of moderated comment featurezotlabs2017-06-181-5/+8
| |
* | allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-0/+66
| |
* | minor export issue with mailzotlabs2017-05-311-2/+2
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-051-56/+74
|\|
| * :bulb: correct some Doxygen syntax mistakes.Klaus Weidenbach2017-05-051-56/+74
| |
| * backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-1/+5
| | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* | profile_sidebar hook ignored the updated html contentzotlabs2017-05-021-1/+2
| |
* | backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-1/+6
| | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes