]>
git.mxchange.org Git - friendica.git/log
Adam Magness [Mon, 15 Jan 2018 01:13:02 +0000 (20:13 -0500)]
Move include/identity to src
Copy functions from identity to Profile class
Michael Vogel [Mon, 15 Jan 2018 00:37:13 +0000 (01:37 +0100)]
Merge pull request #4231 from MrPetovan/bug/3639-fix-diaspora-lf-in-code-blocks
Fix Diaspora LF in code blocks/Move php-markdown to composer
Hypolite Petovan [Sun, 14 Jan 2018 23:59:08 +0000 (18:59 -0500)]
Move library/markdown.php to src
Hypolite Petovan [Sun, 14 Jan 2018 18:13:36 +0000 (13:13 -0500)]
Improve babel page display
Hypolite Petovan [Sun, 14 Jan 2018 18:13:16 +0000 (13:13 -0500)]
Improve html2bbcode
- trim code blocks
- Add <code> conversion to <code> (from Diaspora)
Hypolite Petovan [Sun, 14 Jan 2018 18:12:29 +0000 (13:12 -0500)]
Extend multi-line code blocks regular expression
- Covers the case where there's no new line after the [code] tag
Hypolite Petovan [Sun, 14 Jan 2018 15:06:12 +0000 (10:06 -0500)]
Remove library/php-markdown
Hypolite Petovan [Sun, 14 Jan 2018 15:05:51 +0000 (10:05 -0500)]
Add michelf/php-markdown to Composer
Hypolite Petovan [Sun, 14 Jan 2018 15:04:23 +0000 (10:04 -0500)]
Update Composer version
Hypolite Petovan [Sun, 14 Jan 2018 23:57:05 +0000 (18:57 -0500)]
Merge pull request #4234 from annando/participation-2
On participation send all the old content of the thread
Michael [Sun, 14 Jan 2018 22:53:00 +0000 (22:53 +0000)]
On participation send all the old content of the thread
Hypolite Petovan [Sun, 14 Jan 2018 22:22:36 +0000 (17:22 -0500)]
Merge pull request #4232 from fabrixxm/frio-login
[WIP] Frio: restyle login page
Hypolite Petovan [Sun, 14 Jan 2018 22:21:26 +0000 (17:21 -0500)]
Merge pull request #4225 from zeroadam/UserImport-#3878
Move include/uimport to src
Hypolite Petovan [Sun, 14 Jan 2018 22:16:20 +0000 (17:16 -0500)]
Merge pull request #4229 from annando/database
Reworked and unified database structure, added comments
Adam Magness [Sun, 14 Jan 2018 20:56:36 +0000 (15:56 -0500)]
Review updates
self:: const and fix up callback function and array_walk
fabrixxm [Sun, 14 Jan 2018 20:53:37 +0000 (21:53 +0100)]
spaces to tabs
Michael Vogel [Sun, 14 Jan 2018 19:05:52 +0000 (20:05 +0100)]
Merge pull request #4233 from MrPetovan/task/4116-move-smarty-to-composer
Move Smarty to composer
Michael [Sun, 14 Jan 2018 19:02:27 +0000 (19:02 +0000)]
Removed test output
Hypolite Petovan [Sun, 14 Jan 2018 18:36:48 +0000 (13:36 -0500)]
Fix formatting in include/friendica_smarty
Hypolite Petovan [Sun, 14 Jan 2018 18:36:27 +0000 (13:36 -0500)]
Remove library/Smarty
Hypolite Petovan [Sun, 14 Jan 2018 18:35:25 +0000 (13:35 -0500)]
Add Smarty to Composer
fabrixxm [Sun, 14 Jan 2018 18:19:24 +0000 (19:19 +0100)]
Frio: add input for login backround image in admin settings
fabrixxm [Sun, 14 Jan 2018 17:45:00 +0000 (18:45 +0100)]
New home/login page style
Michael Vogel [Sun, 14 Jan 2018 15:20:23 +0000 (16:20 +0100)]
Merge pull request #4223 from MrPetovan/task/fix-scrutinizer-issues
[Scrutinizer] Fix formatting in dfrn_confirm and a few other files
Michael [Sun, 14 Jan 2018 15:14:16 +0000 (15:14 +0000)]
Increased database version
Michael [Sun, 14 Jan 2018 15:13:00 +0000 (15:13 +0000)]
Reworked and unified database structure, added comments
Hypolite Petovan [Sun, 14 Jan 2018 14:05:06 +0000 (09:05 -0500)]
Fix implode Warning in Diaspora
Hypolite Petovan [Sun, 14 Jan 2018 14:04:46 +0000 (09:04 -0500)]
Fix Deprecated error message
Hypolite Petovan [Sat, 13 Jan 2018 04:54:16 +0000 (23:54 -0500)]
Fix typo when referring to dba::exists
Hypolite Petovan [Sat, 13 Jan 2018 04:41:18 +0000 (23:41 -0500)]
Fix Scrutinizer issues in contacts/credits/crepair
- Add back uninitialized variables
- Fix formatting
- Use dba::selectFirst whenever possible
Hypolite Petovan [Sat, 13 Jan 2018 04:35:35 +0000 (23:35 -0500)]
Rename param to condition in dba::delete
- Fix formatting
- Use new array syntax
Hypolite Petovan [Sat, 13 Jan 2018 04:29:49 +0000 (23:29 -0500)]
Fix formatting in mod/delegate
- Remove parentheses from language construct
- Add missing braces
- Use dba::* when possible
- Capitalize SQL queries keywords
- Use new array syntax
Hypolite Petovan [Sat, 13 Jan 2018 04:23:51 +0000 (23:23 -0500)]
Fix formatting in dfrn_confirm
- Add missing braces
- Use dba::selectFirst whenever possible
- Initialize missing variables
- Remove unused variables
- Use defaults instead of ternary operator
- Simplify sprintf(t()) structure
Adam Magness [Sat, 13 Jan 2018 18:10:14 +0000 (13:10 -0500)]
constant
move define to const
Adam Magness [Sat, 13 Jan 2018 18:08:18 +0000 (13:08 -0500)]
Attempt anonymous
Try anonymous function based on review suggestion.
Hypolite Petovan [Sat, 13 Jan 2018 17:42:38 +0000 (12:42 -0500)]
Merge pull request #4226 from zeroadam/Redir-#3878
Move redir to src
Adam Magness [Sat, 13 Jan 2018 14:41:26 +0000 (09:41 -0500)]
Remove redir.php
remove old file
Adam Magness [Sat, 13 Jan 2018 14:40:34 +0000 (09:40 -0500)]
Update function calls
update function calls and remove require_once
Adam Magness [Sat, 13 Jan 2018 14:36:21 +0000 (09:36 -0500)]
Move auto_redir function
move function into dfrn, rename and update a db insert
Adam Magness [Sat, 13 Jan 2018 14:15:45 +0000 (09:15 -0500)]
Remove old file
Remove include/uimport.php
Adam Magness [Sat, 13 Jan 2018 14:14:37 +0000 (09:14 -0500)]
Update functions
Update function names and calls. update database functions to dba class calls.
Adam Magness [Sat, 13 Jan 2018 14:01:32 +0000 (09:01 -0500)]
Create UserImport
Create new class and copy over functions
Add missed function
Hypolite Petovan [Sat, 13 Jan 2018 12:46:59 +0000 (07:46 -0500)]
Merge pull request #4220 from annando/receive_participation
Receive participation messages and processes them
Michael [Sat, 13 Jan 2018 09:19:57 +0000 (09:19 +0000)]
The changed field name has to be changed here as well
Michael [Sat, 13 Jan 2018 08:29:44 +0000 (08:29 +0000)]
Merge remote-tracking branch 'upstream/develop' into receive_participation
Michael Vogel [Sat, 13 Jan 2018 08:28:17 +0000 (09:28 +0100)]
Merge pull request #4224 from friendica/fabrixxm-patch-api-login
Fix api login
fabrixxm [Sat, 13 Jan 2018 08:22:40 +0000 (09:22 +0100)]
Fix api login
Michael [Sat, 13 Jan 2018 00:18:41 +0000 (00:18 +0000)]
Merge remote-tracking branch 'upstream/develop' into receive_participation
Michael Vogel [Fri, 12 Jan 2018 23:45:32 +0000 (00:45 +0100)]
Merge pull request #4216 from MrPetovan/bug/4173-fix-oembed-iframe-url
Fix link attachment display
Michael [Fri, 12 Jan 2018 23:43:08 +0000 (23:43 +0000)]
Corrected function name
Hypolite Petovan [Fri, 12 Jan 2018 23:39:14 +0000 (18:39 -0500)]
Merge pull request #4221 from annando/oembed-no-title
Better treatment of Oembed detection with no OEmbed data and not title
Michael [Fri, 12 Jan 2018 23:32:58 +0000 (23:32 +0000)]
Better treatment of Oembed detection with no OEmbed data and not title
Michael [Fri, 12 Jan 2018 23:26:55 +0000 (23:26 +0000)]
Changed case
Michael [Fri, 12 Jan 2018 23:25:30 +0000 (23:25 +0000)]
Added table definition
Michael [Fri, 12 Jan 2018 23:20:19 +0000 (23:20 +0000)]
Corrected field names
Michael [Fri, 12 Jan 2018 21:02:39 +0000 (21:02 +0000)]
copy and paste ...
Michael [Fri, 12 Jan 2018 20:52:43 +0000 (20:52 +0000)]
Receive participation messages and processes them
Michael Vogel [Fri, 12 Jan 2018 07:24:32 +0000 (08:24 +0100)]
Merge pull request #4218 from hoergen/develop
Changes on popup menus
Michael Vogel [Fri, 12 Jan 2018 07:20:51 +0000 (08:20 +0100)]
Merge pull request #4217 from tobiasd/
20180112 -exitnano
stray X causing PHP errors
hoergen [Fri, 12 Jan 2018 07:05:51 +0000 (08:05 +0100)]
Changes on popup menus
Tobias Diekershoff [Fri, 12 Jan 2018 05:55:14 +0000 (06:55 +0100)]
sray X cauing PHP errors
Hypolite Petovan [Fri, 12 Jan 2018 03:37:38 +0000 (22:37 -0500)]
Fix attachment display
- Move autolink before any potential OEmbed injection
- Add original URL attribute to invalid href and src
- Add loop to video to enable animated gifs
- Add URL domain to link attachments
- Hide link attachment description if equals the title
- Change attachment span to div to respect block order
Hypolite Petovan [Fri, 12 Jan 2018 03:34:02 +0000 (22:34 -0500)]
Fallback to regular attachment display on oembed error
Hypolite Petovan [Fri, 12 Jan 2018 03:29:56 +0000 (22:29 -0500)]
Fix formatting of get_attachment_data()
Hypolite Petovan [Fri, 12 Jan 2018 00:34:36 +0000 (19:34 -0500)]
Merge pull request #4215 from annando/tag-net
Filtering by network type in hash tag following is now possible
Hypolite Petovan [Fri, 12 Jan 2018 00:30:51 +0000 (19:30 -0500)]
Merge pull request #4214 from annando/fix-silence
Silencing an account does work again
Hypolite Petovan [Fri, 12 Jan 2018 00:29:40 +0000 (19:29 -0500)]
Merge pull request #4213 from annando/feed-information
Add the feed link to the body when not present in the feed
Michael [Fri, 12 Jan 2018 00:23:45 +0000 (00:23 +0000)]
Only filter for hash tags on federated networks
Michael [Fri, 12 Jan 2018 00:14:58 +0000 (00:14 +0000)]
Filtering by network type in hash tag following is now possible
Michael [Thu, 11 Jan 2018 23:56:33 +0000 (23:56 +0000)]
Silencing an account does work again
Michael [Thu, 11 Jan 2018 22:57:31 +0000 (22:57 +0000)]
Add the feed link to the body when not present in the feed
Hypolite Petovan [Thu, 11 Jan 2018 22:55:45 +0000 (17:55 -0500)]
Merge pull request #4212 from annando/develop
Unbalanced HTML ...
Michael [Thu, 11 Jan 2018 22:51:53 +0000 (22:51 +0000)]
Merge remote-tracking branch 'upstream/develop' into develop
Hypolite Petovan [Thu, 11 Jan 2018 22:51:10 +0000 (17:51 -0500)]
Merge pull request #4211 from annando/develop
bookmark elements weren't always parsed correctly
Michael [Thu, 11 Jan 2018 22:34:56 +0000 (22:34 +0000)]
Unbalanced html fixed
Michael [Thu, 11 Jan 2018 22:28:46 +0000 (22:28 +0000)]
bookmark elements weren't always parsed correctly
Hypolite Petovan [Thu, 11 Jan 2018 22:14:42 +0000 (17:14 -0500)]
Merge pull request #4210 from annando/fix-notification
Bugfix: The name of the item owner was empty in notifications
Michael [Thu, 11 Jan 2018 22:07:41 +0000 (22:07 +0000)]
Bugfix: The name of the item owner was empty in notifications
Hypolite Petovan [Thu, 11 Jan 2018 21:39:25 +0000 (16:39 -0500)]
Merge pull request #4209 from annando/oembed-link
When no OEmbedding is wanted, the links are now created fine again
Michael [Thu, 11 Jan 2018 21:31:44 +0000 (21:31 +0000)]
When no OEmbedding is wanted, the links are now created fine again
Michael Vogel [Thu, 11 Jan 2018 19:35:41 +0000 (20:35 +0100)]
Merge pull request #4206 from MrPetovan/task/fix-scrutinizer-issues
Improve dba::selectFirst calls
Hypolite Petovan [Thu, 11 Jan 2018 19:21:24 +0000 (14:21 -0500)]
Merge pull request #4208 from annando/thr-parent
When commenting on comments, the comment now appears under the comment
Michael [Thu, 11 Jan 2018 19:17:40 +0000 (19:17 +0000)]
When commenting on comments, the comment now appears again under the comment
Hypolite Petovan [Thu, 11 Jan 2018 08:49:02 +0000 (03:49 -0500)]
Guard dba::lastInsertId() with result conditions
Hypolite Petovan [Thu, 11 Jan 2018 08:37:11 +0000 (03:37 -0500)]
Fix formatting in NotificationsManager and Model\Contact
Hypolite Petovan [Thu, 11 Jan 2018 08:26:30 +0000 (03:26 -0500)]
Improve dba::selectFirst calls
- Fix remaining $r[0] references
- Rename $r to meaningful names
Michael Vogel [Thu, 11 Jan 2018 07:11:01 +0000 (08:11 +0100)]
Merge pull request #4191 from MrPetovan/bug/4173-fix-oembed-iframe-url
Fix oembed iframe url for Facebook attachments
Michael Vogel [Thu, 11 Jan 2018 05:00:04 +0000 (06:00 +0100)]
Merge pull request #4205 from MrPetovan/bug/4200-fix-contact-selectfirst
Fix selectFirst usage in Model\Contact
Hypolite Petovan [Thu, 11 Jan 2018 01:13:51 +0000 (20:13 -0500)]
Fix selectFirst usage in Model\Contact
Hypolite Petovan [Tue, 9 Jan 2018 16:41:45 +0000 (11:41 -0500)]
Add database doc about the new oembed.maxwidth field
Hypolite Petovan [Tue, 9 Jan 2018 04:52:54 +0000 (23:52 -0500)]
[frio] Set videowidth to 622px
Hypolite Petovan [Tue, 9 Jan 2018 04:52:26 +0000 (23:52 -0500)]
Trust OEmbed HTML when it's available
- Reworked bb_attachment() to trust OEmbed content when it's
successfully pulled
- Fix coding standard by renaming parameter and variables
Hypolite Petovan [Tue, 9 Jan 2018 04:40:10 +0000 (23:40 -0500)]
Add maxwidth column to oembed table
- Match Caching key for OEmbed queries
Hypolite Petovan [Thu, 11 Jan 2018 00:14:44 +0000 (19:14 -0500)]
Merge pull request #4202 from rabuzarus/20180110_-_init_app_in_sessionAuth
Bugfix: getApp() in sessionAuth()
rabuzarus [Thu, 11 Jan 2018 00:06:00 +0000 (01:06 +0100)]
convert line endings
Hypolite Petovan [Wed, 10 Jan 2018 22:59:15 +0000 (17:59 -0500)]
Merge pull request #4204 from annando/issue-4200
Issue 4200: Adding new contacts not possible
Michael [Wed, 10 Jan 2018 22:56:06 +0000 (22:56 +0000)]
Issue 4200: Adding new contacts not possible
Hypolite Petovan [Wed, 10 Jan 2018 22:54:14 +0000 (17:54 -0500)]
Merge pull request #4203 from annando/dbupdate-food
The automatic database update had worked endlessly
Michael [Wed, 10 Jan 2018 22:44:38 +0000 (22:44 +0000)]
The automatic database update had worked endlessly
rabuzarus [Wed, 10 Jan 2018 22:18:04 +0000 (23:18 +0100)]
I shouldn't try to code today