Search

You can find the results of your search below.

Twitter API @docs
170 Hits, Last modified:
he APIs]]. ===== Entities ===== These endpoints use the [[help/API-Entities|Friendica API entities]].... que in each network but not for all networks. The users are searched in the following priority: Friendi... values ===== * ''%%cid%%'': Contact id of the user (important for ''contact_allow'' and ''contact_deny'') * ''%%network%%'': network of the user ===== Unsupported parameters ===== * ''%%cur
Mastodon API @docs
57 Hits, Last modified:
ramagit.org/tom79/fedilab|Fedilab]] Automatically uses the legacy API, see issue: https:%%//%%framagit.... 51|Toot!]] ===== Entities ===== These endpoints use the [[https://docs.joinmastodon.org/entities/|Mas... rg/methods/accounts/|GET /api/v1/accounts/:id/statuses]] * [[https://docs.joinmastodon.org/methods/ac... ] * [[https://docs.joinmastodon.org/methods/statuses/media/|POST /api/v1/media]] * [[https://docs.j
Settings @docs
49 Hits, Last modified:
unts on your node, which can be moderated in the “Users” section of the panel. As well as an overview o... will set the default language for the node. It is used as fall back setting should Friendica fail to re... he visitors preferences and can be overwritten by user settings. The Friendica community offers some t... default system theme. This can be over-ridden by user profiles. Default theme is ''%%vier%%'' at the m
Friendica Addon development @docs
45 Hits, Last modified:
y URL path). ===== Naming ===== Addon names are used in file paths and functions names, and as such: ... ge. ===== Install/Uninstall ===== If your addon uses hooks, they have to be registered in a ''%%<addo... t the point the hook was invoked, * profile and user information, etc. It is recommeded you call thi... ng immediately processed or acted on that you can use, display, or alter. Remember to declare it with '
Friendica Installation @docs
43 Hits, Last modified:
un on commodity hosting platforms - such as those used to host Wordpress blogs and Drupal websites. We ... ood reasons to not choose a certificate, e.g. because you are running a local only test installation of... mod-rewrite enabled and "Options All" so you can use a local ''.htaccess'' file * PHP versions 7.4 t... DED. Directory paths will not be as convenient to use and have not been thoroughly tested. This is REQU
Friendica BBCode tags reference @docs
41 Hits, Last modified:
^ | embed an image | ''%%[img]https://raw.githubusercontent.com/friendica/friendica/stable/images/fri... t of the image | ''%%[img=64x32]https://raw.githubusercontent.com/friendica/friendica/stable/images/fri... (description) for it | ''%%[img=https://raw.githubusercontent.com/friendica/friendica/stable/images/fri... ont has to be present on the viewers system to be used. ==== Links ==== ^ Purpose ^ BBCode ^ | Se
Friendica API @docs
38 Hits, Last modified:
he APIs]]. ===== Entities ===== These endpoints uses the [[:docs:API-Entities|Friendica API entities]... #Event|Event]] entities for the current logged in user. === Parameters === * ''%%since_id%%'': (opt... ''%%profileurl%%'': Profile URL ==== GET api/statuses/public_timeline ==== Returns a list of public [... false) * ''%%conversation_id%%'': Shows all statuses of a given conversation. * ''%%include_entitie
Formatting Syntax @wiki
33 Hits, Last modified:
e. This page contains all possible syntax you may use when editing the pages. Simply have a look at the... it this page". If you want to try something, just use the [[playground:playground|playground]] page. Th... u can **__//''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</sup>,
Friendica Addons @addons
31 Hits, Last modified:
==== ==== Cross Posting Connectors ==== To allow users to publish their postings on other platforms as... r postings //on your old// account there as well. Users from these networks can connect with your Frien... ost === Post to WordPress (or anything else which uses blogger XMLRPC API) * [[https://git.friendi.c... ter|Link to the sources]] === blockem === Allows users to hide content by collapsing posts and replies
Themes @docs
27 Hits, Last modified:
ion of theme heritage. - Some themes also allow users to select *variants* of the theme.Those theme v... tory. This is only needed if the theme allows the user to change certain things of the theme dynamicall... re of the theme, you need to change the templates used by the theme. Friendica themes are using [[http:... templates any template that exists there will be used instead of the default one. ===== Javascript ==
Database Tables @docs
26 Hits, Last modified:
|ActivityPub compatible contacts - used in the ActivityPub implementation| |[[https://gi... oken.md|application-token]] |OAuth user token ... |ActivityPub endpoints - used in the ActivityPub implementation | |[[... |Diaspora compatible contacts - used in the Diaspora implementation | |[[https:/
GNU Social API @docs
22 Hits, Last modified:
he APIs]]. ===== Entities ===== These endpoints use the [[:docs:/API-Entities|Friendica API entities]... api/help/test * GET api/search * GET api/statuses/show/:id * POST api/statuses/destroy/:id * GET api/statuses/followers * GET api/statuses/friends * GET api/statuses/friends_
How To Move Classes to src @docs
22 Hits, Last modified:
==== How To Move Classes to src ====== Friendica uses [[:docs:Composer|Composer]] to manage autoloadin... lly included]] when the class it defines is first used in the flow. This is an improvement over the cur... consequences as it will be the name that will be used to refer to this class from now on. There is [[h... you’re done deciding the namespace, it’s time to use it. Let’s say we choose ''%%Friendica\Core%%'' fo
Autoloader with Composer @docs
22 Hits, Last modified:
====== Autoloader with Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage d... t it is available, without the need to explicitly use “require_once”. Once it is set up you don’t have to directly use it, you can directly use any class that is covered by the autoloader (currently ''%%vendor%%'' and ''%
Using Composer @docs
21 Hits, Last modified:
====== Using Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage dependencie... docs:autoloader|Class autoloading]] ===== How to use Composer ===== If you don’t have Composer instal... . For the purpose of this help, all examples will use this path to run Composer commands, however feel ... ed a Friendica release archive, you don’t have to use Commposer at all, all the required libraries are
Friendica Storage Backend Addon development @docs
21 Hits, Last modified:
Filtering your Network Stream @docs
19 Hits, Last modified:
FAQ / Friendica @faq
18 Hits, Last modified:
Friendica API entities @docs
17 Hits, Last modified:
config @docs
15 Hits, Last modified:
Press Room
14 Hits, Last modified:
Friendica Installation @de:docs
14 Hits, Last modified:
Friendica Hackathon 2020 @activitys
13 Hits, Last modified:
addons @de:docs
13 Hits, Last modified:
Abstracts @docs
12 Hits, Last modified:
Where to get started to help improve Friendica @docs
12 Hits, Last modified:
DokuWiki @wiki
11 Hits, Last modified:
bbcode @de:docs
11 Hits, Last modified:
Domain-Driven-Design @docs
10 Hits, Last modified:
Tags and Mentions @docs
10 Hits, Last modified:
Search in Friendica @docs
9 Hits, Last modified:
Two-Factor Authentication @docs
9 Hits, Last modified:
Configuration Guide for small Nodes @docs
9 Hits, Last modified:
How to Create a Bot @docs
9 Hits, Last modified:
Resources
9 Hits, Last modified:
Friendica API @docs
9 Hits, Last modified:
Account Basics @docs
9 Hits, Last modified:
Friendica Templating Documentation @docs
8 Hits, Last modified:
Installing Connectors (Twitter/GNU Social) @docs
8 Hits, Last modified:
Friendica translations @docs
7 Hits, Last modified:
Forums @docs
7 Hits, Last modified:
Making Friends @docs
7 Hits, Last modified:
First Steps @docs
7 Hits, Last modified:
Friendica Documentation
7 Hits, Last modified:
bot @de:docs
6 Hits, Last modified:
Using SSL with Friendica @docs
6 Hits, Last modified:
Used Protocols @docs
6 Hits, Last modified:
Welcome to your new DokuWiki @wiki
6 Hits, Last modified:
User Documentation @docs
6 Hits, Last modified:
Connectors @docs
6 Hits, Last modified:
Chats @docs
6 Hits, Last modified:
User Documentation
6 Hits, Last modified:
Comment, sort and delete posts @docs
5 Hits, Last modified:
Our Core Users / Whoiswho / Benutzerübersicht @user
5 Hits, Last modified:
Groups and Privacy @docs
5 Hits, Last modified:
Admin Tools @docs
5 Hits, Last modified:
Friendica Administration @docs
5 Hits, Last modified:
Vagrant for Friendica Developers @docs
5 Hits, Last modified:
Gerard Braad (gbraad) - Public Page @user
4 Hits, Last modified:
Joseph Hogan (joseph) - Public Page @user
4 Hits, Last modified:
Jon W (jonnj) - Public Page @user
4 Hits, Last modified:
Jochen Brameier (john) - Public Page @user
4 Hits, Last modified:
Ingo Lantschner (ilanti) - Public Page @user
4 Hits, Last modified:
Michael (heluecht) - Public Page @user
4 Hits, Last modified:
Martin Wicki (wicki) - Public Page @user
4 Hits, Last modified:
hoergen (hoergen) - Public Page @user
4 Hits, Last modified:
Steve Rogers (healthyonez) - Public Page @user
4 Hits, Last modified:
GerlinGer (gerlin) - Public Page @user
4 Hits, Last modified:
Gerd Schnitzler (gerd_schnitzler) - Public Page @user
4 Hits, Last modified:
Ray Haw (gasebuddy) - Public Page @user
4 Hits, Last modified:
Ji Fu (fuatlibranetdotde) - Public Page @user
4 Hits, Last modified:
foo_test (foo_test) - Public Page @user
4 Hits, Last modified:
Karsten Nitsch (karsten) - Public Page @user
4 Hits, Last modified:
Hypolite Petovan (mrpetovan) - Public Page @user
4 Hits, Last modified:
lanewsa2022 - Public Page @user
4 Hits, Last modified:
vinzv (vinzv) - Public Page @user
4 Hits, Last modified:
Lars Werner (testing) - Public Page @user
4 Hits, Last modified:
tester (test.com_h1_7_7_h1) - Public Page @user
4 Hits, Last modified:
Daniel Buck (tealk) - Public Page @user
4 Hits, Last modified:
Ian Molton (spyro) - Public Page @user
4 Hits, Last modified:
Samor (samor) - Public Page @user
4 Hits, Last modified:
Yamamoto Ryuta (ryuu_ron2002) - Public Page @user
4 Hits, Last modified:
Pippin (pippin) - Public Page @user
4 Hits, Last modified:
Marc Marc (marc) - Public Page @user
4 Hits, Last modified:
Orz (orzzro) - Public Page @user
4 Hits, Last modified:
Ole (olemara) - Public Page @user
4 Hits, Last modified:
Nik Clayton (nikclayton) - Public Page @user
4 Hits, Last modified:
Neil Harvey (neilh26) - Public Page @user
4 Hits, Last modified:
Tsulmuun (error) - Public Page @user
4 Hits, Last modified:
Manfred Beck (mayo) - Public Page @user
4 Hits, Last modified:
ersf (ersf) - Public Page @user
4 Hits, Last modified:
dfdf (dfdf) - Public Page @user
4 Hits, Last modified:
ererer (ererer) - Public Page @user
4 Hits, Last modified:
Andreas Kilgus (aki42) - Public Page @user
4 Hits, Last modified:
Friendica Message Flow @docs
4 Hits, Last modified:
home @docs
4 Hits, Last modified:
Remove Account @docs
4 Hits, Last modified:
Scheduler - time controlled publishing @docs
4 Hits, Last modified:
Documentation @docs
4 Hits, Last modified:
Resources @de
4 Hits, Last modified:
Davy (dvdvsdr) - Public Page @user
4 Hits, Last modified:
Account Delegation @docs
4 Hits, Last modified:
AaronSwift1 (aaronswift1) - Public Page @user
4 Hits, Last modified:
utzer (utzer_test) - Public Page @user
4 Hits, Last modified:
Alex Meier (alawis99) - Public Page @user
4 Hits, Last modified:
caos (caos) - Public Page @user
4 Hits, Last modified:
Barry Solow (baslow) - Public Page @user
4 Hits, Last modified:
(drone1970) - Public Page @user
4 Hits, Last modified:
Adriano Maini (bigarella) - Public Page @user
4 Hits, Last modified:
Vincent Joyce (untemperedsteel) - Public Page @user
4 Hits, Last modified:
Clayton Mattatall (darkoverlordii) - Public Page @user
4 Hits, Last modified:
Frits (bosman) - Public Page @user
4 Hits, Last modified:
Lawrence London (avantgeared) - Public Page @user
4 Hits, Last modified:
settings @de:docs
3 Hits, Last modified:
Friendica on GitHub @docs
3 Hits, Last modified:
Themes @docs
3 Hits, Last modified:
Friendica Dokumentationen @de
3 Hits, Last modified:
Channels @docs
3 Hits, Last modified:
Updating Friendica @docs
3 Hits, Last modified:
Accesskeys reference @docs
3 Hits, Last modified:
FAQ / Wiki @faq
3 Hits, Last modified:
Bugs and Issues @docs
3 Hits, Last modified:
chats @de:docs
2 Hits, Last modified:
groups-and-privacy @de:docs
2 Hits, Last modified:
installing-connectors @de:docs
2 Hits, Last modified:
Benutzerdokumentation @de
2 Hits, Last modified:
How to improve the performance of a Friendica site @docs
2 Hits, Last modified:
Tobias Diekershoff (tobiasd) - Public Page @user
2 Hits, Last modified:
Developer Documentation @docs
2 Hits, Last modified:
How to move your account between servers @docs
2 Hits, Last modified:
Bionk - Public Page @user
2 Hits, Last modified:
FAQ @faq
2 Hits, Last modified:
Events @docs
2 Hits, Last modified:
Rebeka (rebeka) - Public Page @user
2 Hits, Last modified:
Scheduler - zeitgesteuerte Veröffentlichung @de:docs
1 Hits, Last modified:
How to post to Lemmy from your Friendica account @docs
1 Hits, Last modified:
Export / Import of followed Contacts @docs
1 Hits, Last modified:
The Fediverse @docs
1 Hits, Last modified:
Creating posts @docs
1 Hits, Last modified:
Imprint and data protection
1 Hits, Last modified:
account_delegation @de:docs
1 Hits, Last modified:
account-basics @de:docs
1 Hits, Last modified:
Server Configurations @tech
1 Hits, Last modified:
Ingo Juergensmann (ij) - Public Page @user
1 Hits, Last modified:
user @de:docs
1 Hits, Last modified: