]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoMerge pull request #7728 from MrPetovan/task/7682-better-insert-link-button
Tobias Diekershoff [Mon, 14 Oct 2019 12:57:31 +0000 (14:57 +0200)]
Merge pull request #7728 from MrPetovan/task/7682-better-insert-link-button

Discriminate between links and non-links in [url] BBCode tag insertion

4 years agoMerge pull request #7738 from annando/clean-url
Hypolite Petovan [Mon, 14 Oct 2019 00:11:28 +0000 (20:11 -0400)]
Merge pull request #7738 from annando/clean-url

Convert links with empty descriptions

4 years agoMerge pull request #7727 from MrPetovan/task/4090-move-manage-to-src
Philipp [Sun, 13 Oct 2019 16:20:47 +0000 (18:20 +0200)]
Merge pull request #7727 from MrPetovan/task/4090-move-manage-to-src

Move mod/manage to src/Module/Delegation

4 years agoConvert links with empty descriptions
Michael [Sun, 13 Oct 2019 15:52:33 +0000 (15:52 +0000)]
Convert links with empty descriptions

4 years agoRemove irrelevant test in App\RouterTest
Hypolite Petovan [Sun, 13 Oct 2019 14:16:38 +0000 (10:16 -0400)]
Remove irrelevant test in App\RouterTest

- HTTP Methods other than POST are coerced into GET in App\Router constructor

4 years agoMerge pull request #7737 from MrPetovan/task/4090-move-search-to-src
Philipp [Sun, 13 Oct 2019 13:40:42 +0000 (15:40 +0200)]
Merge pull request #7737 from MrPetovan/task/4090-move-search-to-src

Saved Search fixes

4 years agoMerge pull request #7734 from MrPetovan/bug/7709-catch-missing-certainty-bundle-exception
Philipp [Sun, 13 Oct 2019 13:38:02 +0000 (15:38 +0200)]
Merge pull request #7734 from MrPetovan/bug/7709-catch-missing-certainty-bundle-exception

 Catch missing Certainty bundle exception when checking for exposed password

4 years agoCorrectly URL encode return URLS for saved search
Hypolite Petovan [Sun, 13 Oct 2019 12:39:55 +0000 (08:39 -0400)]
Correctly URL encode return URLS for saved search

4 years agoReplace path parameter with query string parameter in Module\Search\Saved
Hypolite Petovan [Sun, 13 Oct 2019 12:39:41 +0000 (08:39 -0400)]
Replace path parameter with query string parameter in Module\Search\Saved

4 years agoUse init() rather than rawContent() in Module\Search\Saved since there's no output
Hypolite Petovan [Sun, 13 Oct 2019 12:37:25 +0000 (08:37 -0400)]
Use init() rather than rawContent() in Module\Search\Saved since there's no output

4 years ago[frio] Fix nav bar search form text input name
Hypolite Petovan [Sun, 13 Oct 2019 12:00:13 +0000 (08:00 -0400)]
[frio] Fix nav bar search form text input name

4 years agoFix Router tests related to unallowed methods
Hypolite Petovan [Sun, 13 Oct 2019 11:54:50 +0000 (07:54 -0400)]
Fix Router tests related to unallowed methods

4 years agoMerge pull request #7735 from MrPetovan/task/7190-remove-defaults
Philipp [Sun, 13 Oct 2019 06:15:31 +0000 (08:15 +0200)]
Merge pull request #7735 from MrPetovan/task/7190-remove-defaults

Replace deprecated defaults() calls in include/api and boot

4 years agoReplace deprecated defaults() calls in include/api and boot
Hypolite Petovan [Sun, 13 Oct 2019 02:01:34 +0000 (22:01 -0400)]
Replace deprecated defaults() calls in include/api and boot

4 years agoCatch missing Certainty bundle exception when checking for exposed password in Model...
Hypolite Petovan [Sun, 13 Oct 2019 01:06:47 +0000 (21:06 -0400)]
Catch missing Certainty bundle exception when checking for exposed password in Model\User

4 years agoRemove duplicate array entry in Core\Logger
Hypolite Petovan [Sun, 13 Oct 2019 01:05:19 +0000 (21:05 -0400)]
Remove duplicate array entry in Core\Logger

4 years agoMerge pull request #7730 from annando/tabs
Philipp [Sat, 12 Oct 2019 18:26:16 +0000 (20:26 +0200)]
Merge pull request #7730 from annando/tabs

Strings.php: Spaces are transformed to Tabs

4 years agoeol
Michael [Sat, 12 Oct 2019 14:07:22 +0000 (14:07 +0000)]
eol

4 years agoMaking test working again (reverting the last change)
Michael [Sat, 12 Oct 2019 10:56:16 +0000 (10:56 +0000)]
Making test working again (reverting the last change)

4 years agoStrings.php: Spaces are transformed to Tabs.
Michael [Sat, 12 Oct 2019 10:28:18 +0000 (10:28 +0000)]
Strings.php: Spaces are transformed to Tabs.

4 years agoRevert Util\Strings::escapeHtml changes from #7725
Hypolite Petovan [Sat, 12 Oct 2019 02:19:20 +0000 (22:19 -0400)]
Revert Util\Strings::escapeHtml changes from #7725

- Breaks display of inserted mentions

4 years agoMove duplicated insertFormatting function to main.js
Hypolite Petovan [Fri, 11 Oct 2019 20:12:36 +0000 (16:12 -0400)]
Move duplicated insertFormatting function to main.js

- Add insertBBCodeInTextarea function
- Add BBCode url exception to insertBBCodeInTextarea

4 years agoMove urlRegex JS constant to main.js
Hypolite Petovan [Fri, 11 Oct 2019 19:27:05 +0000 (15:27 -0400)]
Move urlRegex JS constant to main.js

4 years agoMove mod/manage to src/Module/Delegation
Hypolite Petovan [Fri, 11 Oct 2019 16:37:24 +0000 (12:37 -0400)]
Move mod/manage to src/Module/Delegation

- Move templates/manage to templates/delegation
- Update navigation links
- Update CSS classes

4 years agoMake Router::getModuleClass throw exceptions
Hypolite Petovan [Fri, 11 Oct 2019 15:55:02 +0000 (11:55 -0400)]
Make Router::getModuleClass throw exceptions

- Add new MethodNotAllowedModule
- Add new Module->determineClass catch blocks
- Update Module and Router tests

4 years agoMerge pull request #7729 from MrPetovan/develop
Hypolite Petovan [Fri, 11 Oct 2019 23:58:35 +0000 (19:58 -0400)]
Merge pull request #7729 from MrPetovan/develop

Fix typo in Core\Authentication

4 years agoFix typo in Core\Authentication
Hypolite Petovan [Fri, 11 Oct 2019 23:57:04 +0000 (19:57 -0400)]
Fix typo in Core\Authentication

4 years agoMerge pull request #7725 from dew-git/develop
Hypolite Petovan [Fri, 11 Oct 2019 18:48:07 +0000 (14:48 -0400)]
Merge pull request #7725 from dew-git/develop

Fix security vulnerabilities.

4 years agoRevert random_int changes.
dew-git [Fri, 11 Oct 2019 08:00:15 +0000 (00:00 -0800)]
Revert random_int changes.

4 years agoMake test comply.
dew-git [Fri, 11 Oct 2019 05:21:22 +0000 (21:21 -0800)]
Make test comply.

4 years agoComply with coding style.
dew-git [Fri, 11 Oct 2019 04:50:51 +0000 (20:50 -0800)]
Comply with coding style.

4 years agoRemove uneeded variable.
dew-git [Fri, 11 Oct 2019 04:48:13 +0000 (20:48 -0800)]
Remove uneeded variable.

4 years agoUse the utility instead.
dew-git [Fri, 11 Oct 2019 04:43:32 +0000 (20:43 -0800)]
Use the utility instead.

4 years agoFix security vulnerbilities.
dew-git [Thu, 10 Oct 2019 23:21:41 +0000 (15:21 -0800)]
Fix security vulnerbilities.

Fix possible length extension attack, predicable generators, timing attacks on hash comparision and improved formatting.

4 years agoMerge pull request #7723 from MrPetovan/bug/fatal-errors
Philipp [Thu, 10 Oct 2019 21:25:00 +0000 (23:25 +0200)]
Merge pull request #7723 from MrPetovan/bug/fatal-errors

Complete L10n::detectLanguage call parameters in Module\Register

4 years agoReplace deprecated calls to App->getBaseURL in Module\Register
Hypolite Petovan [Thu, 10 Oct 2019 17:13:23 +0000 (13:13 -0400)]
Replace deprecated calls to App->getBaseURL in Module\Register

4 years agoComplete L10n::detectLanguage call parameters in Module\Register
Hypolite Petovan [Thu, 10 Oct 2019 17:12:55 +0000 (13:12 -0400)]
Complete L10n::detectLanguage call parameters in Module\Register

4 years agoAdd required use statement in mod/subthread
Hypolite Petovan [Thu, 10 Oct 2019 17:12:27 +0000 (13:12 -0400)]
Add required use statement in mod/subthread

4 years agoMerge pull request #7722 from nupplaphil/bug/7718-lang
Tobias Diekershoff [Thu, 10 Oct 2019 14:54:32 +0000 (16:54 +0200)]
Merge pull request #7722 from nupplaphil/bug/7718-lang

Fix browser language detection

4 years agoFix browser language detection (& tests)
Philipp Holzer [Thu, 10 Oct 2019 14:39:04 +0000 (16:39 +0200)]
Fix browser language detection (& tests)

4 years agoMerge pull request #7720 from MrPetovan/task/4090-move-delegate-to-src
Philipp [Thu, 10 Oct 2019 08:24:15 +0000 (10:24 +0200)]
Merge pull request #7720 from MrPetovan/task/4090-move-delegate-to-src

Move mod/delegate to src/Module/Settings/Delegation

4 years agoAdd documentation comments to Module\Settings\Delegation
Hypolite Petovan [Thu, 10 Oct 2019 08:17:37 +0000 (04:17 -0400)]
Add documentation comments to Module\Settings\Delegation

4 years agoUse Model\User::getById when possible in Module\Settings\Delegation
Hypolite Petovan [Thu, 10 Oct 2019 08:10:57 +0000 (04:10 -0400)]
Use Model\User::getById when possible in Module\Settings\Delegation

4 years agoImprove parent user password check in Module/Settings/Delegation
Hypolite Petovan [Thu, 10 Oct 2019 08:10:29 +0000 (04:10 -0400)]
Improve parent user password check in Module/Settings/Delegation

4 years agoMove mod/delegate to src/Module/Settings/Delegation
Hypolite Petovan [Thu, 10 Oct 2019 02:17:09 +0000 (22:17 -0400)]
Move mod/delegate to src/Module/Settings/Delegation

- Move templates/delegate to templates/settings/delegation

4 years agoMerge pull request #7715 from annando/fix-getguid
Philipp [Tue, 8 Oct 2019 05:01:17 +0000 (07:01 +0200)]
Merge pull request #7715 from annando/fix-getguid

The getGUID function hadn't fetched the GUID from pictures with scale "0"

4 years agoFix: The getGUID function hadn't fetched the GUID from pictures with scale "0"
Michael [Tue, 8 Oct 2019 04:42:51 +0000 (04:42 +0000)]
Fix: The getGUID function hadn't fetched the GUID from pictures with scale "0"

4 years agoMerge pull request #7714 from MrPetovan/task/4090-move-search-to-src
Philipp [Mon, 7 Oct 2019 21:45:01 +0000 (23:45 +0200)]
Merge pull request #7714 from MrPetovan/task/4090-move-search-to-src

