]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoFix missing storage class
nupplaPhil [Fri, 10 Jan 2020 21:27:05 +0000 (22:27 +0100)]
Fix missing storage class

4 years agoMerge pull request #8072 from nupplaphil/task/Cache_to_DI
Hypolite Petovan [Fri, 10 Jan 2020 13:46:03 +0000 (08:46 -0500)]
Merge pull request #8072 from nupplaphil/task/Cache_to_DI

Replace Core\Cache wrapper with DI::cache() method

4 years agoMerge pull request #8062 from nupplaphil/Make-Storage
Hypolite Petovan [Fri, 10 Jan 2020 13:45:07 +0000 (08:45 -0500)]
Merge pull request #8062 from nupplaphil/Make-Storage

Make Storage testable & add tests

4 years agoRemove annotations and fix test..
nupplaPhil [Fri, 10 Jan 2020 12:11:32 +0000 (13:11 +0100)]
Remove annotations and fix test..

4 years agoFixings
nupplaPhil [Thu, 9 Jan 2020 00:48:48 +0000 (01:48 +0100)]
Fixings
- Rename "facStorage" to "storageManager"
- Fix indentation
- Fix tests

4 years agoImplement Hook::callAll('storage_instance') call for addons and add a description...
nupplaPhil [Wed, 8 Jan 2020 21:51:37 +0000 (22:51 +0100)]
Implement Hook::callAll('storage_instance') call for addons and add a description for it.
- Remove implicit Dice usage
- Add concrete instance creating
- Adding Hook call for addon instance creating
- Updating doc for Hook
- Updating tests

4 years agorevert Dice version bump
nupplaPhil [Wed, 8 Jan 2020 20:33:52 +0000 (21:33 +0100)]
revert Dice version bump

4 years agoskip impossible test-scenario
nupplaPhil [Wed, 8 Jan 2020 20:31:16 +0000 (21:31 +0100)]
skip impossible test-scenario

