]> git.mxchange.org Git - friendica.git/log
friendica.git
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

5 years agoMerge pull request #5954 from annando/fix-null-receiver
Hypolite Petovan [Thu, 18 Oct 2018 14:05:05 +0000 (10:05 -0400)]
Merge pull request #5954 from annando/fix-null-receiver

AP: Fix "null" receiver

5 years agoMerge pull request #5953 from MrPetovan/task/5891-contacts-follow-up
Michael Vogel [Thu, 18 Oct 2018 14:02:02 +0000 (16:02 +0200)]
Merge pull request #5953 from MrPetovan/task/5891-contacts-follow-up

Replace remaining instances of "contacts/"

5 years agoAP: Fix "null" receiver
Michael [Thu, 18 Oct 2018 12:25:57 +0000 (12:25 +0000)]
AP: Fix "null" receiver

5 years agoReplace remaining instances of "contacts/"
Hypolite Petovan [Thu, 18 Oct 2018 11:48:34 +0000 (07:48 -0400)]
Replace remaining instances of "contacts/"

5 years agoMerge pull request #5952 from annando/ap-fixes
Tobias Diekershoff [Thu, 18 Oct 2018 06:02:27 +0000 (08:02 +0200)]
Merge pull request #5952 from annando/ap-fixes

AP: Fix a notice / avoid an error when fetched content hadn't been an array

5 years agoAP: Fix a notice / avoid an error when fetched content hadn't been an array
Michael [Thu, 18 Oct 2018 05:54:44 +0000 (05:54 +0000)]
AP: Fix a notice / avoid an error when fetched content hadn't been an array

5 years agoMerge pull request #5951 from annando/endless-contact
Hypolite Petovan [Thu, 18 Oct 2018 04:44:07 +0000 (00:44 -0400)]
Merge pull request #5951 from annando/endless-contact

Avoid endless loop when trying to fetch contact id

5 years agoMerge pull request #5950 from annando/no-polling
Hypolite Petovan [Thu, 18 Oct 2018 04:43:35 +0000 (00:43 -0400)]
Merge pull request #5950 from annando/no-polling

For test purposes we can now deactivate polling

5 years agoImproved loop detection
Michael [Thu, 18 Oct 2018 03:33:08 +0000 (03:33 +0000)]
Improved loop detection

5 years agoAvoid endless loop when trying to fetch contact id
Michael [Thu, 18 Oct 2018 03:01:34 +0000 (03:01 +0000)]
Avoid endless loop when trying to fetch contact id

5 years agoFor test purposes we can now deactivate polling
Michael [Thu, 18 Oct 2018 02:46:02 +0000 (02:46 +0000)]
For test purposes we can now deactivate polling

5 years agoadd remaning/moving to files not touch by refactoring because of typo
Jonny Tischbein [Wed, 17 Oct 2018 20:35:49 +0000 (22:35 +0200)]
add remaning/moving to files not touch by refactoring because of typo

5 years agoMerge pull request #5942 from MrPetovan/feature/3218-add-convert-share-callback
Michael Vogel [Wed, 17 Oct 2018 20:01:02 +0000 (22:01 +0200)]
Merge pull request #5942 from MrPetovan/feature/3218-add-convert-share-callback

Add BBCode::convertShare callback parameter

5 years agoRemove unneeded Util/Security includings + Resolve including merge conflict with...
Jonny Tischbein [Wed, 17 Oct 2018 19:52:08 +0000 (21:52 +0200)]
Remove unneeded Util/Security includings + Resolve including merge conflict with develop

5 years agoRenaming functions + moving functions from security to Model/Item and BaseModule...
Jonny Tischbein [Wed, 17 Oct 2018 19:30:41 +0000 (21:30 +0200)]
Renaming functions + moving functions from security to Model/Item and BaseModule + fix multiline comments

5 years agoMerge pull request #5920 from MrPetovan/bug/remove-password-from-register
Michael Vogel [Wed, 17 Oct 2018 19:04:11 +0000 (21:04 +0200)]
Merge pull request #5920 from MrPetovan/bug/remove-password-from-register

Avoid storing plaintext password in register table

5 years agoMerge pull request #5947 from annando/uri-id
Hypolite Petovan [Wed, 17 Oct 2018 18:45:40 +0000 (14:45 -0400)]
Merge pull request #5947 from annando/uri-id

Use "uri-id" for item relations

5 years agoUse "uri-id" for item relations
Michael [Wed, 17 Oct 2018 18:34:24 +0000 (18:34 +0000)]
Use "uri-id" for item relations

5 years agoRename function Authentication::authenticate_success to Authentication::success
Jonny Tischbein [Wed, 17 Oct 2018 16:45:32 +0000 (18:45 +0200)]
Rename function Authentication::authenticate_success to Authentication::success

5 years agoremove unsed require_onces of security.php
Jonny Tischbein [Wed, 17 Oct 2018 16:39:27 +0000 (18:39 +0200)]
remove unsed require_onces of security.php

5 years agoAdd $is_quote_share parameter to convert share callback
Hypolite Petovan [Wed, 17 Oct 2018 12:20:56 +0000 (08:20 -0400)]
Add $is_quote_share parameter to convert share callback

