Commit Graph

272 Commits

Author SHA1 Message Date
Anton 51380af100
Fix img example
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-04-28 18:13:38 +02:00
atjn 31ed9b450d Update default icon 2022-04-28 12:41:26 +02:00
Hypolite Petovan 90368d7484 Remove unused settings_post and settings_form hooks
- Addons should use the addon_form hook instead
2022-04-24 01:21:49 -04:00
Hypolite Petovan 1ae7cac236 Move mod/ping to module class 2022-03-14 07:57:41 -04:00
Tobias Diekershoff c0c1799508
Contact ex- and import should work with Misskey CSV files as well 2022-02-11 13:47:06 +01:00
Tobias Diekershoff ab77f48b8b Friendica now requires PHP 7.3 or above 2021-12-04 10:21:11 +01:00
Hypolite Petovan 4208535c16
Merge pull request #11019 from foss-/develop
FAQ: removed windows client
2021-11-22 07:05:53 -05:00
foss- 24dbaa0154
FAQ: removed windows client
- dead link, no trace to be found when searching for this client
2021-11-22 12:18:53 +01:00
Tobias Diekershoff a165f552e0 one sentence per line 2021-11-22 07:08:45 +01:00
foss- b6bf8aa608
removed typo 2021-11-21 13:56:01 +01:00
foss- 4809a334ba
re-add gnusocial
They are not dead and their repo can be reached again (yey)
2021-11-21 12:45:56 +01:00
foss- c310930658
FAQ Client list unified format
- iOS and macOS listings now follow the adnroid listing format
- missing information added
2021-11-21 02:58:05 +01:00
foss- 3bae52074a
Merge branch 'friendica:develop' into doc_faq_client-clean-up 2021-11-21 01:09:31 +01:00
foss- 690f230c90
Updated FAQ Client section
- improved intro text
- removed Metatext iOS client (never worked without errors for friendica)
- added Mastodon iOS client
- corrected link for iOS Stella
- updated Tooot link, added data collection hint
- Tootle: removed hint and added update year
- corrected Stella* name
- removed StarPterano (app not updated for a while, no privacy policy provided to apple, UI lacking, login on every open required - not a user experience to recommend)
- Sailfish Friendly: improved link, added last update year
- macOS added Whalebird
- updated german faq
2021-11-20 19:56:37 +01:00
Hypolite Petovan 190efcefad
Merge pull request #10977 from nupplaphil/feat/dynamic_modules
Introduce interface for `Module`s
2021-11-17 06:36:54 -05:00
Philipp Holzer 8f741c8b78
Remove afterpost() handling 2021-11-16 22:40:38 +01:00
Hypolite Petovan cbbb09c531
Merge pull request #10985 from foss-/develop
split admin FAQs
2021-11-15 11:50:32 -05:00
foss- 611e6a9c70
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-11-15 17:30:50 +01:00
foss- 55147a6b44
linking new Admin FAQ in home 2021-11-15 17:09:40 +01:00
foss- b02044f497
also split de FAQ
and unify structure
2021-11-15 16:52:34 +01:00
foss- 18f270d685
updated dica entry for de faq 2021-11-15 16:13:55 +01:00
Michael Vogel df99ca8d82
Merge pull request #10888 from MrPetovan/task/10887-bbcode-style-block
Add conditional block output for BBCode tag [style]
2021-10-18 20:19:53 +02:00
Hypolite Petovan 39aff642aa Deprecate limited-use and potentially confusing [class] BBCode tag
- Replace its usage in Mastodon emoji with an internal tag [emoji]
2021-10-18 02:45:42 -04:00
Hypolite Petovan 4bee4818cf Add conditional block output for BBCode tag [style]
- Move new line conversion to <br> tags
- Update BBCode help page
2021-10-17 21:27:05 -04:00
Philipp Holzer 08d1dcf14c
Adapt documentation 2021-10-05 20:07:13 +02:00
Hypolite Petovan 66fec8944f Add block and unblock hooks 2021-10-02 17:30:40 -04:00
Hypolite Petovan 72fae04e97 Add revoke follow feature
- Add new follow revoke module
- Add new hooks: revoke_follow, support_follow, support_revoke_follow
- Add link in contact page action menu
2021-10-02 14:01:46 -04:00
Hypolite Petovan 52b8cd054d [Docs] Move unfollow hook instances in the correct file 2021-10-02 13:53:21 -04:00
Tobias Diekershoff d7cb68e95d add a hint about the phpmailer addon to the install docs 2021-10-01 18:25:18 +02:00
Michael 96055cafff Merge remote-tracking branch 'upstream/develop' into conversation-moved 2021-09-26 03:57:31 +00:00
Hypolite Petovan d8febbe45e Add new hook to support unfollow contacts on non-native networks 2021-09-25 16:15:06 -04:00
Michael 0ad904c185 The conversation functionality moved to a class 2021-09-23 21:18:36 +00:00
Tobias Diekershoff acabaf4df7 update to the INSTALL documentation
* updated the PHP requirements and added a note about the PHP8 support
* removed the section about tryfriendica.de as possibility to get a temporal Friendica account
2021-09-09 10:42:18 +02:00
Hypolite Petovan 37a30434bb Remove remaining mentions of $a->argc/argv
- This was breaking the layout of specific pages in Frio
2021-08-17 08:26:12 -04:00
Tobias Diekershoff a25fc2f07c docs, remove freenode from the IRC list 2021-08-11 17:31:33 +02:00
Michael c06c515e02 Desktop is Web 2021-06-24 20:21:06 +00:00
Michael 4f35e954a4 Halcyon is Halcyon 2021-06-24 20:19:28 +00:00
Michael 62fffce1e8 Adjusted documentation 2021-06-24 18:16:48 +00:00
Michael f344d56316 TwidereX added 2021-06-18 09:04:11 +00:00
Michael Vogel 4a69b53d98
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-06-15 19:19:34 +02:00
Michael fdd0b4de14 Documentation: The list of supported clients had been reworked 2021-06-14 16:30:31 +00:00
Tobias Diekershoff 2a0a881192 [DE] added hint about the Mastodon API to the FAQ 2021-05-25 09:42:22 +02:00
Tobias Diekershoff a83fd9100e [DE] added note about the public chat rooms being logged 2021-05-25 09:39:06 +02:00
Tobias Diekershoff 8c9a231299 added #friendica at libera.chat to the community chat rooms 2021-05-24 08:04:17 +02:00
Hypolite Petovan 1591677101 Remove dead friendica-wiki.de from German help page 2021-03-09 09:17:17 -05:00
Hypolite Petovan 004419de46 Remove references to removed frost theme 2021-02-09 23:25:47 -05:00
Hypolite Petovan bf127c97ff Remove mod/subthread file 2021-01-31 17:36:18 -05:00
Tobias Diekershoff 97d8d17952 less space 2021-01-30 15:47:12 +01:00
Tobias Diekershoff da0b837ad8 removed old information from DE FAQ pointing to dead pages 2021-01-30 08:59:34 +01:00
Tobias Diekershoff b938da9d6b clenup 2021-01-30 08:03:57 +01:00