]> git.mxchange.org Git - friendica.git/log
friendica.git
5 years agoMerge pull request #5981 from MrPetovan/task/move-dbstructure-to-php
Michael Vogel [Mon, 22 Oct 2018 21:19:38 +0000 (23:19 +0200)]
Merge pull request #5981 from MrPetovan/task/move-dbstructure-to-php

Move dbstructure to PHP array

5 years agoAdd/Fix Doxygen headers for classes
Hypolite Petovan [Sun, 21 Oct 2018 11:53:16 +0000 (07:53 -0400)]
Add/Fix Doxygen headers for classes

5 years agoRemove unused dbstructure hook call in App->loadDatabase
Hypolite Petovan [Sun, 21 Oct 2018 07:01:01 +0000 (03:01 -0400)]
Remove unused dbstructure hook call in App->loadDatabase

5 years agoFix dbstructure console outputting addon structure as well
Hypolite Petovan [Sun, 21 Oct 2018 06:52:11 +0000 (02:52 -0400)]
Fix dbstructure console outputting addon structure as well

5 years agoRemove obsolete require_once include/dba from Core\Addon and Core\Hook
Hypolite Petovan [Sun, 21 Oct 2018 05:58:40 +0000 (01:58 -0400)]
Remove obsolete require_once include/dba from Core\Addon and Core\Hook

5 years agoMove DB_UPDATE_VERSION from boot.php to config/dbstructure.php
Hypolite Petovan [Sun, 21 Oct 2018 05:58:10 +0000 (01:58 -0400)]
Move DB_UPDATE_VERSION from boot.php to config/dbstructure.php

5 years agoSwitch from dbstructure.json to dbstructure.php
Hypolite Petovan [Sun, 21 Oct 2018 05:56:58 +0000 (01:56 -0400)]
Switch from dbstructure.json to dbstructure.php

5 years agoMove NULL_DATE from boot.php to DBA::NULL_DATETIME
Hypolite Petovan [Sun, 21 Oct 2018 05:53:47 +0000 (01:53 -0400)]
Move NULL_DATE from boot.php to DBA::NULL_DATETIME

- Add DBA::NULL_DATE constant

5 years agoMove hook-related methods from Core\Addon to Core\Hook
Hypolite Petovan [Sun, 21 Oct 2018 05:15:02 +0000 (01:15 -0400)]
Move hook-related methods from Core\Addon to Core\Hook

5 years agoAdd new Core\Hook class
Hypolite Petovan [Sun, 21 Oct 2018 05:11:19 +0000 (01:11 -0400)]
Add new Core\Hook class

5 years agoMerge pull request #5990 from MrPetovan/task/move-apps-out-of-app
Michael Vogel [Mon, 22 Oct 2018 20:47:22 +0000 (22:47 +0200)]
Merge pull request #5990 from MrPetovan/task/move-apps-out-of-app

Road to Router Part 4: Move $apps out of App

5 years agoMerge pull request #5907 from nupplaphil/goaway_to_redirectto
Hypolite Petovan [Mon, 22 Oct 2018 20:22:41 +0000 (16:22 -0400)]
Merge pull request #5907 from nupplaphil/goaway_to_redirectto

Replaced goaway() with System::redirect()

5 years agogoaway fix in App
Philipp Holzer [Mon, 22 Oct 2018 20:15:50 +0000 (22:15 +0200)]
goaway fix in App

5 years agoadding defaults in mod/redir.php
Philipp Holzer [Fri, 19 Oct 2018 23:01:15 +0000 (01:01 +0200)]
adding defaults in mod/redir.php

5 years agoAdding $a->getBaseURL for Worker in profile_photo
Philipp Holzer [Fri, 19 Oct 2018 23:00:01 +0000 (01:00 +0200)]
Adding $a->getBaseURL for Worker in profile_photo
Adding a TODO for Contact::magicLink

5 years agoremoved unnecessary System use
Philipp Holzer [Fri, 19 Oct 2018 22:11:03 +0000 (00:11 +0200)]
removed unnecessary System use

5 years agoreplaced a relative url with path
Philipp Holzer [Fri, 19 Oct 2018 22:01:48 +0000 (00:01 +0200)]
replaced a relative url with path

5 years agoreplaced onerror_url with onerror_path
Philipp Holzer [Fri, 19 Oct 2018 21:57:56 +0000 (23:57 +0200)]
replaced onerror_url with onerror_path

5 years agoreplaced forwardurl with forward_path
Philipp Holzer [Fri, 19 Oct 2018 21:56:54 +0000 (23:56 +0200)]
replaced forwardurl with forward_path

5 years agoreplaced $return_url to $return_path to make it more clear that it is a relative...
Philipp Holzer [Fri, 19 Oct 2018 21:55:11 +0000 (23:55 +0200)]
replaced $return_url to $return_path to make it more clear that it is a relative path to the Friendica baseurl

5 years agodescription fix
Philipp Holzer [Fri, 19 Oct 2018 21:42:33 +0000 (23:42 +0200)]
description fix

5 years agoSplit goaway to System::externalRedirectTo() and App->internalRedirect()
Philipp Holzer [Fri, 19 Oct 2018 18:11:27 +0000 (20:11 +0200)]
Split goaway to System::externalRedirectTo() and App->internalRedirect()

5 years agoRenamed System::redirect() to $a->redirect()
Philipp Holzer [Sat, 13 Oct 2018 18:02:04 +0000 (20:02 +0200)]
Renamed System::redirect() to $a->redirect()

5 years agoMerge pull request #5988 from MrPetovan/task/move-strings-out-of-app
Michael Vogel [Mon, 22 Oct 2018 20:03:27 +0000 (22:03 +0200)]
Merge pull request #5988 from MrPetovan/task/move-strings-out-of-app

Road to Router Part 3: Move $strings out of App

5 years agoMove $apps out of App
Benjamin Lorteau [Mon, 22 Oct 2018 18:44:55 +0000 (14:44 -0400)]
Move $apps out of App

- Move $nav_sel out of App
- Add new Content\Nav::getAppMenu() method

5 years agoAdd static keyword for Core\L10n properties
Hypolite Petovan [Mon, 22 Oct 2018 12:45:41 +0000 (08:45 -0400)]
Add static keyword for Core\L10n properties

5 years agoMove $strings from App to Core\L10n
Hypolite Petovan [Mon, 22 Oct 2018 04:16:30 +0000 (00:16 -0400)]
Move $strings from App to Core\L10n

- Add L10n::init() call in App constructor
- Improve pushLang/popLang
- Remove no longer needed references to App

5 years agoMerge pull request #5987 from MrPetovan/task/empty-index-php
Michael Vogel [Mon, 22 Oct 2018 19:56:13 +0000 (21:56 +0200)]
Merge pull request #5987 from MrPetovan/task/empty-index-php

Road to Router Part 2: Empty index.php

5 years agoUse System::httpExit for 403 error in App
Benjamin Lorteau [Mon, 22 Oct 2018 19:16:59 +0000 (15:16 -0400)]
Use System::httpExit for 403 error in App

5 years agoMerge pull request #5993 from nupplaphil/fix_testing
Hypolite Petovan [Mon, 22 Oct 2018 19:16:33 +0000 (15:16 -0400)]
Merge pull request #5993 from nupplaphil/fix_testing

Fix testing

5 years agoCode Standards
Philipp Holzer [Mon, 22 Oct 2018 19:11:09 +0000 (21:11 +0200)]
Code Standards

5 years agoCode standards
Philipp Holzer [Mon, 22 Oct 2018 19:10:31 +0000 (21:10 +0200)]
Code standards

5 years agoFix Testing
Philipp Holzer [Mon, 22 Oct 2018 18:59:51 +0000 (20:59 +0200)]
Fix Testing

5 years agoFix Testing
Philipp Holzer [Mon, 22 Oct 2018 18:23:06 +0000 (20:23 +0200)]
Fix Testing

5 years agoMerge pull request #5991 from annando/api-source
Hypolite Petovan [Mon, 22 Oct 2018 14:52:22 +0000 (10:52 -0400)]
Merge pull request #5991 from annando/api-source

