]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoMerge pull request #4459 from annando/unmark-contact
Hypolite Petovan [Wed, 14 Feb 2018 22:01:17 +0000 (17:01 -0500)]
Merge pull request #4459 from annando/unmark-contact

Bugfix and improvements for unmarking potentially archived contacts

6 years agoMerge pull request #4455 from MrPetovan/task/4176-fix-undeclared-variables-2
Michael Vogel [Wed, 14 Feb 2018 21:49:43 +0000 (22:49 +0100)]
Merge pull request #4455 from MrPetovan/task/4176-fix-undeclared-variables-2

[Scrutinizer] Fix undeclared variables part 6: src/ (except Protocol/)

6 years agoBugfix and improvements for unmarking potentially archived contacts
Michael [Wed, 14 Feb 2018 21:18:16 +0000 (21:18 +0000)]
Bugfix and improvements for unmarking potentially archived contacts

6 years agoMerge pull request #4457 from annando/accept-archived
Hypolite Petovan [Wed, 14 Feb 2018 14:46:24 +0000 (09:46 -0500)]
Merge pull request #4457 from annando/accept-archived

Diaspora: Accept posts from archived contacts

6 years agoDiaspora: Accept posts from archived contacts
Michael [Wed, 14 Feb 2018 14:29:28 +0000 (14:29 +0000)]
Diaspora: Accept posts from archived contacts

6 years agoMerge pull request #4456 from MrPetovan/task/4176-fix-undeclared-variables-3
Michael Vogel [Wed, 14 Feb 2018 06:48:35 +0000 (07:48 +0100)]
Merge pull request #4456 from MrPetovan/task/4176-fix-undeclared-variables-3

[Scrutinizer] Fix undeclared variables part 7: mod/ and view/

6 years agoMerge pull request #4454 from MrPetovan/task/4176-fix-undeclared-variables-1
Michael Vogel [Wed, 14 Feb 2018 06:30:20 +0000 (07:30 +0100)]
Merge pull request #4454 from MrPetovan/task/4176-fix-undeclared-variables-1

[Scrutinizer] Fix undeclared variables part 5: src/Protocol/

6 years ago[Scrutinizer] Fix undeclared variables part 7: mod/ and view/
Hypolite Petovan [Wed, 14 Feb 2018 05:07:26 +0000 (00:07 -0500)]
[Scrutinizer] Fix undeclared variables part 7: mod/ and view/

- Remove unused function `salmon_return()`

6 years ago[Scrutinizer] Fix undeclared variables in src/ (except Protocol/)
Hypolite Petovan [Wed, 14 Feb 2018 05:05:00 +0000 (00:05 -0500)]
[Scrutinizer] Fix undeclared variables in src/ (except Protocol/)

- Use dba::selectFirst to remove intermediate variables `$r`
- Remove unused variable `$url_recipients` in Worker\Dellivery

6 years ago[Scrutinizer] Fix undeclared variables in src/Protocol/
Hypolite Petovan [Wed, 14 Feb 2018 04:58:46 +0000 (23:58 -0500)]
[Scrutinizer] Fix undeclared variables in src/Protocol/

- Use dba::selectFirst to remove intermediate variables `$r`
- Remove unused variable `$sender` in Protocol\Email
- Simplify Protocol\OStatus:fetchAuthor cascading queries

6 years agoMerge pull request #4449 from annando/probe-pump
Hypolite Petovan [Tue, 13 Feb 2018 13:25:47 +0000 (08:25 -0500)]
Merge pull request #4449 from annando/probe-pump

Improved profile probing for pump.io

6 years agoRemove address from name
Michael [Tue, 13 Feb 2018 07:10:05 +0000 (07:10 +0000)]
Remove address from name

6 years agoMerge pull request #4447 from MrPetovan/bug/4445-improve-bbcode-quote-html
Tobias Diekershoff [Tue, 13 Feb 2018 06:09:22 +0000 (07:09 +0100)]
Merge pull request #4447 from MrPetovan/bug/4445-improve-bbcode-quote-html

Add paragraph to BBCode conversion of [quote]

