Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Database Tables
222 Treffer, Zuletzt geändert:
^ |[[https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/database/db_2fa_app_specific_password.md|2fa_app_specific_password]]|Tw... | |[[https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/dat
Friendica Installation
89 Treffer, Zuletzt geändert:
====== Friendica Installation ====== We've tried very hard to ensure that Friendica will run on commodity hosting platforms - such ... and an automatic installation. But be aware that Friendica is more than a simple web application. It is a... HP/MySQL hosting provider will be able to support Friendica. Many will. But **please** review the [[#Requi
Friendica API
43 Treffer, Zuletzt geändert:
====== Friendica API ====== ===== Overview ===== Friendica provides the following specific endpoints. Authentication i... == These endpoints uses the [[:docs:API-Entities|Friendica API entities]]. ===== Endpoints ===== ==== GET api/friendica/events ==== Returns a list of [[:docs:API-Enti
Settings
41 Treffer, Zuletzt geändert:
====== Settings ====== If you are the admin of a Friendica node, you have access to the **Admin Panel** where you can configure your Friendica node. ===== Overview ===== In the main page o... And finally you are informed about the version of Friendica you have installed. If you contact the develope... min panel contains the main configuration of your Friendica node. It is separated into several sub-section
Friendica BBCode tags reference
36 Treffer, Zuletzt geändert:
====== Friendica BBCode tags reference ====== Friendica is using the [[wp>BBCode]] markup language to format postings and comments. Alternatively the admin of a Friendica node can activate an addon to also support Mark... d;">red</span>%% | | Linked Text | %%[url=http://friendi.ca]Friendica[/url]%% | %%<a href="http://friendi.
Using Composer
32 Treffer, Zuletzt geändert:
====== Using Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage dependencies li... lass autoloader both for libraries and namespaced Friendica classes. It’s a command-line tool that downloa... you don’t have Composer installed on your system, Friendica ships with a copy of it at ''%%bin/composer.pha... available system-wide. ==== Installing/Updating Friendica ==== === From Archive === If you just unpacke
Where to get started to help improve Friendica
32 Treffer, Zuletzt geändert:
====== Where to get started to help improve Friendica ====== Do you want to help us improve Friendica? Here we have compiled some hints on how to get started... and some tasks to help you choose. A project like Friendica is the sum of many different contributions. **V... ideas! ===== Contact us ===== The discussion of Friendica development takes place in the following Friend
Themes
30 Treffer, Zuletzt geändert:
====== Themes ====== To change the look of friendica you have to touch the themes. The current default theme is [[https://git.friendi.ca/friendica/friendica/src/branch/stable/view/theme/frio|frio]] but there are numerous others. Have a look at [[https
Friendica Storage Backend Addon development
29 Treffer, Zuletzt geändert:
====== Friendica Storage Backend Addon development ====== Storage backends can be added via addons. A stor... e Backend Class ===== The class must live in ''%%Friendica\Addon\youraddonname%%'' namespace, where ''%%yo... WriteToStorage ==== The class must implement ''%%Friendica\Core\Storage\Capability\ICanWriteToStorage%%'' ... erface must be implemented: <code php> namespace Friendica\Core\Storage\Capability\ICanWriteToStorage; in
Friendica API authentication
29 Treffer, Zuletzt geändert:
====== Friendica API authentication ====== You can authenticate requests to the Friendica API via two methods: HTTP Basic and OAuth. HTT... e careful. Also, try not to get confused between Friendica as an OAuth //consumer// versus Friendica as an OAuth //provider//. As a consumer, Friendica addons can
Friendica translations
29 Treffer, Zuletzt geändert:
====== Friendica translations ====== ===== Overview ===== The Friendica translation process is based on ''gettext'' PO ... strings available at [[https://www.transifex.com/Friendica/friendica/dashboard/|the Transifex Friendica page]] - The translation itself is done at Transifex by v
Domain-Driven-Design
27 Treffer, Zuletzt geändert:
====== Domain-Driven-Design ====== Friendica uses class structures inspired by Domain-Driven-Design progra... t to explain what it means in practical terms for Friendica development. ===== Inspiration ===== * http... $introId = $intro['id']; } } $intros = \Friendica\Database\DBA::selectToArray('intros', [], ['uid... </code> After: <code php> function doSomething(\Friendica\Contact\Introductions\Collection\Introductions
Updating Friendica
25 Treffer, Zuletzt geändert:
====== Updating Friendica ====== When a new version of Friendica is published a release note((on [[https://friendi.ca|friendi.ca]])) contains details about the updating process of that version specific. Including known cl
How To Move Classes to src
23 Treffer, Zuletzt geändert:
====== How To Move Classes to src ====== Friendica uses [[:docs:Composer|Composer]] to manage autoloading.... ass from now on. There is [[https://ethercalc.org/friendica_classes|a shared Ethercalc sheet]] to suggest n... es for inspiration. A few pointers though: * ''%%Friendica%%'' is the base namespace for all classes in th... amespaces match the directory structure, with ''%%Friendica%%'' namespace being the base ''%%src%%'' direct
Friendica Addon development
22 Treffer, Zuletzt geändert:
====== Friendica Addon development ====== Please see the sample addon ‘randplace’ for a working example of... er your addon hooks during installation. <code> \Friendica\Core\Hook::register($hookname, $file, $function... okname%%'' is a string and corresponds to a known Friendica PHP hook. ''%%$file%%'' is a pathname relative to the top-level Friendica directory. This //should// be ‘addon///addon_na
Autoloader with Composer
20 Treffer, Zuletzt geändert:
Admin Tools
20 Treffer, Zuletzt geändert:
Friendica Administration
17 Treffer, Zuletzt geändert:
Groups and Privacy
17 Treffer, Zuletzt geändert:
home
16 Treffer, Zuletzt geändert:
Vagrant for Friendica Developers
16 Treffer, Zuletzt geändert:
Developer Documentation
15 Treffer, Zuletzt geändert:
Making Friends
14 Treffer, Zuletzt geändert:
First Steps
13 Treffer, Zuletzt geändert:
Used Protocols
13 Treffer, Zuletzt geändert:
Installing Connectors (Twitter/GNU Social)
12 Treffer, Zuletzt geändert:
Friendica API entities
11 Treffer, Zuletzt geändert:
Search in Friendica
11 Treffer, Zuletzt geändert:
Using SSL with Friendica
11 Treffer, Zuletzt geändert:
Homepage Verification
11 Treffer, Zuletzt geändert:
Friendica API
10 Treffer, Zuletzt geändert:
ejabberd and prosody XMPP server with synchronized credentials
8 Treffer, Zuletzt geändert:
Twitter API
7 Treffer, Zuletzt geändert:
Friendica on GitHub
7 Treffer, Zuletzt geändert:
Friendica Message Flow
7 Treffer, Zuletzt geändert:
Abstracts
6 Treffer, Zuletzt geändert:
Account Basics
6 Treffer, Zuletzt geändert:
config
6 Treffer, Zuletzt geändert:
Tags and Mentions
6 Treffer, Zuletzt geändert:
Two-Factor Authentication
6 Treffer, Zuletzt geändert:
User Documentation
6 Treffer, Zuletzt geändert:
How to improve the performance of a Friendica site
5 Treffer, Zuletzt geändert:
Filtering your Network Stream
5 Treffer, Zuletzt geändert:
How to post to Lemmy from your Friendica account
5 Treffer, Zuletzt geändert:
Creating posts
5 Treffer, Zuletzt geändert:
Mastodon API
4 Treffer, Zuletzt geändert:
Bugs and Issues
4 Treffer, Zuletzt geändert:
Chats
4 Treffer, Zuletzt geändert:
Connectors
4 Treffer, Zuletzt geändert:
Comment, sort and delete posts
4 Treffer, Zuletzt geändert:
The Fediverse
4 Treffer, Zuletzt geändert:
Channels
3 Treffer, Zuletzt geändert:
Configuration Guide for small Nodes
3 Treffer, Zuletzt geändert:
How to move your account between servers
3 Treffer, Zuletzt geändert:
GNU Social API
2 Treffer, Zuletzt geändert:
Forums
2 Treffer, Zuletzt geändert:
Friendica Templating Documentation
2 Treffer, Zuletzt geändert:
Documentation
2 Treffer, Zuletzt geändert:
Remove Account
1 Treffer, Zuletzt geändert:
Scheduler - time controlled publishing
1 Treffer, Zuletzt geändert:
Themes
1 Treffer, Zuletzt geändert: