]> git.mxchange.org Git - friendica.git/log
friendica.git
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 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 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

6 years agoMany item calls are now isolated in a single function
Michael [Tue, 6 Feb 2018 12:40:22 +0000 (12:40 +0000)]
Many item calls are now isolated in a single function

6 years agoMerge pull request #4403 from MrPetovan/develop
Hypolite Petovan [Tue, 6 Feb 2018 01:46:42 +0000 (20:46 -0500)]
Merge pull request #4403 from MrPetovan/develop

Missing dba::selectFirst in Model\Item

6 years agoMissing dba::selectFirst in Model\Item
Hypolite Petovan [Tue, 6 Feb 2018 01:45:12 +0000 (20:45 -0500)]
Missing dba::selectFirst in Model\Item

6 years agoMerge pull request #4402 from rabuzarus/20180205_-_fix_get_addr_in_probe
Hypolite Petovan [Mon, 5 Feb 2018 20:36:01 +0000 (15:36 -0500)]
Merge pull request #4402 from rabuzarus/20180205_-_fix_get_addr_in_probe

Bugfix: Probe - get the contact address from xrd 'subject' key

6 years agoBugfix: Probe - get the contact address from xrd 'subject' key
rabuzarus [Mon, 5 Feb 2018 20:27:40 +0000 (21:27 +0100)]
Bugfix: Probe - get the contact address from xrd 'subject' key

6 years agoMerge pull request #4401 from rabuzarus/20180205_-_fix_tagcloud
Hypolite Petovan [Mon, 5 Feb 2018 20:09:46 +0000 (15:09 -0500)]
Merge pull request #4401 from rabuzarus/20180205_-_fix_tagcloud

fix tagcloud

6 years agofix tagcloud
rabuzarus [Mon, 5 Feb 2018 20:05:11 +0000 (21:05 +0100)]
fix tagcloud

6 years agoMove PROTOCOL_* constants to Model\Conversation
Hypolite Petovan [Mon, 5 Feb 2018 19:09:03 +0000 (14:09 -0500)]
Move PROTOCOL_* constants to Model\Conversation

6 years agoRename Core\Network to Core\Protocol
Hypolite Petovan [Mon, 5 Feb 2018 17:57:41 +0000 (12:57 -0500)]
Rename Core\Network to Core\Protocol

6 years agoMerge pull request #4400 from zeroadam/feature/Threads
Hypolite Petovan [Mon, 5 Feb 2018 17:52:27 +0000 (12:52 -0500)]
Merge pull request #4400 from zeroadam/feature/Threads

Move include/threads to src/

6 years agoRebase
Adam Magness [Mon, 5 Feb 2018 17:49:03 +0000 (12:49 -0500)]
Rebase

fix from rebase

6 years agoRename functions
Adam Magness [Mon, 5 Feb 2018 17:26:28 +0000 (12:26 -0500)]
Rename functions

rename functions from review comments

6 years agoSome standards and dba
Adam Magness [Mon, 5 Feb 2018 13:09:39 +0000 (08:09 -0500)]
Some standards and dba

update some calls to use dba functions and some standards updates

6 years agoRemove old file
Adam Magness [Mon, 5 Feb 2018 12:49:06 +0000 (07:49 -0500)]
Remove old file

remove old file

6 years agoRemove requires
Adam Magness [Mon, 5 Feb 2018 12:48:42 +0000 (07:48 -0500)]
Remove requires

remove require_once for old file

6 years agoUpdate function names and calls
Adam Magness [Mon, 5 Feb 2018 12:47:06 +0000 (07:47 -0500)]
Update function names and calls

update function names and calls from other files

6 years agoFunctions to Item class
Adam Magness [Mon, 5 Feb 2018 12:37:32 +0000 (07:37 -0500)]
Functions to Item class

copy functions to Item class

6 years agoMerge pull request #4398 from annando/search-posts
Hypolite Petovan [Mon, 5 Feb 2018 17:12:49 +0000 (12:12 -0500)]
Merge pull request #4398 from annando/search-posts

