nupplaPhil
|
634e657d23
|
Replace Lock::acquire() with DI::lock()->acquire()
|
2020-01-07 00:20:31 +01:00 |
|
Michael
|
f183816b7d
|
Notification type can now be selected
|
2020-01-05 09:10:03 +00:00 |
|
Michael
|
e728c4829f
|
Restructuring
|
2020-01-05 02:18:11 +00:00 |
|
Michael
|
8e2494568e
|
Functionality is now added
|
2020-01-05 01:23:40 +00:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
nupplaPhil
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +01:00 |
|
nupplaPhil
|
50be94aa5e
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
2019-12-29 20:17:47 +01:00 |
|
nupplaPhil
|
e93fba5136
|
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
|
2019-12-29 20:17:45 +01:00 |
|
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Hypolite Petovan
|
b800083a2b
|
Don't process empty hash tags in Model\Item
- Addresses https://github.com/friendica/friendica/issues/7677#issuecomment-565372628
|
2019-12-13 07:16:43 -05:00 |
|
Michael
|
a6c72a209e
|
Issue 7613: When an item is deleted, delete all notifications for it
|
2019-12-10 06:21:18 +00:00 |
|
Michael
|
23cdc9cec8
|
Fixes issue 7914: Reshares got crumbled
|
2019-12-07 21:05:14 +00:00 |
|
Michael
|
e435102089
|
Added logging, fixed indentation, call it from DFRN as well
|
2019-12-05 05:28:28 +00:00 |
|
Michael
|
b9619ee89a
|
Put the title in the body
|
2019-12-04 23:49:07 +00:00 |
|
Michael
|
22c66e1811
|
Add data for shared posts from the original
|
2019-12-04 22:57:09 +00:00 |
|
Michael
|
ade926afc6
|
Storing the mail header in the item
|
2019-11-21 15:28:18 +00:00 |
|
Michael
|
fc94cad5f2
|
Pinned posts now work for visitors in the intended way
|
2019-11-08 06:52:44 +00:00 |
|
Michael
|
806e6a230e
|
Added description, removed sorting
|
2019-11-07 07:41:54 +00:00 |
|
Michael
|
ed58af25a5
|
show pinned items
|
2019-11-07 06:53:18 +00:00 |
|
Michael
|
cf56992444
|
We can now pin our own posts
|
2019-11-07 05:39:15 +00:00 |
|
Philipp Holzer
|
aa7be41728
|
Fix ACLFormatterTest
- Add nullable to expand() function again
- Add angle bracket support to toString()
|
2019-11-01 14:13:29 +01:00 |
|
Philipp Holzer
|
3eda62bfa6
|
Check null for acl-fields
|
2019-10-28 18:16:10 +01:00 |
|
Philipp Holzer
|
3897c74deb
|
Add docs
|
2019-10-25 00:10:20 +02:00 |
|
Philipp Holzer
|
07cea24430
|
Move Activity/Namespaces defines to constants
|
2019-10-24 21:40:12 +02:00 |
|
Philipp Holzer
|
c9e1098dd2
|
Adapt naming convention
|
2019-10-23 21:39:00 +02:00 |
|
Philipp Holzer
|
52c42491c4
|
Move activity_match() to Protocol\Activity::match()
- With tests
|
2019-10-23 02:05:11 +02:00 |
|
Philipp Holzer
|
9e94e8b48c
|
Remove function prepare_text and use BBCode::convert() instead
|
2019-10-23 00:58:13 +02:00 |
|
Philipp Holzer
|
f65f7f11c3
|
Move expand_acl to ACLFormatter::expand()
- including tests
|
2019-10-23 00:40:14 +02:00 |
|
Philipp Holzer
|
a3e350313d
|
Move redir_private_images to Item::addRedirLinkToImageLinks()
|
2019-10-23 00:20:44 +02:00 |
|
Hypolite Petovan
|
146646c4d4
|
Replace deprecated calls to defaults() by ?? and ?: in src/
|
2019-10-16 08:38:52 -04:00 |
|
Michael
|
83b00ef308
|
New function "isAuthenticated"
|
2019-09-28 18:09:11 +00:00 |
|
Michael
|
6e9026e033
|
Renamed function, beginning to replace the "remote_user" function
|
2019-09-28 09:36:41 +00:00 |
|
Michael
|
1ddd2df4b8
|
Removed obsolete code
|
2019-09-28 05:37:24 +00:00 |
|
Michael
|
3dd94355b7
|
Fix permissions when viewing photos, applying same fix to items as well
|
2019-09-27 05:49:23 +00:00 |
|
Hypolite Petovan
|
f5eb8e88f1
|
Remove obsolete blockquote replacement in Item::prepareBody
|
2019-09-12 22:18:46 -04:00 |
|
Michael
|
b2d6854829
|
Issue 7285: Perform duplicate check for item URI also with AP
|
2019-09-10 04:59:12 +00:00 |
|
Michael
|
5a1a5a54dc
|
Delivery count now counts the failed delivery attempts as well
|
2019-08-20 07:39:13 +00:00 |
|
Hypolite Petovan
|
828368267c
|
Add check_dead parameter to Item::enumeratePermissions
|
2019-08-16 23:59:48 -04:00 |
|
Michael
|
aab6b739d8
|
Use the contact id whenever we are following the contact
|
2019-08-13 15:54:47 +00:00 |
|
Michael
|
764c70720c
|
Moved several database stuff out of the transaction to avoid error 1205
|
2019-08-03 10:36:21 +00:00 |
|
Michael
|
bcadf19289
|
"contact-id" has to be set, after "author-id" had been set
|
2019-08-02 17:17:51 +00:00 |
|
Michael
|
9819d31591
|
Merge remote-tracking branch 'upstream/develop' into contact-id-new
|
2019-08-02 16:52:34 +00:00 |
|
Michael
|
418009ffea
|
Improved PR 7452: We now respect the "self" contact
|
2019-08-02 16:46:26 +00:00 |
|
Hypolite Petovan
|
2e6b72ba62
|
Revert "Reworked contact-id generation"
|
2019-08-01 20:39:42 -04:00 |
|
Michael Vogel
|
e8459cce34
|
Merge pull request #7381 from MrPetovan/task/7309-frio-compose
[frio] New Compose page
|
2019-08-01 08:15:02 +02:00 |
|
Michael
|
88aa777410
|
Moved user block
|
2019-07-31 16:09:03 +00:00 |
|
Michael
|
c936232575
|
Added header
|
2019-07-31 16:07:50 +00:00 |
|
Michael
|
cdc44e26de
|
Log level changed
|
2019-07-31 16:05:28 +00:00 |
|
Michael
|
b377906b77
|
Merge remote-tracking branch 'upstream/develop' into tag-deliver-delete
|
2019-07-31 14:11:06 +00:00 |
|
Michael
|
0696026380
|
Improved logging when item had been deliberately deleted after creation
|
2019-07-31 14:09:27 +00:00 |
|
Michael
|
8ddcd8417d
|
Reworked contact-id generation
|
2019-07-30 22:02:32 +00:00 |
|
Hypolite Petovan
|
c149ba2d59
|
Replace $uid parameter by $obj['uid'] in Item::enumeratePermissions
|
2019-07-29 20:31:49 -04:00 |
|
Hypolite Petovan
|
0579252362
|
Add user meta-groups for followers and mutual contacts
- Both Group::expand and Item::enumeratePermissions now have a user id parameter to expand meta-groups
|
2019-07-29 20:31:46 -04:00 |
|
Hypolite Petovan
|
50f3098495
|
Revert adding DBA::toArray to Item::selectToArray
|
2019-07-28 00:12:49 -04:00 |
|
Hypolite Petovan
|
3334a3d497
|
Fix indent in Model\Item
|
2019-07-28 00:06:05 -04:00 |
|
Hypolite Petovan
|
a61ce4fed0
|
Ensure *toArray returns an array
|
2019-07-28 00:03:42 -04:00 |
|
Michael
|
2be0ceac6b
|
Added "selectToArray" functions in DBA and Item
|
2019-07-27 14:33:17 +00:00 |
|
Michael
|
53ffe5a2e1
|
Fetch Diaspora posts by url
|
2019-07-21 07:37:50 +00:00 |
|
Michael
|
931c190566
|
Removed test output
|
2019-07-18 06:20:54 +00:00 |
|
Michael
|
41a1c1c3e6
|
Fetch items by given uri
|
2019-07-18 06:11:02 +00:00 |
|
Michael
|
6bb418c5a7
|
Use "received" instead of "created" when displaying posts in creation order
|
2019-07-07 21:30:33 +00:00 |
|
Michael
|
ee8baf00ce
|
Now without array_merge
|
2019-07-01 22:14:34 +00:00 |
|
Michael
|
6041f74df6
|
New constant for federated protocols
|
2019-07-01 18:00:55 +00:00 |
|
Michael
|
3121d967c5
|
Item delivery data must only be stored when there is data
|
2019-06-29 08:30:48 +00:00 |
|
Michael Vogel
|
9559266075
|
todo added
|
2019-06-23 12:01:14 +02:00 |
|
Michael Vogel
|
f84e2e9d93
|
Fix for distribution of event deletions
|
2019-06-23 08:41:49 +02:00 |
|
Michael
|
496910e750
|
Issue #5983: Ignore reshares from blocked and ignored contacts
|
2019-06-17 11:55:19 +00:00 |
|
Michael
|
f6f22378f1
|
Ignored stuff must be stored.
|
2019-06-14 18:34:17 +00:00 |
|
Michael
|
2482072457
|
Issue 5983: Central check for blocked and ignored contacts added
|
2019-06-14 05:25:10 +00:00 |
|
Michael
|
6970fb2862
|
Issue 7142: Prevent respawn of "remote self" items
|
2019-06-13 05:06:52 +00:00 |
|
Michael
|
41dc243186
|
Fix delivery counter for poking / unify delivery commands
|
2019-06-10 14:19:24 +00:00 |
|
Michael
|
44a49a8d7d
|
Ensure that pokes are always send only via DFRN
|
2019-06-06 04:26:02 +00:00 |
|
Philipp Holzer
|
694cd82d0e
|
Bugfix - author-network (adding to unset list during insert)
|
2019-05-29 21:48:03 +02:00 |
|
Philipp Holzer
|
7334be803d
|
Bugfix - item_id
|
2019-05-29 21:40:21 +02:00 |
|
Philipp Holzer
|
766a10b3b6
|
Adding author-network to ITEM::ITEM_FIELDLIST
see https://github.com/friendica/friendica/issues/6918#issuecomment-493515358
|
2019-05-29 20:09:20 +02:00 |
|
Philipp Holzer
|
15ffb70c5f
|
Adding item_id to Item::ITEM_FIELDLIST
see https://github.com/friendica/friendica/issues/6918#issuecomment-493515358
|
2019-05-29 20:08:21 +02:00 |
|
Michael
|
0244a231d5
|
Fixes "parent-guid" notice - finally
|
2019-05-05 15:48:57 +00:00 |
|
Michael
|
f3cae4bf0c
|
Fixes notices
|
2019-05-05 14:12:43 +00:00 |
|
Hypolite Petovan
|
e6bf97777f
|
Remove /display/{nick}/{id} URL structure publishing
- Remove support for defunct Friendica F-Droid app
|
2019-05-02 17:04:17 -04:00 |
|
Hypolite Petovan
|
9774c95b80
|
Remove duplicate $baseurl template variable
- Remove unused $overwriteURL parameter in Renderer::replaceMacros
|
2019-05-02 09:55:48 -04:00 |
|
Michael
|
dd7406f285
|
API: Fix the displaying of reshared posts
|
2019-04-24 04:26:23 +00:00 |
|
Michael
|
cbe574f6f6
|
Preparation to be able to store "announce" activities
|
2019-03-28 05:45:50 +00:00 |
|
Michael
|
2df2f623e1
|
Store the follow activity in the "item-activity" table
|
2019-03-27 21:46:32 +00:00 |
|
Michael
|
cd0d6cb626
|
Forums now are working with AP as well
|
2019-03-14 18:44:41 +00:00 |
|
Michael
|
35ff932613
|
Follow up to 6834: Don't store item when the server is blocked
|
2019-03-10 21:19:21 +00:00 |
|
Hypolite Petovan
|
67aa188830
|
Improve Logger calls
- Add context in various calls
- Remove deprecated Logger::log call in Processor
|
2019-02-23 17:32:13 -05:00 |
|
Hypolite Petovan
|
8c1db51a76
|
Improve Logger calls
- Replace various deprecated Logger::log calls
- Reassign log level for verbose log calls
|
2019-02-23 17:32:11 -05:00 |
|
Michael
|
8cb2ab2a90
|
Should fix "DB Error 1205: Lock wait timeout exceeded; try restarting transaction"
|
2019-02-12 21:10:45 +00:00 |
|
Michael
|
7939cacc44
|
The function moved from the user to the contact class
|
2019-02-10 17:19:10 +00:00 |
|
Michael
|
758eabd2f6
|
Removed test output
|
2019-02-10 12:21:16 +00:00 |
|
Michael
|
cf3a46b126
|
Don't store multiple follow request from a single person
|
2019-02-10 11:28:17 +00:00 |
|
Michael
|
ebe767b290
|
Hopefully final fix for false notifications
|
2019-02-07 05:38:43 +00:00 |
|
Hypolite Petovan
|
9525e07971
|
Fix greedy regular expression and move code block escaping after tag extraction in Model\Item
|
2019-01-29 20:25:51 -05:00 |
|
Hypolite Petovan
|
2bd62bfdea
|
Merge pull request #6554 from Ixiter/develop-bbcode-tags
Fixed some bugs with weird tagging in [code] blocks and tagging of multiple ##
|
2019-01-29 17:11:54 -05:00 |
|
Peter Liebetrau
|
c3e5c77eb3
|
BBcode, Tags - changes for #pullrequestreview-197771905
|
2019-01-29 22:34:28 +01:00 |
|
Peter Liebetrau
|
5080778ea6
|
BBcode, Tags - moved [code] escaping before BBCode::getTags() call
|
2019-01-29 21:54:20 +01:00 |
|
Peter Liebetrau
|
87b1d0a4d7
|
BBcode, Tags - fixed doubbbllee trroubbllee
|
2019-01-29 21:35:11 +01:00 |
|
Peter Liebetrau
|
d8bd1921ee
|
BBcode, Tags - fix BBCode created tags in [code] blocks, fix usage of multiple ## created tags
|
2019-01-29 21:17:11 +01:00 |
|