Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Friendica Hackathon 2020 @activitys
- 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
- wing 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 bas... s) If selected backend has configurable options, new fields are shown here. ##### Filesystem: Storage
- addonstoragebackend @docs
- es data in `$data` to position `$reference`, or a new position if `$reference` is empty. - `delete(stri... register(string $class)`. You have to register a new hook in your addon, listening on `storage_instanc... s your storage class name, you have to instance a new instance of your `Friendica\Model\Storage\IStorag... cally how tests should work in the future** Each new Storage class should be added to the test-environ
- api-friendica @docs
- ault: "false") ### POST/PUT api/direct_messages/new Deprecated Twitter direct message submission end... 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 the photo w... s base64, only optional if photo_id is specified (new upload must have media) * `desc` (optional): desc
- api-twitter @docs
- ference/get-profile-list) - [POST custom_profiles/new.json](https://developer.twitter.com/en/docs/direct-messages/custom-profiles/api-reference/new-profile) - [DELETE direct_messages/events/destr... ference/get-event) - [POST direct_messages/events/new (message_create)](https://developer.twitter.com/e... rect-messages/sending-and-receiving/api-reference/new-event) - [POST direct_messages/indicate_typing](h
- Updating Friendica @docs
- 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_name>; RENAME TABLE <table_name>_new TO <table_name> This method is slower overall, b
- Themes @docs
- 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
- forums @docs
- um profiles. 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 acc... ount. You may appoint a delegate to manage your new account (e.g. forum page). The Delegates section ... types of accounts. Types of Accounts --- On the new account, visit the Settings > Account page. Towar
- developer-how-to-move-classes-to-src @docs
- s you can use `use`: ````php // No use $config = new Friendica\Core\Config(); ```` ````php // Namespace shortcut use Friendica\Core; $config = new Core\Config(); ```` ````php // Class name shortcut use Friendica\Core\Config; $config = new Config(); ```` ````php // Aliasing use Friendica\Core\Config as Cfg; $config = new Cfg(); ```` Whatever the style chosen, a reposit
- developer-domain-driven-design @docs
- te them redundancy free. Before: ```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
- How to post to Lemmy from your Friendica account @docs
- iverse]] you can subscribe to Lemmy forums, start new threads in the forums and comment to threads of o... lowlist. ===== Post to Lemmy ===== ==== Start a new thread ==== If you want to start a new thread on a Lemmy forum you address it like forum in Friendica... he Network stream of your Friendica account. Once new threads are created at Lemmy, they will be distri
- Where to get started to help improve Friendica @docs
- 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
- Events @docs
- 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
- Creating posts @docs
- category names separated by a comma to file your new post. The Big Empty Text area is where you write your new post. You can simply enter your text there and click the "Share" button, and your new post will be public on your profile page and shar... nto a Google Maps search. That's why a note like "New York" or "10004" is already enough. <p style="cle
- github @docs
- you merge with fast-forwarding it does not add a new commit to mark when you've performed the merge an... . 3. It makes sure the develop branch can receive new features that are **not** part of this release. ... ak into this release branch. This might introduce new bugs, too. Which defeats the purpose of the relea