Etsi

Löydät etsinnän tulokset alta.

Configuration Guide for small Nodes
2 Osumia, Viimeksi muutettu:
other tasks the worker has to perform. === Limit public access === If non-logged in users have less acce... Community pages for visitors'' (None), ''Disallow public access to addons listed in the apps menu.'', ''On
Friendica Installation
1 Osumia, Viimeksi muutettu:
m/.well-known/host-meta It must be visible to the public and must respond with an XML file that is automat
Database Tables
1 Osumia, Viimeksi muutettu:
contact]] |User specific public contact data
Friendica Addon development
4 Osumia, Viimeksi muutettu:
to return the contact data for (can be empty for public contacts). * **result** (output): Leave null if... ser to return the item data for (can be empty for public contacts). - **item_id** (output): Leave null if ... er) Hook data: - **contact** (input): the target public contact (uid = 0) array. - **uid** (input): the i... ou. Hook data: - **contact** (input): the target public contact (uid = 0) array. - **uid** (input): the i
Account Basics
1 Osumia, Viimeksi muutettu:
a [[https://dir.friendica.social/servers|list of public servers here]] and hopefully you will find one th
Settings
5 Osumia, Viimeksi muutettu:
e user to change it. Default is false. === Block Public === Set to true to block public access to all otherwise public personal pages on this site unless you are currently logged in. This block... es for Visitors === The community pages show all public postings, separated by their origin being local o
Tags and Mentions
1 Osumia, Viimeksi muutettu:
ct participant in the conversation in the case of public posts. Friendica blocks incoming “mentions” from
Making Friends
1 Osumia, Viimeksi muutettu:
h that person. They may still be able to see your public posts, as can anybody in the world, but they cann
Groups and Privacy
4 Osumia, Viimeksi muutettu:
our site admin, in which case your posts will be “public” (i.e. visible to the entire Internet) by default. If you want your posts to be “public” by default, you can change your default post per... mbers. These networks communicate with others via public protocols that are not authenticated. In order to... he effect of blocking outbound communication with public networks (such as GNU Social) and feed readers su
Friendica Message Flow
8 Osumia, Viimeksi muutettu:
FRN-poll protocol. ==== Scenario #1. Bob posts a public status message ==== This is a public message with no conversation members so no private transport is use... to see. ==== Scenario #2. Jack replies to Bob’s public message. Jack is on the Friendica/DFRN network. =... tworks). ==== Scenario #3. Mary replies to Bob’s public message. Mary is on the Friendica/DFRN network. =
Installing Connectors (Twitter/GNU Social)
1 Osumia, Viimeksi muutettu:
on settings will allow you to select to post your public messages to your GNU Social account (have a look
Connectors
1 Osumia, Viimeksi muutettu:
ve in effect. These messages will also turn up in public searches. Since OStatus communications do not us
Domain-Driven-Design
8 Osumia, Viimeksi muutettu:
s members. Before: <code php> class Model { public $id; function save() { return \F... atabase\Database */ protected $dba; public $id; function __construct(\Friendica\Databas... tabase $dba) { $this->dba; } public function create() { return new Model(... atabase\Database */ protected $dba; public $id; function __construct(\Friendica\Databas
Autoloader with Composer
8 Osumia, Viimeksi muutettu:
hp namespace Friendica; class ItemsManager { public function getAll() { ... } public function getByID($id) { ... } } </code> The class ''%%ItemsManager%%... php namespace Friendica; class BaseManager { public function thatFunctionEveryManagerUses() { ... } }... ca; class ItemsManager extends BaseManager { public function getAll() { ... } public function get
Friendica Storage Backend Addon development
18 Osumia, Viimeksi muutettu:
iteToStorage; interface ICanWriteToStorage { public function get(string $reference); public function put(string $data, string $reference = ''); public function delete(string $reference); public function __toString(); public static function getName(
Forums
3 Osumia, Viimeksi muutettu:
Friendica API entities
1 Osumia, Viimeksi muutettu:
Mastodon API
2 Osumia, Viimeksi muutettu:
GNU Social API
1 Osumia, Viimeksi muutettu:
Friendica API
10 Osumia, Viimeksi muutettu:
Scheduler - time controlled publishing
1 Osumia, Viimeksi muutettu:
First Steps
1 Osumia, Viimeksi muutettu:
Events
2 Osumia, Viimeksi muutettu:
Creating posts
3 Osumia, Viimeksi muutettu:
config
1 Osumia, Viimeksi muutettu: