]> git.mxchange.org Git - friendica.git/log
friendica.git
4 years agoMerge pull request #7465 from nupplaphil/task/dice_cache_lock
Hypolite Petovan [Tue, 6 Aug 2019 11:05:07 +0000 (07:05 -0400)]
Merge pull request #7465 from nupplaphil/task/dice_cache_lock

Refactor Cache/Lock to DICE

4 years agoMerge pull request #7482 from annando/image-description
Tobias Diekershoff [Tue, 6 Aug 2019 06:21:54 +0000 (08:21 +0200)]
Merge pull request #7482 from annando/image-description

Support for multiple picture posts in API and connectors

4 years agoremove constructor parameter
Philipp Holzer [Tue, 6 Aug 2019 05:43:13 +0000 (07:43 +0200)]
remove constructor parameter

4 years agoSupport for multiple picture posts
Michael [Tue, 6 Aug 2019 05:35:21 +0000 (05:35 +0000)]
Support for multiple picture posts

4 years agoSupport for posting multiple pictures via API
Michael [Tue, 6 Aug 2019 05:34:04 +0000 (05:34 +0000)]
Support for posting multiple pictures via API

4 years agoMerge pull request #7480 from MrPetovan/develop
Tobias Diekershoff [Tue, 6 Aug 2019 04:39:00 +0000 (06:39 +0200)]
Merge pull request #7480 from MrPetovan/develop

Revert using LIBXML_NOBLANKS

4 years agoRevert using LIBXML_NOBLANKS
Hypolite Petovan [Tue, 6 Aug 2019 00:56:17 +0000 (20:56 -0400)]
Revert using LIBXML_NOBLANKS

- This removed all self-closing tags (img, br, etc...) from HTML sources

4 years agoMerge pull request #7479 from annando/image-description
Hypolite Petovan [Mon, 5 Aug 2019 17:26:10 +0000 (13:26 -0400)]
Merge pull request #7479 from annando/image-description

Support for image descriptions and multiple image posts to external services

4 years agoMerge pull request #7477 from tobiasd/20190805-lng
Hypolite Petovan [Mon, 5 Aug 2019 17:25:09 +0000 (13:25 -0400)]
Merge pull request #7477 from tobiasd/20190805-lng

DE, PL translation updates

4 years agoAvoid a notice
Michael [Mon, 5 Aug 2019 16:48:58 +0000 (16:48 +0000)]
Avoid a notice

4 years agoMerge pull request #7478 from tobiasd/20190805-typo
Michael Vogel [Mon, 5 Aug 2019 16:33:24 +0000 (18:33 +0200)]
Merge pull request #7478 from tobiasd/20190805-typo

Typo in setting description

4 years agoAdded support for image descriptions and multiple image posts to external services
Michael [Mon, 5 Aug 2019 16:27:45 +0000 (16:27 +0000)]
Added support for image descriptions and multiple image posts to external services

4 years agoTypo in setting description
Tobias Diekershoff [Mon, 5 Aug 2019 16:07:43 +0000 (18:07 +0200)]
Typo in setting description

4 years agoDE translation update THX hoergen
Tobias Diekershoff [Mon, 5 Aug 2019 16:03:46 +0000 (18:03 +0200)]
DE translation update THX hoergen

4 years agoMerge pull request #7476 from tobiasd/20180805-issue7471
Michael Vogel [Mon, 5 Aug 2019 15:41:15 +0000 (17:41 +0200)]
Merge pull request #7476 from tobiasd/20180805-issue7471

[frio] remove basepath form field from admin panel site page

4 years agoPL translation update THX waldis
Tobias Diekershoff [Mon, 5 Aug 2019 15:35:23 +0000 (17:35 +0200)]
PL translation update THX waldis

4 years ago[frio] remove basepath form field from admin panel site page
Tobias Diekershoff [Mon, 5 Aug 2019 15:24:30 +0000 (17:24 +0200)]
[frio] remove basepath form field from admin panel site page

4 years agoRevert ProfilerTest
Philipp Holzer [Mon, 5 Aug 2019 07:22:06 +0000 (09:22 +0200)]
Revert ProfilerTest

4 years agoUsing method-chaining for DICE
Philipp Holzer [Mon, 5 Aug 2019 07:02:55 +0000 (09:02 +0200)]
Using method-chaining for DICE

4 years agoMerge pull request #7474 from MrPetovan/bug/7457-html-bbcode-plaintext
Michael Vogel [Sun, 4 Aug 2019 20:08:53 +0000 (22:08 +0200)]
Merge pull request #7474 from MrPetovan/bug/7457-html-bbcode-plaintext

Fix HTML/BBCode::toPlaintext

4 years agoFixing sort of BaseURL usage for App & Cache usage
Philipp Holzer [Sun, 4 Aug 2019 17:02:16 +0000 (19:02 +0200)]
Fixing sort of BaseURL usage for App & Cache usage

4 years agoSwitched to Classes for ApiTest
Philipp Holzer [Sun, 4 Aug 2019 16:50:24 +0000 (18:50 +0200)]
Switched to Classes for ApiTest

4 years agoMerge pull request #7463 from annando/alt-description
Hypolite Petovan [Sun, 4 Aug 2019 14:34:20 +0000 (10:34 -0400)]
Merge pull request #7463 from annando/alt-description

Respecting the "alt" description of images during import from HTML

4 years agoAdd test case for this bug
Hypolite Petovan [Sun, 4 Aug 2019 14:24:25 +0000 (10:24 -0400)]
Add test case for this bug

- Fix whitespaces in MarkdownTest

4 years agoAdd HTML output panel to babel module
Hypolite Petovan [Sun, 4 Aug 2019 14:22:49 +0000 (10:22 -0400)]
Add HTML output panel to babel module

4 years agoImprove BBCode:toPlaintext
Hypolite Petovan [Sun, 4 Aug 2019 14:22:23 +0000 (10:22 -0400)]
Improve BBCode:toPlaintext

- Fix issue where matching literal square brackets were removed with their content
- Fix issue where content without line feeds between BBCode tags would end up compacted in plain text
- Update extr calls to BBCode::toPlaintext in api

4 years agoRenamed __toString() to getName()
Philipp Holzer [Sun, 4 Aug 2019 14:13:53 +0000 (16:13 +0200)]
Renamed __toString() to getName()

4 years agoImprove HTML::toPlaintext
Hypolite Petovan [Sun, 4 Aug 2019 14:11:59 +0000 (10:11 -0400)]
Improve HTML::toPlaintext

- Ignore empty trimmed text nodes
- Ignore anchor links
- Ignore blank tags and avoids adding a doctype to transitional DOM objects

4 years agoRemoved some leftovers
Philipp Holzer [Sun, 4 Aug 2019 13:58:53 +0000 (15:58 +0200)]
Removed some leftovers

4 years agoRemove unused class variable
Philipp Holzer [Sun, 4 Aug 2019 13:54:37 +0000 (15:54 +0200)]
Remove unused class variable

4 years ago- Move constants to the "Cache" class (more transparent than inside the interface)
Philipp Holzer [Sun, 4 Aug 2019 13:51:49 +0000 (15:51 +0200)]
- Move constants to the "Cache" class (more transparent than inside the interface)

4 years agoAdding possibility to use a different cache-backend for locking and caching
Philipp Holzer [Sun, 4 Aug 2019 13:42:39 +0000 (15:42 +0200)]
Adding possibility to use a different cache-backend for locking and caching
- Renaming *LockDriver to *Lock since it isn't a "driver" anymore

4 years agoMerge remote-tracking branch 'upstream/develop' into alt-description
Michael [Sun, 4 Aug 2019 12:07:21 +0000 (12:07 +0000)]
Merge remote-tracking branch 'upstream/develop' into alt-description

4 years agoMerge pull request #7466 from annando/api-alt
Hypolite Petovan [Sun, 4 Aug 2019 11:16:34 +0000 (07:16 -0400)]
Merge pull request #7466 from annando/api-alt

API: We now transmit the text description there as well

4 years agoRename *CacheDriver to *Cache because they don't act as driver anymore
Philipp Holzer [Sun, 4 Aug 2019 08:26:53 +0000 (10:26 +0200)]
Rename *CacheDriver to *Cache because they don't act as driver anymore

4 years agoPartly reverted, real problem fixed
Michael [Sun, 4 Aug 2019 04:29:52 +0000 (04:29 +0000)]
Partly reverted, real problem fixed

4 years agoAPI: We now transmit the text description there as well
Michael [Sun, 4 Aug 2019 03:45:23 +0000 (03:45 +0000)]
API: We now transmit the text description there as well

4 years agoRefactor Cache/Lock to DICE
Philipp Holzer [Sat, 3 Aug 2019 18:48:56 +0000 (20:48 +0200)]
Refactor Cache/Lock to DICE
- Refactor Cache classes
- Refactor Lock classes
- Improved test speed (removed some seperate class annotations)

4 years agoRespecting the "alt" description of images during import from HTML
Michael [Sat, 3 Aug 2019 11:48:47 +0000 (11:48 +0000)]
Respecting the "alt" description of images during import from HTML

4 years agoMerge pull request #7461 from annando/handling-db-error
Hypolite Petovan [Sat, 3 Aug 2019 11:10:26 +0000 (07:10 -0400)]
Merge pull request #7461 from annando/handling-db-error

Moved several database stuff out of the transaction to avoid error 1205

4 years agoMerge pull request #7462 from annando/contact-uid
Hypolite Petovan [Sat, 3 Aug 2019 11:07:53 +0000 (07:07 -0400)]
Merge pull request #7462 from annando/contact-uid

The "contact-uid" is now a reliable proof for contacts that we follow

4 years agoThe "contact-uid" is now a reliable proof for contacts that we follow
Michael [Sat, 3 Aug 2019 10:44:16 +0000 (10:44 +0000)]
The "contact-uid" is now a reliable proof for contacts that we follow

4 years agoMoved several database stuff out of the transaction to avoid error 1205
Michael [Sat, 3 Aug 2019 10:36:21 +0000 (10:36 +0000)]
Moved several database stuff out of the transaction to avoid error 1205

4 years agoMerge pull request #7458 from annando/fix-7449
Hypolite Petovan [Fri, 2 Aug 2019 17:26:57 +0000 (13:26 -0400)]
Merge pull request #7458 from annando/fix-7449

Fix issue 7449: Image permissions are now set like before

4 years agoMerge pull request #7459 from annando/notice
Hypolite Petovan [Fri, 2 Aug 2019 17:26:47 +0000 (13:26 -0400)]
Merge pull request #7459 from annando/notice

Fix a notice when setting a picture description via API

4 years agoMerge pull request #7460 from annando/contact-id-new
Hypolite Petovan [Fri, 2 Aug 2019 17:23:06 +0000 (13:23 -0400)]
Merge pull request #7460 from annando/contact-id-new

 Improved PR 7452: We now respect the "self" contact

4 years ago"contact-id" has to be set, after "author-id" had been set
Michael [Fri, 2 Aug 2019 17:17:51 +0000 (17:17 +0000)]
"contact-id" has to be set, after "author-id" had been set

4 years agoClarified description
Michael [Fri, 2 Aug 2019 16:59:26 +0000 (16:59 +0000)]
Clarified description

4 years agoMerge remote-tracking branch 'upstream/develop' into contact-id-new
Michael [Fri, 2 Aug 2019 16:52:34 +0000 (16:52 +0000)]
Merge remote-tracking branch 'upstream/develop' into contact-id-new

4 years agoImproved PR 7452: We now respect the "self" contact
Michael [Fri, 2 Aug 2019 16:46:26 +0000 (16:46 +0000)]
Improved PR 7452: We now respect the "self" contact

4 years agoFix a notice when setting a picture description via API
Michael [Fri, 2 Aug 2019 16:43:36 +0000 (16:43 +0000)]
Fix a notice when setting a picture description via API

4 years agoFixed description
Michael [Fri, 2 Aug 2019 16:42:24 +0000 (16:42 +0000)]
Fixed description

4 years agoFix issue 7449: Image permissions are now set like before
Michael [Fri, 2 Aug 2019 16:38:50 +0000 (16:38 +0000)]
Fix issue 7449: Image permissions are now set like before

4 years agoMerge pull request #7455 from friendica/revert-7452-contact-id
Hypolite Petovan [Fri, 2 Aug 2019 00:40:08 +0000 (20:40 -0400)]
Merge pull request #7455 from friendica/revert-7452-contact-id

Revert "Reworked contact-id generation"

4 years agoRevert "Reworked contact-id generation"
Hypolite Petovan [Fri, 2 Aug 2019 00:39:42 +0000 (20:39 -0400)]
Revert "Reworked contact-id generation"

4 years agoMerge pull request #7381 from MrPetovan/task/7309-frio-compose
Michael Vogel [Thu, 1 Aug 2019 06:15:02 +0000 (08:15 +0200)]
Merge pull request #7381 from MrPetovan/task/7309-frio-compose

[frio] New Compose page

4 years agoMerge pull request #7444 from nupplaphil/task/dice_console
Hypolite Petovan [Wed, 31 Jul 2019 18:07:45 +0000 (14:07 -0400)]
Merge pull request #7444 from nupplaphil/task/dice_console

Use DICE for Console

4 years agoMerge pull request #7453 from annando/tag-deliver-delete
Philipp [Wed, 31 Jul 2019 17:44:58 +0000 (19:44 +0200)]
Merge pull request #7453 from annando/tag-deliver-delete

 Improved logging when item had been deliberately deleted after creation

4 years agoAdding Configuration dependency
Philipp Holzer [Wed, 31 Jul 2019 17:43:00 +0000 (19:43 +0200)]
Adding Configuration dependency

4 years agoUse DICE for Console
Philipp Holzer [Sun, 28 Jul 2019 20:06:33 +0000 (22:06 +0200)]
Use DICE for Console
- Use Friendica\Core\Console as Controller for DI-library
- Refactor every console command to use DICE (when possible)
- Adjusting tests

4 years agoMoved user block
Michael [Wed, 31 Jul 2019 16:09:03 +0000 (16:09 +0000)]
Moved user block

4 years agoAdded header
Michael [Wed, 31 Jul 2019 16:07:50 +0000 (16:07 +0000)]
Added header

4 years agoLog level changed
Michael [Wed, 31 Jul 2019 16:05:28 +0000 (16:05 +0000)]
Log level changed

4 years agoMerge remote-tracking branch 'upstream/develop' into tag-deliver-delete
Michael [Wed, 31 Jul 2019 14:11:06 +0000 (14:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into tag-deliver-delete

4 years agoImproved logging when item had been deliberately deleted after creation
Michael [Wed, 31 Jul 2019 14:09:27 +0000 (14:09 +0000)]
Improved logging when item had been deliberately deleted after creation

4 years agoMerge pull request #7452 from annando/contact-id
Hypolite Petovan [Wed, 31 Jul 2019 12:12:00 +0000 (08:12 -0400)]
Merge pull request #7452 from annando/contact-id

Reworked contact-id generation

4 years agoMerge pull request #7450 from annando/api-alt-description
Hypolite Petovan [Tue, 30 Jul 2019 22:45:06 +0000 (18:45 -0400)]
Merge pull request #7450 from annando/api-alt-description

We can now set image descriptions via API

4 years agoWe now use a central function for fetching the postdata
Michael [Tue, 30 Jul 2019 22:26:01 +0000 (22:26 +0000)]
We now use a central function for fetching the postdata

4 years agoReworked contact-id generation
Michael [Tue, 30 Jul 2019 22:02:32 +0000 (22:02 +0000)]
Reworked contact-id generation

4 years agoMerge remote-tracking branch 'upstream/develop' into api-alt-description
Michael [Tue, 30 Jul 2019 13:40:12 +0000 (13:40 +0000)]
Merge remote-tracking branch 'upstream/develop' into api-alt-description

4 years agoMerge pull request #7451 from annando/ap-contact-id
Hypolite Petovan [Tue, 30 Jul 2019 13:23:43 +0000 (09:23 -0400)]
Merge pull request #7451 from annando/ap-contact-id

Fix: The field "contact-id" now contains the correct contact id again

4 years agoFix: The field "contact-id" now contains the correct contact id again
Michael [Tue, 30 Jul 2019 13:08:14 +0000 (13:08 +0000)]
Fix: The field "contact-id" now contains the correct contact id again

4 years agoUse tabs
Michael [Tue, 30 Jul 2019 05:38:10 +0000 (05:38 +0000)]
Use tabs

4 years agoAdded documentation
Michael [Tue, 30 Jul 2019 05:36:06 +0000 (05:36 +0000)]
Added documentation

4 years agoWe can now set image descriptions via API
Michael [Tue, 30 Jul 2019 05:02:26 +0000 (05:02 +0000)]
We can now set image descriptions via API

4 years agoReplace obsolete #comment-preview-inp field by query string append
Hypolite Petovan [Tue, 30 Jul 2019 01:58:37 +0000 (21:58 -0400)]
Replace obsolete #comment-preview-inp field by query string append

4 years agoReplace removed Contact::select method with Contact::selectToArray in Compose module
Hypolite Petovan [Sun, 28 Jul 2019 15:23:50 +0000 (11:23 -0400)]
Replace removed Contact::select method with Contact::selectToArray in Compose module

4 years agoFix formatting in Model\Group
Hypolite Petovan [Sun, 28 Jul 2019 13:39:45 +0000 (09:39 -0400)]
Fix formatting in Model\Group

- Improve logging call
- Replace removed App->getDatabase call

4 years agoDevelop one-liner in Item\Compose
Hypolite Petovan [Sat, 27 Jul 2019 22:06:47 +0000 (18:06 -0400)]
Develop one-liner in Item\Compose

4 years agoReplace removed Contact::select by Contact::selectToArray
Hypolite Petovan [Sat, 27 Jul 2019 22:06:29 +0000 (18:06 -0400)]
Replace removed Contact::select by Contact::selectToArray

- Add explicit DBA::close in Model\Group

4 years agoReplace $uid parameter by $obj['uid'] in Item::enumeratePermissions
Hypolite Petovan [Sat, 27 Jul 2019 22:04:24 +0000 (18:04 -0400)]
Replace $uid parameter by $obj['uid'] in Item::enumeratePermissions

4 years agoImprove compose page template
Hypolite Petovan [Sat, 20 Jul 2019 02:20:14 +0000 (22:20 -0400)]
Improve compose page template

- Update title and description of the limited/private panel
- Move CC email addresses outside of the visibility panels

4 years agoAdd meta protocol group for private post support
Hypolite Petovan [Sat, 20 Jul 2019 02:19:29 +0000 (22:19 -0400)]
Add meta protocol group for private post support

4 years agoOnly include natively supported protocol contacts in meta-groups
Hypolite Petovan [Wed, 17 Jul 2019 00:23:19 +0000 (20:23 -0400)]
Only include natively supported protocol contacts in meta-groups

4 years agoFix expand_acl tests
Hypolite Petovan [Tue, 16 Jul 2019 04:27:42 +0000 (00:27 -0400)]
Fix expand_acl tests

- Space containing values aren't valid anymore
- Return values are strings

4 years ago[frio] Accessibility: enable keyboard action on visibility panels in compose page
Hypolite Petovan [Mon, 15 Jul 2019 02:48:39 +0000 (22:48 -0400)]
[frio] Accessibility: enable keyboard action on visibility panels in compose page

4 years ago[frio] Add jotnet fields to compose page
Hypolite Petovan [Mon, 15 Jul 2019 02:48:08 +0000 (22:48 -0400)]
[frio] Add jotnet fields to compose page

- Move hardcoded descriptions to translation strings

4 years ago[frio] Add compose page JS trigger and theme setting
Hypolite Petovan [Mon, 15 Jul 2019 01:58:21 +0000 (21:58 -0400)]
[frio] Add compose page JS trigger and theme setting

4 years agoReplace defaults() calls in frio/config.php
Hypolite Petovan [Mon, 15 Jul 2019 01:57:47 +0000 (21:57 -0400)]
Replace defaults() calls in frio/config.php

- Fix typo for scheme/schema

4 years agoAdd frio-specific /compose module
Hypolite Petovan [Mon, 15 Jul 2019 01:49:38 +0000 (21:49 -0400)]
Add frio-specific /compose module

4 years agoAdd user meta-groups for followers and mutual contacts
Hypolite Petovan [Mon, 15 Jul 2019 01:48:35 +0000 (21:48 -0400)]
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

4 years ago[composer] Add npm-asset/typeahead.js dependency
Hypolite Petovan [Mon, 15 Jul 2019 01:45:26 +0000 (21:45 -0400)]
[composer] Add npm-asset/typeahead.js dependency

4 years ago[frio] Add friendica-tagsinput library based on bootstrap-tagsinput
Hypolite Petovan [Mon, 15 Jul 2019 01:44:48 +0000 (21:44 -0400)]
[frio] Add friendica-tagsinput library based on bootstrap-tagsinput

4 years ago[frio] Restore button outline for accessibility
Hypolite Petovan [Mon, 15 Jul 2019 01:42:57 +0000 (21:42 -0400)]
[frio] Restore button outline for accessibility

4 years agoMerge pull request #7449 from annando/img-upload
Hypolite Petovan [Mon, 29 Jul 2019 21:05:56 +0000 (17:05 -0400)]
Merge pull request #7449 from annando/img-upload

 Use another "img" format to simplify adding of alternative texts

4 years agoUse another "img" format to simplify adding of alternative texts
Michael [Mon, 29 Jul 2019 20:42:42 +0000 (20:42 +0000)]
Use another "img" format to simplify adding of alternative texts

4 years agoConvert filebrowser.js to unix format
Michael [Mon, 29 Jul 2019 20:41:19 +0000 (20:41 +0000)]
Convert filebrowser.js to unix format

4 years agoMerge pull request #7448 from friendica/Photo-select-patch
Hypolite Petovan [Mon, 29 Jul 2019 17:43:29 +0000 (13:43 -0400)]
Merge pull request #7448 from friendica/Photo-select-patch

 Replace remaining Photo::select by new Photo::selectToArray

4 years ago Replace removed Photo::select by new Photo::selectToArray in /photos
Hypolite Petovan [Mon, 29 Jul 2019 17:38:55 +0000 (13:38 -0400)]
 Replace removed Photo::select by new Photo::selectToArray in /photos

4 years agoReplace removed Photo::select by new Photo::selectToArray in /profile_photo
Hypolite Petovan [Mon, 29 Jul 2019 17:37:54 +0000 (13:37 -0400)]
Replace removed Photo::select by new Photo::selectToArray in /profile_photo