Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Friendica Addon development
- the current state of Friendica: * which module has been called, * configuration information, * t... atabase ==== logged_in ==== Called after a user has successfully logged in. ''%%$b%%'' contains the '... ==== Called when a local status post or comment has been stored on the local system. ''%%$b%%'' is the item array of the information which has just been stored in the database. Please note: bo
- Settings
- erybody can register a new account, but the admin has to approve it before it can be used. * **closed... want to use this method, the registration policy has to be set to either //open// or //requires approv... rage move’ console command]] If selected backend has configurable options, new fields are shown here. ... portant tasks are executed even though the system has a lot of work to do, it is useful to enable the /
- Friendica API
- le image at 48x48 An image used as profile image has only scale 4-6, other images only 0-3 === Return... %%{"result": "updated", "message":"Image id 'xyz' has been updated."}%%'' * photo updated - nothing c... ": "deleted", "message": "photo with id 'xyz' has been deleted from server." } </code> On error: ... message": "album 'xyz' with all containing photos has been deleted." } </code> On error: * 403 FORBI
- Groups and Privacy
- k page, the lock icon under the status update box has an exclamation mark next to it. This is meant to ... hange the permissions assigned. Within seconds it has been delivered to lots of people - and perhaps ev... ather than one website which controls everything) has some implications with privacy as it relates to p... ire Friendica site from unknown web visitors also has serious implications for communicating with GNU S
- Friendica BBCode tags reference
- > [font=serif]Serif font[/font] </code> The font has to be present on the viewers system to be used. ... d in the following code block. If the nodes admin has activated the [[https://git.friendi.ca/friendica/... ordinates are shown instead. The mapping provider has to be added by the nodes admin to the trusted ser... literally show ''[b]bold[/b]''. Note: ''[code]'' has priority over ''[noparse]'', ''[nobb]'' and ''[pr
- Account Basics
- This is the only bit of personal information that has to be accurate. ==== Nickname ==== A nickname i... ers. Due to the way that the nickname is used, it has some limitations. It must contain only US-ASCII t... the account you wish to manage. If your account has been OpenID enabled, you may use your OpenID addr
- Friendica API authentication
- count. OAuth is significantly more involved, but has the ability to grant limited permissions, so that... parated list of permissions. (The database schema has scopes as optional, but I think you can't actuall... JSON object from FriendZone in reply. The object has a few different keys, but the most important ones
- Friendica Installation
- nfig.php'' file //after// the installation wizard has been run. But **do not do this in a production se... s` file if you are using a Windows server as this has been known to cause problems. Also check your fil... Retry the installation. As soon as the database has been created, **this is important ** <code> % c
- ejabberd and prosody XMPP server with synchronized credentials
- e so it is readable only to the user ejabberd and has exec<code> $ chmod 700 /path/to/friendica/bin/a... credentials ==== Other hints ==== * if a user has a space or a @ in the nickname, the user has to replace these characters: * " " (space) is replace
- Installing Connectors (Twitter/GNU Social)
- ration ==== When the addon is activated the user has to acquire the following in order to connect to t... cret To get the OAuth Consumer key pair the user has to 1 ask her Friendica admin if a pair already exists or 2 has to register the Friendica server as a client appl
- Making Friends
- ou do it? ===== The Directories ===== Friendica has two different kinds of “address book”. The direct... er to complete the process (after your new friend has approved the request). If you already know someb... , you can enter the email address of anybody that has sent you a message recently and have their email
- Autoloader with Composer
- { ... } } </code> The class ''%%ItemsManager%%'' has been declared in the ''%%Friendica%%'' namespace.... e content of current include/delivery.php, // but has been declared to be in "Friendica" namespace [..
- Bugs and Issues
- ====== Bugs and Issues ====== If your server has a support page, you should report any bugs/issues you... n, and the chances are somebody from another node has encountered the problem too, and will be able to
- Using Composer
- > And that’s it. If any library used by Friendica has been upgraded, Composer will fetch the version cu... two, HTMLPurifier and MobileDetect. Each library has a different target version, and [[https://getcomp
- Domain-Driven-Design
- g. In the first example the method ''%%save()%%'' has to be tested with the ''%%DBA::update()%%'' metho... ters to class constructors, instantiating objects has become cumbersome. To keep it simple, we are usin