API: The source field does now reliably return the correct network name

5 years agoAPI: The source field does now reliably return the correct network name of the author
Michael [Mon, 22 Oct 2018 14:15:14 +0000 (14:15 +0000)]
API: The source field does now reliably return the correct network name of the author

5 years agoMerge pull request #5989 from annando/ap-profile
Hypolite Petovan [Mon, 22 Oct 2018 12:35:59 +0000 (08:35 -0400)]
Merge pull request #5989 from annando/ap-profile

Improved parsing of AP profiles

5 years agoRemove unwarranted doxygen comments in App
Hypolite Petovan [Mon, 22 Oct 2018 12:17:55 +0000 (08:17 -0400)]
Remove unwarranted doxygen comments in App

5 years agoImproved parsing of AP profiles
Michael [Mon, 22 Oct 2018 07:24:47 +0000 (07:24 +0000)]
Improved parsing of AP profiles

5 years agoImprove App->runFrontend formatting
Hypolite Petovan [Mon, 22 Oct 2018 04:07:56 +0000 (00:07 -0400)]
Improve App->runFrontend formatting

- Use single-quotes instead of double
- Use strpos() instead of substr()
- Add/remove comments
- Use Config::get default value and drop the exact match for config.private_addons

5 years agoSimplify bin/worker
Hypolite Petovan [Mon, 22 Oct 2018 02:25:53 +0000 (22:25 -0400)]
Simplify bin/worker

- Remove duplicate calls to Addon::loadHooks and Config::load
- Remove useless killme() call

5 years agoMove index.php content to App->runFrontend
Hypolite Petovan [Mon, 22 Oct 2018 02:24:47 +0000 (22:24 -0400)]
Move index.php content to App->runFrontend

- Replace all x() by !empty() in App
- Replace all killme() with exit()

5 years agoMerge pull request #5986 from annando/improve-5984
rabuzarus [Sun, 21 Oct 2018 22:03:19 +0000 (00:03 +0200)]
Merge pull request #5986 from annando/improve-5984

Improve PR 5984: better check for remote users as well

5 years agoImprove PR 5984: better check for remote users as well
Michael [Sun, 21 Oct 2018 21:56:46 +0000 (21:56 +0000)]
Improve PR 5984: better check for remote users as well

5 years agoMerge pull request #5978 from MrPetovan/task/make-username-length-configurable
Michael Vogel [Sun, 21 Oct 2018 21:42:44 +0000 (23:42 +0200)]
Merge pull request #5978 from MrPetovan/task/make-username-length-configurable

Make username length configurable

5 years agoSets maximum to 64 for username_min/max_length config keys
Hypolite Petovan [Sun, 21 Oct 2018 21:28:40 +0000 (17:28 -0400)]
Sets maximum to 64 for username_min/max_length config keys

5 years agoMerge pull request #5985 from annando/ap-followers
Hypolite Petovan [Sun, 21 Oct 2018 21:05:34 +0000 (17:05 -0400)]
Merge pull request #5985 from annando/ap-followers

AP: We now send the previous followers collection as well

5 years agoMerge pull request #5984 from annando/microformats
Hypolite Petovan [Sun, 21 Oct 2018 21:05:00 +0000 (17:05 -0400)]
Merge pull request #5984 from annando/microformats

Fix webmentions and microformats ("redir" only for logged in users)

5 years agoMerge pull request #5959 from vinzv/patch-2
Hypolite Petovan [Sun, 21 Oct 2018 21:03:55 +0000 (17:03 -0400)]
Merge pull request #5959 from vinzv/patch-2

Fix broken credits box

5 years agoreverted css changes, adapted credits.tpl from default theme for frio
Vinzenz Vietzke [Sun, 21 Oct 2018 20:50:41 +0000 (22:50 +0200)]
reverted css changes, adapted credits.tpl from default theme for frio

5 years agoWe now send the previous followers collection as well
Michael [Sun, 21 Oct 2018 20:49:50 +0000 (20:49 +0000)]
We now send the previous followers collection as well

5 years agoFix webmentions and microformats ("redir" only for logged in users)
Michael [Sun, 21 Oct 2018 20:23:08 +0000 (20:23 +0000)]
Fix webmentions and microformats ("redir" only for logged in users)

5 years agoChanging default/max values for username_min/max_length
Hypolite Petovan [Sun, 21 Oct 2018 19:10:51 +0000 (15:10 -0400)]
Changing default/max values for username_min/max_length

- Restoring legacy default values (3 and 48 respectively)
- Lowering the max value to 150 to take the full profile URL length into
account

5 years agoAdd safeguard for username_min|max_length mutual exclusion
Hypolite Petovan [Sun, 21 Oct 2018 12:28:24 +0000 (08:28 -0400)]
Add safeguard for username_min|max_length mutual exclusion

5 years agoMerge pull request #5979 from MrPetovan/task/mock-legacy-module
Michael Vogel [Sun, 21 Oct 2018 08:02:44 +0000 (10:02 +0200)]
Merge pull request #5979 from MrPetovan/task/mock-legacy-module

Encapsulate legacy module functions in a BaseModule-inherited class

5 years agoMerge pull request #5976 from MrPetovan/bug/5975-add-missing-l10n-poplang
Michael Vogel [Sun, 21 Oct 2018 07:40:49 +0000 (09:40 +0200)]
Merge pull request #5976 from MrPetovan/bug/5975-add-missing-l10n-poplang

Add missing L10n::popLang calls

5 years agoMerge pull request #5982 from annando/ap-inboxes
Hypolite Petovan [Sun, 21 Oct 2018 06:57:22 +0000 (02:57 -0400)]
Merge pull request #5982 from annando/ap-inboxes

Bugfix: We hadn't deliverd AP posts to all intended receivers

5 years agoBugfix: We hadn't deliverd AP posts to all intended receivers
Michael [Sun, 21 Oct 2018 06:10:24 +0000 (06:10 +0000)]
Bugfix: We hadn't deliverd AP posts to all intended receivers

5 years agoMerge pull request #5980 from annando/dbclean-limit
Hypolite Petovan [Sun, 21 Oct 2018 06:09:08 +0000 (02:09 -0400)]
Merge pull request #5980 from annando/dbclean-limit

The limit for dbclean is now configurable

5 years agoThe limit for dbclean is now configurable
Michael [Sun, 21 Oct 2018 05:41:40 +0000 (05:41 +0000)]
The limit for dbclean is now configurable

5 years agoChange file_exists to is_readable in LegacyModule
Hypolite Petovan [Sun, 21 Oct 2018 02:42:04 +0000 (22:42 -0400)]
Change file_exists to is_readable in LegacyModule

5 years agoRemove direct module function calls in index.php
Hypolite Petovan [Sun, 21 Oct 2018 02:34:55 +0000 (22:34 -0400)]
Remove direct module function calls in index.php

5 years agoAdd Friendica\LegacyModule class
Hypolite Petovan [Sun, 21 Oct 2018 02:34:26 +0000 (22:34 -0400)]
Add Friendica\LegacyModule class

5 years agoUse username_min/max_length config keys in Model\User::create
Hypolite Petovan [Sat, 20 Oct 2018 20:33:54 +0000 (16:33 -0400)]
Use username_min/max_length config keys in Model\User::create

5 years agoAdd system.username_min_length and system.username_max_length config keys
Hypolite Petovan [Sat, 20 Oct 2018 20:32:59 +0000 (16:32 -0400)]
Add system.username_min_length and system.username_max_length config keys

5 years agoMerge pull request #5977 from nupplaphil/move_global_functions_3
Hypolite Petovan [Sat, 20 Oct 2018 17:19:44 +0000 (13:19 -0400)]
Merge pull request #5977 from nupplaphil/move_global_functions_3

Move Global Functions - Part 3

5 years agoMove Global Functions - Part 3
Philipp Holzer [Sat, 20 Oct 2018 16:19:55 +0000 (18:19 +0200)]
Move Global Functions - Part 3
- Replaced every CACHE definition
- Moved check_url to App->checkURL()
- Removed unused definition "ZCURL_TIMEOUT"

5 years agoSimplify L10n::t + sprintf instances
Hypolite Petovan [Sat, 20 Oct 2018 13:02:35 +0000 (09:02 -0400)]
Simplify L10n::t + sprintf instances

5 years agoAdd missing L10n::popLang calls
Hypolite Petovan [Sat, 20 Oct 2018 13:02:10 +0000 (09:02 -0400)]
Add missing L10n::popLang calls

5 years agoMerge pull request #5974 from annando/ap-receiver
Hypolite Petovan [Sat, 20 Oct 2018 11:42:54 +0000 (07:42 -0400)]
Merge pull request #5974 from annando/ap-receiver

AP: Transmitting and receiving with non AP contacts

5 years agoMerge pull request #5973 from friendica/bug/5946-remove-last-include-security
Michael Vogel [Sat, 20 Oct 2018 08:10:56 +0000 (10:10 +0200)]
Merge pull request #5973 from friendica/bug/5946-remove-last-include-security

Update Addon documentation about location of logged_in hook

5 years agoAP: Transmitting and receiving with non AP contacts
Michael [Sat, 20 Oct 2018 07:53:45 +0000 (07:53 +0000)]
AP: Transmitting and receiving with non AP contacts

5 years agoUpdated german addons doc with new location for logged_in hook
Hypolite Petovan [Fri, 19 Oct 2018 19:18:10 +0000 (15:18 -0400)]
Updated german addons doc with new location for logged_in hook

5 years agoUpdated documentation for logged_in hook location
Hypolite Petovan [Fri, 19 Oct 2018 19:15:24 +0000 (15:15 -0400)]
Updated documentation for logged_in hook location

5 years agoMerge pull request #5972 from friendica/bug/5946-remove-last-include-security
Michael Vogel [Fri, 19 Oct 2018 19:14:10 +0000 (21:14 +0200)]
Merge pull request #5972 from friendica/bug/5946-remove-last-include-security

Remove last references to include/security.php

5 years agoRemove reference to deleted include/security in mod/pubsub
Hypolite Petovan [Fri, 19 Oct 2018 19:12:53 +0000 (15:12 -0400)]
Remove reference to deleted include/security in mod/pubsub

5 years agoRemove reference to deleted include/security.php
Hypolite Petovan [Fri, 19 Oct 2018 19:11:51 +0000 (15:11 -0400)]
Remove reference to deleted include/security.php

5 years agoMerge pull request #5971 from MrPetovan/bug/5970-use-temppath-passwordexposed
Michael Vogel [Fri, 19 Oct 2018 17:00:00 +0000 (19:00 +0200)]
Merge pull request #5971 from MrPetovan/bug/5970-use-temppath-passwordexposed

Use system.temppath for PasswordExposedChecker cache

5 years agoMerge pull request #5969 from friendica/bug/5968-add-click-through-image-caption
Michael Vogel [Fri, 19 Oct 2018 16:58:57 +0000 (18:58 +0200)]
Merge pull request #5969 from friendica/bug/5968-add-click-through-image-caption

[frio] Enable click through image caption in file browser

5 years agoAdd system.temppath description to config/settings.ini.php
Benjamin Lorteau [Fri, 19 Oct 2018 15:27:11 +0000 (11:27 -0400)]
Add system.temppath description to config/settings.ini.php

5 years agoUse local temporary directory for PasswordExposedChecker cache
Benjamin Lorteau [Fri, 19 Oct 2018 15:26:48 +0000 (11:26 -0400)]
Use local temporary directory for PasswordExposedChecker cache

5 years ago[frio] Enable click through image caption in file browser
Hypolite Petovan [Fri, 19 Oct 2018 14:46:09 +0000 (10:46 -0400)]
[frio] Enable click through image caption in file browser

5 years agoMerge pull request #5967 from annando/ap-nick
Hypolite Petovan [Fri, 19 Oct 2018 14:38:51 +0000 (10:38 -0400)]
Merge pull request #5967 from annando/ap-nick

Fix function naming

5 years agoFix function naming
Michael [Fri, 19 Oct 2018 13:08:46 +0000 (13:08 +0000)]
Fix function naming

5 years agoMerge pull request #5946 from JonnyTischbein/move_include_security
Hypolite Petovan [Fri, 19 Oct 2018 12:55:08 +0000 (08:55 -0400)]
Merge pull request #5946 from JonnyTischbein/move_include_security

Move and Split include/security

5 years agoMerge pull request #5965 from annando/ap-nick
Hypolite Petovan [Fri, 19 Oct 2018 12:51:38 +0000 (08:51 -0400)]
Merge pull request #5965 from annando/ap-nick

Use nickname based mentions for AP

5 years agoupdate function names in logger and comments
Jonny Tischbein [Fri, 19 Oct 2018 08:03:52 +0000 (10:03 +0200)]
update function names in logger and comments

5 years agoUse nickname based mentions for AP
Michael [Fri, 19 Oct 2018 05:27:54 +0000 (05:27 +0000)]
Use nickname based mentions for AP

5 years agoMerge pull request #5964 from annando/item-thread
Hypolite Petovan [Fri, 19 Oct 2018 03:52:40 +0000 (23:52 -0400)]
Merge pull request #5964 from annando/item-thread

Use item class instead of direct call

5 years agoMerge pull request #5962 from friendica/bug/5960-fix-register-email-translation-params
Michael Vogel [Fri, 19 Oct 2018 03:34:24 +0000 (05:34 +0200)]
Merge pull request #5962 from friendica/bug/5960-fix-register-email-translation-params

Remove superfluous L10n::t() parameter in Model\user

5 years agoMerge pull request #5963 from MrPetovan/bug/5956-catch-more-diaspora-magic-links
Michael Vogel [Fri, 19 Oct 2018 03:30:52 +0000 (05:30 +0200)]
Merge pull request #5963 from MrPetovan/bug/5956-catch-more-diaspora-magic-links

Diaspora: Widen the magic link regular expression

5 years agoMerge remote-tracking branch 'upstream/develop' into item-thread
Michael [Fri, 19 Oct 2018 03:19:34 +0000 (03:19 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-thread

5 years agoAdd itemsource module
Hypolite Petovan [Fri, 19 Oct 2018 02:49:25 +0000 (22:49 -0400)]
Add itemsource module

5 years agoDiaspora: Widen the magic link regular expression
Hypolite Petovan [Fri, 19 Oct 2018 02:39:06 +0000 (22:39 -0400)]
Diaspora: Widen the magic link regular expression

5 years agoMerge pull request #5961 from annando/simpler-item
Hypolite Petovan [Thu, 18 Oct 2018 22:24:09 +0000 (18:24 -0400)]
Merge pull request #5961 from annando/simpler-item

The handling with item-content and item-activity had been simplified

5 years agoRemove superfluous L10n::t() parameter in Model\user
Hypolite Petovan [Thu, 18 Oct 2018 22:22:48 +0000 (18:22 -0400)]
Remove superfluous L10n::t() parameter in Model\user

5 years agoThe handling with item-content and item-activity had been simplified
Michael [Thu, 18 Oct 2018 21:35:48 +0000 (21:35 +0000)]
The handling with item-content and item-activity had been simplified

5 years agoFix broken credits box
vinzv [Thu, 18 Oct 2018 20:49:03 +0000 (22:49 +0200)]
Fix broken credits box

Otherwise the content is exceeding the box, both on desktop and mobile.

5 years agoMerge pull request #5957 from friendica/bug/5955-restore-preshare
Michael Vogel [Thu, 18 Oct 2018 17:34:29 +0000 (19:34 +0200)]
Merge pull request #5957 from friendica/bug/5955-restore-preshare

Restore preshare prepending in BBCode::convertShare

5 years agoRestore preshare prepending in BBCode::convertShare
Hypolite Petovan [Thu, 18 Oct 2018 15:23:48 +0000 (11:23 -0400)]
Restore preshare prepending in BBCode::convertShare

Fixes #5955
Follow-up to #5942