- Restore former behavior when content is present before [share] block

5 years agoMove include/security tp /src/Core/Authentication and /src/Util/Security
Jonny Tischbein [Wed, 17 Oct 2018 12:19:58 +0000 (14:19 +0200)]
Move include/security tp /src/Core/Authentication and /src/Util/Security

5 years agoMerge pull request #5945 from zeroadam/More-5493
Hypolite Petovan [Wed, 17 Oct 2018 11:52:47 +0000 (07:52 -0400)]
Merge pull request #5945 from zeroadam/More-5493

Remaining contacts to contact

5 years agoRemaining contacts to contact
Adam Magness [Wed, 17 Oct 2018 11:49:27 +0000 (07:49 -0400)]
Remaining contacts to contact

Update occurrences of contacts/ to contact/

5 years agoMerge pull request #5944 from zeroadam/5943
Hypolite Petovan [Wed, 17 Oct 2018 11:40:49 +0000 (07:40 -0400)]
Merge pull request #5944 from zeroadam/5943

Fix template urls from contacts/ to contact/

5 years agoFix template urls from contacts/ to contact/
Adam Magness [Wed, 17 Oct 2018 11:25:23 +0000 (07:25 -0400)]
Fix template urls from contacts/ to contact/

Update templates to match recent contact/ changes.

5 years agoMerge pull request #5941 from MrPetovan/bug/5932-fix-notices
Tobias Diekershoff [Wed, 17 Oct 2018 05:42:51 +0000 (07:42 +0200)]
Merge pull request #5941 from MrPetovan/bug/5932-fix-notices

Fix PHP notices S02E02

5 years agoRework BBCode::convertShare to accept a callback function
Hypolite Petovan [Wed, 17 Oct 2018 05:13:18 +0000 (01:13 -0400)]
Rework BBCode::convertShare to accept a callback function

- Create default convertShare callback from previous code
- Remove $simplehtml = 8 case (moved to Twitter addon)

5 years agoRemove network exception in handle_tag
Hypolite Petovan [Wed, 17 Oct 2018 05:11:50 +0000 (01:11 -0400)]
Remove network exception in handle_tag

5 years agoAdd Mastodon/Pleroma protocol guessing
Hypolite Petovan [Wed, 17 Oct 2018 05:10:07 +0000 (01:10 -0400)]
Add Mastodon/Pleroma protocol guessing

5 years agoRemove unused parameter $selected in Model\Item::fieldlist
Hypolite Petovan [Tue, 16 Oct 2018 22:30:24 +0000 (18:30 -0400)]
Remove unused parameter $selected in Model\Item::fieldlist

5 years agoFix Undefined index: photo in ActivityPub/Receiver
Hypolite Petovan [Tue, 16 Oct 2018 22:29:28 +0000 (18:29 -0400)]
Fix Undefined index: photo in ActivityPub/Receiver

5 years agoFix Undefined index: timezone in Protocol\Diaspora
Hypolite Petovan [Tue, 16 Oct 2018 22:29:08 +0000 (18:29 -0400)]
Fix Undefined index: timezone in Protocol\Diaspora

5 years agoFix undefined index: id in Protocol\Diaspora
Hypolite Petovan [Tue, 16 Oct 2018 22:28:27 +0000 (18:28 -0400)]
Fix undefined index: id in Protocol\Diaspora

5 years agoFix notices in Parse URL feature
Hypolite Petovan [Tue, 16 Oct 2018 22:27:13 +0000 (18:27 -0400)]
Fix notices in Parse URL feature

5 years agoFix notice in Worker\Delivery
Hypolite Petovan [Tue, 16 Oct 2018 22:26:43 +0000 (18:26 -0400)]
Fix notice in Worker\Delivery

5 years agoMerge pull request #5940 from JonnyTischbein/issue_update_display_network
Hypolite Petovan [Tue, 16 Oct 2018 17:37:19 +0000 (13:37 -0400)]
Merge pull request #5940 from JonnyTischbein/issue_update_display_network

Fix redirect after edit post to /update_*

5 years agoFix Issue #5896 by setting static return for edit_post to display item page (kind...
Jonny Tischbein [Tue, 16 Oct 2018 17:14:55 +0000 (19:14 +0200)]
Fix Issue #5896 by setting static return for edit_post to display item page (kind of revert parts of #5774)

5 years agoMerge pull request #5939 from annando/onepoll
Hypolite Petovan [Tue, 16 Oct 2018 15:27:48 +0000 (11:27 -0400)]
Merge pull request #5939 from annando/onepoll

Onepoll hadn't polled anymore / small relocation in zrlinit for better logging

5 years agoOnepoll hadn't polled anymore / small relocation in zrlinit for better logging
Michael [Tue, 16 Oct 2018 13:17:01 +0000 (13:17 +0000)]
Onepoll hadn't polled anymore / small relocation in zrlinit for better logging

5 years agoMerge pull request #5938 from annando/magic-loop
Tobias Diekershoff [Tue, 16 Oct 2018 07:17:17 +0000 (09:17 +0200)]
Merge pull request #5938 from annando/magic-loop

Avoid endless loop at magic auth