6 years agoImproved profile probing for pump.io
Michael [Tue, 13 Feb 2018 05:54:09 +0000 (05:54 +0000)]
Improved profile probing for pump.io

6 years agoAdd paragraph to BBCode conversion of [quote]
Hypolite Petovan [Tue, 13 Feb 2018 03:37:30 +0000 (22:37 -0500)]
Add paragraph to BBCode conversion of [quote]

6 years agoMerge pull request #4446 from annando/worker-priority
Hypolite Petovan [Tue, 13 Feb 2018 03:29:53 +0000 (22:29 -0500)]
Merge pull request #4446 from annando/worker-priority

Bugfix: The provided worker priority had been ignored

6 years agoBugfix: The provided worker priority had been ignored
Michael [Tue, 13 Feb 2018 02:26:35 +0000 (02:26 +0000)]
Bugfix: The provided worker priority had been ignored

6 years agoMerge pull request #4440 from rabuzarus/20180211_-_fix_variables_part_two
Hypolite Petovan [Tue, 13 Feb 2018 00:53:39 +0000 (19:53 -0500)]
Merge pull request #4440 from rabuzarus/20180211_-_fix_variables_part_two

fix undeclared variables or wrong variable names (/mod) part 2

6 years agodeclare $bang variable in editpost_content()
rabuzarus [Tue, 13 Feb 2018 00:20:16 +0000 (01:20 +0100)]
declare $bang variable in editpost_content()

6 years agothe lockstate should be now correct in editpost_content()
rabuzarus [Mon, 12 Feb 2018 21:26:25 +0000 (22:26 +0100)]
the lockstate should be now correct in editpost_content()

