aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Follow.php
Commit message (Collapse)AuthorAgeFilesLines
* prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵Mario2024-01-101-20/+3
| | | | additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup
* possible fix for issue #1698Mario2022-11-151-2/+2
|
* fix php warningsMario Vavti2022-10-231-2/+1
|
* merge branch perms_ng into devMario2021-12-151-2/+2
|
* revert follow_failover hook - there is a cleaner solutionMario2021-03-121-8/+0
|
* introduce the follow_failover hookMario2021-03-111-12/+20
|
* port Lib/Connect and Module/Follow from zap. Connect with new connections ↵Mario2020-01-261-22/+80
| | | | via zot6
* more work with unicode usernameszotlabs2018-03-141-1/+1
|
* unicode/emoji usernames. Warning: experimental feature, unstable, untested, ↵zotlabs2018-03-121-1/+1
| | | | 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.
* string change "Channel added" -> "Connection added"zotlabs2018-03-021-1/+1
|
* background work for caldav integration continued, modify mod_follow to allow ↵zotlabs2018-03-021-4/+14
| | | | it to be called from ajax without redirecting.
* remove obscured @ hackredmatrix2016-10-041-3/+0
|
* more perms workredmatrix2016-07-131-1/+1
|
* more work on permsredmatrix2016-07-091-1/+2
|
* change AbConfig to use channel_id instead of channel_hash; which was a ↵redmatrix2016-06-231-1/+1
| | | | mistake in retrospect
* daemon conversion continued...redmatrix2016-05-191-3/+2
|
* Allow follow to work with a pasted webbie from the profile page (where we've ↵redmatrix2016-05-041-1/+4
| | | | replaced the '@' sign with a UTF-8 look-alike)
* module updatesredmatrix2016-04-181-0/+65