4 years agoremove not working code for checking writable files ("is_writable()" uses a different...
nupplaPhil [Wed, 8 Jan 2020 01:05:30 +0000 (02:05 +0100)]
remove not working code for checking writable files ("is_writable()" uses a different user)

4 years agoFix attach model
nupplaPhil [Mon, 6 Jan 2020 22:58:41 +0000 (23:58 +0100)]
Fix attach model

4 years agoFix in case the storage config is set as file.
nupplaPhil [Mon, 6 Jan 2020 22:23:44 +0000 (23:23 +0100)]
Fix in case the storage config is set as file.

4 years agooptimize update script
nupplaPhil [Mon, 6 Jan 2020 21:46:22 +0000 (22:46 +0100)]
optimize update script

4 years agofix Photo model
nupplaPhil [Mon, 6 Jan 2020 21:07:23 +0000 (22:07 +0100)]
fix Photo model

4 years agomaking update really work ...
nupplaPhil [Mon, 6 Jan 2020 20:14:01 +0000 (21:14 +0100)]
making update really work ...

4 years ago- Fixing SystemResource
nupplaPhil [Mon, 6 Jan 2020 16:42:28 +0000 (17:42 +0100)]
- Fixing SystemResource
- Adding tests for StorageManager
- Updating doc

4 years agoUpdate AddonStorageBackend documentation
nupplaPhil [Sun, 5 Jan 2020 21:33:27 +0000 (22:33 +0100)]
Update AddonStorageBackend documentation

4 years agoMake Storage testable & add tests
nupplaPhil [Sun, 5 Jan 2020 00:58:49 +0000 (01:58 +0100)]
Make Storage testable & add tests
- Making StorageManager dynamic (DI::facStorage())
- Making concrete Storage dynamic (DI::storage())
- Add tests for Storage backend and failure handling
- Bumping Level-2/Dice to "dev-master" until new release
- Using Storage-Names instead of Storage-Classes in config (includes migration)

4 years agoMerge pull request #8086 from annando/delegations
Tobias Diekershoff [Fri, 10 Jan 2020 12:14:00 +0000 (13:14 +0100)]
Merge pull request #8086 from annando/delegations

Fix: Show possible managers again

4 years agoFix: Show possible managers again
Michael [Fri, 10 Jan 2020 08:04:48 +0000 (08:04 +0000)]
Fix: Show possible managers again

4 years agoMerge pull request #8083 from annando/direct-comment
Hypolite Petovan [Thu, 9 Jan 2020 18:33:43 +0000 (13:33 -0500)]
Merge pull request #8083 from annando/direct-comment

Notifications: Now declare direct thread answers as replies

4 years agoAPI: Use NOTIF_DIRECT_THREAD_COMMENT for the API mentions as well
Michael [Thu, 9 Jan 2020 17:58:22 +0000 (17:58 +0000)]
API: Use NOTIF_DIRECT_THREAD_COMMENT for the API mentions as well

4 years agoNotifications: Now declare direct thread answers as replies
Michael [Thu, 9 Jan 2020 17:53:17 +0000 (17:53 +0000)]
Notifications: Now declare direct thread answers as replies

4 years agoMerge pull request #8082 from annando/issue-8081
Hypolite Petovan [Thu, 9 Jan 2020 10:07:12 +0000 (05:07 -0500)]
Merge pull request #8082 from annando/issue-8081

Issue 8081: The usage has to be an object, not an array

4 years agoIssue 8081: The usage has to be an object, not an array
Michael [Thu, 9 Jan 2020 09:55:33 +0000 (09:55 +0000)]
Issue 8081: The usage has to be an object, not an array

4 years agoMerge pull request #8080 from annando/inflated-widgets
Tobias Diekershoff [Thu, 9 Jan 2020 07:01:53 +0000 (08:01 +0100)]
Merge pull request #8080 from annando/inflated-widgets

The widgets in the sidebar are now deflated by standard

4 years agoThe widgets in the sidebar are now deflated by standard
Michael [Thu, 9 Jan 2020 06:53:33 +0000 (06:53 +0000)]
The widgets in the sidebar are now deflated by standard

4 years agoMerge pull request #8078 from MrPetovan/bug/fatal-errors
Philipp [Thu, 9 Jan 2020 06:37:20 +0000 (07:37 +0100)]
Merge pull request #8078 from MrPetovan/bug/fatal-errors

Add cookie clear failed validation in App\Authentication

4 years agoAdd cookie clear failed validation in App\Authentication
Hypolite Petovan [Thu, 9 Jan 2020 00:51:54 +0000 (19:51 -0500)]
Add cookie clear failed validation in App\Authentication

4 years agoMerge pull request #8077 from annando/notifications
Hypolite Petovan [Wed, 8 Jan 2020 23:37:11 +0000 (18:37 -0500)]
Merge pull request #8077 from annando/notifications

Improved notification messages

4 years agoRemoved stuff
Michael [Wed, 8 Jan 2020 23:22:13 +0000 (23:22 +0000)]
Removed stuff

4 years agochanged priority of messages
Michael [Wed, 8 Jan 2020 22:36:31 +0000 (22:36 +0000)]
changed priority of messages

4 years agoMerge pull request #8076 from MrPetovan/bug/fatal-errors
Philipp [Wed, 8 Jan 2020 22:15:02 +0000 (23:15 +0100)]
Merge pull request #8076 from MrPetovan/bug/fatal-errors

Remove unnecessary subnamespaces in Model\Introduction

4 years agoUse "replied"
Michael [Wed, 8 Jan 2020 21:59:12 +0000 (21:59 +0000)]
Use "replied"

4 years agoImproved notification messages
Michael [Wed, 8 Jan 2020 21:48:59 +0000 (21:48 +0000)]
Improved notification messages

4 years agoRemove unnecessary subnamespaces in Model\Introduction
Hypolite Petovan [Wed, 8 Jan 2020 21:46:02 +0000 (16:46 -0500)]
Remove unnecessary subnamespaces in Model\Introduction

- Addresses https://github.com/friendica/friendica/issues/7998#issuecomment-572270238

4 years agoMerge pull request #8075 from annando/html-escaping
Hypolite Petovan [Wed, 8 Jan 2020 21:18:36 +0000 (16:18 -0500)]
Merge pull request #8075 from annando/html-escaping

Fix: removed unneeded HTML escaping

4 years agoTests, still ongoing ...
Michael [Wed, 8 Jan 2020 20:39:27 +0000 (20:39 +0000)]
Tests, still ongoing ...

4 years agotests ...
Michael [Wed, 8 Jan 2020 20:27:54 +0000 (20:27 +0000)]
tests ...

4 years agoReverted notify, changed test
Michael [Wed, 8 Jan 2020 20:15:01 +0000 (20:15 +0000)]
Reverted notify, changed test

4 years agoMerge pull request #8071 from nupplaphil/task/Lock_to_lock
Hypolite Petovan [Wed, 8 Jan 2020 19:25:46 +0000 (14:25 -0500)]
Merge pull request #8071 from nupplaphil/task/Lock_to_lock

Replace Core\Lock wrapper with DI::lock() method

4 years agoMerge pull request #8074 from MrPetovan/task/domain-driven
Philipp [Wed, 8 Jan 2020 17:00:50 +0000 (18:00 +0100)]
Merge pull request #8074 from MrPetovan/task/domain-driven

Domain-driven-design implementation 4th iteration

4 years agoFixed notification text
Michael [Wed, 8 Jan 2020 09:43:29 +0000 (09:43 +0000)]
Fixed notification text

4 years agoCorrected test
Michael [Wed, 8 Jan 2020 09:36:05 +0000 (09:36 +0000)]
Corrected test

4 years agoTests, next try
Michael [Wed, 8 Jan 2020 06:43:15 +0000 (06:43 +0000)]
Tests, next try

4 years agoRemoved tests
Michael [Tue, 7 Jan 2020 23:23:38 +0000 (23:23 +0000)]
Removed tests

4 years agoAdded test files, don't know if this works
Michael [Tue, 7 Jan 2020 23:05:07 +0000 (23:05 +0000)]
Added test files, don't know if this works

4 years agoFix: removed unneeded HTML escaping
Michael [Tue, 7 Jan 2020 22:00:39 +0000 (22:00 +0000)]
Fix: removed unneeded HTML escaping

4 years agoRemove unused code
Hypolite Petovan [Tue, 7 Jan 2020 21:18:57 +0000 (16:18 -0500)]
Remove unused code

4 years agoUpgrade @method to overriden methods
Hypolite Petovan [Tue, 7 Jan 2020 21:18:45 +0000 (16:18 -0500)]
Upgrade @method to overriden methods

- This enables contextual help in older IDEs (looking at you VSCode)

4 years agoCreate documentation about Domain-Driven-Design
Hypolite Petovan [Sun, 5 Jan 2020 22:55:16 +0000 (17:55 -0500)]
Create documentation about Domain-Driven-Design

4 years agoUpdate the Introductions domain to use repository, model and collection
Hypolite Petovan [Sun, 5 Jan 2020 22:50:33 +0000 (17:50 -0500)]
Update the Introductions domain to use repository, model and collection

4 years agoIntroduce Mastodon entity factories and API\Entity
Hypolite Petovan [Sun, 5 Jan 2020 22:29:54 +0000 (17:29 -0500)]
Introduce Mastodon entity factories and API\Entity

4 years agoIntroduce Repository, Factory, Collection, Model base classes
Hypolite Petovan [Sun, 5 Jan 2020 22:26:51 +0000 (17:26 -0500)]
Introduce Repository, Factory, Collection, Model base classes

4 years agoAdd DBA::collapseCondition method
Hypolite Petovan [Sun, 5 Jan 2020 22:22:07 +0000 (17:22 -0500)]
Add DBA::collapseCondition method

- Update Database->update for use with DBA::collapseCondition

4 years agoMerge pull request #8073 from annando/issue-8067
Hypolite Petovan [Tue, 7 Jan 2020 00:55:58 +0000 (19:55 -0500)]
Merge pull request #8073 from annando/issue-8067

Issue 8067: Posts from Mastodon had been wrongly parsed

4 years agoIssue 8067: Posts from Mastodon had been wrongly parsed
Michael [Tue, 7 Jan 2020 00:16:42 +0000 (00:16 +0000)]
Issue 8067: Posts from Mastodon had been wrongly parsed

4 years agoRename mock-methods
nupplaPhil [Mon, 6 Jan 2020 23:57:30 +0000 (00:57 +0100)]
Rename mock-methods

4 years agoMove remaining namespaces and delete Core\Cache.php
nupplaPhil [Mon, 6 Jan 2020 23:51:02 +0000 (00:51 +0100)]
Move remaining namespaces and delete Core\Cache.php

4 years agoMove Cache::get() to DI::cache()->get()
nupplaPhil [Mon, 6 Jan 2020 23:45:49 +0000 (00:45 +0100)]
Move Cache::get() to DI::cache()->get()

4 years agoMove Cache::set() to DI::cache()->set()
nupplaPhil [Mon, 6 Jan 2020 23:41:20 +0000 (00:41 +0100)]
Move Cache::set() to DI::cache()->set()

4 years agoRemove unused function Cache::delete()
nupplaPhil [Mon, 6 Jan 2020 23:37:01 +0000 (00:37 +0100)]
Remove unused function Cache::delete()

4 years agoMove Cache::clear() to DI::cache()->clear()
nupplaPhil [Mon, 6 Jan 2020 23:35:03 +0000 (00:35 +0100)]
Move Cache::clear() to DI::cache()->clear()

4 years agoRemove unused method Cache::getAllKeys()
nupplaPhil [Mon, 6 Jan 2020 23:34:26 +0000 (00:34 +0100)]
Remove unused method Cache::getAllKeys()

4 years agoReplace Lock::release() with DI::lock()->release() and remove Core\Lock
nupplaPhil [Mon, 6 Jan 2020 23:24:10 +0000 (00:24 +0100)]
Replace Lock::release() with DI::lock()->release() and remove Core\Lock

4 years agoReplace Lock::acquire() with DI::lock()->acquire()
nupplaPhil [Mon, 6 Jan 2020 23:20:31 +0000 (00:20 +0100)]
Replace Lock::acquire() with DI::lock()->acquire()

4 years agoMerge pull request #8070 from nupplaphil/bug/8069-logout
Hypolite Petovan [Mon, 6 Jan 2020 22:22:40 +0000 (17:22 -0500)]
Merge pull request #8070 from nupplaphil/bug/8069-logout

Clear cookies before session clear

4 years agoremoved some static wrapper
nupplaPhil [Mon, 6 Jan 2020 23:14:01 +0000 (00:14 +0100)]
removed some static wrapper

4 years agoclear cookie before session clear
nupplaPhil [Mon, 6 Jan 2020 23:10:15 +0000 (00:10 +0100)]
clear cookie before session clear

4 years agoMerge pull request #8063 from MrPetovan/bug/8058-use-default-user-acl-events
Philipp [Mon, 6 Jan 2020 13:18:20 +0000 (14:18 +0100)]
Merge pull request #8063 from MrPetovan/bug/8058-use-default-user-acl-events

Use default user permissions when creating new event

4 years agoMerge pull request #8066 from annando/notifications
Hypolite Petovan [Mon, 6 Jan 2020 01:43:09 +0000 (20:43 -0500)]
Merge pull request #8066 from annando/notifications

The item notifications now are based upon the "user-item" field

4 years agoThe item notifications now are based upon the "user-item" field
Michael [Mon, 6 Jan 2020 00:59:18 +0000 (00:59 +0000)]
The item notifications now are based upon the "user-item" field

4 years agoMerge pull request #8059 from annando/item-notification
Hypolite Petovan [Mon, 6 Jan 2020 00:35:34 +0000 (19:35 -0500)]
Merge pull request #8059 from annando/item-notification

Item notification data is now stored in the "user-item" table

4 years agoUse default user permissions when creating new event
Hypolite Petovan [Sun, 5 Jan 2020 22:09:05 +0000 (17:09 -0500)]
Use default user permissions when creating new event

4 years agoRemove unused use statements in Module\Item\Compose
Hypolite Petovan [Sun, 5 Jan 2020 22:08:41 +0000 (17:08 -0500)]
Remove unused use statements in Module\Item\Compose

4 years agoAllow special groups in default user permissions
Hypolite Petovan [Sun, 5 Jan 2020 22:07:33 +0000 (17:07 -0500)]
Allow special groups in default user permissions

- Use ACLFormatter in ACL::getDefaultUserPermissions
- Remove ACL::fixACL
- Add return value to Contact::pruneUnavailable

4 years agoWe only search for items with the same uid
Michael [Sun, 5 Jan 2020 20:42:32 +0000 (20:42 +0000)]
We only search for items with the same uid

4 years agoFix condition creation
Michael [Sun, 5 Jan 2020 19:48:01 +0000 (19:48 +0000)]
Fix condition creation

4 years agoAPI: We now use the "notification-type" field for mentions
Michael [Sun, 5 Jan 2020 19:32:39 +0000 (19:32 +0000)]
API: We now use the "notification-type" field for mentions

4 years agoMerge remote-tracking branch 'upstream/develop' into item-notification
Michael [Sun, 5 Jan 2020 19:31:30 +0000 (19:31 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-notification

4 years agoMerge pull request #8061 from annando/ap-receiver
Tobias Diekershoff [Sun, 5 Jan 2020 18:30:42 +0000 (19:30 +0100)]
Merge pull request #8061 from annando/ap-receiver

AP: ensure that incoming posts are reaching all receivers

4 years agoMerge pull request #8060 from annando/fix-error
Philipp [Sun, 5 Jan 2020 17:32:47 +0000 (18:32 +0100)]
Merge pull request #8060 from annando/fix-error

Fix a missing ")"

4 years agoAP: ensure that incoming posts are reaching all receivers
Michael [Sun, 5 Jan 2020 17:20:23 +0000 (17:20 +0000)]
AP: ensure that incoming posts are reaching all receivers

4 years agoFix a missing ")"
Michael [Sun, 5 Jan 2020 17:19:37 +0000 (17:19 +0000)]
Fix a missing ")"

4 years agoAdded to-do
Michael [Sun, 5 Jan 2020 13:37:24 +0000 (13:37 +0000)]
Added to-do

4 years agoImproved check for invalid profiles
Michael [Sun, 5 Jan 2020 13:19:11 +0000 (13:19 +0000)]
Improved check for invalid profiles

4 years agoNow using only a single array
Michael [Sun, 5 Jan 2020 13:13:36 +0000 (13:13 +0000)]
Now using only a single array

4 years agoRemove duplicates in a better way
Michael [Sun, 5 Jan 2020 13:05:00 +0000 (13:05 +0000)]
Remove duplicates in a better way

4 years agoRestructured profile generation
Michael [Sun, 5 Jan 2020 12:49:57 +0000 (12:49 +0000)]
Restructured profile generation

4 years agoAdded index for performance considerations
Michael [Sun, 5 Jan 2020 12:48:18 +0000 (12:48 +0000)]
Added index for performance considerations

4 years agoClarified description
Michael [Sun, 5 Jan 2020 12:07:02 +0000 (12:07 +0000)]
Clarified description

4 years agoSpaces
Michael [Sun, 5 Jan 2020 12:00:15 +0000 (12:00 +0000)]
Spaces

4 years agoAdded type hints
Michael [Sun, 5 Jan 2020 11:00:57 +0000 (11:00 +0000)]
Added type hints

4 years agoFix post update / clean up code
Michael [Sun, 5 Jan 2020 10:16:01 +0000 (10:16 +0000)]
Fix post update / clean up code

4 years agoDon't create notifications for own posts
Michael [Sun, 5 Jan 2020 09:48:31 +0000 (09:48 +0000)]
Don't create notifications for own posts

4 years agoAdded post update
Michael [Sun, 5 Jan 2020 09:10:32 +0000 (09:10 +0000)]
Added post update

4 years agoNotification type can now be selected
Michael [Sun, 5 Jan 2020 09:10:03 +0000 (09:10 +0000)]
Notification type can now be selected

4 years agoImproved documentation, now checking all items
Michael [Sun, 5 Jan 2020 09:08:40 +0000 (09:08 +0000)]
Improved documentation, now checking all items

4 years agoMerge remote-tracking branch 'upstream/develop' into item-notification
Michael [Sun, 5 Jan 2020 07:47:55 +0000 (07:47 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-notification

4 years agoMerge pull request #8057 from annando/notice-error
Tobias Diekershoff [Sun, 5 Jan 2020 06:40:31 +0000 (07:40 +0100)]
Merge pull request #8057 from annando/notice-error

Fix an error and a notice

4 years agoFix an error and a notice
Michael [Sun, 5 Jan 2020 02:19:02 +0000 (02:19 +0000)]
Fix an error and a notice