Search

You can find the results of your search below.

Friendica Addon development
158 Hits, Last modified:
down to HTML in the addon detail page. ===== Install/Uninstall ===== If your addon uses hooks, they have to be registered in a ''%%<addon>_install()%%'' function. This function also allows to perf... on steps, you can add them in a ''%%<addon>_uninstall()%%'' function. The install and uninstall functi
Friendica Installation
24 Hits, Last modified:
* Apache with mod-rewrite enabled and "Options All" so you can use a local ''.htaccess'' file * PH... rts InnoDB and Barracuda (we recommend MariaDB as all development is done on Servers running it, but ot... docker|Friendica Docker image]] or * how to install [[https://github.com/YunoHost-Apps/friendica_ynh|... able mywebsite cd mywebsite bin/composer.phar install --no-dev </code> Make sure the folder view/smart
Settings
21 Hits, Last modified:
panel. Therefore this document does not yet cover all the options ==== Basic Settings ==== === Banner... the default language for the node. It is used as fall back setting should Friendica fail to recognize t... ke OpenID facilities available on your system (at all), set ‘no_openid’ to true. Default is false. ===... lished in the site directory. This setting forces all profiles on this site to be listed in the site di
Friendica API
18 Hits, Last modified:
efault: false) * ''%%conversation_id%%'': Shows all statuses of a given conversation. * ''%%include... efault: false) * ''%%conversation_id%%'': Shows all statuses of a given conversation. * ''%%include... n/show ==== Unofficial Twitter command. It shows all direct answers (excluding the original post) to a... * ''skip_status'' ==== GET api/direct_messages/all==== Returns all [Private Messages](help/API-Enti
Forums
12 Hits, Last modified:
y page in Friendica has a nickname and these must all be unique. This applies to all forums, whether they are normal profiles or forum profiles. ===== Mana... They will be able to edit contacts, profiles, and all content for this account/page. Please use this fa... btypes of a Personal Page are “Soapbox” and “Love-all.” A Soapbox account is an announcement channel th
How To Move Classes to src
11 Hits, Last modified:
Composer]] to manage autoloading. This means that all the PHP class files moved to the ''%%src%%'' fold... sis instead of the presence of a ''%%require%%'' call. However, there are a significant number of item... = This isn’t the most technical decision of them all, but it has long lasting consequences as it will ... eet]] to suggest namespace/class names that lists all the already moved class files for inspiration. A
Where to get started to help improve Friendica
10 Hits, Last modified:
nt skills are required to make good software, not all of them involve coding!** We are looking for helpers in all areas, whether you write text or code, whether yo... quiet "$1" && eval "$2" } # `composer install` if the `composer.lock` file gets changed # to update all the php dependencies check_run composer.lock
Using Composer
10 Hits, Last modified:
/composer.phar%%''. For the purpose of this help, all examples will use this path to run Composer comma... lease archive, you don’t have to use Commposer at all, all the required libraries are already bundled in the archive. === Installing with Git === If you p... > cd friendica ~/friendica> bin/composer.phar install </code> That’s it! Composer will take care of fet
Configuration Guide for small Nodes
8 Hits, Last modified:
====== Configuration Guide for small Nodes ====== This guide aims to provide a collection of settings ... limited resources. They are actively used on a small (family) node running on a RaspberryPi 4B (8GB ram). But other restricted environments, e.g. a small VPS or shared hosting fall into targeted hardware range. The result of this configuration is a limita
Friendica Message Flow
8 Hits, Last modified:
mon and Pubsubhubbub). When a message is posted, all immediate deliveries to all networks are made using include/notifier.php, which chooses how (and to wh... message. This file also invokes the local side of all deliveries including DFRN-notify. mod/dfrn_notif... information through the PuSH channel. They will fall back on a daily poll in case the hub has delivery
Groups and Privacy
7 Hits, Last modified:
oup members. Below that is another box containing all of your friends who are //not// members of the gr... ==== By default, Friendica assumes that you want all of your posts to be private. Therefore, when you ... es a group for you that it will automatically add all of your contacts to. All of your posts are restricted to that group by default. Note that this behavi
Friendica Storage Backend Addon development
7 Hits, Last modified:
rage\Capability\ICanWriteToStorage%%'' interface. All method in the interface must be implemented: <co... e\Capability\ICanConfigureStorage%%'' interface. All methods in the interface must be implemented: <c... which register a useless storage backend. Let’s call it ''%%samplestorage%%''. This backend will discard all data we try to save and will return always the sa
Autoloader with Composer
6 Hits, Last modified:
ica; class ItemsManager { public function getAll() { ... } public function getByID($id) { ... ... ca\ItemsManager(); $items = $itemsmanager->getAll(); // pass $items to template // return ... define a ''%%BaseManager%%'' class, where we move all common code between all managers: <code php> // src/BaseManager.php <?php namespace Friendica; class
Friendica API entities
5 Hits, Last modified:
t\\ 2: Outbound follow request confirmation\\ 4: Wall-to-wall post\\ 8: Reply\\ 16: Private message\\ 32: Friend suggestion\\ 64: Unused\\ 128: Mention\\ 25... | Can be HTML or plaintext depending on the API call parameter ''%%getText%%''. | | ''recipient_id'' ... ontact | | ''title'' | String | Empty if the API call parameter ''%%getText%%'' is empty or absent. |
home
5 Hits, Last modified:
Help system of your Friendica Node. * When you call example.com/help you are essentially looking at t... stions (FAQ)](help/FAQ) **Admin Manual** * [Install](help/Install) * [Update](help/Update) * [Settings & Admin Panel](help/Settings) * [Installing Connect... r/GNU Social)](help/Installing-Connectors) * [Install an ejabberd server (XMPP chat) with synchronized
Friendica BBCode tags reference
5 Hits, Last modified:
Search in Friendica
5 Hits, Last modified:
Themes
5 Hits, Last modified:
Twitter API
5 Hits, Last modified:
Using SSL with Friendica
5 Hits, Last modified:
First Steps
4 Hits, Last modified:
Friendica Templating Documentation
4 Hits, Last modified:
Events
4 Hits, Last modified:
Comment, sort and delete posts
4 Hits, Last modified:
Account Basics
3 Hits, Last modified:
Filtering your Network Stream
3 Hits, Last modified:
Installing Connectors (Twitter/GNU Social)
3 Hits, Last modified:
Friendica Administration
3 Hits, Last modified:
How to improve the performance of a Friendica site
3 Hits, Last modified:
Two-Factor Authentication
3 Hits, Last modified:
Friendica on GitHub
3 Hits, Last modified:
config
3 Hits, Last modified:
The Fediverse
2 Hits, Last modified:
Making Friends
2 Hits, Last modified:
Chats
2 Hits, Last modified:
Creating posts
2 Hits, Last modified:
Updating Friendica
2 Hits, Last modified:
Database Tables
2 Hits, Last modified:
Admin Tools
1 Hits, Last modified:
Themes
1 Hits, Last modified:
Abstracts
1 Hits, Last modified:
Tags and Mentions
1 Hits, Last modified:
Remove Account
1 Hits, Last modified:
How to post to Lemmy from your Friendica account
1 Hits, Last modified:
Accesskeys reference
1 Hits, Last modified:
Connectors
1 Hits, Last modified:
GNU Social API
1 Hits, Last modified:
Friendica API
1 Hits, Last modified:
Vagrant for Friendica Developers
1 Hits, Last modified: