]> git.mxchange.org Git - friendica.git/log
friendica.git
5 years agoMerge pull request #6147 from Alkarex/stylesheet-path-html-encoding
Hypolite Petovan [Sat, 17 Nov 2018 14:55:26 +0000 (09:55 -0500)]
Merge pull request #6147 from Alkarex/stylesheet-path-html-encoding

Fix lack of HTML encoding for stylesheet link

5 years agoMerge pull request #6153 from JonnyTischbein/issue_return_delete_comments
Hypolite Petovan [Sat, 17 Nov 2018 14:54:47 +0000 (09:54 -0500)]
Merge pull request #6153 from JonnyTischbein/issue_return_delete_comments

Fix return url when delete comment from display

5 years agoEscaping moved to template
Alexandre Alapetite [Sat, 17 Nov 2018 13:01:07 +0000 (14:01 +0100)]
Escaping moved to template

https://github.com/friendica/friendica/pull/6147#pullrequestreview-176051481

5 years agoFix return url when delete comment from display
Jonny Tischbein [Sat, 17 Nov 2018 12:56:58 +0000 (13:56 +0100)]
Fix return url when delete comment from display

5 years agoMerge pull request #6145 from Alkarex/ATOM-title-encoding
Hypolite Petovan [Sat, 17 Nov 2018 12:01:53 +0000 (07:01 -0500)]
Merge pull request #6145 from Alkarex/ATOM-title-encoding

Fix ATOM feed entry titles encoding

5 years agoMerge pull request #6146 from Alkarex/atom-link-title-dfrn
Hypolite Petovan [Sat, 17 Nov 2018 11:50:09 +0000 (06:50 -0500)]
Merge pull request #6146 from Alkarex/atom-link-title-dfrn

Title difference for two different ATOM feeds

5 years agoMerge pull request #6143 from tobiasd/20181116-Vagranthtaccess
Hypolite Petovan [Sat, 17 Nov 2018 11:49:40 +0000 (06:49 -0500)]
Merge pull request #6143 from tobiasd/20181116-Vagranthtaccess

cp htaccess in Vagrant VM on setup

5 years agoMerge pull request #6151 from fabrixxm/issues/6119
Michael Vogel [Sat, 17 Nov 2018 11:31:08 +0000 (12:31 +0100)]
Merge pull request #6151 from fabrixxm/issues/6119

dbstructure: check for comment value or use default

5 years agodbstructure: check for comment value or use default
fabrixxm [Sat, 17 Nov 2018 10:43:01 +0000 (11:43 +0100)]
dbstructure: check for comment value or use default

fix #6119

5 years agoApply correct title encoding to all cases
Alexandre Alapetite [Sat, 17 Nov 2018 00:30:53 +0000 (01:30 +0100)]
Apply correct title encoding to all cases

5 years agoFix lack of HTML encoding for stylesheet link
Alexandre Alapetite [Fri, 16 Nov 2018 23:23:59 +0000 (00:23 +0100)]
Fix lack of HTML encoding for stylesheet link

Previous to the fix, the home page had a line like (notice the wrongly
encoded `&`):

```html
<link rel="stylesheet" href="view/theme/frio/style.pcss?f=&puid=1"
type="text/css" media="screen" />
```

5 years agoTitle difference for two different ATOM feeds
Alexandre Alapetite [Fri, 16 Nov 2018 23:05:13 +0000 (00:05 +0100)]
Title difference for two different ATOM feeds

Fix for
https://github.com/friendica/friendica/issues/6128#issuecomment-439016471

5 years agoFix ATOM feed title encoding
Alexandre Alapetite [Fri, 16 Nov 2018 22:52:36 +0000 (23:52 +0100)]
Fix ATOM feed title encoding

Was HTML-encoded instead of plain Unicode.
Fixed only for feed_mode. Probably wrong as well for non_feed mode (not
sure how to test)

5 years agocp htaccess in Vagrant VM on setup
Tobias Diekershoff [Fri, 16 Nov 2018 22:09:54 +0000 (23:09 +0100)]
cp htaccess in Vagrant VM on setup

5 years agoMerge pull request #6142 from annando/databasesql
Tobias Diekershoff [Fri, 16 Nov 2018 20:28:38 +0000 (21:28 +0100)]
Merge pull request #6142 from annando/databasesql

Updated database.sql

5 years agoMerge pull request #6141 from tobiasd/20181116_lang
Michael Vogel [Fri, 16 Nov 2018 20:25:52 +0000 (21:25 +0100)]
Merge pull request #6141 from tobiasd/20181116_lang

CS, FR, PL translation updates

5 years agoUpdated database.sql
Michael [Fri, 16 Nov 2018 20:21:33 +0000 (20:21 +0000)]
Updated database.sql

5 years agoCS, FR, PL translation updates
Tobias Diekershoff [Fri, 16 Nov 2018 19:08:31 +0000 (20:08 +0100)]
CS, FR, PL translation updates

5 years agoMerge pull request #6136 from annando/delete-locally
Hypolite Petovan [Thu, 15 Nov 2018 23:26:12 +0000 (18:26 -0500)]
Merge pull request #6136 from annando/delete-locally

Improved delete text to clarify AP comment delete behaviour

5 years agoMerge pull request #6139 from annando/feed-mode
Hypolite Petovan [Thu, 15 Nov 2018 23:21:05 +0000 (18:21 -0500)]
Merge pull request #6139 from annando/feed-mode

Some more feed simplification

5 years agoSome more feed simplification
Michael [Thu, 15 Nov 2018 16:21:37 +0000 (16:21 +0000)]
Some more feed simplification

5 years agoMerge pull request #6138 from annando/feed-mode
Hypolite Petovan [Thu, 15 Nov 2018 14:16:08 +0000 (09:16 -0500)]
Merge pull request #6138 from annando/feed-mode

Make feeds look more like feeds

5 years agoMerge pull request #6137 from Alkarex/WebSub_fixes
Hypolite Petovan [Thu, 15 Nov 2018 14:13:59 +0000 (09:13 -0500)]
Merge pull request #6137 from Alkarex/WebSub_fixes

WebSub fixes

5 years agoMake feeds look more like feeds
Michael [Thu, 15 Nov 2018 13:21:58 +0000 (13:21 +0000)]
Make feeds look more like feeds

5 years agoWebSub fixes
Alexandre Alapetite [Thu, 15 Nov 2018 11:54:04 +0000 (12:54 +0100)]
WebSub fixes

More fixes related to https://github.com/friendica/friendica/issues/6128
* Bug when using direct ATOM URL, which ends with .atom after nick name
* Bug when callback URL already has some ?query=parameters (which is
quite usual)
Slight refactoring

5 years agoImproved delete text to clarify AP comment delete behaviour
Michael [Thu, 15 Nov 2018 06:36:06 +0000 (06:36 +0000)]
Improved delete text to clarify AP comment delete behaviour

5 years agoMerge pull request #6134 from annando/6128-again
Tobias Diekershoff [Thu, 15 Nov 2018 05:19:13 +0000 (06:19 +0100)]
Merge pull request #6134 from annando/6128-again

We now use our regular feed that allows anonymous polling

5 years agoIssue 6128 again: We now use our regular feed that allows anonymous polling
Michael [Wed, 14 Nov 2018 19:26:23 +0000 (19:26 +0000)]
Issue 6128 again: We now use our regular feed that allows anonymous polling

5 years agoMerge pull request #6132 from annando/notice
Hypolite Petovan [Wed, 14 Nov 2018 14:46:57 +0000 (09:46 -0500)]
Merge pull request #6132 from annando/notice

Just some notice again

5 years agoJust some notice again
Michael [Wed, 14 Nov 2018 10:54:42 +0000 (10:54 +0000)]
Just some notice again

5 years agoMerge pull request #6131 from annando/diaspora-relocation
Tobias Diekershoff [Wed, 14 Nov 2018 09:27:25 +0000 (10:27 +0100)]
Merge pull request #6131 from annando/diaspora-relocation

Create a new GUID on user import

5 years agoMerge pull request #6127 from annando/notice
Tobias Diekershoff [Wed, 14 Nov 2018 09:20:47 +0000 (10:20 +0100)]
Merge pull request #6127 from annando/notice

Avoid "Cannot modify header information - headers already sent"

5 years agoForgotten "use"
Michael [Wed, 14 Nov 2018 06:00:01 +0000 (06:00 +0000)]
Forgotten "use"

5 years agoCreate a new GUID on user import
Michael [Wed, 14 Nov 2018 05:58:03 +0000 (05:58 +0000)]
Create a new GUID on user import

5 years agoMerge pull request #6130 from annando/develop
Hypolite Petovan [Tue, 13 Nov 2018 23:46:17 +0000 (18:46 -0500)]
Merge pull request #6130 from annando/develop

Issue 6128: Websub could work now

5 years agoMerge pull request #6129 from friendica/5891-follow-up
Michael Vogel [Tue, 13 Nov 2018 22:29:01 +0000 (23:29 +0100)]
Merge pull request #6129 from friendica/5891-follow-up

Convert remaining instances of "contacts" in mod/(un)follow

5 years agoIssue 6128: Websub could work now
Michael [Tue, 13 Nov 2018 22:23:16 +0000 (22:23 +0000)]
Issue 6128: Websub could work now

5 years agoConvert remaining instances of "contacts" in mod/follow
Hypolite Petovan [Tue, 13 Nov 2018 21:02:33 +0000 (16:02 -0500)]
Convert remaining instances of "contacts" in mod/follow

5 years agoConvert remaining instances of "contacts" in mod/unfollow
Hypolite Petovan [Tue, 13 Nov 2018 21:01:01 +0000 (16:01 -0500)]
Convert remaining instances of "contacts" in mod/unfollow

5 years agoAvoid "Cannot modify header information - headers already sent"
Michael [Tue, 13 Nov 2018 20:20:54 +0000 (20:20 +0000)]
Avoid "Cannot modify header information - headers already sent"

5 years agoMerge pull request #6126 from annando/notice-return-path
Hypolite Petovan [Tue, 13 Nov 2018 18:58:10 +0000 (13:58 -0500)]
Merge pull request #6126 from annando/notice-return-path

Fixes notice "PHP Notice:  Undefined index: return_path"

5 years agoFixes notice "PHP Notice: Undefined index: return_path"
Michael [Tue, 13 Nov 2018 18:10:37 +0000 (18:10 +0000)]
Fixes notice "PHP Notice:  Undefined index: return_path"

5 years agoMerge pull request #6123 from friendica/fabrixxm-patch-1
Tobias Diekershoff [Tue, 13 Nov 2018 14:09:00 +0000 (15:09 +0100)]
Merge pull request #6123 from friendica/fabrixxm-patch-1

Fix Notice in LegacyModule

5 years agoFix Notice in LegacyModule
fabrixxm [Tue, 13 Nov 2018 13:37:51 +0000 (14:37 +0100)]
Fix Notice in LegacyModule

Notice: Only variables should be passed by reference in src/LegacyModule.php on line 68

5 years agoMerge pull request #6121 from annando/hide
Tobias Diekershoff [Tue, 13 Nov 2018 08:39:58 +0000 (09:39 +0100)]
Merge pull request #6121 from annando/hide

Don't suggest hidden contacts / Added AP to the suggestions

5 years agoMerge pull request #6120 from annando/issue-6032
Tobias Diekershoff [Tue, 13 Nov 2018 08:38:08 +0000 (09:38 +0100)]
Merge pull request #6120 from annando/issue-6032

Issue 6032: Avoid fatal error

5 years agoOutput all technical fields - even for hidden contacts
Michael [Tue, 13 Nov 2018 07:09:14 +0000 (07:09 +0000)]
Output all technical fields - even for hidden contacts

5 years agoDon't suggest hidden contacts / Added AP to the suggestions
Michael [Tue, 13 Nov 2018 05:52:21 +0000 (05:52 +0000)]
Don't suggest hidden contacts / Added AP to the suggestions

5 years agoIssue 6032: Avoid fatal error
Michael [Mon, 12 Nov 2018 19:10:40 +0000 (19:10 +0000)]
Issue 6032: Avoid fatal error

5 years agoMerge pull request #6118 from annando/update-before-postupdate
Hypolite Petovan [Mon, 12 Nov 2018 12:19:15 +0000 (07:19 -0500)]
Merge pull request #6118 from annando/update-before-postupdate

Execute database update before post update is called

5 years agoExecute database update before post update is called
Michael [Mon, 12 Nov 2018 10:36:10 +0000 (10:36 +0000)]
Execute database update before post update is called

5 years agoMerge pull request #6114 from annando/server-discovery
Hypolite Petovan [Mon, 12 Nov 2018 05:12:13 +0000 (00:12 -0500)]
Merge pull request #6114 from annando/server-discovery

Fix wrong server detecting / improved Pleroma version numbers

5 years agoMerge pull request #6116 from annando/remove-user
Hypolite Petovan [Mon, 12 Nov 2018 05:11:51 +0000 (00:11 -0500)]
Merge pull request #6116 from annando/remove-user

Avoid a blocked workerqueue due to removed users

5 years agoAvoid a blocked workerqueue due to removed users
Michael [Mon, 12 Nov 2018 05:03:12 +0000 (05:03 +0000)]
Avoid a blocked workerqueue due to removed users

5 years agoA redirect is not an error
Michael [Mon, 12 Nov 2018 04:12:36 +0000 (04:12 +0000)]
A redirect is not an error

5 years agoFix wromg server detecting / improved Pleroma version numbers
Michael [Sun, 11 Nov 2018 21:54:50 +0000 (21:54 +0000)]
Fix wromg server detecting / improved Pleroma version numbers

5 years agoMerge pull request #6113 from annando/api-retweet
Hypolite Petovan [Sun, 11 Nov 2018 21:53:26 +0000 (16:53 -0500)]
Merge pull request #6113 from annando/api-retweet

API: The wrong user had been shown for repeated posts

5 years agoAPI: The wrong user had been shown for repeated posts
Michael [Sun, 11 Nov 2018 19:05:57 +0000 (19:05 +0000)]
API: The wrong user had been shown for repeated posts

5 years agoMerge pull request #6112 from annando/notices
Hypolite Petovan [Sun, 11 Nov 2018 13:01:17 +0000 (08:01 -0500)]
Merge pull request #6112 from annando/notices

Removing some notices again

5 years agoRemoving some notices again
Michael [Sun, 11 Nov 2018 12:15:17 +0000 (12:15 +0000)]
Removing some notices again

5 years agoMerge pull request #6110 from annando/issue-6100
Hypolite Petovan [Sun, 11 Nov 2018 01:57:07 +0000 (20:57 -0500)]
Merge pull request #6110 from annando/issue-6100

Issue 6100: The AS object should be fetchable for every original post

5 years agoMerge pull request #6108 from annando/fork-check
Hypolite Petovan [Sun, 11 Nov 2018 01:56:42 +0000 (20:56 -0500)]
Merge pull request #6108 from annando/fork-check

Add some hook to check if hook should be forked

5 years agoMerge pull request #6111 from AlfredSK/patch-1
Michael Vogel [Sun, 11 Nov 2018 00:23:43 +0000 (01:23 +0100)]
Merge pull request #6111 from AlfredSK/patch-1

Missing use for Strings

5 years agoMissing use for Strings
Steffen K9 [Sun, 11 Nov 2018 00:14:50 +0000 (01:14 +0100)]
Missing use for Strings

In line 72 'Strings::' is used but the 'use Friendica\Util\Strings' was missing.

5 years agoIssue 6100: The AS object should be fetchable for every original post
Michael [Sat, 10 Nov 2018 23:56:11 +0000 (23:56 +0000)]
Issue 6100: The AS object should be fetchable for every original post

5 years agoAdded documentation
Michael [Sat, 10 Nov 2018 16:55:12 +0000 (16:55 +0000)]
Added documentation

5 years agoMerge pull request #6104 from nupplaphil/friendica-6101
Michael Vogel [Sat, 10 Nov 2018 16:39:42 +0000 (17:39 +0100)]
Merge pull request #6104 from nupplaphil/friendica-6101

Finding slow tests

5 years agoMerge pull request #6107 from MrPetovan/bug/5996-fix-toggle-mobile-call
Michael Vogel [Sat, 10 Nov 2018 16:27:04 +0000 (17:27 +0100)]
Merge pull request #6107 from MrPetovan/bug/5996-fix-toggle-mobile-call

Add URL encoding to toggle_mobile parameter

5 years agoSome redesign
Michael [Sat, 10 Nov 2018 15:20:23 +0000 (15:20 +0000)]
Some redesign

5 years agoLogger is not needed anymore
Michael [Sat, 10 Nov 2018 15:16:48 +0000 (15:16 +0000)]
Logger is not needed anymore

5 years agoAdd some hook to check if hook should be forked
Michael [Sat, 10 Nov 2018 15:15:46 +0000 (15:15 +0000)]
Add some hook to check if hook should be forked

5 years agoMerge pull request #6106 from MrPetovan/bug/6103-fix-webfinger-ostatus
Michael Vogel [Sat, 10 Nov 2018 14:15:26 +0000 (15:15 +0100)]
Merge pull request #6106 from MrPetovan/bug/6103-fix-webfinger-ostatus

Fix webfinger and OStatus support

5 years agoAdd URL encoding to toggle_mobile parameter
Hypolite Petovan [Sat, 10 Nov 2018 13:55:48 +0000 (08:55 -0500)]
Add URL encoding to toggle_mobile parameter

5 years agoFix formatting in Probe::uri
Hypolite Petovan [Sat, 10 Nov 2018 13:24:53 +0000 (08:24 -0500)]
Fix formatting in Probe::uri

5 years agoImprove return path in mod/follow
Hypolite Petovan [Sat, 10 Nov 2018 13:24:31 +0000 (08:24 -0500)]
Improve return path in mod/follow

5 years agoUse atom:author/atom:uri as profile-link in Feed::import
Hypolite Petovan [Sat, 10 Nov 2018 13:24:10 +0000 (08:24 -0500)]
Use atom:author/atom:uri as profile-link in Feed::import

- Use atom:author/atom:id as profile-id

5 years agoHonor preference order in webfinger links
Hypolite Petovan [Sat, 10 Nov 2018 13:23:11 +0000 (08:23 -0500)]
Honor preference order in webfinger links

5 years agoAccept URLs with no trailing slash in Probe::uri
Hypolite Petovan [Sat, 10 Nov 2018 13:22:47 +0000 (08:22 -0500)]
Accept URLs with no trailing slash in Probe::uri

5 years agoReplace obsolete Addon::callHooks call with Hook::callAll in Model\Contact
Hypolite Petovan [Sat, 10 Nov 2018 13:18:16 +0000 (08:18 -0500)]
Replace obsolete Addon::callHooks call with Hook::callAll in Model\Contact

5 years agoAccept data structure in Logger::devLog
Hypolite Petovan [Sat, 10 Nov 2018 13:17:33 +0000 (08:17 -0500)]
Accept data structure in Logger::devLog

5 years agoMerge pull request #6102 from zeroadam/TextToStrings
Hypolite Petovan [Fri, 9 Nov 2018 19:44:16 +0000 (14:44 -0500)]
Merge pull request #6102 from zeroadam/TextToStrings

Split text.php to Strings class

5 years agoskipping TTL tests
Philipp Holzer [Fri, 9 Nov 2018 19:39:47 +0000 (20:39 +0100)]
skipping TTL tests

5 years agofriendica-6101 slow travis-ci tests
Philipp Holzer [Fri, 9 Nov 2018 19:14:10 +0000 (20:14 +0100)]
friendica-6101 slow travis-ci tests

5 years agofriendica-6101 slow travis-ci tests
Philipp Holzer [Fri, 9 Nov 2018 18:59:22 +0000 (19:59 +0100)]
friendica-6101 slow travis-ci tests

5 years agoRename removeTags to escapeTags
Adam Magness [Fri, 9 Nov 2018 18:29:42 +0000 (13:29 -0500)]
Rename removeTags to escapeTags

rename function and update calls.

5 years agoRename escapeTags to escapeHtml
Adam Magness [Fri, 9 Nov 2018 18:27:58 +0000 (13:27 -0500)]
Rename escapeTags to escapeHtml

rename function and update calls.

5 years agoMove getTags to BBCode
Adam Magness [Fri, 9 Nov 2018 18:24:19 +0000 (13:24 -0500)]
Move getTags to BBCode

move getTags function to BBCode class and update calls.

5 years agoUpdate and Remove isValidEmail
Adam Magness [Fri, 9 Nov 2018 18:18:42 +0000 (13:18 -0500)]
Update and Remove isValidEmail

change function calls, and remove unneeded function.

5 years agoCreate/Update tests
Adam Magness [Fri, 9 Nov 2018 13:36:28 +0000 (08:36 -0500)]
Create/Update tests

create test for new class, move tests from previous

5 years agobug fix
Adam Magness [Thu, 8 Nov 2018 17:59:00 +0000 (12:59 -0500)]
bug fix

Strings not String

5 years agoMissing Use statements
Adam Magness [Thu, 8 Nov 2018 16:58:42 +0000 (11:58 -0500)]
Missing Use statements

missing use

5 years agonormalise_link calls
Adam Magness [Thu, 8 Nov 2018 16:28:29 +0000 (11:28 -0500)]
normalise_link calls

implement normaliseLink function

5 years agolink_compare calls
Adam Magness [Thu, 8 Nov 2018 15:46:50 +0000 (10:46 -0500)]
link_compare calls

implement compareLink function.

5 years agobase64url calls
Adam Magness [Thu, 8 Nov 2018 15:37:08 +0000 (10:37 -0500)]
base64url calls

implement base64UrlEncode and base64UrlDecode functions

5 years agoprotect_sprintf calls
Adam Magness [Thu, 8 Nov 2018 15:30:45 +0000 (10:30 -0500)]
protect_sprintf calls

implement protectSprintf function

5 years agoformatBytes calls
Adam Magness [Thu, 8 Nov 2018 15:28:49 +0000 (10:28 -0500)]
formatBytes calls

implement function in new class

5 years agodeindent calls
Adam Magness [Thu, 8 Nov 2018 15:26:49 +0000 (10:26 -0500)]
deindent calls

implement function in new class

5 years agoformat_network_name calls
Adam Magness [Thu, 8 Nov 2018 15:24:47 +0000 (10:24 -0500)]
format_network_name calls

implement formatNetworkName function

5 years agoautoname calls
Adam Magness [Thu, 8 Nov 2018 15:22:20 +0000 (10:22 -0500)]
autoname calls

implement getRandomName function

5 years agoescape_tags calls
Adam Magness [Thu, 8 Nov 2018 15:20:03 +0000 (10:20 -0500)]
escape_tags calls

implement escapeTags function