Only show posts in the search

6 years agoMerge pull request #4393 from MrPetovan/task/3878-move-include-tags-to-src
Michael Vogel [Mon, 5 Feb 2018 17:11:29 +0000 (18:11 +0100)]
Merge pull request #4393 from MrPetovan/task/3878-move-include-tags-to-src

Move include/tags to src/

6 years agocapitulated ... eh, capitalized :-)
Michael [Mon, 5 Feb 2018 16:58:58 +0000 (16:58 +0000)]
capitulated ... eh, capitalized :-)

6 years agoImprove BBCode documentation/comment
Hypolite Petovan [Mon, 5 Feb 2018 16:42:06 +0000 (11:42 -0500)]
Improve BBCode documentation/comment

6 years agoRename BBCode::removeAbstract() to BBCode::stripAbstract()
Hypolite Petovan [Mon, 5 Feb 2018 04:38:40 +0000 (23:38 -0500)]
Rename BBCode::removeAbstract() to BBCode::stripAbstract()

6 years agoAdd deprecation documentation in boot.php
Hypolite Petovan [Mon, 5 Feb 2018 00:40:06 +0000 (19:40 -0500)]
Add deprecation documentation in boot.php

6 years agoAdd missing requires in Text\BBCode
Hypolite Petovan [Mon, 5 Feb 2018 00:33:39 +0000 (19:33 -0500)]
Add missing requires in Text\BBCode

6 years agoRemove most moved functions from include/bbcode
Hypolite Petovan [Mon, 5 Feb 2018 00:24:14 +0000 (19:24 -0500)]
Remove most moved functions from include/bbcode

6 years agoUpdate references to BBCode methods
Hypolite Petovan [Mon, 5 Feb 2018 00:23:49 +0000 (19:23 -0500)]
Update references to BBCode methods

- Resolve name conflicts with Util\Network

6 years agoAdd references to new methods and constants in include/bbcode
Hypolite Petovan [Sun, 4 Feb 2018 23:44:42 +0000 (18:44 -0500)]
Add references to new methods and constants in include/bbcode

- Remove all private callback functions from include/bbcode

6 years agoCopy include/bbcode functions to src methods
Hypolite Petovan [Sun, 4 Feb 2018 23:22:48 +0000 (18:22 -0500)]
Copy include/bbcode functions to src methods

- Add Core\Network class

6 years agoRename Model\Term methods
Hypolite Petovan [Sun, 4 Feb 2018 21:48:50 +0000 (16:48 -0500)]
Rename Model\Term methods

6 years agoOnly show posts in the search
Michael [Sun, 4 Feb 2018 20:44:08 +0000 (20:44 +0000)]
Only show posts in the search

6 years agoMerge pull request #4387 from MrPetovan/task/3878-move-datetime-to-src
Michael Vogel [Sun, 4 Feb 2018 20:05:27 +0000 (21:05 +0100)]
Merge pull request #4387 from MrPetovan/task/3878-move-datetime-to-src

Move include/datetime to src/ - Part 2

6 years agoMerge pull request #4392 from MrPetovan/task/add-ip-restriction-to-dlogger
Michael Vogel [Sun, 4 Feb 2018 15:47:28 +0000 (16:47 +0100)]
Merge pull request #4392 from MrPetovan/task/add-ip-restriction-to-dlogger

Add IP restriction to dlogger

6 years agoMerge pull request #4391 from MrPetovan/bug/4390-convert-last-updated-to-mysql
Michael Vogel [Sun, 4 Feb 2018 15:46:42 +0000 (16:46 +0100)]
Merge pull request #4391 from MrPetovan/bug/4390-convert-last-updated-to-mysql

Convert Atom last updated date to MySQL format

6 years agoAdd is_null check
Hypolite Petovan [Sun, 4 Feb 2018 13:58:29 +0000 (08:58 -0500)]
Add is_null check