friendica/src
Hypolite Petovan df1c74bd33 Make "like" links one way
- Updated dolike() function to accept a "un-" switch
- [frio] Updated doLikeAction() function to call dolike() instead of having duplicated code
- Added boolean logic (with explanatory truth table) to smartly delete existing activities in Model\Item::performActivity
- Moved verb/activity parameter handling closer to their use in Model\Item::performActivity
- Updated all references to dolike() and doLikeAction() to include the "un-" switch
2020-05-27 08:41:13 -04:00
..
App Add license to src\App namespace 2020-02-08 20:42:47 +01:00
Collection Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
Console Skip user removal if it's already been removed in Console\User 2020-05-09 11:05:20 -04:00
Content Merge remote-tracking branch 'upstream/develop' into annando/issue8514 2020-05-18 21:38:17 +00:00
Core Merge pull request #8657 from MrPetovan/bug/8653-catch-template-engine-errors 2020-05-19 00:22:45 +02:00
Database Updated postupdate function 2020-05-26 21:45:57 +00:00
Factory Use constants for the BBCode modes 2020-05-16 16:28:15 +00:00
Model Make "like" links one way 2020-05-27 08:41:13 -04:00
Module Improve performance of asynchronous like/update 2020-05-27 08:41:10 -04:00
Network Some more "baseurl" improvements 2020-05-24 20:40:00 +00:00
Object Fix the event feature disabling logic in Object\Post 2020-05-27 08:41:12 -04:00
Protocol Centralized gsid generation 2020-05-22 10:10:24 +00:00
Render Add detailed error messages for admin user in Core\Renderer and Render\FriendicaSmartyEngine 2020-05-18 18:10:21 -04:00
Repository Add UID as parameter for notify repository call 2020-03-01 22:24:53 +01:00
Util Add new Strings::startsWith method 2020-05-18 01:05:38 -04:00
Worker The "item-activity" is removed 2020-05-26 05:18:50 +00:00
App.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
BaseCollection.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
BaseEntity.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
BaseFactory.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
BaseModel.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
BaseModule.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
BaseRepository.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00
DI.php Template Engine with Subdirectory 2020-04-26 15:45:25 +02:00
LegacyModule.php Add license info at Friendica classes 2020-02-09 15:45:36 +01:00