Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Friendica Addon development
158 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
ocs/2.4/mod/core.html#allowoverride|AllowOverride All]]" so you can use a local ''.htaccess'' file * ... 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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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
Using Composer
10 Treffer, Zuletzt geändert:
/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
Where to get started to help improve Friendica
10 Treffer, Zuletzt geändert:
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
Configuration Guide for small Nodes
8 Treffer, Zuletzt geändert:
====== 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 Treffer, Zuletzt geändert:
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
Friendica Storage Backend Addon development
7 Treffer, Zuletzt geändert:
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
Groups and Privacy
7 Treffer, Zuletzt geändert:
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
Autoloader with Composer
6 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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. |
Twitter API
5 Treffer, Zuletzt geändert:
endica is only unique in each network but not for all networks. The users are searched in the following... age-lists/api-reference/post-lists-members-create_all|POST lists/members/create_all]] * [[https://developer.twitter.com/en/docs/accounts-and-users/create-... ge-lists/api-reference/post-lists-members-destroy_all|POST lists/members/destroy_all]] * [[https://de
Friendica BBCode tags reference
5 Treffer, Zuletzt geändert:
Search in Friendica
5 Treffer, Zuletzt geändert:
home
5 Treffer, Zuletzt geändert:
Using SSL with Friendica
5 Treffer, Zuletzt geändert:
Themes
5 Treffer, Zuletzt geändert:
Events
4 Treffer, Zuletzt geändert:
First Steps
4 Treffer, Zuletzt geändert:
Friendica Templating Documentation
4 Treffer, Zuletzt geändert:
Comment, sort and delete posts
4 Treffer, Zuletzt geändert:
Account Basics
3 Treffer, Zuletzt geändert:
Friendica Administration
3 Treffer, Zuletzt geändert:
config
3 Treffer, Zuletzt geändert:
Friendica on GitHub
3 Treffer, Zuletzt geändert:
How to improve the performance of a Friendica site
3 Treffer, Zuletzt geändert:
Installing Connectors (Twitter/GNU Social)
3 Treffer, Zuletzt geändert:
Filtering your Network Stream
3 Treffer, Zuletzt geändert:
Two-Factor Authentication
3 Treffer, Zuletzt geändert:
Chats
2 Treffer, Zuletzt geändert:
Database Tables
2 Treffer, Zuletzt geändert:
Making Friends
2 Treffer, Zuletzt geändert:
Creating posts
2 Treffer, Zuletzt geändert:
The Fediverse
2 Treffer, Zuletzt geändert:
Updating Friendica
2 Treffer, Zuletzt geändert:
Abstracts
1 Treffer, Zuletzt geändert:
Accesskeys reference
1 Treffer, Zuletzt geändert:
Friendica API
1 Treffer, Zuletzt geändert:
GNU Social API
1 Treffer, Zuletzt geändert:
Connectors
1 Treffer, Zuletzt geändert:
ejabberd and prosody XMPP server with synchronized credentials
1 Treffer, Zuletzt geändert:
How to post to Lemmy from your Friendica account
1 Treffer, Zuletzt geändert:
Remove Account
1 Treffer, Zuletzt geändert:
Tags and Mentions
1 Treffer, Zuletzt geändert:
Themes
1 Treffer, Zuletzt geändert:
Admin Tools
1 Treffer, Zuletzt geändert:
Vagrant for Friendica Developers
1 Treffer, Zuletzt geändert: