]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoMerge pull request #4190 from MrPetovan/task/2103-improve-phpcs-ruleset
Tobias Diekershoff [Tue, 9 Jan 2018 05:42:55 +0000 (06:42 +0100)]
Merge pull request #4190 from MrPetovan/task/2103-improve-phpcs-ruleset

Improve PHP Code Sniffer ruleset

6 years agoImprove PHP Code Sniffer ruleset
Hypolite Petovan [Tue, 9 Jan 2018 04:37:18 +0000 (23:37 -0500)]
Improve PHP Code Sniffer ruleset

- Pull Friendica specifics from
vendor/pear/text_languagedetect/phpcs.xml
- Revert changes to vendor/pear/text_languagedetect/phpcs.xml

6 years agoMerge pull request #4123 from Rudloff/feature/ruleset
Hypolite Petovan [Mon, 8 Jan 2018 14:14:46 +0000 (09:14 -0500)]
Merge pull request #4123 from Rudloff/feature/ruleset

Custom PHPCS ruleset

6 years agoMerge pull request #4188 from rabuzarus/20180108_-_registered_users_docu
Tobias Diekershoff [Mon, 8 Jan 2018 14:11:44 +0000 (15:11 +0100)]
Merge pull request #4188 from rabuzarus/20180108_-_registered_users_docu

add registered-users to the db docu

6 years agoadd registered-users to the db docu
rabuzarus [Mon, 8 Jan 2018 13:57:50 +0000 (14:57 +0100)]
add registered-users to the db docu

6 years agoMerge pull request #4187 from rebeka-catalina/rct/d/directory_htconfig.php
Michael Vogel [Mon, 8 Jan 2018 10:09:07 +0000 (11:09 +0100)]
Merge pull request #4187 from rebeka-catalina/rct/d/directory_htconfig.php

Removed directory setting from htconfig.md and changed the example

6 years agoRemoved directory setting from htconfig.md and changed the example
rebeka-catalina [Mon, 8 Jan 2018 09:46:33 +0000 (10:46 +0100)]
Removed directory setting from htconfig.md and changed the example

6 years agoMerge pull request #4186 from annando/follow-tags
Tobias Diekershoff [Mon, 8 Jan 2018 08:51:12 +0000 (09:51 +0100)]
Merge pull request #4186 from annando/follow-tags

We can now follow hash tags

6 years agoMerge remote-tracking branch 'upstream/develop' into follow-tags
Michael [Mon, 8 Jan 2018 07:04:15 +0000 (07:04 +0000)]
Merge remote-tracking branch 'upstream/develop' into follow-tags

6 years agoOnly do it when public commenting is enabled
Michael [Mon, 8 Jan 2018 06:59:49 +0000 (06:59 +0000)]
Only do it when public commenting is enabled

6 years agoOnly show tagged items when there is no filter active
Michael [Mon, 8 Jan 2018 06:57:51 +0000 (06:57 +0000)]
Only show tagged items when there is no filter active

6 years agoMerge pull request #4185 from MrPetovan/bug/4184-fix-allowed-email-domains
Tobias Diekershoff [Mon, 8 Jan 2018 06:09:36 +0000 (07:09 +0100)]
Merge pull request #4185 from MrPetovan/bug/4184-fix-allowed-email-domains

Fix allowed_email()

6 years agoFix allowed_email()
Hypolite Petovan [Mon, 8 Jan 2018 00:10:09 +0000 (19:10 -0500)]
Fix allowed_email()

- Reworked allowed_domain
- Added more variable checks to allowed_email() and
OEmbed::isAllowedURL()

6 years agoWe now can follow hash tags
Michael [Sun, 7 Jan 2018 22:07:16 +0000 (22:07 +0000)]
We now can follow hash tags

6 years agoMerge pull request #4182 from annando/notify-public-post
Hypolite Petovan [Sun, 7 Jan 2018 20:54:57 +0000 (15:54 -0500)]
Merge pull request #4182 from annando/notify-public-post

Sends notifications for public posts with "uid=0"

6 years agoOne more query
Michael [Sun, 7 Jan 2018 18:11:48 +0000 (18:11 +0000)]
One more query

6 years agoChanged queries
Michael [Sun, 7 Jan 2018 18:06:06 +0000 (18:06 +0000)]
Changed queries

6 years agoBest "uid" for sending comments, refresh after commenting might work now
Michael [Sun, 7 Jan 2018 17:14:43 +0000 (17:14 +0000)]
Best "uid" for sending comments, refresh after commenting might work now

6 years agoMerge pull request #4183 from MrPetovan/bug/4173-fix-oembed-iframe-url
Michael Vogel [Sun, 7 Jan 2018 17:10:00 +0000 (18:10 +0100)]
Merge pull request #4183 from MrPetovan/bug/4173-fix-oembed-iframe-url

Restore tryoembed callback function

6 years agoFix typo in admin settings
Hypolite Petovan [Sun, 7 Jan 2018 15:15:46 +0000 (10:15 -0500)]
Fix typo in admin settings

6 years agoRemove debug code
Hypolite Petovan [Sun, 7 Jan 2018 15:02:21 +0000 (10:02 -0500)]
Remove debug code

6 years agoRestore tryoembed callback
Hypolite Petovan [Sun, 7 Jan 2018 15:01:41 +0000 (10:01 -0500)]
Restore tryoembed callback

- Remove irritating extra <br> before shared content

6 years agoWe have to check for the contact`s uid not the item`s uid
Michael [Sun, 7 Jan 2018 12:10:31 +0000 (12:10 +0000)]
We have to check for the contact`s uid not the item`s uid

6 years agoDropping is now possible as well
Michael [Sun, 7 Jan 2018 11:59:54 +0000 (11:59 +0000)]
Dropping is now possible as well

6 years agoSends notifications for public posts with "uid=0"
Michael [Sun, 7 Jan 2018 11:08:36 +0000 (11:08 +0000)]
Sends notifications for public posts with "uid=0"

6 years agoMerge pull request #4179 from MrPetovan/bug/4173-fix-oembed-iframe-url
Michael Vogel [Sun, 7 Jan 2018 08:28:44 +0000 (09:28 +0100)]
Merge pull request #4179 from MrPetovan/bug/4173-fix-oembed-iframe-url

 Fix OEmbed iframe

6 years agoMerge pull request #4181 from AndyHee/More-screenshots
Tobias Diekershoff [Sun, 7 Jan 2018 08:00:55 +0000 (09:00 +0100)]
Merge pull request #4181 from AndyHee/More-screenshots

More screenshots

6 years agoUpdate README.md
Andy H3 [Sun, 7 Jan 2018 07:38:07 +0000 (14:38 +0700)]
Update README.md

6 years agoAdd files via upload
Andy H3 [Sun, 7 Jan 2018 07:36:46 +0000 (14:36 +0700)]
Add files via upload

6 years agoMove tryoembed to Content\OEmbed
Hypolite Petovan [Sun, 7 Jan 2018 05:44:23 +0000 (00:44 -0500)]
Move tryoembed to Content\OEmbed

- Add bbcode functions documentation
- Add Exception handling to OEmbed::getHTML
- Fix formatting

6 years agoFall back to normal twitter share if rich OEmbed is disabled
Hypolite Petovan [Sun, 7 Jan 2018 02:57:58 +0000 (21:57 -0500)]
Fall back to normal twitter share if rich OEmbed is disabled

- Fix typo

6 years agoMerge pull request #4180 from annando/xmpp-auto-auth
Hypolite Petovan [Sun, 7 Jan 2018 00:59:13 +0000 (19:59 -0500)]
Merge pull request #4180 from annando/xmpp-auto-auth

The internal authentication for XMPP does work again