Move mod/search to src/Module/Search/Index

4 years agoImprove logging in Module\Search\Index
Hypolite Petovan [Mon, 7 Oct 2019 20:18:19 +0000 (16:18 -0400)]
Improve logging in Module\Search\Index

4 years agoUse Dice instantiation to access App\Arguments
Hypolite Petovan [Mon, 7 Oct 2019 20:16:42 +0000 (16:16 -0400)]
Use Dice instantiation to access App\Arguments

- Remove App->args accessors

4 years agoMove mod/search to src/Module/Search/Index
Hypolite Petovan [Mon, 7 Oct 2019 18:27:20 +0000 (14:27 -0400)]
Move mod/search to src/Module/Search/Index

- Update BaseSeachModule not to depend on a single query string parameter

4 years agoImprove search box
Hypolite Petovan [Mon, 7 Oct 2019 18:19:50 +0000 (14:19 -0400)]
Improve search box

- Use new saved search module
- Use dynamic search option loop
- Use "q" instead of "search" for search query string parameter

4 years agoAdd new module and widget for managing saved searches
Hypolite Petovan [Mon, 7 Oct 2019 18:13:31 +0000 (14:13 -0400)]
Add new module and widget for managing saved searches

4 years agoAdd accessor for App->args in App and BaseModule
Hypolite Petovan [Mon, 7 Oct 2019 18:10:30 +0000 (14:10 -0400)]
Add accessor for App->args in App and BaseModule

4 years agoMerge pull request #7710 from MrPetovan/task/rework-theme-session-vars
Philipp [Mon, 7 Oct 2019 16:17:29 +0000 (18:17 +0200)]
Merge pull request #7710 from MrPetovan/task/rework-theme-session-vars

Rework theme session variables

4 years agoMerge pull request #7713 from annando/socialhome
Tobias Diekershoff [Mon, 7 Oct 2019 05:25:48 +0000 (07:25 +0200)]
Merge pull request #7713 from annando/socialhome

Fix communication issues with systems that speak both AP and Diaspora

4 years agoTest against the thread parent as well
Michael [Mon, 7 Oct 2019 04:19:12 +0000 (04:19 +0000)]
Test against the thread parent as well

4 years agoFix communication issues when a contact is able to speak AP, but uses Diaspora
Michael [Sun, 6 Oct 2019 21:59:23 +0000 (21:59 +0000)]
Fix communication issues when a contact is able to speak AP, but uses Diaspora

4 years agoMerge pull request #7712 from annando/proxy-logging
Philipp [Sun, 6 Oct 2019 19:34:34 +0000 (21:34 +0200)]
Merge pull request #7712 from annando/proxy-logging

Some added logging to the proxy functionality to better analyze problems

4 years agoJust some added logging to the proxy functionality to better analyze problems
Michael [Sun, 6 Oct 2019 18:48:33 +0000 (18:48 +0000)]
Just some added logging to the proxy functionality to better analyze problems

4 years agoMerge pull request #7711 from annando/gserver-2
Hypolite Petovan [Sun, 6 Oct 2019 18:31:47 +0000 (14:31 -0400)]
Merge pull request #7711 from annando/gserver-2

Fix for multiline host-meta, reducement of requests, fix for wordpress

4 years agoFix for multiline host-meta, reducement of requests, fix for wordpress
Michael [Sun, 6 Oct 2019 16:33:39 +0000 (16:33 +0000)]
Fix for multiline host-meta, reducement of requests, fix for wordpress

4 years agoRemove useless theme session variable deletions in modules
Hypolite Petovan [Sun, 6 Oct 2019 16:08:15 +0000 (12:08 -0400)]
Remove useless theme session variable deletions in modules

4 years agoRework theme override in Profile::load and App
Hypolite Petovan [Sun, 6 Oct 2019 16:07:06 +0000 (12:07 -0400)]
Rework theme override in Profile::load and App

- Separate desktop theme from mobile theme in App

4 years agoAdd Session::clear method
Hypolite Petovan [Sun, 6 Oct 2019 15:21:54 +0000 (11:21 -0400)]
Add Session::clear method

- Replace manual session clear by method in mod/manage

4 years agoMove theme determination after full module run
Hypolite Petovan [Sun, 6 Oct 2019 15:18:51 +0000 (11:18 -0400)]
Move theme determination after full module run

4 years agoReplace duplicated authentication code in FKOAuth1 with Session::setAuthenticatedForUser
Hypolite Petovan [Sun, 6 Oct 2019 15:17:30 +0000 (11:17 -0400)]
Replace duplicated authentication code in FKOAuth1 with Session::setAuthenticatedForUser

4 years agoMerge pull request #7708 from MrPetovan/bug/7707-vier-fix-config
Tobias Diekershoff [Sun, 6 Oct 2019 12:57:12 +0000 (14:57 +0200)]
Merge pull request #7708 from MrPetovan/bug/7707-vier-fix-config

[vier] Add necessary required_once statement in theme/vier/config.php

4 years agoAdd necessary required_once statement in theme/vier/config.php
Hypolite Petovan [Sun, 6 Oct 2019 12:46:56 +0000 (08:46 -0400)]
Add necessary required_once statement in theme/vier/config.php

- Vier config.php depends on a function declared in theme.php

4 years agoMerge pull request #7706 from tobiasd/20191006-checknote
Hypolite Petovan [Sun, 6 Oct 2019 11:53:09 +0000 (07:53 -0400)]
Merge pull request #7706 from tobiasd/20191006-checknote

add server side check about note to admin

4 years agoMerge pull request #7704 from annando/gcontact-update
Hypolite Petovan [Sun, 6 Oct 2019 11:51:52 +0000 (07:51 -0400)]
Merge pull request #7704 from annando/gcontact-update

Replace obsolete functionality in "PortableContact"

4 years agoadd server side check about note to admin
Tobias Diekershoff [Sun, 6 Oct 2019 09:57:43 +0000 (11:57 +0200)]
add server side check about note to admin

4 years agoMerge pull request #7705 from tobiasd/20191006-CS
Philipp [Sun, 6 Oct 2019 08:39:51 +0000 (10:39 +0200)]
Merge pull request #7705 from tobiasd/20191006-CS

CS translation update THX Aditoo

4 years agoCS translation update THX Aditoo
Tobias Diekershoff [Sun, 6 Oct 2019 08:04:12 +0000 (10:04 +0200)]
CS translation update THX Aditoo

4 years agoEmpty line added
Michael [Sun, 6 Oct 2019 06:08:07 +0000 (06:08 +0000)]
Empty line added

4 years agoReplace obsolete functionality in "PortableContact"
Michael [Sat, 5 Oct 2019 23:30:47 +0000 (23:30 +0000)]
Replace obsolete functionality in "PortableContact"

4 years agoMerge pull request #7699 from MrPetovan/task/4090-move-acl-to-src
Philipp [Sat, 5 Oct 2019 13:14:49 +0000 (15:14 +0200)]
Merge pull request #7699 from MrPetovan/task/4090-move-acl-to-src

Move mod/acl to src/Module/Search/Acl

4 years agoCode beautification
Hypolite Petovan [Sat, 5 Oct 2019 12:34:07 +0000 (08:34 -0400)]
Code beautification

4 years agoMerge pull request #7703 from tobiasd/20191001-Vagrant
Hypolite Petovan [Sat, 5 Oct 2019 12:14:49 +0000 (08:14 -0400)]
Merge pull request #7703 from tobiasd/20191001-Vagrant

modified Vagrant devel VM (PHP 7.3, proper composer)

4 years agoMerge pull request #7700 from annando/gserver-class
Hypolite Petovan [Sat, 5 Oct 2019 12:11:24 +0000 (08:11 -0400)]
Merge pull request #7700 from annando/gserver-class

New class "GServer"

4 years agoUnified return value types
Michael [Sat, 5 Oct 2019 04:50:29 +0000 (04:50 +0000)]
Unified return value types

4 years agoEnhanced documentation
Michael [Sat, 5 Oct 2019 04:22:16 +0000 (04:22 +0000)]
Enhanced documentation

4 years agoUse switches instead of if/else in Module\Search\Acl
Hypolite Petovan [Sat, 5 Oct 2019 02:27:13 +0000 (22:27 -0400)]
Use switches instead of if/else in Module\Search\Acl

4 years agoUse constants for search type in Module\Search\Acl
Hypolite Petovan [Sat, 5 Oct 2019 02:20:40 +0000 (22:20 -0400)]
Use constants for search type in Module\Search\Acl

4 years agoMove Module\Search\Acl::contactAutocomplete to Core\Search::searchGlobalContact
Hypolite Petovan [Sat, 5 Oct 2019 02:19:54 +0000 (22:19 -0400)]
Move Module\Search\Acl::contactAutocomplete to Core\Search::searchGlobalContact

- Replace broken reference to directory /lsearch module with /search module

4 years agoAdded documentation
Michael [Fri, 4 Oct 2019 17:29:21 +0000 (17:29 +0000)]
Added documentation

4 years agoadded git as dependency for the Vagrant VM and made the call to compuser with www...
Tobias Diekershoff [Fri, 4 Oct 2019 09:40:39 +0000 (11:40 +0200)]
added git as dependency for the Vagrant VM and made the call to compuser with www-data

4 years agoDetect network type via the contacts
Michael [Fri, 4 Oct 2019 06:33:16 +0000 (06:33 +0000)]
Detect network type via the contacts

4 years agoReadded the network parameter
Michael [Fri, 4 Oct 2019 05:42:54 +0000 (05:42 +0000)]
Readded the network parameter

4 years agoAdd missing /babel route methods
Hypolite Petovan [Fri, 4 Oct 2019 02:41:11 +0000 (22:41 -0400)]
Add missing /babel route methods

4 years agoMove /acl module to src/
Hypolite Petovan [Fri, 4 Oct 2019 02:40:42 +0000 (22:40 -0400)]
Move /acl module to src/

- Move Core\ACL::contactAutocomplete to Module\Search\Acl
- Rename module path to /search/acl

4 years agoCode transitioning from PortableContacts.php to GServer.php
Michael [Thu, 3 Oct 2019 23:33:41 +0000 (23:33 +0000)]
Code transitioning from PortableContacts.php to GServer.php

4 years agoRemove more test data
Michael [Thu, 3 Oct 2019 21:39:48 +0000 (21:39 +0000)]
Remove more test data

4 years agoHostmeta check, Pleroma version number cleaning
Michael [Thu, 3 Oct 2019 20:52:04 +0000 (20:52 +0000)]
Hostmeta check, Pleroma version number cleaning

4 years agoPoCo endpoint added
Michael [Thu, 3 Oct 2019 15:30:07 +0000 (15:30 +0000)]
PoCo endpoint added

4 years agoNost test code is removed
Michael [Thu, 3 Oct 2019 14:48:46 +0000 (14:48 +0000)]
Nost test code is removed

4 years agoAdditional endpoints added
Michael [Thu, 3 Oct 2019 13:02:48 +0000 (13:02 +0000)]
Additional endpoints added

4 years agoCount known users, check for empty attribute values
Michael [Thu, 3 Oct 2019 10:44:29 +0000 (10:44 +0000)]
Count known users, check for empty attribute values

4 years agoNew class for handling gserver entries
Michael [Thu, 3 Oct 2019 09:20:36 +0000 (09:20 +0000)]
New class for handling gserver entries

4 years agoMerge pull request #7693 from annando/remove-obsolete
Hypolite Petovan [Wed, 2 Oct 2019 15:24:00 +0000 (11:24 -0400)]
Merge pull request #7693 from annando/remove-obsolete

Remove obsolete function to guess the base url of a contact