61fee84c15
Functionality to add suggestions
2020-09-27 18:58:02 +00:00
96147d331b
Merge pull request #9293 from annando/issue-9288
...
Issue 9288: Endless scrolling on the community page
2020-09-27 14:26:52 +02:00
845ab4b764
Prevent empty fields on contact export via CSV
2020-09-27 10:27:31 +00:00
4ba42bc06a
Issue 9281: User export now exports data
2020-09-27 10:24:15 +00:00
9586577c5a
Restructured code
2020-09-27 05:46:07 +00:00
08016710d4
Unused code fragment removed
2020-09-27 05:31:39 +00:00
de9cd9881c
We don't seem to need the date formatting
2020-09-27 05:27:52 +00:00
55aa9c1cca
Issue 9288: Endless scrolling on the community page
2020-09-27 05:25:32 +00:00
f1830b84cd
Merge pull request #9287 from annando/fix-noscrape
...
Fix: Noscrape hadn't always returned a key
2020-09-26 16:26:45 -04:00
Michael Vogel
78b5be12a3
Fix: Noscrape hadn't always returned a key
2020-09-26 22:13:00 +02:00
3efbf1beb7
Fix notice
2020-09-26 18:59:31 +00:00
4a40a40ed1
Merge remote-tracking branch 'upstream/develop' into hide-sharer
2020-09-26 18:05:15 +00:00
c0ddcfb0cd
Hide own contacts
2020-09-26 18:01:10 +00:00
3ffb90cf07
Improve naming, make widget collapsable
2020-09-26 14:13:14 +00:00
4657a8c97a
Merge pull request #9280 from annando/account-selector
...
Account selector for the community page
2020-09-26 08:45:28 -04:00
f936d93730
Moved "selected" check into the template
2020-09-26 12:13:30 +00:00
5a48002575
Account selector for the community page
2020-09-26 11:05:18 +00:00
b522f20702
Issue 9268: Don't show posts from followers on community page
2020-09-26 09:09:56 +00:00
b0c9c9b7cb
Relay settings are now valid for the ActivityRelay as well
2020-09-22 15:48:44 +00:00
a852455d0e
Merge remote-tracking branch 'friendica/stable' into develop
...
# Conflicts:
# composer.lock
2020-09-20 15:32:58 -04:00
c8f385727e
Improve log message language in Module/Search/Index.php
...
Co-authored-by: Steffen K9 <admin@libranet.de>
2020-09-20 11:19:03 -04:00
2bd1e8cf65
Corrected comment
2020-09-20 09:38:31 +00:00
6bdc55e13e
Issue 9246: Don't perform fulltext searches on URL
2020-09-20 09:37:05 +00:00
bf2ca5fcf9
Issue 9229: Show unfollow with known contacts
2020-09-19 20:47:05 +00:00
38635b1544
Issue 8961: Move default value for site settings to settings.config.php
2020-09-19 17:52:11 +00:00
e6884a934c
Fix Notice: "Undefined variable: r"
2020-09-19 16:47:00 +00:00
6020e824a8
Don't set count to 0
2020-09-19 12:07:17 +00:00
86592daaa1
Include more field in the fulltext search
2020-09-19 10:45:11 +00:00
dfeae25e6d
Issue 9231: Speed up full text search
2020-09-19 08:26:50 +00:00
03157cc2f2
Issue 9165: Make pager work for search
2020-09-17 21:10:59 +00:00
efb461583b
Move default setting to the configuration file
2020-09-16 06:08:30 +00:00
351d14d6f5
Replaced the defunct relay server at another place as well
2020-09-16 05:29:33 +00:00
6a505372fa
Changed name for the sample relay server
2020-09-16 05:20:38 +00:00
cdb61be06f
Rewrite Process Model/Core
2020-09-15 18:16:44 +02:00
56bbf9015a
silkevicious found a typo
2020-09-15 15:38:31 +02:00
fe545cef74
Merge pull request #9184 from nupplaphil/task/asn1_composer
...
Replace library/asn1.php & ASNValue with phpseclib
2020-09-14 02:06:47 -04:00
50b5483ee1
Ability to set the database version
2020-09-13 15:57:24 +00:00
11ef3895f5
Replace library/asn1.php with phpseclib
2020-09-12 20:44:36 +02:00
bbefc61a0c
Use Arguments->getCommand() where it makes more sense than getQueryString()
...
- Remove a couple of intermediary query string variables
2020-09-12 09:09:15 -04:00
043e04f484
Remove confirm template obsolete uses (except for contacts)
...
- Remove obsolete explode_querystring() function
- Remove $extra_inputs template variable
2020-09-12 09:09:15 -04:00
61014feec3
Fix ContactEndpoint & tests
2020-09-12 10:01:13 +02:00
fb7f7435c0
Merge branch 'bug/phpinfo-accessible-hotfix' into 2020.09-rc
...
# Conflicts:
# src/Module/Admin/DBSync.php
# src/Module/Admin/Logs/Settings.php
# src/Module/Admin/Themes/Details.php
# src/Module/Admin/Themes/Embed.php
2020-09-08 14:07:46 -04:00
ee8689cc89
Merge branch 'bug/phpinfo-accessible-hotfix' into develop
...
# Conflicts:
# src/Module/Admin/DBSync.php
# src/Module/Admin/Logs/Settings.php
# src/Module/Admin/Themes/Details.php
# src/Module/Admin/Themes/Embed.php
2020-09-08 14:06:14 -04:00
3efa8648c5
Fix security vulnerability in admin modules
...
- The Module\BaseAdmin::post method checked credentials but didn't abort the process when it failed
- Created Module\BaseAdmin::checkAdminAccess method
2020-09-08 12:27:43 -04:00
9bc2c5a52e
Normalize use of form security tokens in Admin modules
...
# Conflicts:
# src/Module/Admin/Logs/Settings.php
2020-09-08 12:27:36 -04:00
2ce15cae1a
Use router parameters in Admin modules
...
- Remove 10 @TODO tags
# Conflicts:
# src/Module/Admin/DBSync.php
# src/Module/Admin/Themes/Details.php
# src/Module/Admin/Themes/Embed.php
2020-09-08 12:27:15 -04:00
07ccfb212b
Merge remote-tracking branch 'upstream/2020.09-rc' into api-count
2020-09-07 14:29:02 +00:00
f56e765158
Issue 9153 Use "info" instead of "notice" on successful operations
2020-09-07 10:17:42 +00:00
8d0d6bcd0c
Issue 8882: Fixes permissions of pinned posts
2020-09-06 15:05:42 +00:00
db6282b5e2
API: Counts added, local query improved
2020-09-06 07:12:04 +00:00