Michael
178455928a
We can now manage relay servers and can send content to them
2020-09-15 17:45:19 +00:00
mpanhans
f8e8c23c0c
Update Forums.md
2020-09-07 19:32:15 -04:00
mpanhans
5eb2e3edfb
Update Forums.md
...
Update Forums help documentation to include the implemented front-end for page delegation.
2020-09-07 16:56:58 -04:00
Michael
76705664cd
Remove the unused tables
2020-08-03 18:26:23 +00:00
Hypolite Petovan
d7b5674476
Move mod/lockview to Module\PermissionTooltip
...
- Add explicit type parameter to lockview() in main.js
2020-07-27 01:58:53 -04:00
Hypolite Petovan
a13e004df0
Delete include/items.php
...
- Remove all references
2020-07-14 10:21:31 -04:00
Hypolite Petovan
17cf2c632f
Update references to the friendica/friendica-addons stable branch
2020-06-30 15:25:17 -04:00
Hypolite Petovan
9c6fbc6a74
Update references to the friendica/friendica stable branch
2020-06-30 15:25:16 -04:00
Hypolite Petovan
faeffff8a3
[pre] blocks now preserve spaces
...
- Added test case
- Added English documentation
2020-06-23 07:53:18 -04:00
Michael Vogel
f10062dfdb
Merge pull request #8617 from MrPetovan/task/8220-twitter-followers-list
...
(Re)Implement Twitter contact API endpoints
2020-06-14 16:06:22 +02:00
Hypolite Petovan
8111ede2e5
Add support for max_id parameter in new Twitter contact API endpoints
...
- Use filter_input instead of manual type casting
2020-06-09 08:36:53 -04:00
Hypolite Petovan
7a5afc10bb
Implement Twitter contact endpoints
...
- Implement /followers/ids
- Implement /followers/list
- Reimplement /friends/ids
- Reimplement /friends/list
- Update API reference
- Remove obsolete tests
2020-06-09 08:36:46 -04:00
Hypolite Petovan
a132a21da7
Add documentation about escaping blocks in doc/BBCode
2020-06-08 18:40:21 -04:00
Hypolite Petovan
8eeb7807d3
Replace remaining instances with "allowlist", "denylist" and "blocklist"
2020-06-07 11:24:56 -04:00
Hypolite Petovan
34463f37e4
Rename contact table column to ffi_keyword_denylist
2020-06-07 11:24:52 -04:00
Hypolite Petovan
6bed6d5587
Add probe_detect hook
2020-06-06 14:54:04 -04:00
Keenan Pepper
1581333dc4
Be more explicit regarding invitation_only in the doc.
2020-05-23 18:52:02 -07:00
René Wagner
33957dc2a4
be more precise about items to copy
...
be more precise about items to copy to the new friendica folder when upgrading
2020-03-31 18:54:46 +02:00
Hypolite Petovan
b100b9600e
Add rel="noopener noreferrer" to all target="_blank" links
...
See https://mathiasbynens.github.io/rel-noopener/
2020-02-24 20:07:34 -05:00
Hypolite Petovan
035139d388
Add documentation for api/friendica/events endpoint
2020-02-16 12:09:07 -05:00
Hypolite Petovan
da09215db8
[Database] Version 1333
...
- Exchange profile.pdesc for profile.about
2020-02-09 02:35:46 -05:00
Hypolite Petovan
a7a38da62d
Remove yesno option from Storage backend
2020-02-05 21:37:32 -05:00
Michael
cf9070c396
Removed unneeded CSS and JS stuff
2020-02-05 16:30:35 +00:00
Michael
07148ecf6b
Acessibility: A checkbox is a checkbox
2020-02-05 08:08:32 +00:00
Hypolite Petovan
dd24b3bac0
Move api/profile/show to src/Module
...
- Update API documentation
- Update BaseApi::format to include headers by format
2020-01-29 23:31:37 -05:00
Philipp Holzer
f6aea0d65a
Fix invalid "emailer_prepare" Hook
...
- Use IEmail instead of array data
- Introduce "composer" based library for phpmailer
2020-01-29 20:20:40 +01:00
Philipp
977248f510
Merge pull request #8191 from MrPetovan/task/7967-mastodon-api-custom_emojis
...
Add custom emojis Mastodon API endpoint
2020-01-28 17:12:00 +01:00
Hypolite Petovan
bd910342df
Add custom emojis Mastodon API endpoint
2020-01-28 08:14:48 -05:00
Hypolite Petovan
8e2910976f
Remove usage of profile.gender
2020-01-27 23:00:18 -05:00
Hypolite Petovan
a607656607
Replace profile tab GET parameter by route
2020-01-27 19:21:18 -05:00
Hypolite Petovan
f6f4cbab9d
Remove multi profiles feature
...
- Remove mod/profperm
- Remove additional feature
- Remove profile visibility on contact page
- Remove profile list templates
2020-01-22 19:42:33 -05:00
Philipp Holzer
cb80108957
Shorten "Configuration" to "Config" again, since the Wrapper is gone
2020-01-19 21:29:36 +01:00
Philipp Holzer
6c36fd9e01
Move Config::get() to DI::config()->get()
2020-01-19 21:21:13 +01:00
Philipp Holzer
174129af94
add missing namespaces/fix wrong class-names
2020-01-19 16:31:35 +01:00
Philipp Holzer
5d8c625549
cleanup
2020-01-19 16:31:34 +01:00
Philipp Holzer
d6efc90194
cleanup namespace usages for L10n
2020-01-19 16:31:33 +01:00
Philipp Holzer
2838635d64
Move L10n class from L10n subdir to Core (replacing old wrapper)
2020-01-19 16:31:30 +01:00
Philipp Holzer
a9a36fb302
Move L10n::tt() calls to DI::l10n()->tt() calls
2020-01-19 16:31:17 +01:00
Philipp Holzer
5dfee31108
Move L10n::t() calls to DI::l10n()->t() calls
2020-01-19 16:31:16 +01:00
Philipp Holzer
88bb66371c
Move PConfig::set() to DI::pConfig()->set()
2020-01-18 16:54:50 +01:00
Philipp Holzer
9e9429b56d
Move PConfig::get() to DI::pConfig()->get()
2020-01-18 16:50:57 +01:00
Philipp Holzer
016cfcd846
Fixings
...
- Rename "facStorage" to "storageManager"
- Fix indentation
- Fix tests
2020-01-10 13:22:03 +01:00
Philipp Holzer
bfae6766bf
Implement Hook::callAll('storage_instance') call for addons and add a description for it.
...
- Remove implicit Dice usage
- Add concrete instance creating
- Adding Hook call for addon instance creating
- Updating doc for Hook
- Updating tests
2020-01-10 13:22:03 +01:00
Philipp Holzer
dbd5b5bb6e
- Fixing SystemResource
...
- Adding tests for StorageManager
- Updating doc
2020-01-10 13:21:58 +01:00
Philipp Holzer
cc501439af
Update AddonStorageBackend documentation
2020-01-10 13:21:58 +01:00
Philipp Holzer
08edeae2f9
Make Storage testable & add tests
...
- Making StorageManager dynamic (DI::facStorage())
- Making concrete Storage dynamic (DI::storage())
- Add tests for Storage backend and failure handling
- Bumping Level-2/Dice to "dev-master" until new release
- Using Storage-Names instead of Storage-Classes in config (includes migration)
2020-01-10 13:21:57 +01:00
Hypolite Petovan
041ba704dd
Create documentation about Domain-Driven-Design
2020-01-06 21:39:05 -05:00
Hypolite Petovan
e84ad15569
Replace remaining $a->page by DI::page()
2019-12-30 17:35:01 -05:00
Philipp Holzer
c7230932d6
Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript()
2019-12-29 20:17:49 +01:00
Tobias Diekershoff
00756737b5
Merge branch 'master' 2019.12 into develop
2019-12-23 20:03:47 +01:00
Thomas
29ba51ee95
Update FAQ.md
...
Update Fedilab link
2019-12-22 18:21:13 +01:00
Hypolite Petovan
80cb097c13
Update Mastodon API documentation
...
- Change endpoint label style to monospace
- Explicit expected IDs for follow_requests endpoints
- Add official documentation link for api/v1/instance/peers
- Add unimplemented endpoint api/v1/instance/activity
2019-12-21 09:51:11 -05:00
Hypolite Petovan
f1c1afe6b5
Update link label to API page in doc home
2019-12-21 09:49:35 -05:00
Thomas
162755c3c8
Update API-Mastodon.md
2019-12-21 14:24:24 +01:00
Philipp
5197833c55
Merge pull request #7930 from MrPetovan/task/7887-api-followers-request
...
Add POST follow request Mastodon API endpoint
2019-12-18 22:12:52 +01:00
Tobias Diekershoff
c26a8bcffe
fix requests from 7938 and correct rename to copy
2019-12-18 06:32:15 +01:00
Tobias Diekershoff
5c5b564ade
Merge pull request #7938 from copiis/patch-2
...
Update Install.md
2019-12-18 06:19:09 +01:00
Hypolite Petovan
6e4a428c73
Merge pull request #7907 from nupplaphil/task/reduce_app_deps
...
Cleanup Session/Authentication
2019-12-14 09:53:40 -05:00
Copiis
e5b470c78e
Update Install.md
2019-12-12 13:38:00 +01:00
Hypolite Petovan
2d47952921
Add POST follow request Mastodon API endpoint
2019-12-11 08:25:44 -05:00
Michael
1958bde4c0
API: Added endpoints /instance and /instance/peers
2019-12-10 21:27:09 +00:00
Hypolite Petovan
9e41488c40
Fix JSON syntax in Friendica API doc
2019-12-10 07:54:11 -05:00
Hypolite Petovan
e1ba53fec3
Rework API documentation
...
- Split API pages by target software
- Added API entities list
2019-12-09 22:50:38 -05:00
Hypolite Petovan
c6d422a188
Update Module\Help to use anchor words for titles
...
- Previous anchors are kept for links backward compatibility
2019-12-09 22:50:37 -05:00
Philipp Holzer
afb93ab0fe
move Hook doc
2019-12-05 23:19:27 +01:00
Philipp Holzer
144d4d9cf5
add non-leecher link
2019-12-05 22:10:04 +01:00
Philipp Holzer
c28f1fec51
General usage of type in input fields
2019-12-05 21:42:33 +01:00
Philipp Holzer
da3e293e91
Adding doc for new field-type
2019-12-05 20:48:00 +01:00
Michael
a6ae6a83b8
Added hooks for the email fetch process
2019-11-20 20:57:34 +00:00
Tobias Diekershoff
299b0d643b
add documentation for contact exports
2019-11-03 14:34:36 +01:00
Philipp Holzer
b8b1b1c1b3
remove references
2019-10-23 03:02:38 +02:00
Hypolite Petovan
94a6e9c8b7
Clarify quotation style in doc/Developers-Intro
2019-10-16 08:50:40 -04:00
Hypolite Petovan
02f02d44dc
Move mod/manage to src/Module/Delegation
...
- Move templates/manage to templates/delegation
- Update navigation links
- Update CSS classes
2019-10-11 19:59:06 -04:00
Hypolite Petovan
616edd0600
Move mod/delegate to src/Module/Settings/Delegation
...
- Move templates/delegate to templates/settings/delegation
2019-10-09 22:17:09 -04:00
Tobias Diekershoff
8db7934a30
add option 'require' for textarea form elements
2019-10-02 07:33:30 +02:00
Michael Vogel
8fa2d67f87
Merge pull request #7648 from tobiasd/20190922-bbcode-abstract
...
Added info about the usage of the [abstract] in AP and especially in Mastodon to the documentation
2019-09-22 09:14:12 +02:00
Michael
aef9c448eb
German documentation about account removal had been clarified
2019-09-22 05:53:54 +00:00
Tobias Diekershoff
5d5933386f
Added info about the usage of the [abstract] in AP and especially in Mastodon to the documentation
2019-09-22 07:24:06 +02:00
Michael
8852e26e9c
And another documentation improvment
2019-09-13 20:56:32 +00:00
Michael
7e9f4becc0
Improvements
2019-09-13 20:37:10 +00:00
Michael
d9476cac62
Issue 870: Clarified description of the account removal activity
2019-09-13 20:15:43 +00:00
Philipp
4c4ed63dca
Merge pull request #7541 from vinzv/patch-2
...
Update Install.md
2019-08-20 00:00:41 +02:00
vinzv
adee1be5f0
Update Install.md
...
fixing broken link to https://github.com/friendica/friendica/blob/master/config/local-sample.config.php
2019-08-19 23:39:00 +02:00
Philipp
0a82fe4211
Merge pull request #7540 from vinzv/patch-1
...
Update SSL.md
2019-08-19 23:37:32 +02:00
vinzv
65946259f2
Update SSL.md
...
fixed broken link to https://github.com/AlfredSK
2019-08-19 23:24:36 +02:00
vinzv
8444787b04
Fixed typo
2019-08-13 17:54:32 +02:00
Michael
79bc773d02
Use tabs
2019-07-30 05:38:10 +00:00
Michael
cf67b8aa37
Added documentation
2019-07-30 05:36:06 +00:00
Hypolite Petovan
8cdc0172e7
Add documentation about app-specific passwords
2019-07-22 07:56:16 -04:00
Philipp Holzer
92fb0a82ca
Dynamic config loading
...
- Move settings, defaults and dbstructure to directory 'static'
- Dynamic loading of config files (after the static loading)
- Filter out '-sample.config.php' and '-sample.ini.php' files
- Remove unnecessary ConfigFileManager
- Move ConfigFileLoader to Utils
- Add tests for multi-loading for INI, config and sample-filtering
2019-07-16 20:16:43 +02:00
guzzisti
e5f51244a9
fix broken numbered list in doc/update.md
...
minor typos/formatting in doc/install.md
2019-07-11 21:32:40 +02:00
guzzisti
999a82e58b
minor formatting adjustments
2019-07-11 21:26:51 +02:00
guzzisti
3f09ecc3e1
merge Install.md into doc/Install.md, remove Install.md afterwards
...
Add link to the docs to Readme.md
2019-07-11 21:19:44 +02:00
Hypolite Petovan
4e207ef786
Enable addon using emailer hooks to skip default call to mail()
2019-05-26 21:36:09 -04:00
Andy H
1cab99a712
Update FAQ.md
...
Reworded and added line breaks after fullstops.
2019-05-25 01:10:00 +07:00
Andy H
218deed874
Update FAQ.md
2019-05-25 00:26:56 +07:00
Hypolite Petovan
8e885f5b97
Add two-factor authentication settings
...
- Add settings aside menu entry
- Add two-factor authentication documentation
2019-05-13 01:52:01 -04:00
Hypolite Petovan
f2e5b29974
[Composer] Bump minimum PHP version to 7
...
- Remove paragonie/random_compat dependency
2019-05-13 01:51:59 -04:00
Hypolite Petovan
8090168aba
Improve addon documentation
...
- Enforce naming standards for <addon>
- Add info about automatic hook remove on uninstall
- Add info about admin settings
2019-05-08 11:14:57 -04:00
Hypolite Petovan
f2e1bcfc7d
Update Friendica requirements in doc/
...
- Remove reference to PHP < 7.1
2019-04-20 23:33:07 -04:00
Hypolite Petovan
9ed3f3d6d0
Merge pull request #6978 from annando/no-queue
...
Remove the queue from the core
2019-04-07 08:05:51 -04:00
Michael
46a99a05a1
Remove the queue from the core
2019-04-05 18:04:39 +00:00
Hypolite Petovan
e281b23672
Added doc for route_collection hook
2019-04-03 23:45:55 -04:00
Hypolite Petovan
87b595ad66
Added documentation for jot_networks hook
2019-03-24 22:57:23 -04:00
Adam Clark
708bf72929
Adjusted Text_editor help to provide more current examples as per #6479 .
2019-03-22 23:13:29 -04:00
Adam Clark
5597b35e5c
Made some documentation changes/improvements for #6478
2019-03-22 23:13:28 -04:00
Adam Clark
c4a1fe5272
Added an installation note about optional animated GIF support
2019-03-22 22:55:49 -04:00
Michael
b8b5b7b753
Issue 6537: Transmit the real author of a post in a dedicated field in the API
2019-03-17 18:39:34 +00:00
Tobias Diekershoff
be1c3fe3ed
German ... m)
2019-02-27 18:10:37 +01:00
Tobias Diekershoff
5546215654
added DiCa and Fedilab clients to the FAQ listed clients
2019-02-27 16:33:18 +01:00
Aditoo17
5349de3a9f
Change iframe address
2019-02-20 20:32:19 +01:00
Aditoo17
c11b7f7075
Change iframe address
2019-02-20 20:32:01 +01:00
Tobias Diekershoff
b40485e61c
added forgotten linebreak
2019-02-19 06:24:33 +01:00
softmetz
6170936d5d
add --no-dev parameter to composer
2019-02-18 22:38:48 +01:00
softmetz
fd4e8a430c
correct information about changing domain name
2019-02-18 22:36:16 +01:00
softmetz
23c8d7e302
add --no-dev parameter to composer
2019-02-18 22:34:05 +01:00
Tobias Diekershoff
f6855e893a
img tag documentation update
2019-02-10 08:40:47 +01:00
Tobias Diekershoff
4ffc97af76
DE documentation for the Filestorage backend and some typos
2019-02-05 17:44:16 +01:00
Tobias Diekershoff
b654784396
File storage options, naming of the default option and EN docs
2019-02-05 16:30:46 +01:00
Tobias Diekershoff
79d933cec7
at two places
2019-01-30 07:23:47 +01:00
Tobias Diekershoff
87a814ee8d
Wrong constant used in docs
2019-01-30 07:21:25 +01:00
Philipp Holzer
b5afd2a21d
change regex for fail2ban
2019-01-21 10:54:40 -05:00
Jeroen De Meerleer
1702cb73e7
Updated towards tobias comments
2019-01-21 09:58:06 -05:00
Jeroen De Meerleer
1d61645a16
Updated docs towards Tobias comments
...
Also fixed some unclarity
2019-01-21 09:51:00 -05:00
Jeroen De Meerleer
ab463bbd21
[doc] Added documentation on forcing locale
2019-01-21 09:50:59 -05:00
Hypolite Petovan
c90314cd6a
Replace deprecated Addon::*registerHook by Hook::*register
...
- Updated documentation
2019-01-21 09:50:57 -05:00
Hypolite Petovan
55e54bb950
Replace deprecated Addon::callHooks with Hook::callAll
...
- Update documentation
2019-01-21 09:50:56 -05:00
root
61afd5b3fb
refs #6292
...
APIs show number of comments
- /api/statuses/*_timeline
- /api/search
- /api/favorites
/api/search enhacement
- support exclude_replies parameter
2019-01-21 09:13:09 -05:00
root
8de263df8b
#6275 - q support hashtag search
2019-01-21 09:12:35 -05:00
root
939364f9a0
API - /search #6274
...
- fixed: search result always return empty
- add hashtag search: friendica_tag params
- ApiTest & api.md updated
2019-01-21 09:12:35 -05:00
root
b43dd28b7a
closes #6272
2019-01-21 09:12:33 -05:00
fabrixxm
f8d2f81d81
Fix docs
2019-01-21 09:12:30 -05:00
fabrixxm
ce31ccaade
Add docs about storage backend
2019-01-21 09:12:30 -05:00
Tobias Diekershoff
d16cb9b879
typo
2019-01-05 20:48:32 +01:00
Tobias Diekershoff
4efa513065
adding lang parameter to DE FAQ
2019-01-05 20:45:42 +01:00
Tobias Diekershoff
ec87d1af08
clarification for the translation of addons.
2019-01-05 18:44:22 +01:00
Hypolite Petovan
fabc90e9dd
Merge branch '2018.12-rc' into task/move-config-to-php-array
2018-12-27 01:47:53 -05:00
rebeka-catalina
1a8ca791cd
Added a hint to help/Settings "Logs/logrotate" section in install.md
2018-12-03 22:18:26 +01:00
Hypolite Petovan
458981f75c
Replace x() by isset(), !empty() or defaults()
...
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2018-11-30 09:06:22 -05:00
Hypolite Petovan
90f0fdc93b
Add details to translation documentation
2018-11-29 09:19:33 -05:00
Hypolite Petovan
c3c7c50dc5
Move Doxyfile to base directory
2018-11-28 23:09:35 -05:00
Hypolite Petovan
9102a37b37
Move master translation file away from util
...
- Rewrite translation documentation
- Delete unused util/strings.php
- Updated references to util/messages.po and util/strings.php
2018-11-28 22:57:55 -05:00
Hypolite Petovan
e15074a980
Improve Settings and Translations docs
2018-11-27 02:46:53 -05:00
Hypolite Petovan
60aedb1df9
Add constant case to config migration tables
...
- Remove triple points in config example
2018-11-27 02:46:37 -05:00
Hypolite Petovan
1141e15ccf
Fix indentation style in settings docs
2018-11-27 02:46:01 -05:00
Hypolite Petovan
1b30c684f3
Update documentation with new config style/name
...
- Fix typos
2018-11-25 01:56:02 -05:00
hoergen
6153fd552b
added linebreak and markdown url
2018-11-18 14:05:46 +01:00
hoergen
a3fd0e4f7a
[Doc]removed bold from keyword
2018-11-18 13:13:07 +01:00
hoergen
ad07525a9f
Rearranged and wrote some parts new and more coherent.
2018-11-18 12:50:23 +01:00
Tobias Diekershoff
6be831fd32
Add link to user groups from /contact
...
There was no way to get to the contact group editor from the contact overview.
Additionally the documentation about the used accesskeys was updated.
2018-11-17 18:33:12 +01:00
Michael
3d8a343ab2
Added documentation
2018-11-10 16:55:12 +00:00
Adam Magness
35abc4bb64
get markup template
...
implement getMarkupTemplate function
2018-10-31 10:44:06 -04:00
Adam Magness
91facd2d0a
replace macros
...
implement new replaceMacros function
2018-10-31 10:35:50 -04:00
CrystalStiletto
c00eb41b8b
Fix small typo (land -> lang)
2018-10-25 22:59:24 +02:00
vinzv
cb75c40f4e
adapted profile pic resize to 300px for whole system
2018-10-23 16:36:57 +02:00
Filip H.F. "FiXato" Slagter
d7a7c51e3e
Updated link to Friendiqa's links
...
Friendiqa no longer seems to be hosted on Github, so I've updated the src link to the repository on git.friendi.ca.
I've also added a link to the app on the Google Play store.
2018-10-23 03:07:11 +02:00
Hypolite Petovan
0f44e03a9e
Updated german addons doc with new location for logged_in hook
2018-10-19 15:18:10 -04:00
Hypolite Petovan
6b1f490a2a
Updated documentation for logged_in hook location
2018-10-19 15:15:24 -04:00
Tobias Diekershoff
c2c2f25d92
added links to alternative ways to install Friendica to the docs
2018-10-15 10:36:27 +02:00
Philipp Holzer
fe6e600dc5
Adding "FRIENDICA_URL_PATH" to the automatic installation
2018-10-05 19:42:08 +02:00
Michael Vogel
103535d620
Merge pull request #5773 from MrPetovan/task/rewrite-js-hooks
...
Rewrite JS hooks
2018-10-01 17:10:30 +00:00
Oliver
df23f4f14f
Update Install.md
...
Tiny Typo
2018-09-25 11:52:10 +02:00
Hypolite Petovan
2fff1f389d
Improve Addons doc further
...
- Fix whitespaces
- Add details about __DIR__
- Add details about event listeners
2018-09-24 19:27:35 -04:00
Hypolite Petovan
be348cf8c8
Remove addon_hooks template variable
...
- Update addon documentation
2018-09-24 08:16:26 -04:00
Tobias Diekershoff
ebae440490
change the link to the DE wiki
2018-09-23 12:43:36 +02:00
Hypolite Petovan
2ae6556b32
Add new 'head' hook
...
- Add new App->registerStylesheet method
- Reworked App->init_pagehead into App->initHead
2018-09-20 21:30:51 -04:00
Hypolite Petovan
55f1d7b90e
Add new footer hook
...
- Add new App->footerScripts array
- Add footer.tpl template
- Add documentation
- Rework App->init_page_end to App->initFooter
2018-09-20 21:01:05 -04:00
Hypolite Petovan
7dd6fb3b3c
Rewrite JS hooks
...
- Use event listeners instead of homebrew hooks
- Remove view/js/addon-hooks.js and its references
- Update Addon docs
2018-09-19 22:51:51 -04:00
Aditoo17
f84b39be0b
Fix iframe address
2018-09-06 10:43:15 +02:00
Michael
b8e8b771d4
Issue 5696: Removed old forum link
2018-08-29 18:52:48 +00:00
Michael Vogel
01451f788f
Added documentation about the limits of the user import ( #5683 )
...
* Converting file endings
* Added documentation about the limits of the user import
2018-08-27 16:00:59 -04:00
Philipp
2838e4ebaf
Automatic Install Tests & Doku ( #5674 )
...
* Automatic Installation Testing
- New dev-library "mikey179/vfsStream"
- created "reload" method for App-Reloads
- ConsoleTest now using virtual directory
- Adding Automatic Installation Tests
- Fixing some probable install-failures
* Updating README for Automatic Installation
* Updating README for Automatic Installation
* Bugfix normal installation
* Fixing copying of config files
2018-08-27 00:15:55 -04:00
miqrogroove
8ee5137ce1
Style changes in doc/Install.md
...
Attempting to generalize the instructions for a broader audience.
2018-08-26 08:55:47 -04:00
miqrogroove
879348e7ff
Update Install.md
2018-08-25 16:48:50 -04:00
fabrixxm
93ba393559
API: add private value (bool) to item results ( #5647 )
...
* API: add private value (bool) to item results
friendica:private for xml
friendica_privarte for json
* API Docs: add a section about custom value returned in status data
2018-08-23 10:09:50 -04:00
Tobias Diekershoff
27ee5b61a4
add accesskey to the docs
2018-07-25 09:39:26 +02:00
Roland Häder
6da47936c6
renamed .htaccess to .htaccess-dist and ignored .htaccess afterwards ( #5428 )
...
* renamed .htaccess to .htaccess-dist and ignored .htaccess afterwards. This
allows local changes to it without having a dirty checkout directory.
Signed-off-by: Roland Häder <roland@mxchange.org>
* Some fixes:
- removed non-neutral words
- added examples for Linux/Windows
* Better documentation and added note about **not** renaming the file.
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-20 20:27:37 -04:00
Jeroen De Meerleer
5790a0c58a
Added warning for special characters in docs and template ( #5402 )
2018-07-18 17:30:34 -04:00
Hypolite Petovan
dfa461b3bc
Improve help/Config page
...
- Remove obsolete file-only config list
- Fix heading level
- Add transition instruction for $lang
- Add reference to config.ini.php, settings.ini.php and addon.ini.php
- Add link to help page in admin warning about legacy config file
2018-07-17 02:03:39 -04:00
Hypolite Petovan
de7277ac69
Add load_config hook doc
2018-07-16 19:38:15 -04:00
Hypolite Petovan
4e7471232e
Bump minimum PHP version to 5.6.1
2018-07-16 19:38:15 -04:00
Hypolite Petovan
54a465c577
Update documentation
...
- Add line breaks on periods
- Remove obsolete text
2018-07-16 19:38:14 -04:00
Hypolite Petovan
5a93c3abfa
Revert doc/Config title
2018-07-16 19:38:14 -04:00
Hypolite Petovan
02cabef99d
Move doc/htconfig.md to doc/Config.md
...
- Updated all .htconfig.php references in other documentation pages
- Added migration part
2018-07-16 19:38:14 -04:00
Hypolite Petovan
796056a6fe
Improve Addons documentation
2018-07-15 08:03:12 -04:00
Hypolite Petovan
a6eae9adec
Add new put_item_in_cache hook in include/text
2018-07-15 08:03:12 -04:00
Michael Vogel
d7dc1f6d27
Merge pull request #5370 from MrPetovan/develop
...
[ImgBot] optimizes images
2018-07-15 13:37:23 +02:00
Tobias Diekershoff
e95eca05c5
docs for explicit content ( #5374 )
2018-07-14 13:12:43 -04:00
Hypolite Petovan
6cf50a14fa
Merge pull request #16 from MrPetovan/imgbot
...
[ImgBot] optimizes images
2018-07-14 02:22:52 -04:00
ImgBotApp
c50cc25902
[ImgBot] optimizes images
...
*Total -- 7,020.51kb -> 6,174.86kb (12.05%)
/images/icons/10/edit.png -- 2.94kb -> 0.37kb (87.38%)
/images/icons/10/add.png -- 2.88kb -> 0.37kb (87.2%)
/images/icons/10/delete.png -- 2.95kb -> 0.38kb (87.14%)
/images/icons/10/gear.png -- 2.97kb -> 0.40kb (86.49%)
/images/icons/16/edit.png -- 3.06kb -> 0.49kb (83.99%)
/images/icons/10/menu.png -- 2.95kb -> 0.47kb (83.99%)
/images/icons/16/add.png -- 3.00kb -> 0.48kb (83.83%)
/images/icons/16/delete.png -- 3.07kb -> 0.50kb (83.67%)
/images/search_18.png -- 3.22kb -> 0.57kb (82.25%)
/images/icons/16/gear.png -- 3.12kb -> 0.56kb (82.18%)
/images/icons/22/edit.png -- 3.17kb -> 0.61kb (80.72%)
/images/icons/22/add.png -- 3.13kb -> 0.62kb (80.16%)
/images/icons/22/delete.png -- 3.22kb -> 0.65kb (79.81%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha.png -- 3.19kb -> 0.66kb (79.49%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/alpha-horizontal.png -- 3.55kb -> 0.76kb (78.6%)
/images/icons/10/star.png -- 3.15kb -> 0.68kb (78.38%)
/images/icons/22/gear.png -- 3.30kb -> 0.74kb (77.72%)
/images/icons/16/menu.png -- 3.19kb -> 0.72kb (77.51%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/hue-horizontal.png -- 2.77kb -> 0.68kb (75.61%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/hue.png -- 2.90kb -> 0.71kb (75.5%)
/images/icons/22/menu.png -- 3.28kb -> 0.80kb (75.45%)
/images/icons/16/star.png -- 3.42kb -> 0.95kb (72.33%)
/images/blank.png -- 1.33kb -> 0.39kb (70.42%)
/images/icons/48/add.png -- 3.85kb -> 1.14kb (70.36%)
/images/icons/22/star.png -- 3.69kb -> 1.22kb (66.93%)
/view/theme/frio/img/select_arrow.png -- 0.95kb -> 0.31kb (66.87%)
/images/icons/48/edit.png -- 3.86kb -> 1.30kb (66.39%)
/images/icons/48/delete.png -- 3.90kb -> 1.32kb (66.3%)
/images/diaspora-logo.png -- 8.52kb -> 2.88kb (66.18%)
/view/theme/duepuntozero/deriv/imggreenzero/head.jpg -- 1.05kb -> 0.36kb (65.96%)
/view/theme/frio/img/mime/file.png -- 1.06kb -> 0.37kb (64.94%)
/view/theme/duepuntozero/deriv/imgeasterbunny/head.jpg -- 1.08kb -> 0.38kb (64.65%)
/view/theme/duepuntozero/deriv/imgpurplezero/head.jpg -- 1.08kb -> 0.38kb (64.65%)
/view/theme/frio/img/mime/word.png -- 1.05kb -> 0.37kb (64.62%)
/view/theme/frio/img/mime/excel.png -- 1.05kb -> 0.37kb (64.6%)
/view/theme/frio/img/mime/zip.png -- 1.09kb -> 0.39kb (64.33%)
/images/facebook.png -- 4.28kb -> 1.57kb (63.28%)
/images/icons/48/gear.png -- 4.13kb -> 1.53kb (62.89%)
/view/theme/frio/img/mime/powerpoint.png -- 1.11kb -> 0.43kb (61.2%)
/view/theme/frio/img/mime/video.png -- 1.13kb -> 0.46kb (59.39%)
/view/theme/frio/img/icon_search16x16.png -- 1.21kb -> 0.50kb (58.89%)
/images/icons/play.png -- 6.14kb -> 2.53kb (58.84%)
/view/theme/frio/img/mime/audio.png -- 1.10kb -> 0.46kb (58.36%)
/images/icons/text.png -- 6.03kb -> 2.52kb (58.25%)
/images/icons/video.png -- 6.01kb -> 2.52kb (58.1%)
/view/theme/frio/img/mime/image.png -- 1.18kb -> 0.52kb (55.47%)
/images/icons/48/menu.png -- 4.50kb -> 2.02kb (55.02%)
/images/icons/edit.png -- 8.10kb -> 3.71kb (54.19%)
/images/icons/lock.png -- 8.01kb -> 3.75kb (53.22%)
/images/icons/delete.png -- 7.72kb -> 3.62kb (53.06%)
/images/icons/48/star.png -- 4.66kb -> 2.20kb (52.91%)
/images/icons/add.png -- 8.48kb -> 4.02kb (52.6%)
/images/mail.png -- 10.30kb -> 4.95kb (51.93%)
/images/icons/unlock.png -- 8.20kb -> 3.95kb (51.79%)
/images/icons/audio.png -- 7.79kb -> 3.77kb (51.56%)
/images/icons/plugin.png -- 9.23kb -> 4.48kb (51.46%)
/images/icons/zip.png -- 9.60kb -> 4.71kb (50.96%)
/doc/img/editor_frost.png -- 3.70kb -> 1.84kb (50.37%)
/view/theme/frio/img/mime/pdf.png -- 1.23kb -> 0.62kb (49.72%)
/images/icons/gear.png -- 10.49kb -> 5.31kb (49.38%)
/view/theme/frio/img/mime/indesign.png -- 1.30kb -> 0.67kb (48.76%)
/doc/img/frost.png -- 1.96kb -> 1.01kb (48.68%)
/view/theme/frio/img/mime/illustrator.png -- 1.17kb -> 0.61kb (47.96%)
/view/theme/frio/img/mime/photoshop.png -- 1.21kb -> 0.64kb (47.29%)
/images/icons/image.png -- 13.66kb -> 7.22kb (47.17%)
/doc/img/diabook.png -- 3.22kb -> 1.74kb (46.03%)
/images/appnet.png -- 9.21kb -> 5.03kb (45.42%)
/images/blogger.png -- 9.07kb -> 4.99kb (44.95%)
/view/theme/frio/img/placeholder-postform-arrow.png -- 1.82kb -> 1.06kb (41.81%)
/doc/img/posts_define.png -- 3.04kb -> 1.78kb (41.44%)
/view/theme/frio/frameworks/bootstrap-colorpicker/img/bootstrap-colorpicker/saturation.png -- 8.61kb -> 5.10kb (40.72%)
/images/tumblr.png -- 5.92kb -> 3.54kb (40.23%)
/images/wordpress.png -- 20.29kb -> 12.24kb (39.66%)
/images/icons/link.png -- 7.28kb -> 4.43kb (39.21%)
/images/dreamwidth.png -- 7.36kb -> 4.48kb (39.08%)
/images/libertree.png -- 8.61kb -> 5.33kb (38.12%)
/images/googleplus.png -- 8.74kb -> 5.70kb (34.82%)
/doc/img/camera.png -- 0.87kb -> 0.58kb (33.41%)
/doc/img/paper_clip.png -- 0.65kb -> 0.44kb (33.13%)
/doc/img/friendica_rich_editor.png -- 9.65kb -> 6.50kb (32.68%)
/images/icons/menu.png -- 14.44kb -> 9.79kb (32.21%)
/images/gnusocial.png -- 17.53kb -> 12.05kb (31.26%)
/doc/img/friendica_editor.png -- 7.85kb -> 5.47kb (30.32%)
/view/theme/smoothly/images/photo-menu.jpg -- 2.74kb -> 1.92kb (29.99%)
/images/twitter.png -- 13.04kb -> 9.41kb (27.83%)
/images/icons/star.png -- 9.09kb -> 6.66kb (26.73%)
/view/theme/vier/screenshot.png -- 190.75kb -> 141.23kb (25.96%)
/doc/img/post_mark.png -- 0.72kb -> 0.55kb (24.22%)
/view/theme/vier/icons.png -- 19.84kb -> 15.16kb (23.58%)
/view/theme/duepuntozero/bbedit.png -- 2.09kb -> 1.61kb (23.36%)
/view/theme/quattro/icons/bbedit.png -- 2.09kb -> 1.61kb (23.36%)
/view/theme/quattro/showmore-bg.jpg -- 1.92kb -> 1.48kb (22.62%)
/images/screenshots/friendica-frio-red-profle-1.png -- 74.57kb -> 57.72kb (22.59%)
/images/person-48.jpg -- 2.12kb -> 1.66kb (21.69%)
/doc/img/post_tag.png -- 0.60kb -> 0.47kb (21.24%)
/view/theme/frio/img/screenshots/screenshot-mobile.png -- 45.25kb -> 35.72kb (21.06%)
/view/theme/smoothly/images/icons.png -- 19.29kb -> 15.25kb (20.96%)
/images/icons/notify_on.png -- 3.58kb -> 2.84kb (20.68%)
/spec/dfrn-snap2.jpg -- 240.94kb -> 192.52kb (20.1%)
/doc/img/video.png -- 0.61kb -> 0.49kb (20.03%)
/images/icons/info.png -- 4.19kb -> 3.38kb (19.24%)
/view/theme/duepuntozero/deriv/imgdarkzero/head.jpg -- 1.24kb -> 1.02kb (17.42%)
/images/screenshots/friendica-frio-red-profle-2.png -- 153.60kb -> 128.16kb (16.56%)
/doc/img/post_link.png -- 0.56kb -> 0.47kb (15.56%)
/images/icons.png -- 13.48kb -> 11.42kb (15.32%)
/view/theme/smoothly/images/power.png -- 3.05kb -> 2.59kb (15.28%)
/view/theme/duepuntozero/deriv/imggreenzero/greenicons.png -- 12.03kb -> 10.22kb (15%)
/images/person-80.jpg -- 3.03kb -> 2.61kb (13.99%)
/view/theme/frio/img/screenshots/screenshot-jot-modal.png -- 108.30kb -> 93.19kb (13.96%)
/images/icons/notice.png -- 3.61kb -> 3.11kb (13.92%)
/doc/img/editor_vier.png -- 2.63kb -> 2.27kb (13.8%)
/images/screenshots/friendica-frio-green-profle-1.png -- 158.43kb -> 136.58kb (13.79%)
/images/screenshots/friendica-frio-brown-profile-2.png -- 891.01kb -> 768.46kb (13.75%)
/doc/img/acl_win.png -- 53.89kb -> 46.57kb (13.58%)
/view/theme/smoothly/images/next.png -- 0.87kb -> 0.75kb (13.58%)
/doc/img/dispy.png -- 3.61kb -> 3.13kb (13.32%)
/images/icons/notify_off.png -- 4.24kb -> 3.68kb (13.25%)
/doc/img/darkbubble.png -- 2.43kb -> 2.11kb (13.03%)
/images/screenshots/friendica-frio-red-profle-3.png -- 570.89kb -> 497.47kb (12.86%)
/images/screenshots/friendica-frio-brown-profile-1.png -- 526.17kb -> 461.66kb (12.26%)
/view/theme/frio/screenshot.png -- 133.28kb -> 117.52kb (11.83%)
/view/theme/frio/img/screenshots/screenshot.png -- 133.28kb -> 117.52kb (11.83%)
/images/icons/feed.png -- 8.80kb -> 7.78kb (11.58%)
/images/screenshots/friendica-frio-green-profle-2.png -- 460.00kb -> 408.47kb (11.2%)
/images/icons/user.png -- 6.76kb -> 6.04kb (10.69%)
/view/theme/smoothly/images/prev.png -- 0.83kb -> 0.75kb (9.5%)
/images/icons/48/feed.png -- 2.63kb -> 2.39kb (9.03%)
/images/icons/48/user.png -- 2.22kb -> 2.03kb (8.55%)
/view/theme/duepuntozero/editicons.png -- 6.15kb -> 5.67kb (7.81%)
/images/content-types.png -- 3.80kb -> 3.52kb (7.43%)
/doc/img/post_categorize.png -- 0.48kb -> 0.44kb (7.38%)
/images/icons/16/play.png -- 0.50kb -> 0.46kb (7.09%)
/doc/img/editor_zero.png -- 2.60kb -> 2.42kb (7.05%)
/images/default-profile-mm.jpg -- 0.31kb -> 0.29kb (6.52%)
/images/screenshots/friendica-frio-mobile-profle-2.png -- 50.47kb -> 47.29kb (6.3%)
/doc/img/post_thumbs_down.png -- 0.51kb -> 0.48kb (6.14%)
/view/theme/duepuntozero/deriv/imggreenzero/border.jpg -- 0.33kb -> 0.31kb (6.14%)
/view/theme/duepuntozero/border.jpg -- 0.33kb -> 0.31kb (6.14%)
/images/default-profile-sm.jpg -- 0.34kb -> 0.32kb (6.07%)
/view/theme/duepuntozero/deriv/imgdarkzero/sectionend.jpg -- 0.35kb -> 0.33kb (5.92%)
/view/theme/duepuntozero/deriv/imgeasterbunny/border.jpg -- 0.36kb -> 0.33kb (5.77%)
/view/theme/duepuntozero/deriv/imgpurplezero/border.jpg -- 0.36kb -> 0.33kb (5.77%)
/view/theme/duepuntozero/head.jpg -- 0.37kb -> 0.35kb (5.48%)
/view/theme/smoothly/images/menu-user-pin.jpg -- 0.38kb -> 0.36kb (5.45%)
/images/plugin.png -- 2.00kb -> 1.89kb (5.43%)
/images/show_all_off.png -- 0.53kb -> 0.50kb (5.38%)
/images/person-175.jpg -- 5.76kb -> 5.45kb (5.36%)
/doc/img/post_share.png -- 0.43kb -> 0.41kb (4.95%)
/spec/dfrn2_contact_request.png -- 317.37kb -> 301.69kb (4.94%)
/doc/img/post_thumbs_up.png -- 0.50kb -> 0.47kb (4.72%)
/view/theme/duepuntozero/photo-menu.jpg -- 0.45kb -> 0.43kb (4.58%)
/images/default-profile.jpg -- 0.48kb -> 0.46kb (4.29%)
/view/theme/duepuntozero/screenshot.jpg -- 70.86kb -> 67.88kb (4.2%)
/images/onoff.jpg -- 0.49kb -> 0.47kb (4.18%)
/spec/dfrn2_contact_confirmation.png -- 245.40kb -> 235.22kb (4.15%)
/view/theme/smoothly/screenshot.png -- 131.94kb -> 126.54kb (4.09%)
/view/theme/duepuntozero/deriv/imgdarkzero/border.jpg -- 0.51kb -> 0.49kb (4.03%)
/doc/img/darkzero.png -- 2.80kb -> 2.69kb (4.01%)
/view/theme/quattro/screenshot.jpg -- 67.98kb -> 65.57kb (3.54%)
/images/icons/10/play.png -- 0.41kb -> 0.40kb (3.33%)
/doc/img/editor_darkbubble.png -- 2.49kb -> 2.40kb (3.3%)
/view/theme/quattro/icons/contacts3.png -- 0.55kb -> 0.53kb (3.04%)
/images/friendica-256.jpg -- 16.73kb -> 16.25kb (2.87%)
/view/theme/quattro/icons/men.png -- 0.38kb -> 0.37kb (2.79%)
/images/icons/22/image.png -- 0.89kb -> 0.87kb (2.73%)
/view/theme/frio/img/friendica-32.png -- 0.62kb -> 0.61kb (2.5%)
/images/icons/48/text.png -- 0.95kb -> 0.93kb (2.47%)
/images/screenshots/friendica-frio-mobile-profle-1.png -- 47.24kb -> 46.25kb (2.11%)
/view/theme/smoothly/images/rarrow.gif -- 0.99kb -> 0.97kb (2.07%)
/images/icons/48/video.png -- 1.00kb -> 0.98kb (2.05%)
/images/icons/48/notify_on.png -- 1.47kb -> 1.44kb (1.99%)
/images/icons/48/image.png -- 2.18kb -> 2.13kb (1.93%)
/view/theme/frio/img/screenshots/screenshot-scheme-red.png -- 750.10kb -> 736.91kb (1.76%)
/view/theme/frio/img/screenshots/screenshot-scheme-love-music.png -- 238.98kb -> 235.05kb (1.65%)
/images/icons/48/lock.png -- 1.31kb -> 1.29kb (1.64%)
/images/icons/10/plugin.png -- 0.46kb -> 0.45kb (1.49%)
/images/icons/48/play.png -- 0.99kb -> 0.98kb (1.47%)
/view/theme/frio/img/screenshots/screenshot-settings.png -- 50.67kb -> 49.96kb (1.41%)
/images/icons/48/zip.png -- 1.62kb -> 1.60kb (1.39%)
/doc/img/globe.png -- 0.79kb -> 0.78kb (1.24%)
/images/icons/48/audio.png -- 1.28kb -> 1.26kb (1.22%)
/images/icons/48/plugin.png -- 1.62kb -> 1.60kb (1.2%)
/images/icons/group.png -- 7.10kb -> 7.02kb (1.13%)
/images/friendica-128.jpg -- 8.17kb -> 8.08kb (1.11%)
/images/icons/10/audio.png -- 0.46kb -> 0.45kb (1.06%)
/images/icons/22/notify_on.png -- 0.70kb -> 0.70kb (0.83%)
/doc/img/editor_frio.png -- 1.43kb -> 1.42kb (0.68%)
/images/screenshots/friendica-frio-default-profile-1.png -- 666.68kb -> 662.45kb (0.63%)
/images/icons/16/image.png -- 0.65kb -> 0.65kb (0.45%)
/images/icons/48/group.png -- 2.34kb -> 2.33kb (0.38%)
2018-07-13 14:38:11 +00:00
Tobias Diekershoff
8045fae706
added documentation of the groupedit_image_limit variable
2018-06-30 18:17:28 +02:00
Tobias Diekershoff
a47b58d596
Installation better start with master and eventially switch to develop
2018-06-24 11:48:32 +02:00
Tobias Diekershoff
40dc20481c
775 smarties, not 777
2018-06-24 07:54:19 +02:00
Hypolite Petovan
78114c13d5
Merge pull request #4836 from Angristan/patch-1
...
chmod 777 is a bad practice
2018-06-22 16:09:01 -04:00
Angristan
7326394f29
Fix indentation
2018-06-22 22:00:31 +02:00
Angristan
3ccd64ad9f
Fix chmod and chown, add note about webserver user
2018-06-22 21:56:56 +02:00
miqrogroove
d8646340c9
Update htconfig.md
2018-06-21 08:25:58 -04:00
miqrogroove
ab056f9ee5
Update htconfig.md
2018-06-21 07:49:59 -04:00
Hypolite Petovan
a5550b4702
Merge pull request #5253 from rabuzarus/20180616_-_magic_auth_test_2
...
Port hubzillas OpenWebAuth - remote authentification
2018-06-20 17:46:04 -04:00
Roland Häder
8ad523fbc8
Continued a bit:
...
- removed/fixed whitespaces and mixture of spaces/tabs (some)
- added new-line character at end of files (POSIX-compilant)
- reverted some code which I had messed up (compared to upstream/develop)
- removed duplicate dba::update() invocation in src/Protocol/DFRN.php
- also removed no longer valid TODO
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-06-20 22:19:54 +02:00
rabuzarus
f0235c4a98
port hubzillas OpenWebAuth - rename some methods and classes
2018-06-20 18:38:23 +02:00
miqrogroove
f7e197c26e
Clarify 0 Value of Worker Exponent
2018-06-20 06:52:53 -04:00
miqrogroove
3f69568365
Revise Description of New Worker Config
2018-06-20 06:29:52 -04:00
Michael
00124f9ac0
Makes the linear load calculation optional
2018-06-20 04:38:50 +00:00
miqrogroove
b6f2f92dde
Update htconfig.md
2018-06-19 17:07:16 -04:00
miqrogroove
f5229a3cb7
Update htconfig.md
2018-06-19 16:42:15 -04:00
rabuzarus
1c7f4e3c63
port hubzillas OpenWebAuth - remote authentification
2018-06-18 23:05:44 +02:00
Tobias Diekershoff
0de3d96cd3
missing markdown formatation added
2018-06-18 08:17:21 +02:00
Pascal Deklerck
ff0a4a3124
Added PHP part of JavaScript hooks to Addons.md doc
2018-06-14 15:31:38 +02:00
Pascal Deklerck
0eace1ffa4
Add JavaScript addon hook documentation in doc/Addons.md
2018-06-13 21:34:19 +02:00
Hypolite Petovan
93daf7883e
Merge branch 'master' into develop
...
- Updated new develop version label
- Incremented database build number
2018-06-01 07:30:04 -04:00
Hypolite Petovan
ce75177d4e
Merge pull request #5022 from Rudloff/feature/test_api
...
Add API tests
2018-05-16 08:25:11 -04:00
Tobias Diekershoff
b74f9e07bc
revertig file movements
2018-05-15 19:23:13 +02:00
Marcus Müller
44a5fe95d4
[DOCS] Environment variables: Add explanation
...
Resolves https://github.com/friendica/friendica/issues/4791
2018-05-15 18:49:40 +02:00
Roland Häder
e61b8f667e
it is documenation, right? :-)
...
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-14 22:49:55 +02:00
Hypolite Petovan
288b508e2a
Merge pull request #5041 from M-arcus/patch-1
...
[TASK] Automatic installation: Install theme
2018-05-13 10:03:11 -04:00
Pierre Rudloff
7893d96ad8
Add link to test doc on documentation home
2018-05-10 20:04:30 +02:00
Pierre Rudloff
3195d6e125
Add API tests
2018-05-10 19:12:00 +02:00
Tobias Diekershoff
03743184a8
added dedicated documentation about tools for admins
2018-05-09 18:52:11 +02:00
Tobias Diekershoff
fada32a1c4
documentation update for !mentions of forum accounts
2018-05-09 11:49:29 +02:00
fabrixxm
5ebe10d7fc
Docs: add a note on adding use
on theme.php
2018-05-08 09:53:58 +02:00
Michael
eb4650ff23
dbclean settings are now available from the frontend
2018-05-07 05:37:20 +00:00
Tobias Diekershoff
0c6333599d
API docs, the count parameter
2018-05-06 12:25:23 +02:00
Hypolite Petovan
801a13aa10
Merge pull request #4915 from M-arcus/patch-4
...
[DOCS] Docs: Minor improvements
2018-04-25 08:06:04 -04:00
Marcus Müller
ce52f40bdc
[DOCS] Fix intendation
2018-04-25 11:29:56 +02:00
Marcus Müller
008f2a2ec7
[DOCS] Hooks: Add hooks intendation to german docs
2018-04-24 13:25:06 +02:00
Marcus Müller
7ac4b17c80
[DOCS] Hooks: Add empty line
2018-04-24 13:21:16 +02:00
Marcus Müller
81d636d05d
[DOCS] Titles: Fix spaces
2018-04-24 13:20:44 +02:00
Marcus Müller
efdb7a3835
[DOCS] Addons: Restructure hooks
2018-04-23 17:20:16 +02:00
Marcus Müller
78a974ad41
[DOCS] Installation: Fix multiple sentences
2018-04-23 12:24:47 +02:00
Marcus Müller
70d11d377b
[DOCS] Installation: Fix title
2018-04-23 12:22:39 +02:00
Tobias Diekershoff
c66c09d5fd
Merge pull request #4914 from AndyHee/doc20180423
...
Update Profiles.md
2018-04-23 12:03:28 +02:00
Marcus Müller
6599898774
[DOCS] Account docs: Fix titles
2018-04-23 11:45:44 +02:00
Andy H
3ac43f73c3
Update Profiles.md
2018-04-23 16:43:52 +07:00
Marcus Müller
74db460274
[DOCS] Install: Add intendation for list (en)
2018-04-22 19:28:27 +02:00
Marcus Müller
f62531fef8
[DOCS] Install: Add intendation for list (de)
2018-04-22 19:27:56 +02:00
Marcus Müller
b7410f6866
[DOCS] Installation: Fix minor text error
2018-04-22 19:11:37 +02:00
Marcus Müller
f6a76f4f8f
[DOCS] Installation: Update german instructions
2018-04-22 19:10:27 +02:00
Marcus Müller
ad95099948
[DOCS] Automatic install: Add documentation
2018-04-22 17:55:43 +02:00
Tobias Diekershoff
f63be91bd5
Revert "Moved .htconfig.php file & extracted Install business logic"
2018-04-21 16:28:22 +02:00
Philipp Holzer
334d392154
Merge remote-tracking branch 'origin/develop' into install_config
2018-04-21 14:23:49 +02:00
Philipp Holzer
346697d771
Moved .htconfig file
...
Extracted install business functions to new Class `Install.php`
2018-04-21 14:10:53 +02:00
Andy H
c039c30837
Update Making-Friends.md
...
Major changes to some outdated sections.
Minor improvements, elsewhere.
2018-04-14 16:27:49 +07:00
Angristan
de99189325
chmod 777 is a bad practice
2018-04-13 20:54:02 +02:00
Andy H
eb01c61a56
Update Account-Basics.md
2018-04-13 21:41:41 +07:00
Andy H
8686c12478
Update Account-Basics.md
...
Minor changes to wording + rm dead link
2018-04-13 21:25:16 +07:00
Andy H
62102cad74
Update Accesskeys.md
2018-04-13 12:29:10 +07:00
Andy H
84d2906bb0
Update Accesskeys.md
2018-04-13 12:27:19 +07:00
Andy H
145efbda7a
Update Accesskeys.md
...
Expand intro
Format keys,
Capitalization
Style
Line breaks
2018-04-13 11:03:22 +07:00
Michael
869d8ab12d
We can now define the days after a contact is archived
2018-04-10 11:10:02 +00:00