Search

You can find the results of your search below.

Friendica Storage Backend Addon development @docs
14 Hits, Last modified:
'%%$data%%'' to position ''%%$reference%%'', or a new position if ''%%$reference%%'' is empty. * ''%%... ister(string $class)%%''. You have to register a new hook in your addon, listening on ''%%storage_inst... s your storage class name, you have to instance a new instance of your ''%%Friendica\Core\Storage\Capab... cally how tests should work in the future** Each new Storage class should be added to the test-environ
Friendica Hackathon 2020 @activitys
13 Hits, Last modified:
Here are some of the things we did: * Start a new Wiki (this one) * Many software improvements fo... tion session for people who want to help with the new Friendica Wiki at https://wiki.friendi.ca ... a and explaining stuff like relay servers New user guidance like, how to find new contacts (New user widget?) Community Page - Infinite Scro
Settings @docs
12 Hits, Last modified:
ng modes: * **open**: Everybody can register a new account and start using it right away. * **requires approval**: Everybody can register a new account, but the admin has to approve it before it can be used. * **closed**: No new registrations are possible. == Invitation based ... ]] If selected backend has configurable options, new fields are shown here. == Filesystem: Storage ba
Updating Friendica @docs
10 Hits, Last modified:
====== Updating Friendica ====== When a new version of Friendica is published a release note((on [[htt... oo many rows to handle manually, you can create a new table with the same structure as the table with d... . SQL command CREATE TABLE <table_name>_new <rest of the CREATE TABLE>; INSERT IGNORE INTO <table_name>_new SELECT * FROM <table_name>; DROP TABLE <table
Twitter API @docs
10 Hits, Last modified:
ocs/direct-messages/custom-profiles/api-reference/new-profile|POST custom_profiles/new.json]] * [[https://developer.twitter.com/en/docs/direct-messages/se... rect-messages/sending-and-receiving/api-reference/new-event|POST direct_messages/events/new (message_create)]] * [[https://developer.twitter.com/en/docs/d
Friendica API @docs
10 Hits, Last modified:
default: "false") ==== POST api/direct_messages/new==== Deprecated Twitter direct message submission... o do this, and offer a solution to add photo as a new photo with the new rights instead. === Parameters === * ''%%photo_id%%'' (optional): if specified ... s base64, only optional if photo_id is specified (new upload must have media) * ''%%desc%%'' (optiona
How to Create a Bot @docs
8 Hits, Last modified:
ill be done in the following steps: * Create a new user * Add the RSS feed as contact * Promote ... ===== Create a User ===== You can either create a new user by registering a new account from the nodes registration page. Or you can create a new sub-account from your user settings "Manage Accou
Themes @docs
8 Hits, Last modified:
he easiest way to cover your needs is to create a new theme, inherit most of the properties of the pare... e. *duepunto zero* and *vier* allow easily to add new theme variation. We will go through the process of creating a new variation for *duepunto zero*. The same (well al... rset is done in a combination of a template for a new form in the settings and aome functions in the th
Friendica Addons @addons
6 Hits, Last modified:
== gravatar === If there is no avatar image for a new user or contact this addon will look for one at G... libravatar === If there is no avatar image for a new user or contact this addon will look for one at L... ]] ==== Map Services ==== These addons provide a new [[docs:bbcode|BBCode]] tag ''[map]'' that allow u... == markdown === Parse Markdown code when creating new items * [[https://git.friendi.ca/friendica/fri
Friendica Administration @docs
6 Hits, Last modified:
node. Some of the administrative features, mostly new ones, have not made it into the panel yet, but th... le ===== The Friendica Project aims to release a new stable version of the platform once every quarter... friendi.ca]] account. The development cycle of a new release starts with the ''stable'' release of the... d into the ''stable'' branch and thus becomes the new release. The Friendica team does not advise you
Forums @docs
6 Hits, Last modified:
iles. ===== Managing Accounts ===== To create a new linked account that can be used as a forum, log i... s. Here you can register additional accounts with new nicknames that will be linked to your primary account. You may appoint a delegate to manage your new account (e.g. forum page). The Delegates section ... accounts. ===== Types of Accounts ===== On the new account, visit the Settings -> Account page. Towa
Where to get started to help improve Friendica @docs
4 Hits, Last modified:
you spread the word to convince people or design new icons. Whether you feel like an expert or like a ... d Friendica? A good place to start can be to help new people find their way around Friendica in the [[h... n of a few rules. Here's a few primers if you are new to Friendica or to the PSR-2 coding standards: ... No trailing spaces * Array declarations use the new square brackets syntax * Quoting style is singl
Domain-Driven-Design @docs
4 Hits, Last modified:
em redundancy free. Before: <code php> $model = new Model(\Friendica\DI::dba()); $model->id = 1; $mod... public function create() { return new Model($this->dba); } } $model = \Friendi... public function create() { return new Model($this->dba); } } $model = \Friend... public function create() { return new Model($this->dba); } public function
Events @docs
4 Hits, Last modified:
nd backwards. And return to *today*. To create a new event, you can either follow the link "Create New Event" or double click on the desired box in the cal... re the one who created the event. ===== Create a new Event ===== Following one of the methods mention... an choose who shall receive it, as with a regular new posting. The recipients will see the posting abou
How To Move Classes to src @docs
4 Hits, Last modified:
use ''%%use%%'': <code php> // No use $config = new Friendica\Core\Config(); </code> <code php> // Namespace shortcut use Friendica\Core; $config = new Core\Config(); </code> <code php> // Class name shortcut use Friendica\Core\Config; $config = new Config(); </code> <code php> // Aliasing use Friendica\Core\Config as Cfg; $config = new Cfg(); </code> Whatever the style chosen, a repos
Friendica Addon development @docs
4 Hits, Last modified:
How to post to Lemmy from your Friendica account @docs
4 Hits, Last modified:
Creating posts @docs
4 Hits, Last modified:
Friendica on GitHub @docs
3 Hits, Last modified:
Friendica BBCode tags reference @docs
3 Hits, Last modified:
Friendica Message Flow @docs
3 Hits, Last modified:
How to move your account between servers @docs
3 Hits, Last modified:
Comment, sort and delete posts @docs
2 Hits, Last modified:
FAQ / Wiki @faq
2 Hits, Last modified:
Groups and Privacy @docs
2 Hits, Last modified:
Accesskeys reference @docs
2 Hits, Last modified:
Friendica translations @docs
2 Hits, Last modified:
Friendica Installation @docs
2 Hits, Last modified:
Graphics
1 Hits, Last modified:
Two-Factor Authentication @docs
1 Hits, Last modified:
FAQ / Friendica @faq
1 Hits, Last modified:
Formatting Syntax @wiki
1 Hits, Last modified:
Welcome to your new DokuWiki @wiki
1 Hits, Last modified:
addons @de:docs
1 Hits, Last modified:
Tags and Mentions @docs
1 Hits, Last modified:
home @docs
1 Hits, Last modified:
Using SSL with Friendica @docs
1 Hits, Last modified:
Scheduler - time controlled publishing @docs
1 Hits, Last modified:
Making Friends @docs
1 Hits, Last modified:
Installing Connectors (Twitter/GNU Social) @docs
1 Hits, Last modified:
First Steps @docs
1 Hits, Last modified:
Press Room
1 Hits, Last modified:
Using Composer @docs
1 Hits, Last modified:
Bugs and Issues @docs
1 Hits, Last modified:
Autoloader with Composer @docs
1 Hits, Last modified:
GNU Social API @docs
1 Hits, Last modified:
Friendica API entities @docs
1 Hits, Last modified:
Account Basics @docs
1 Hits, Last modified:
installing-connectors @de:docs
1 Hits, Last modified: