Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Friendica Installation
18 Treffer, Zuletzt geändert:
tml#allowoverride|AllowOverride 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... ddons.git -b stable addon </code> If you want to use the development version of Friendica you can swit... more information during the installation, you can use this command line option <code> bin/console auto
Friendica BBCode tags reference
17 Treffer, Zuletzt geändert:
ternet | ''%%[url]http://friendi.ca[/url]%%'' | | Use some text as label for the link | ''%%[url=http:/... | ''%%[mail]user@mail.example.com[/mail]%%'' | | Use some text as label for the email link | ''%%[mail... ou wish to separate a new paragraph, you can also use the ''[p]'' BBCode tag, accompanied with a ''[/p]... BBCode tag. === Code Blocks === You can either use inline code or create a multi-line code block, bo
Autoloader with Composer
16 Treffer, Zuletzt geändert:
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 ''%... es conflicts (could be that a library you want to use also defines a class named ''%%ItemsManager%%'',
Friendica Storage Backend Addon development
15 Treffer, Zuletzt geändert:
Override the two necessary instances: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStor... eption should be used in case the caller tries to use an invalid references. This could happen in case ... r for transparency reasons. Example: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStor... > <?php namespace Friendica\Addon\samplestorage; use Friendica\Core\Storage\Capability\ICanWriteToStor
How To Move Classes to src
14 Treffer, Zuletzt geändert:
you’re done deciding the namespace, it’s time to use it. Let’s say we choose ''%%Friendica\Core%%'' for the ''%%Config%%'' class. ===== Use the namespace ===== To declare the namespace, th... lly, PHP provides namespace shortcuts through ''%%use%%''. This language construct just provides a dif... m on its own. Here are the different ways you can use ''%%use%%'': <code php> // No use $config = new
Friendica API authentication
12 Treffer, Zuletzt geändert:
ods: HTTP Basic and OAuth. HTTP Basic is easy to use, but it requires your account password, so it gra... to grant limited permissions, so that someone can use the API to e.g. read your posts, but not create new ones. You can therefore use OAuth with other applications that you wouldn't w... P Basic authentication should be sufficient here. Use the same username and password you use to login.
Themes
10 Treffer, Zuletzt geändert:
iendica aware of its existence and tell it how to use the template file, by defining a config.php file.... nd link to the CSS file of it. Done. Now you can use the variant on your system. But remember once the... meta informations for the theme, see below */ use Friendica\App; function duepuntozero_lr_... not really useful at this state. Nevertheless, to use it, you just need to activate in the admin panel.
Using Composer
8 Treffer, Zuletzt geändert:
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 ... e. === Installing with Git === If you prefer to use ''%%git%%'', you will have to run Composer to fet
Settings
8 Treffer, Zuletzt geändert:
ig|config/local.config.php]] file. If you want to use this method, the registration policy has to be se... ged in users can register additional accounts for use as pages. These will still require approval if th... s can be avaiable from third-party addons. If you use those, please refer to the documentation of those... uses a proxy to connect to the internet, you may use these settings to communicate with the outside wo
Where to get started to help improve Friendica
7 Treffer, Zuletzt geändert:
ly update the dependencies with composer, you can use the `post-merge` [[https://git-scm.com/book/en/v2... s are enclosed in single quotes, but feel free to use double quotes if it makes more sense (SQL queries... tag * No trailing spaces * Array declarations use the new square brackets syntax * Quoting style ... uting to Friendica. There are a few tools you can use to check or fix your files before you commit. Fo
Account Basics
6 Treffer, Zuletzt geändert:
u do not have an OpenID address or do not wish to use OpenID, leave this field blank. If you have an OpenID account elsewhere and wish to use it, enter the address into this field and click ‘... it to be displayed on this system**. Most people use their real name for this, but you’re under no obl... on that was provided during registration. You may use either your nickname or email address as a Login
Friendica Addon development
6 Treffer, Zuletzt geändert:
ng immediately processed or acted on that you can use, display, or alter. Remember to declare it with '... ===== If your addon needs some template, you can use the Friendica template system. Friendica uses [[h... and execute it passing needed values: <code php> use Friendica\Core\Renderer; # load template file. f... [ 'catavatar-usecat' => DI::l10n()->t('Use Cat as Avatar'), 'catavatar-morecat' =>
ejabberd and prosody XMPP server with synchronized credentials
5 Treffer, Zuletzt geändert:
that uses XMPP as messaging protocol that you can use with a large amount of clients. In conjunction wi... ===== Prosody Installation ===== If you want to use your Friendica installation for authentication wi... e (''prosody.cfg.lua'') of your prosody server to use Friendica for authentication (use your Friendica nodes domain instead of example.com) <code> authenti
Friendica Templating Documentation
4 Treffer, Zuletzt geändert:
emplates </code> directory. To render a template use the function //getMarkupTemplate// to load the te... equired and should be used to type email addesses use something along the lines of: <code> '$admin... account email address must match this in order to use the web admin panel.'), 'required', '', 'email'),... </code> To evaluate the input value, you can then use the $_POST array, more precisely the $_POST[‘admi
Using SSL with Friendica
4 Treffer, Zuletzt geändert:
running your own Friendica site, you may want to use SSL (https) to encrypt communication between serv... ed to install a client software on your server to use it. Instructions for the official client are [[ht... r of steps you can take to ensure your users will use SSL to access your instance. ==== Web server red... t issues, but not all websites support HTTPS yet. Use at your own risk. - **Verify SSL**: Enabling th
Twitter API
3 Treffer, Zuletzt geändert:
Chats
3 Treffer, Zuletzt geändert:
Filtering your Network Stream
3 Treffer, Zuletzt geändert:
Tags and Mentions
3 Treffer, Zuletzt geändert:
Comment, sort and delete posts
3 Treffer, Zuletzt geändert:
Friendica translations
3 Treffer, Zuletzt geändert:
Two-Factor Authentication
3 Treffer, Zuletzt geändert:
Abstracts
2 Treffer, Zuletzt geändert:
config
2 Treffer, Zuletzt geändert:
Domain-Driven-Design
2 Treffer, Zuletzt geändert:
Forums
2 Treffer, Zuletzt geändert:
Groups and Privacy
2 Treffer, Zuletzt geändert:
How to improve the performance of a Friendica site
2 Treffer, Zuletzt geändert:
First Steps
2 Treffer, Zuletzt geändert:
Making Friends
2 Treffer, Zuletzt geändert:
Admin Tools
2 Treffer, Zuletzt geändert:
Updating Friendica
2 Treffer, Zuletzt geändert:
Vagrant for Friendica Developers
2 Treffer, Zuletzt geändert:
Accesskeys reference
1 Treffer, Zuletzt geändert:
Account Delegation
1 Treffer, Zuletzt geändert:
Friendica Administration
1 Treffer, Zuletzt geändert:
Friendica API
1 Treffer, Zuletzt geändert:
GNU Social API
1 Treffer, Zuletzt geändert:
Mastodon API
1 Treffer, Zuletzt geändert:
How to Create a Bot
1 Treffer, Zuletzt geändert:
Bugs and Issues
1 Treffer, Zuletzt geändert:
Configuration Guide for small Nodes
1 Treffer, Zuletzt geändert:
Connectors
1 Treffer, Zuletzt geändert:
Events
1 Treffer, Zuletzt geändert:
Friendica on GitHub
1 Treffer, Zuletzt geändert:
home
1 Treffer, Zuletzt geändert:
Installing Connectors (Twitter/GNU Social)
1 Treffer, Zuletzt geändert:
Themes
1 Treffer, Zuletzt geändert:
Creating posts
1 Treffer, Zuletzt geändert:
User Documentation
1 Treffer, Zuletzt geändert: