Search

You can find the results of your search below.

Twitter API @docs
131 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
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 '
Settings @docs
43 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 BBCode tags reference @docs
38 Hits, Last modified:
ont has to be present on the viewers system to be used. ==== Links ==== ^ Purpose ^ BBCode ^ | Se... ternet | ''%%[url]http://friendi.ca[/url]%%'' | | Use some text as label for the link | ''%%[url=http:/... (WebFinger)%%'' | | Set an email link | ''%%[mail]user@mail.example.com[/mail]%%'' | | Use some text as label for the email link | ''%%[mail=user@mail.examp
Friendica Installation @docs
36 Hits, Last modified:
un on commodity hosting platforms - such as those used to host Wordpress blogs and Drupal websites. We ... 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... w/smarty3 exists and is writable by the webserver user, in this case www-data <code> mkdir -p view/sma
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
Friendica API @docs
31 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... se) === Unsupported parameters === * ''%%trim_user%%'' ==== GET api/statuses/networkpublic_timelin... ameters === * ''%%include_rts%%'' * ''%%trim_user%%'' * ''%%contributor_details%%'' ---- ====
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:/
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
Using Composer @docs
20 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
19 Hits, Last modified:
s: <code> [ 'type', </code> define the field used in form, and the type of data. one of ‘checkbox’... %DI::facStorage()->register(string $class)%%'' is used to register the backend class. When the plugin ... Override the two necessary instances: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStor... eExecption ==== This storage exception should be used in case the caller tries to use an invalid refer
Autoloader with Composer @docs
19 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 ''%
FAQ / Friendica @faq
17 Hits, Last modified:
ndica;-}} Common questions for Friendica: ===== User FAQ ===== <accordion> <panel title="Are there any clients for Friendica I can use?">Friendica is using a [[docs:api-twitter|Twitter... on|Mastodon]] compatible API, which means you can use any Mastodon/Twitter/GNU Social client for your p... omparison_of_file_hosting_services|filehoster]]), use the "link"-button (chain-symbol). When you're ad
Filtering your Network Stream @docs
16 Hits, Last modified:
Friendica Hackathon 2020 @activitys
13 Hits, Last modified:
addons @de:docs
13 Hits, Last modified:
Press Room
13 Hits, Last modified:
Where to get started to help improve Friendica @docs
12 Hits, Last modified:
Friendica API entities @docs
12 Hits, Last modified:
Abstracts @docs
12 Hits, Last modified:
DokuWiki @wiki
11 Hits, Last modified:
Tags and Mentions @docs
10 Hits, Last modified:
Friendica Installation @de:docs
10 Hits, Last modified:
config @docs
10 Hits, Last modified:
Two-Factor Authentication @docs
9 Hits, Last modified:
Domain-Driven-Design @docs
9 Hits, Last modified:
Search in Friendica @docs
9 Hits, Last modified:
Configuration Guide for small Nodes @docs
9 Hits, Last modified:
Account Basics @docs
9 Hits, Last modified:
How to Create a Bot @docs
9 Hits, Last modified:
Resources
8 Hits, Last modified:
Friendica Templating Documentation @docs
8 Hits, Last modified:
Forums @docs
7 Hits, Last modified:
First Steps @docs
7 Hits, Last modified:
Friendica translations @docs
7 Hits, Last modified:
Friendica Documentation
7 Hits, Last modified:
Friendica API @docs
7 Hits, Last modified:
Using SSL with Friendica @docs
6 Hits, Last modified:
Installing Connectors (Twitter/GNU Social) @docs
6 Hits, Last modified:
Used Protocols @docs
6 Hits, Last modified:
User Documentation
6 Hits, Last modified:
User Documentation @docs
6 Hits, Last modified:
bot @de:docs
6 Hits, Last modified:
Connectors @docs
6 Hits, Last modified:
Chats @docs
6 Hits, Last modified:
Making Friends @docs
6 Hits, Last modified:
Comment, sort and delete posts @docs
5 Hits, Last modified:
Admin Tools @docs
5 Hits, Last modified:
GNU Social API @docs
5 Hits, Last modified:
Vagrant for Friendica Developers @docs
5 Hits, Last modified:
bbcode @de:docs
5 Hits, Last modified:
Our Core Users / Whoiswho / Benutzerübersicht @user
5 Hits, Last modified:
Welcome to your new DokuWiki @wiki
5 Hits, Last modified:
Friendica Administration @docs
4 Hits, Last modified:
Documentation @docs
4 Hits, Last modified:
Account Delegation @docs
4 Hits, Last modified:
Resources @de
4 Hits, Last modified:
Remove Account @docs
4 Hits, Last modified:
Scheduler - time controlled publishing @docs
4 Hits, Last modified:
home @docs
4 Hits, Last modified:
Friendica Message Flow @docs
4 Hits, Last modified:
Friendica Dokumentationen @de
3 Hits, Last modified:
Channels @docs
3 Hits, Last modified:
Groups and Privacy @docs
3 Hits, Last modified:
FAQ / Wiki @faq
3 Hits, Last modified:
Accesskeys reference @docs
3 Hits, Last modified:
Updating Friendica @docs
3 Hits, Last modified:
Themes @docs
3 Hits, Last modified:
Bugs and Issues @docs
3 Hits, Last modified:
Joseph Hogan (joseph) - Public Page @user
2 Hits, Last modified:
Karsten Nitsch (karsten) - Public Page @user
2 Hits, Last modified:
Benutzerdokumentation @de
2 Hits, Last modified:
lanewsa2022 - Public Page @user
2 Hits, Last modified:
Jon W (jonnj) - Public Page @user
2 Hits, Last modified:
Jochen Brameier (john) - Public Page @user
2 Hits, Last modified:
Marc Marc (marc) - Public Page @user
2 Hits, Last modified:
Manfred Beck (mayo) - Public Page @user
2 Hits, Last modified:
Ingo Lantschner (ilanti) - Public Page @user
2 Hits, Last modified:
Hypolite Petovan (mrpetovan) - Public Page @user
2 Hits, Last modified:
Neil Harvey (neilh26) - Public Page @user
2 Hits, Last modified:
Nik Clayton (nikclayton) - Public Page @user
2 Hits, Last modified:
Ole (olemara) - Public Page @user
2 Hits, Last modified:
Lars Werner (testing) - Public Page @user
2 Hits, Last modified:
Orz (orzzro) - Public Page @user
2 Hits, Last modified:
Pippin (pippin) - Public Page @user
2 Hits, Last modified:
Rebeka (rebeka) - Public Page @user
2 Hits, Last modified:
Yamamoto Ryuta (ryuu_ron2002) - Public Page @user
2 Hits, Last modified:
Samor (samor) - Public Page @user
2 Hits, Last modified:
Martin Wicki (wicki) - Public Page @user
2 Hits, Last modified:
Daniel Buck (tealk) - Public Page @user
2 Hits, Last modified:
vinzv (vinzv) - Public Page @user
2 Hits, Last modified:
utzer (utzer_test) - Public Page @user
2 Hits, Last modified:
hoergen (hoergen) - Public Page @user
2 Hits, Last modified:
Vincent Joyce (untemperedsteel) - Public Page @user
2 Hits, Last modified:
tester (test.com_h1_7_7_h1) - Public Page @user
2 Hits, Last modified:
Tobias Diekershoff (tobiasd) - Public Page @user
2 Hits, Last modified:
Ian Molton (spyro) - Public Page @user
2 Hits, Last modified:
Davy (dvdvsdr) - Public Page @user
2 Hits, Last modified:
Michael (heluecht) - Public Page @user
2 Hits, Last modified:
Steve Rogers (healthyonez) - Public Page @user
2 Hits, Last modified:
Developer Documentation @docs
2 Hits, Last modified:
Friendica on GitHub @docs
2 Hits, Last modified:
How to improve the performance of a Friendica site @docs
2 Hits, Last modified:
How to move your account between servers @docs
2 Hits, Last modified:
settings @de:docs
2 Hits, Last modified:
Mastodon API @docs
2 Hits, Last modified:
FAQ @faq
2 Hits, Last modified:
AaronSwift1 (aaronswift1) - Public Page @user
2 Hits, Last modified:
Andreas Kilgus (aki42) - Public Page @user
2 Hits, Last modified:
Alex Meier (alawis99) - Public Page @user
2 Hits, Last modified:
Lawrence London (avantgeared) - Public Page @user
2 Hits, Last modified:
Barry Solow (baslow) - Public Page @user
2 Hits, Last modified:
Bionk - Public Page @user
2 Hits, Last modified:
Frits (bosman) - Public Page @user
2 Hits, Last modified:
Clayton Mattatall (darkoverlordii) - Public Page @user
2 Hits, Last modified:
dfdf (dfdf) - Public Page @user
2 Hits, Last modified:
(drone1970) - Public Page @user
2 Hits, Last modified:
Events @docs
2 Hits, Last modified:
ererer (ererer) - Public Page @user
2 Hits, Last modified:
Tsulmuun (error) - Public Page @user
2 Hits, Last modified:
ersf (ersf) - Public Page @user
2 Hits, Last modified:
foo_test (foo_test) - Public Page @user
2 Hits, Last modified:
Ji Fu (fuatlibranetdotde) - Public Page @user
2 Hits, Last modified:
Ray Haw (gasebuddy) - Public Page @user
2 Hits, Last modified:
Gerard Braad (gbraad) - Public Page @user
2 Hits, Last modified:
Gerd Schnitzler (gerd_schnitzler) - Public Page @user
2 Hits, Last modified:
GerlinGer (gerlin) - Public Page @user
2 Hits, Last modified:
caos (caos) - Public Page @user
2 Hits, Last modified:
Scheduler - zeitgesteuerte Veröffentlichung @de:docs
1 Hits, Last modified:
Export / Import of followed Contacts @docs
1 Hits, Last modified:
account_delegation @de:docs
1 Hits, Last modified:
Ingo Juergensmann (ij) - Public Page @user
1 Hits, Last modified:
Server Configurations @tech
1 Hits, Last modified:
Imprint and data protection
1 Hits, Last modified:
The Fediverse @docs
1 Hits, Last modified:
Creating posts @docs
1 Hits, Last modified:
How to post to Lemmy from your Friendica account @docs
1 Hits, Last modified:
user @de:docs
1 Hits, Last modified: