f141f5acf4
Prevents share block new lines from being converted to HTML <br> tags
...
- Address https://github.com/friendica/friendica/pull/9621#issuecomment-739333767
2020-12-05 19:55:16 -05:00
1cc509c5ef
Move BBCode version tagging inside of the hash to prevent item-content.rendered-hash overflow
2020-12-04 08:30:51 -05:00
e712706302
Add BBCode versioning
...
- This will trigger the re-conversion of displayed items on version update
2020-12-04 07:29:49 -05:00
a382798999
Add some more result panels to Babel
2020-12-04 07:29:48 -05:00
a0f6d678c4
Add HTML Purify to BBCode::convert
...
- Replace previous HTML cleanup using DOMDocument
- Remove obsolete HTML::sanitizeCSS method
- Use Strings::autoLinkRegEx for PageInfo::getRelevantUrlFromBody
- Update previous tests expectations
- Add new specific XSS tests
2020-12-04 07:29:48 -05:00
bd4dc10588
Ensure that the database.sql contains "if exists"
2020-12-02 08:50:45 +00:00
c1d1b189f7
Cleaned code
2020-12-02 08:36:23 +00:00
6c3b1ac4bd
Moved direct storage
2020-12-02 05:41:33 +00:00
b54465ba9c
Directly post non mirrored feed items
2020-12-02 05:08:39 +00:00
775075c5db
Only spool mirrored posts
2020-12-02 05:07:44 +00:00
e9fecf1541
Only delay mirrored feeds
2020-12-02 04:53:54 +00:00
b2dadf0f92
Use a combined unique index
2020-12-02 00:34:10 +00:00
425440ec24
The network doesn't matter
2020-12-02 00:29:57 +00:00
c302b7c347
Check for existing post
2020-12-02 00:20:07 +00:00
4fbd0a46b5
Reducing parameter list
2020-12-02 00:05:03 +00:00
b047d31a4f
Added logging and default config value
2020-12-01 23:46:50 +00:00
a283b1183b
Move deletion
2020-12-01 23:04:04 +00:00
Michael Vogel
b3f71d174c
Added logging
2020-12-01 23:54:49 +01:00
2aa302c570
New class for handling delayed posts
2020-12-01 22:11:29 +00:00
bb823c323b
Configuration for the priority of the notification for expired messages
2020-11-30 21:40:55 +00:00
4f98da88c4
Merge pull request #9614 from annando/issue-8943
...
Issue 8943: Only check for too old postings for feeds
2020-11-30 16:09:27 -05:00
b30d2c9c6b
Renamed function
2020-11-30 20:59:18 +00:00
9636ffe27d
Merge pull request #9615 from annando/issue-9329
...
Issue 9329: prevent "Expression #1 of SELECT list is not in GROUP BY clause"
2020-11-30 15:58:39 -05:00
ccc07b06de
Issue 9329: prevent "Expression #1 of SELECT list is not in GROUP BY clause"
2020-11-30 20:44:21 +00:00
8bc799ff38
Issue 8943: Only check for too old postings for feeds
2020-11-30 20:32:56 +00:00
20649dd00e
Replaced tab with space
2020-11-30 20:09:52 +00:00
1e09eab921
Another place found where "show less" had been "show more"
2020-11-30 19:52:57 +00:00
d4d55a5865
Issue 8605: "show less" now displays "show less"
2020-11-30 19:30:57 +00:00
5b19469a4c
Fix Notice: Undefined variable: publish_at
2020-11-30 18:27:02 +00:00
Michael Vogel
d0f45c4ecb
Fixed function name and variable
2020-11-30 09:59:29 +01:00
6e06e0cf20
New class for delayed postings
2020-11-30 06:59:00 +00:00
cbd1ba8da2
Post delay is in seconds
2020-11-30 06:23:27 +00:00
a7e0a1f7de
The maximum delay should be a day
2020-11-30 06:19:10 +00:00
Michael Vogel
4c39c88b52
Adjusted log levels, removed spaces
2020-11-30 07:06:43 +01:00
3f3f56db57
Poll interval function moved to feed class, first steps for delayed posts
2020-11-30 05:39:12 +00:00
d05d5a0381
Merge pull request #9608 from annando/delete-table-view
...
Ensure that a view is a view and not a table
2020-11-29 16:33:07 -05:00
Michael Vogel
eb48a36061
Update src/Database/View.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-11-29 21:59:24 +01:00
5f1ea39bad
Display posts that are reshared by the contact
2020-11-29 20:42:03 +00:00
7e6a9bd893
Ensure that a view is a view and not a table
2020-11-29 19:06:43 +00:00
ea2923be67
Merge pull request #9607 from annando/cron-priority
...
Ensure to add the cron forkhood worker task with medium priority
2020-11-29 12:49:02 -05:00
Michael Vogel
03af4062ce
Ensure to add the cron forkhood worker task with medium priority
2020-11-29 17:41:20 +01:00
a68810301a
Fix structure error
2020-11-29 11:43:07 +00:00
7ab63d2106
Store the protocol of the received message
2020-11-29 09:01:51 +00:00
8da8d3c4fd
Only automatically reshare items from DFRN and AP
2020-11-29 00:05:46 +00:00
bda5d43f1e
New "remote self" option: Native Reshare
2020-11-28 22:53:58 +00:00
96d4ec0f53
Merge pull request #9603 from annando/notice
...
Fixes notice "Undefined index: parent-uri"
2020-11-28 08:01:28 -05:00
1d4be7b01f
Fixes notice "Undefined index: parent-uri"
2020-11-28 10:17:55 +00:00
b6f349076c
Fix order of reshared items on the profile page
2020-11-28 06:23:17 +00:00
bd9f36622e
Cast field data when ATTR_EMULATE_PREPARES is enabled
2020-11-27 11:24:31 +00:00
f0d6f8c45e
Merge pull request #9597 from annando/api-endpoints
...
API: Mastodon endpoints added as "unimplemented"
2020-11-26 09:34:36 -05:00