6 years agoThe internal authentication for XMPP does work again
Michael [Sun, 7 Jan 2018 00:55:20 +0000 (00:55 +0000)]
The internal authentication for XMPP does work again

6 years agoMerge pull request #4178 from MrPetovan/task/fix-scrutinizer-issues
Michael Vogel [Sat, 6 Jan 2018 13:51:40 +0000 (14:51 +0100)]
Merge pull request #4178 from MrPetovan/task/fix-scrutinizer-issues

[Scrutinizer] Fix issues in mod/contacts

6 years agoFix Twitter quote tweet display
Hypolite Petovan [Sat, 6 Jan 2018 05:39:59 +0000 (00:39 -0500)]
Fix Twitter quote tweet display

- Transforms twitter share tags into rich OEmbed attachments

6 years agoReplace hacky oembed local iframe with remote iframe html
Hypolite Petovan [Sat, 6 Jan 2018 05:35:43 +0000 (00:35 -0500)]
Replace hacky oembed local iframe with remote iframe html

- Remove call to OEmbed::iframe
- Replace oembed span by div
- Replace double quotes with single

6 years agoFix issues in mod/contacts
Hypolite Petovan [Sat, 6 Jan 2018 02:05:18 +0000 (21:05 -0500)]
Fix issues in mod/contacts

- Fix formatting
- Use DBM::is_result()
- Use dba::select
- Simplify sprintf(t[t]()) structures
- Remove commented out code
- Remove unused variables
- Update documentation type hints

6 years agoMerge pull request #4177 from annando/community-singleuser
Hypolite Petovan [Fri, 5 Jan 2018 20:15:47 +0000 (15:15 -0500)]
Merge pull request #4177 from annando/community-singleuser

Don't show the local community page on single user instances

6 years agoDon't show the local community page on single user instances
Michael [Fri, 5 Jan 2018 20:11:35 +0000 (20:11 +0000)]
Don't show the local community page on single user instances

6 years agoMerge pull request #4175 from annando/contact-posts
Hypolite Petovan [Fri, 5 Jan 2018 19:52:23 +0000 (14:52 -0500)]
Merge pull request #4175 from annando/contact-posts

Posts from contacts weren't displayed correctly

6 years agoPosts from contacts weren't displayed correctly
Michael [Fri, 5 Jan 2018 19:47:55 +0000 (19:47 +0000)]
Posts from contacts weren't displayed correctly

6 years agoMerge pull request #4171 from MrPetovan/task/fix-scrutinizer-issues
Michael Vogel [Fri, 5 Jan 2018 15:51:50 +0000 (16:51 +0100)]
Merge pull request #4171 from MrPetovan/task/fix-scrutinizer-issues

[Scrutinizer] Fix issues in mod/ (_well_known to contactgroup)

6 years agoFix variable confusion in admin
Hypolite Petovan [Fri, 5 Jan 2018 14:21:23 +0000 (09:21 -0500)]
Fix variable confusion in admin

6 years agoMerge branch 'develop' into task/fix-scrutinizer-issues
Hypolite Petovan [Fri, 5 Jan 2018 14:18:14 +0000 (09:18 -0500)]
Merge branch 'develop' into task/fix-scrutinizer-issues

6 years agoMerge pull request #4172 from MrPetovan/task/4144-improve-connectors-settings
Michael Vogel [Fri, 5 Jan 2018 14:15:24 +0000 (15:15 +0100)]
Merge pull request #4172 from MrPetovan/task/4144-improve-connectors-settings

Improve connectors settings

6 years agoMerge pull request #4174 from annando/reshare-no-edit
Hypolite Petovan [Fri, 5 Jan 2018 14:07:53 +0000 (09:07 -0500)]
Merge pull request #4174 from annando/reshare-no-edit

Disable editing of public items / Reshare of community items

6 years agoDisable editing of public items / Reshare of community items is now possible
Michael [Fri, 5 Jan 2018 13:48:06 +0000 (13:48 +0000)]
Disable editing of public items / Reshare of community items is now possible

6 years agoFix typo in mod/admin
Hypolite Petovan [Fri, 5 Jan 2018 13:30:56 +0000 (08:30 -0500)]
Fix typo in mod/admin

6 years agoScrutinizer fixes for mod/settings
Hypolite Petovan [Fri, 5 Jan 2018 07:48:02 +0000 (02:48 -0500)]
Scrutinizer fixes for mod/settings

- Use defaults()
- Remove unused variables and constants
- Fix some formatting
- Improve documentation

6 years agoImprove connectors settings display
Hypolite Petovan [Fri, 5 Jan 2018 07:17:36 +0000 (02:17 -0500)]
Improve connectors settings display

- Move settings templates to subfolder
- Add accordion display to "General Theme Settings" in frio
- Replace hand-written template with form field includes
- Simplify sprintf(t()) structures

6 years agoSimplifying admin_page_users_post function
Hypolite Petovan [Fri, 5 Jan 2018 05:35:26 +0000 (00:35 -0500)]
Simplifying admin_page_users_post function

- Use defaults for request parameters

6 years agoMore issues fixed
Hypolite Petovan [Fri, 5 Jan 2018 05:28:56 +0000 (00:28 -0500)]
More issues fixed

- Replaced sizeof by count
- Used DBM::is_result()

6 years agoSimplify sprintf(t[t]()) calls
Hypolite Petovan [Fri, 5 Jan 2018 03:52:00 +0000 (22:52 -0500)]
Simplify sprintf(t[t]()) calls

6 years agoRevert assignment change in datetime
Hypolite Petovan [Fri, 5 Jan 2018 03:51:38 +0000 (22:51 -0500)]
Revert assignment change in datetime

6 years agoAdditional issue fixes
Hypolite Petovan [Fri, 5 Jan 2018 01:18:30 +0000 (20:18 -0500)]
Additional issue fixes

6 years agoFix parse error
Hypolite Petovan [Fri, 5 Jan 2018 01:09:45 +0000 (20:09 -0500)]
Fix parse error

6 years agoFix Scrutinizer issues in mod [_well_know -> contactgroup]
Hypolite Petovan [Fri, 5 Jan 2018 00:42:48 +0000 (19:42 -0500)]
Fix Scrutinizer issues in mod [_well_know -> contactgroup]

- Remove unused variables and parameter
- Updated function documentation
- Fix formatting
- Add back uninitialized variables
- Simplify nested conditions

6 years agoMerge pull request #4170 from MrPetovan/bug/4155-remove-proxy-oembed
Hypolite Petovan [Thu, 4 Jan 2018 21:34:02 +0000 (16:34 -0500)]
Merge pull request #4170 from MrPetovan/bug/4155-remove-proxy-oembed

Fix typo in OEmbed

6 years agoMerge pull request #4169 from annando/comment-dfrn
Hypolite Petovan [Thu, 4 Jan 2018 21:31:16 +0000 (16:31 -0500)]
Merge pull request #4169 from annando/comment-dfrn

Precaution for incomplete threads

6 years agoFix typo
Hypolite Petovan [Thu, 4 Jan 2018 21:29:35 +0000 (16:29 -0500)]
Fix typo

6 years agoPrecaution for incomplete threads
Michael [Thu, 4 Jan 2018 20:59:19 +0000 (20:59 +0000)]
Precaution for incomplete threads

6 years agoMerge pull request #4168 from annando/comment-dfrn
Hypolite Petovan [Thu, 4 Jan 2018 20:12:07 +0000 (15:12 -0500)]
Merge pull request #4168 from annando/comment-dfrn

Commenting to (nearly) every Friendica contact is now possible

6 years agoMerge pull request #4166 from MrPetovan/task/fix-scrutinizer-issues
Michael Vogel [Thu, 4 Jan 2018 19:59:07 +0000 (20:59 +0100)]
Merge pull request #4166 from MrPetovan/task/fix-scrutinizer-issues

[Scrutinizer] Fix unused code issues in boot and include

6 years agoMerge pull request #4167 from MrPetovan/bug/4155-remove-proxy-oembed
Michael Vogel [Thu, 4 Jan 2018 19:57:27 +0000 (20:57 +0100)]
Merge pull request #4167 from MrPetovan/bug/4155-remove-proxy-oembed

Add settings for OEmbed

6 years agoCommenting to (nearly) every Friendica contact is now possible
Michael [Thu, 4 Jan 2018 19:48:56 +0000 (19:48 +0000)]
Commenting to (nearly) every Friendica contact is now possible

6 years agoReview change
Hypolite Petovan [Thu, 4 Jan 2018 18:27:59 +0000 (13:27 -0500)]
Review change

- Remove htconfig doc for admin panel setting

6 years agoReview changes
Hypolite Petovan [Thu, 4 Jan 2018 18:26:09 +0000 (13:26 -0500)]
Review changes

- Remove doc for unused config value
- Restore api_get_user($a) calls

6 years agoFix unused code in include (second pass)
Hypolite Petovan [Thu, 4 Jan 2018 14:51:05 +0000 (09:51 -0500)]
Fix unused code in include (second pass)

6 years agoFix unused code in include
Hypolite Petovan [Thu, 4 Jan 2018 02:12:19 +0000 (21:12 -0500)]
Fix unused code in include

- Fix local formatting
- Remove unused variable
- Fix unreached breaks
- Remove commented out code
- Add some documentation

6 years agoRemove unused parameter in can_write_wall()
Hypolite Petovan [Thu, 4 Jan 2018 02:05:55 +0000 (21:05 -0500)]
Remove unused parameter in can_write_wall()

6 years agoRemove unused param in datetimesel()
Hypolite Petovan [Thu, 4 Jan 2018 02:04:52 +0000 (21:04 -0500)]
Remove unused param in datetimesel()

6 years agoFix unused code in include/api
Hypolite Petovan [Thu, 4 Jan 2018 01:54:35 +0000 (20:54 -0500)]
Fix unused code in include/api

6 years agoRemove construct_acl_data()
Hypolite Petovan [Thu, 4 Jan 2018 00:29:52 +0000 (19:29 -0500)]
Remove construct_acl_data()

6 years agoMerge pull request #4092 from MrPetovan/task/3954-move-auth-to-src
Tobias Diekershoff [Thu, 4 Jan 2018 17:06:42 +0000 (18:06 +0100)]
Merge pull request #4092 from MrPetovan/task/3954-move-auth-to-src

Move auth to src

6 years agoUpdated Composer class maps
Hypolite Petovan [Thu, 4 Jan 2018 17:05:46 +0000 (12:05 -0500)]
Updated Composer class maps

6 years agoMove ParseUrl to Util namespace
Hypolite Petovan [Thu, 4 Jan 2018 17:03:15 +0000 (12:03 -0500)]
Move ParseUrl to Util namespace

6 years agoAdd check for allowed URL in OEmbed
Hypolite Petovan [Thu, 4 Jan 2018 17:01:46 +0000 (12:01 -0500)]
Add check for allowed URL in OEmbed

- Add mixed-content mitigating

6 years agoAdd no_oembed_rich_content and allowed_oembed admin settings
Hypolite Petovan [Thu, 4 Jan 2018 16:58:32 +0000 (11:58 -0500)]
Add no_oembed_rich_content and allowed_oembed admin settings

6 years agoAdd allowed_domain generic function
Hypolite Petovan [Thu, 4 Jan 2018 16:57:41 +0000 (11:57 -0500)]
Add allowed_domain generic function

6 years agoAdd back missing brace
Hypolite Petovan [Thu, 4 Jan 2018 16:53:57 +0000 (11:53 -0500)]
Add back missing brace

- Revert unneeded change to SQL query formatting

6 years agoMerge pull request #4160 from annando/community
Hypolite Petovan [Thu, 4 Jan 2018 16:50:45 +0000 (11:50 -0500)]
Merge pull request #4160 from annando/community

We now are having a global items page

6 years agoAuto update does work now
Michael [Thu, 4 Jan 2018 15:58:07 +0000 (15:58 +0000)]
Auto update does work now

6 years agoUpdates for community pages do work now
Michael [Thu, 4 Jan 2018 15:46:56 +0000 (15:46 +0000)]
Updates for community pages do work now

6 years agoEnsuring that only local users can comment on community items
Michael [Thu, 4 Jan 2018 14:39:47 +0000 (14:39 +0000)]
Ensuring that only local users can comment on community items

6 years agoImproved descriptions, improved tab behaviour
Michael [Thu, 4 Jan 2018 14:22:04 +0000 (14:22 +0000)]
Improved descriptions, improved tab behaviour

6 years agoCommunity is always available
Michael [Thu, 4 Jan 2018 14:09:44 +0000 (14:09 +0000)]
Community is always available

6 years agoforgotten templates
Michael [Thu, 4 Jan 2018 14:04:08 +0000 (14:04 +0000)]
forgotten templates

6 years agoWe now have a single menu item again
Michael [Thu, 4 Jan 2018 14:02:04 +0000 (14:02 +0000)]
We now have a single menu item again

6 years agoRemoved now unused JS
Michael [Thu, 4 Jan 2018 13:08:38 +0000 (13:08 +0000)]
Removed now unused JS

6 years agoReverted to old controller
Michael [Thu, 4 Jan 2018 13:05:50 +0000 (13:05 +0000)]
Reverted to old controller

6 years agoIt's now in a single file
Michael [Thu, 4 Jan 2018 13:04:12 +0000 (13:04 +0000)]
It's now in a single file

6 years agoUse network paging
Michael [Thu, 4 Jan 2018 10:51:49 +0000 (10:51 +0000)]
Use network paging

6 years agoCommenting on community timelines is now possible
Michael [Thu, 4 Jan 2018 10:02:56 +0000 (10:02 +0000)]
Commenting on community timelines is now possible

6 years agoMerge pull request #4165 from MrPetovan/bug/4163-null-profile
Michael Vogel [Thu, 4 Jan 2018 08:58:27 +0000 (09:58 +0100)]
Merge pull request #4165 from MrPetovan/bug/4163-null-profile

Remove too strict parameter check in defaults()

6 years agoMerge pull request #4162 from MrPetovan/develop
Michael Vogel [Thu, 4 Jan 2018 08:53:09 +0000 (09:53 +0100)]
Merge pull request #4162 from MrPetovan/develop

Update Composer

6 years agoMerge pull request #4164 from zeroadam/Photo-#3878
Hypolite Petovan [Thu, 4 Jan 2018 04:02:12 +0000 (23:02 -0500)]
Merge pull request #4164 from zeroadam/Photo-#3878

Move Photos to src

6 years agoReview update
Adam Magness [Thu, 4 Jan 2018 03:36:15 +0000 (22:36 -0500)]
Review update

Rename function and add new function.

6 years agoRemove too strict parameter check in defaults()
Hypolite Petovan [Thu, 4 Jan 2018 02:24:09 +0000 (21:24 -0500)]
Remove too strict parameter check in defaults()

6 years agoMove Photos to xrc
Adam Magness [Thu, 4 Jan 2018 02:01:41 +0000 (21:01 -0500)]
Move Photos to xrc

Move photos from include to Model\Photo class

6 years agoUpdate Composer
Hypolite Petovan [Thu, 4 Jan 2018 00:18:14 +0000 (19:18 -0500)]
Update Composer

- Update Mobile_Detect to version 2.8.30
- Update class maps