6 years agoremove code with undeclared variable in function poke_init(
rabuzarus [Mon, 12 Feb 2018 19:27:10 +0000 (20:27 +0100)]
remove code with undeclared variable in function poke_init(

6 years agoremove code in function follow_post() that was never executed.
rabuzarus [Mon, 12 Feb 2018 19:24:33 +0000 (20:24 +0100)]
remove code in function follow_post() that was never executed.

6 years agotagger_content(): handle case where $owner_nick is empty
rabuzarus [Mon, 12 Feb 2018 18:28:14 +0000 (19:28 +0100)]
tagger_content(): handle case where $owner_nick is empty

6 years agotagger_content(): use the $owner_nickname for constructing the link
rabuzarus [Mon, 12 Feb 2018 16:46:34 +0000 (17:46 +0100)]
tagger_content(): use the $owner_nickname for constructing the link

6 years agoMerge pull request #4443 from rabuzarus/20180212_-_fix_variables_part_three
Hypolite Petovan [Mon, 12 Feb 2018 16:05:58 +0000 (11:05 -0500)]
Merge pull request #4443 from rabuzarus/20180212_-_fix_variables_part_three

fix undeclared variables or wrong variable names (/src) part 3

6 years agoItem::tagDeliver(): remove contact as array key for hooks because it was never declared
rabuzarus [Mon, 12 Feb 2018 16:05:01 +0000 (17:05 +0100)]
Item::tagDeliver(): remove contact as array key for hooks because it was never declared

6 years agoMerge pull request #4444 from rabuzarus/20180212_-_fix_variables_part_four
Hypolite Petovan [Mon, 12 Feb 2018 16:01:18 +0000 (11:01 -0500)]
Merge pull request #4444 from rabuzarus/20180212_-_fix_variables_part_four

fix undeclared variables or wrong variable names (/view) part 4

6 years agofix undeclared $uid variables in Item::insert()
rabuzarus [Mon, 12 Feb 2018 15:56:52 +0000 (16:56 +0100)]
fix undeclared $uid variables in Item::insert()

6 years agofix undeclared variables or wrong variable names (/view)
rabuzarus [Mon, 12 Feb 2018 15:50:05 +0000 (16:50 +0100)]
fix undeclared variables or wrong variable names (/view)

6 years agofix undeclared variables or wrong variable names (/src)
rabuzarus [Mon, 12 Feb 2018 15:08:28 +0000 (16:08 +0100)]
fix undeclared variables or wrong variable names (/src)

6 years agoMerge pull request #4441 from tobiasd/20180212-de
Michael Vogel [Mon, 12 Feb 2018 09:46:24 +0000 (10:46 +0100)]
Merge pull request #4441 from tobiasd/20180212-de

update for DE translation

6 years agoupdate for DE translation
Tobias Diekershoff [Mon, 12 Feb 2018 07:46:14 +0000 (08:46 +0100)]
update for DE translation

6 years agoMerge pull request #4439 from MrPetovan/bug/4396-use-dba-exists-in-uimport
Michael Vogel [Mon, 12 Feb 2018 05:02:30 +0000 (06:02 +0100)]
Merge pull request #4439 from MrPetovan/bug/4396-use-dba-exists-in-uimport

Add dba::exists usages to UserImport::importAccount

6 years agosome polishing
rabuzarus [Mon, 12 Feb 2018 03:10:11 +0000 (04:10 +0100)]
some polishing

6 years agoMerge pull request #4438 from rabuzarus/20180211_-_fix_variables_part_one
Hypolite Petovan [Mon, 12 Feb 2018 03:00:42 +0000 (22:00 -0500)]
Merge pull request #4438 from rabuzarus/20180211_-_fix_variables_part_one

fix undeclared variables or wrong variable names (/include) - part 1

6 years agoadd $no_photos parameter to add_page_info_data()
rabuzarus [Mon, 12 Feb 2018 02:56:20 +0000 (03:56 +0100)]
add $no_photos parameter to add_page_info_data()

6 years agofix undeclared variables or wrong variable names (/mod)
rabuzarus [Mon, 12 Feb 2018 02:25:09 +0000 (03:25 +0100)]
fix undeclared variables or wrong variable names (/mod)

6 years agoAdd dba::exists usages to UserImport::importAccount
Hypolite Petovan [Mon, 12 Feb 2018 00:28:39 +0000 (19:28 -0500)]
Add dba::exists usages to UserImport::importAccount

6 years agoMerge pull request #4437 from annando/worker-cleanup
Hypolite Petovan [Sun, 11 Feb 2018 23:21:28 +0000 (18:21 -0500)]
Merge pull request #4437 from annando/worker-cleanup

Some clean up for the worker, arrays are now supported as parameter

6 years agofix undeclared variables or wrong variable names (/include)
rabuzarus [Sun, 11 Feb 2018 21:13:29 +0000 (22:13 +0100)]
fix undeclared variables or wrong variable names (/include)

6 years agoSome clean up for the worker, arrays are now supported as parameter
Michael [Sun, 11 Feb 2018 16:18:39 +0000 (16:18 +0000)]
Some clean up for the worker, arrays are now supported as parameter

6 years agoMerge pull request #4436 from tobiasd/20180211-support
Hypolite Petovan [Sun, 11 Feb 2018 14:22:33 +0000 (09:22 -0500)]
Merge pull request #4436 from tobiasd/20180211-support

added ways to get some help on EN and DE landing page of the documentation

6 years agotypo
Tobias Diekershoff [Sun, 11 Feb 2018 09:48:29 +0000 (10:48 +0100)]
typo

6 years agouse the correct markup for 2nd level list elements
Tobias Diekershoff [Sun, 11 Feb 2018 09:41:46 +0000 (10:41 +0100)]
use the correct markup for 2nd level list elements

6 years agoadded ways to get some help on EN and DE landing page of the documentation
Tobias Diekershoff [Sun, 11 Feb 2018 09:29:30 +0000 (10:29 +0100)]
added ways to get some help on EN and DE landing page of the documentation

6 years agoMerge pull request #4435 from tobiasd/20180210-msg
Hypolite Petovan [Sat, 10 Feb 2018 17:24:23 +0000 (12:24 -0500)]
Merge pull request #4435 from tobiasd/20180210-msg

regen master messages.po after moving functionality from addon to core

6 years agoregen master messages.po after moving functionality from addon to core
Tobias Diekershoff [Sat, 10 Feb 2018 17:18:23 +0000 (18:18 +0100)]
regen master messages.po after moving functionality from addon to core

6 years agoMerge pull request #4434 from annando/api-no-attachments
Hypolite Petovan [Sat, 10 Feb 2018 14:22:11 +0000 (09:22 -0500)]
Merge pull request #4434 from annando/api-no-attachments

Use a more simple HTML for API output

6 years agoUse a more simple HTML for API output
Michael [Sat, 10 Feb 2018 13:33:15 +0000 (13:33 +0000)]
Use a more simple HTML for API output

6 years agoMerge pull request #4433 from annando/direct-block
Hypolite Petovan [Sat, 10 Feb 2018 12:49:34 +0000 (07:49 -0500)]
Merge pull request #4433 from annando/direct-block

Suppress content from hidden or blocked contacts

6 years agoSuppress content from hidden or blocked contacts
Michael [Sat, 10 Feb 2018 12:34:10 +0000 (12:34 +0000)]
Suppress content from hidden or blocked contacts

6 years agoMerge pull request #4432 from rabuzarus/20180209_-_move_membersince_to_core
Hypolite Petovan [Fri, 9 Feb 2018 20:37:29 +0000 (15:37 -0500)]
Merge pull request #4432 from rabuzarus/20180209_-_move_membersince_to_core

Move membersince addon to core

6 years agomove membersince addon to core
rabuzarus [Fri, 9 Feb 2018 19:44:45 +0000 (20:44 +0100)]
move membersince addon to core

6 years agoMerge pull request #4429 from MrPetovan/bug/4426-handle-auth-exceptions
Michael Vogel [Fri, 9 Feb 2018 18:03:52 +0000 (19:03 +0100)]
Merge pull request #4429 from MrPetovan/bug/4426-handle-auth-exceptions

Handle authentication exceptions in Login module

6 years agoMerge pull request #4430 from annando/import-check
Tobias Diekershoff [Fri, 9 Feb 2018 06:31:04 +0000 (07:31 +0100)]
Merge pull request #4430 from annando/import-check

Bugfix for check that the DFRN entry already exists

6 years agoBugfix for check that the DFRN entry already exists
Michael [Fri, 9 Feb 2018 06:20:01 +0000 (06:20 +0000)]
Bugfix for check that the DFRN entry already exists

6 years agoHandle authentication exceptions in Login module
Hypolite Petovan [Fri, 9 Feb 2018 05:08:01 +0000 (00:08 -0500)]
Handle authentication exceptions in Login module

- Break down large methods into smaller ones
- Add more authentication exception
- Add a legacy User::authenticate method

6 years agoMerge pull request #4428 from annando/newlines
Hypolite Petovan [Fri, 9 Feb 2018 04:06:50 +0000 (23:06 -0500)]
Merge pull request #4428 from annando/newlines

Line endings are converted to unix style

6 years agoLine endings are converted to unix style
Michael [Fri, 9 Feb 2018 03:49:49 +0000 (03:49 +0000)]
Line endings are converted to unix style

6 years agoMerge pull request #4424 from annando/manage-admin
Hypolite Petovan [Fri, 9 Feb 2018 02:41:51 +0000 (21:41 -0500)]
Merge pull request #4424 from annando/manage-admin

We can now delegate again like before

6 years agoMerge pull request #4425 from MrPetovan/develop
Hypolite Petovan [Fri, 9 Feb 2018 01:00:57 +0000 (20:00 -0500)]
Merge pull request #4425 from MrPetovan/develop

[Hotfix] Add missing require in include/text

6 years agoAdd missing require in include/text
Hypolite Petovan [Fri, 9 Feb 2018 00:59:34 +0000 (19:59 -0500)]
Add missing require in include/text

6 years agoWe can now delegate again like before
Michael [Thu, 8 Feb 2018 22:18:34 +0000 (22:18 +0000)]
We can now delegate again like before

6 years agoMerge pull request #4423 from annando/requeue
Hypolite Petovan [Thu, 8 Feb 2018 20:11:05 +0000 (15:11 -0500)]
Merge pull request #4423 from annando/requeue

We now incrementally calculate the queue delivery time

6 years agoForgotten "+"
Michael [Thu, 8 Feb 2018 19:47:47 +0000 (19:47 +0000)]
Forgotten "+"

6 years agoImproved date time formula thing.
Michael [Thu, 8 Feb 2018 19:33:40 +0000 (19:33 +0000)]
Improved date time formula thing.

6 years agoWe now incrementally calculate the queue delivery time
Michael [Thu, 8 Feb 2018 18:39:48 +0000 (18:39 +0000)]
We now incrementally calculate the queue delivery time

6 years agoMerge pull request #4422 from rabuzarus/20180208_-_frio_rename_transparency_in_opacity
Hypolite Petovan [Thu, 8 Feb 2018 17:55:16 +0000 (12:55 -0500)]
Merge pull request #4422 from rabuzarus/20180208_-_frio_rename_transparency_in_opacity

frio: renaming background transparency into background opacity

6 years agofrio: renaming background transparency into background opacity
rabuzarus [Thu, 8 Feb 2018 17:47:06 +0000 (18:47 +0100)]
frio: renaming background transparency into background opacity

6 years agoMerge pull request #4421 from rabuzarus/20180208_-_frio_disable_login_btn_in_home_mod
Hypolite Petovan [Thu, 8 Feb 2018 17:40:40 +0000 (12:40 -0500)]
Merge pull request #4421 from rabuzarus/20180208_-_frio_disable_login_btn_in_home_mod

frio: disable nav login button on home and login module

6 years agofrio: disable nav login button on home and login module
rabuzarus [Thu, 8 Feb 2018 17:36:39 +0000 (18:36 +0100)]
frio: disable nav login button on home and login module

6 years agoMerge pull request #4418 from annando/no-requeue
Hypolite Petovan [Thu, 8 Feb 2018 15:17:41 +0000 (10:17 -0500)]
Merge pull request #4418 from annando/no-requeue

Don't add already queued items from Diaspora to the queue again

6 years agoAdded documentation
Michael [Thu, 8 Feb 2018 15:03:18 +0000 (15:03 +0000)]
Added documentation

6 years agoAdded a config value to ignore server checks
Michael [Thu, 8 Feb 2018 13:09:09 +0000 (13:09 +0000)]
Added a config value to ignore server checks

6 years agoDon't add already queued items from Diaspora to the queue again
Michael [Thu, 8 Feb 2018 11:26:24 +0000 (11:26 +0000)]
Don't add already queued items from Diaspora to the queue again

6 years agoMerge pull request #4417 from annando/forgotten-use
Tobias Diekershoff [Thu, 8 Feb 2018 06:10:35 +0000 (07:10 +0100)]
Merge pull request #4417 from annando/forgotten-use

Bugfix: a forgotten "use" in bbcode.php

6 years agoBugfix: a forgotten "use" in bbcode.php
Michael [Thu, 8 Feb 2018 06:08:07 +0000 (06:08 +0000)]
Bugfix: a forgotten "use" in bbcode.php

6 years agoMerge pull request #4416 from annando/item-update-fix
Hypolite Petovan [Wed, 7 Feb 2018 20:31:25 +0000 (15:31 -0500)]
Merge pull request #4416 from annando/item-update-fix

Bugfix: Forgotten "use"

6 years agoForgotten "use"
Michael [Wed, 7 Feb 2018 20:22:40 +0000 (20:22 +0000)]
Forgotten "use"

6 years agoMerge pull request #4415 from annando/item-update-fix
Hypolite Petovan [Wed, 7 Feb 2018 20:13:32 +0000 (15:13 -0500)]
Merge pull request #4415 from annando/item-update-fix

Wrong function order in Item::update

6 years agoWrong function order in Item::update
Michael [Wed, 7 Feb 2018 20:09:37 +0000 (20:09 +0000)]
Wrong function order in Item::update

6 years agoMerge pull request #4413 from rabuzarus/20180207_-_frio_admin_summery_tpl
Hypolite Petovan [Wed, 7 Feb 2018 15:56:28 +0000 (10:56 -0500)]
Merge pull request #4413 from rabuzarus/20180207_-_frio_admin_summery_tpl

Frio: add admin summary template

6 years agoprovide/fix adminpage div container for all admin pages
rabuzarus [Wed, 7 Feb 2018 15:23:19 +0000 (16:23 +0100)]
provide/fix adminpage div container for all admin pages

6 years agoFrio: add admin summary template
rabuzarus [Wed, 7 Feb 2018 15:14:12 +0000 (16:14 +0100)]
Frio: add admin summary template

6 years agoMerge pull request #4411 from annando/exception-bugfix
Hypolite Petovan [Wed, 7 Feb 2018 13:34:57 +0000 (08:34 -0500)]
Merge pull request #4411 from annando/exception-bugfix

Quickfix: Removed exception since it blocked message delivery

6 years agoQuickfix: Removed exception since it blocked message delivery
Michael [Wed, 7 Feb 2018 13:31:17 +0000 (13:31 +0000)]
Quickfix: Removed exception since it blocked message delivery

6 years agoMerge pull request #4410 from tobiasd/20180207-nginxproxy
Michael Vogel [Wed, 7 Feb 2018 06:44:44 +0000 (07:44 +0100)]
Merge pull request #4410 from tobiasd/20180207-nginxproxy

things that should not be here

6 years agothings that should not be here
Tobias Diekershoff [Wed, 7 Feb 2018 06:28:32 +0000 (07:28 +0100)]
things that should not be here

6 years agoMerge pull request #4399 from MrPetovan/task/3878-move-include-bbcode-to-src
Tobias Diekershoff [Wed, 7 Feb 2018 06:18:39 +0000 (07:18 +0100)]
Merge pull request #4399 from MrPetovan/task/3878-move-include-bbcode-to-src

Move include/bbcode to src/ part 1 : Everything but bbcode()

6 years agoMerge pull request #4407 from annando/addon-unix
Hypolite Petovan [Tue, 6 Feb 2018 23:29:20 +0000 (18:29 -0500)]
Merge pull request #4407 from annando/addon-unix

Hook calls can now be forked into a worker queue entry

6 years agoFixed wrong capitalation (or however this is written)
Michael [Tue, 6 Feb 2018 23:17:18 +0000 (23:17 +0000)]
Fixed wrong capitalation (or however this is written)

6 years agoForgotten commented out text
Michael [Tue, 6 Feb 2018 22:57:56 +0000 (22:57 +0000)]
Forgotten commented out text

6 years agoHook calls can now be forked into a worker queue entry
Michael [Tue, 6 Feb 2018 22:52:36 +0000 (22:52 +0000)]
Hook calls can now be forked into a worker queue entry

6 years agoMerge pull request #4406 from annando/addon-unix
Hypolite Petovan [Tue, 6 Feb 2018 19:41:05 +0000 (14:41 -0500)]
Merge pull request #4406 from annando/addon-unix

Addon.php was in DOS format

6 years agoAddon.php was in DOS format
Michael [Tue, 6 Feb 2018 19:35:10 +0000 (19:35 +0000)]
Addon.php was in DOS format

6 years agoMerge pull request #4404 from annando/item-isolation
Hypolite Petovan [Tue, 6 Feb 2018 16:53:54 +0000 (11:53 -0500)]
Merge pull request #4404 from annando/item-isolation

Many item calls are now isolated in a single function

6 years agoDuplicate check
Michael [Tue, 6 Feb 2018 16:44:48 +0000 (16:44 +0000)]
Duplicate check

6 years agoPriority and capitalisation
Michael [Tue, 6 Feb 2018 16:32:00 +0000 (16:32 +0000)]
Priority and capitalisation

6 years agoMerge pull request #4405 from rabuzarus/20180206_-_frio_admin_plugin_template
Hypolite Petovan [Tue, 6 Feb 2018 16:01:28 +0000 (11:01 -0500)]
Merge pull request #4405 from rabuzarus/20180206_-_frio_admin_plugin_template

Frio: better styling for the admin addons/themes selection page

6 years agoFrio: better styling for the admin addons/themes selection page
rabuzarus [Tue, 6 Feb 2018 15:13:19 +0000 (16:13 +0100)]
Frio: better styling for the admin addons/themes selection page