]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoIssue-#3873
Adam Magness [Tue, 7 Nov 2017 02:22:52 +0000 (21:22 -0500)]
Issue-#3873

Replace deprecated functions with new syntax.

6 years agoMerge pull request #3874 from tobiasd/20171009-checkversion
Hypolite Petovan [Mon, 6 Nov 2017 18:59:49 +0000 (13:59 -0500)]
Merge pull request #3874 from tobiasd/20171009-checkversion

check upstream version

6 years agoswitches, no ifs
Tobias Diekershoff [Mon, 6 Nov 2017 17:57:40 +0000 (18:57 +0100)]
switches, no ifs

6 years agosome debug logging
Tobias Diekershoff [Mon, 6 Nov 2017 17:27:29 +0000 (18:27 +0100)]
some debug logging

6 years agostd foo 2
Tobias Diekershoff [Mon, 6 Nov 2017 17:21:16 +0000 (18:21 +0100)]
std foo 2

6 years agostd foo
Tobias Diekershoff [Mon, 6 Nov 2017 17:20:39 +0000 (18:20 +0100)]
std foo

6 years agodont use the entire url as option
Tobias Diekershoff [Mon, 6 Nov 2017 17:05:42 +0000 (18:05 +0100)]
dont use the entire url as option

6 years agocode corrections
Tobias Diekershoff [Mon, 6 Nov 2017 16:45:33 +0000 (17:45 +0100)]
code corrections

6 years agoMerge pull request #3872 from annando/worker-class
Hypolite Petovan [Mon, 6 Nov 2017 15:51:25 +0000 (10:51 -0500)]
Merge pull request #3872 from annando/worker-class

 New worker class that does all the work

6 years agoAnd some more
Michael [Mon, 6 Nov 2017 15:40:27 +0000 (15:40 +0000)]
And some more

6 years agoSome small correction
Michael [Mon, 6 Nov 2017 15:38:15 +0000 (15:38 +0000)]
Some small correction

6 years agoChanged explanation
Michael [Mon, 6 Nov 2017 15:32:34 +0000 (15:32 +0000)]
Changed explanation

6 years agoMerge remote-tracking branch 'upstream/develop' into worker-class
Michael [Sun, 5 Nov 2017 17:23:53 +0000 (17:23 +0000)]
Merge remote-tracking branch 'upstream/develop' into worker-class

6 years agoMerge pull request #3871 from MrPetovan/task/move-languagedetect-to-vendor
Michael Vogel [Sun, 5 Nov 2017 17:17:22 +0000 (18:17 +0100)]
Merge pull request #3871 from MrPetovan/task/move-languagedetect-to-vendor

Move languagedetect to vendor

6 years agoNow we use only dba functions
Michael [Sun, 5 Nov 2017 17:13:37 +0000 (17:13 +0000)]
Now we use only dba functions

6 years agoSome more improvements
Michael [Sun, 5 Nov 2017 15:28:55 +0000 (15:28 +0000)]
Some more improvements

6 years agoRemove LanguageDetect from library folder
Hypolite Petovan [Sun, 5 Nov 2017 14:01:17 +0000 (09:01 -0500)]
Remove LanguageDetect from library folder

6 years agoRemove reference to languagedetect in library folder
Hypolite Petovan [Sun, 5 Nov 2017 14:00:34 +0000 (09:00 -0500)]
Remove reference to languagedetect in library folder

6 years agoAdd pear/Text_LanguageDetect to Composer/vendor
Hypolite Petovan [Sun, 5 Nov 2017 13:34:02 +0000 (08:34 -0500)]
Add pear/Text_LanguageDetect to Composer/vendor

- Updated mobiledetectlib to 2.8.26
- Updated PEAR to 1.10.5
- Updated Archive_Tar to 1.4.3
- Updated XML_Util to 1.4.3

6 years agoMerge pull request #3866 from annando/detailled_notif
Hypolite Petovan [Sun, 5 Nov 2017 13:14:10 +0000 (08:14 -0500)]
Merge pull request #3866 from annando/detailled_notif

There is now a user switch to change between notification styles

6 years agoproc_run is not needed anymore
Michael [Sun, 5 Nov 2017 12:32:35 +0000 (12:32 +0000)]
proc_run is not needed anymore

6 years agoproc_run was replaced
Michael [Sun, 5 Nov 2017 12:15:53 +0000 (12:15 +0000)]
proc_run was replaced

6 years agoNew worker class that does all the work
Michael [Sun, 5 Nov 2017 10:33:46 +0000 (10:33 +0000)]
New worker class that does all the work

6 years agoadded some EN docs
Tobias Diekershoff [Sun, 5 Nov 2017 07:46:41 +0000 (08:46 +0100)]
added some EN docs

6 years agocomparison works now
Tobias Diekershoff [Sun, 5 Nov 2017 06:45:49 +0000 (07:45 +0100)]
comparison works now

6 years agomissing value
Tobias Diekershoff [Sun, 5 Nov 2017 06:10:46 +0000 (07:10 +0100)]
missing value

6 years agoMerge pull request #3868 from rabuzarus/20171104_-_use_best_link_url_for_events
Michael Vogel [Sat, 4 Nov 2017 21:33:13 +0000 (22:33 +0100)]
Merge pull request #3868 from rabuzarus/20171104_-_use_best_link_url_for_events

events: use best_link_url() and zrl() for creating the author_link (author link as magic-link)

6 years agoImproved "if" construct
Michael [Sat, 4 Nov 2017 21:27:32 +0000 (21:27 +0000)]
Improved "if" construct

6 years agoevents: better comment description
rabuzarus [Sat, 4 Nov 2017 15:41:06 +0000 (16:41 +0100)]
events: better comment description

6 years agoevents: use best_link_url() and zrl() for the author_link (author link as magic-link)
rabuzarus [Sat, 4 Nov 2017 15:38:21 +0000 (16:38 +0100)]
events: use best_link_url() and zrl() for the author_link (author link as magic-link)

6 years agoMerge pull request #3865 from annando/noscrape-last-active
Hypolite Petovan [Sat, 4 Nov 2017 14:04:41 +0000 (10:04 -0400)]
Merge pull request #3865 from annando/noscrape-last-active

noscrape: "last-activity" tells roughly the last activity date

6 years agoMerge pull request #3864 from annando/ejabber-auth
Hypolite Petovan [Sat, 4 Nov 2017 14:02:53 +0000 (10:02 -0400)]
Merge pull request #3864 from annando/ejabber-auth

Logging for ejabberd authentication is now done via syslog

6 years agoSome explanation added
Michael [Sat, 4 Nov 2017 14:00:29 +0000 (14:00 +0000)]
Some explanation added

6 years agoMisspelled "detailed"
Michael [Sat, 4 Nov 2017 12:08:12 +0000 (12:08 +0000)]
Misspelled "detailed"

6 years agoThere is now a user switch to change between condensed and detailled notifications
Michael [Sat, 4 Nov 2017 12:01:08 +0000 (12:01 +0000)]
There is now a user switch to change between condensed and detailled notifications

6 years agomissed something
Tobias Diekershoff [Sat, 4 Nov 2017 08:48:20 +0000 (09:48 +0100)]
missed something

6 years agonoscrape now contains "last-activity" which tells roughly the last activity
Michael [Sat, 4 Nov 2017 08:38:22 +0000 (08:38 +0000)]
noscrape now contains "last-activity" which tells roughly the last activity

6 years agoLogging for ejabberd authentication is now done via syslog
Michael [Sat, 4 Nov 2017 08:36:42 +0000 (08:36 +0000)]
Logging for ejabberd authentication is now done via syslog

6 years agotypo
Tobias Diekershoff [Sat, 4 Nov 2017 08:31:57 +0000 (09:31 +0100)]
typo

6 years agoand it is not used in the template anymore as well
Tobias Diekershoff [Sat, 4 Nov 2017 07:34:47 +0000 (08:34 +0100)]
and it is not used in the template anymore as well

6 years agothis setting is not used anymore
Tobias Diekershoff [Sat, 4 Nov 2017 07:32:34 +0000 (08:32 +0100)]
this setting is not used anymore

6 years agothis setting is not used anymore
Tobias Diekershoff [Sat, 4 Nov 2017 07:23:56 +0000 (08:23 +0100)]
this setting is not used anymore

6 years agothis setting is not used anymore
Tobias Diekershoff [Sat, 4 Nov 2017 07:22:42 +0000 (08:22 +0100)]
this setting is not used anymore

6 years agosettings for checkversion
Tobias Diekershoff [Sat, 4 Nov 2017 07:15:28 +0000 (08:15 +0100)]
settings for checkversion

6 years agocall checkversion from cron jobs, LOW prio
Tobias Diekershoff [Sat, 4 Nov 2017 07:14:56 +0000 (08:14 +0100)]
call checkversion from cron jobs, LOW prio

6 years agoadded config wrapper around new option, opt-in
Tobias Diekershoff [Mon, 9 Oct 2017 19:18:06 +0000 (21:18 +0200)]
added config wrapper around new option, opt-in

6 years agowording
Tobias Diekershoff [Mon, 9 Oct 2017 18:57:24 +0000 (20:57 +0200)]
wording

6 years agoshow a notification in the admin panel if a newer version is available
Tobias Diekershoff [Mon, 9 Oct 2017 18:54:18 +0000 (20:54 +0200)]
show a notification in the admin panel if a newer version is available

6 years agoMerge pull request #3862 from annando/issue-3860
Tobias Diekershoff [Fri, 3 Nov 2017 06:15:51 +0000 (07:15 +0100)]
Merge pull request #3862 from annando/issue-3860

Issue 3860: Enhanced support of "!" for forums

6 years agoIssue 3860: Enhanced support of "!" for forums
Michael [Fri, 3 Nov 2017 05:07:19 +0000 (05:07 +0000)]
Issue 3860: Enhanced support of "!" for forums

6 years agoMerge pull request #3861 from annando/direct-forum-post
Hypolite Petovan [Fri, 3 Nov 2017 02:47:42 +0000 (22:47 -0400)]
Merge pull request #3861 from annando/direct-forum-post

@posts to only the forum should be treated like !posts

6 years ago@posts to only the forum should be treated like !posts
Michael [Thu, 2 Nov 2017 21:25:20 +0000 (21:25 +0000)]
@posts to only the forum should be treated like !posts

6 years agoMerge pull request #3858 from annando/direct-forum-post
Hypolite Petovan [Thu, 2 Nov 2017 20:39:20 +0000 (16:39 -0400)]
Merge pull request #3858 from annando/direct-forum-post

Forum posts with "!" are now created directly as forum post

6 years agoMerge pull request #3859 from annando/diaspora-dislike
Hypolite Petovan [Thu, 2 Nov 2017 20:35:01 +0000 (16:35 -0400)]
Merge pull request #3859 from annando/diaspora-dislike

Issue 3857: There is the possibility of a bad handling of dislikes

6 years agoIssue 3857: There is the possibility of a bad handling of dislikes
Michael [Thu, 2 Nov 2017 20:29:18 +0000 (20:29 +0000)]
Issue 3857: There is the possibility of a bad handling of dislikes

6 years agoForum posts with "!" are now created directly as forum post
Michael [Thu, 2 Nov 2017 20:15:14 +0000 (20:15 +0000)]
Forum posts with "!" are now created directly as forum post

6 years agoMerge pull request #3856 from annando/dedicatedforumpost
Hypolite Petovan [Thu, 2 Nov 2017 14:36:15 +0000 (10:36 -0400)]
Merge pull request #3856 from annando/dedicatedforumpost

If a post is dedicated to a single forum then it will be rewritten

6 years agoA single mistake
Michael [Thu, 2 Nov 2017 11:17:10 +0000 (11:17 +0000)]
A single mistake

6 years agoJust some empty line
Michael [Thu, 2 Nov 2017 07:50:09 +0000 (07:50 +0000)]
Just some empty line

6 years agoEdits are now possible - but unsuccessful on the receiver side
Michael [Thu, 2 Nov 2017 07:48:41 +0000 (07:48 +0000)]
Edits are now possible - but unsuccessful on the receiver side

6 years agoNow the public entry is created
Michael [Thu, 2 Nov 2017 05:46:23 +0000 (05:46 +0000)]
Now the public entry is created

6 years agoIf a post is dedicated to a single forum then it will be rewritten to a forum post
Michael [Wed, 1 Nov 2017 23:20:43 +0000 (23:20 +0000)]
If a post is dedicated to a single forum then it will be rewritten to a forum post

6 years agoMerge pull request #3854 from tobiasd/20171101-es
Hypolite Petovan [Wed, 1 Nov 2017 16:04:18 +0000 (12:04 -0400)]
Merge pull request #3854 from tobiasd/20171101-es

update for ES thx Albert

6 years agoupdate for ES thx Albert
Tobias Diekershoff [Wed, 1 Nov 2017 16:00:08 +0000 (17:00 +0100)]
update for ES thx Albert

6 years agoMerge pull request #3849 from annando/forum-exclamation
Tobias Diekershoff [Tue, 31 Oct 2017 21:22:46 +0000 (22:22 +0100)]
Merge pull request #3849 from annando/forum-exclamation

Use the exclamation mark to address forums as well

6 years agoAdded documentation
Michael [Tue, 31 Oct 2017 21:11:30 +0000 (21:11 +0000)]
Added documentation

6 years agoMerge remote-tracking branch 'upstream/develop' into forum-exclamation
Michael [Tue, 31 Oct 2017 20:02:36 +0000 (20:02 +0000)]
Merge remote-tracking branch 'upstream/develop' into forum-exclamation

6 years agoMerge pull request #3848 from annando/session-destroy
Michael Vogel [Tue, 31 Oct 2017 20:00:31 +0000 (21:00 +0100)]
Merge pull request #3848 from annando/session-destroy

Bugfix: Avoid dba error message

6 years agoUse the exclamation mark to address forums as well
Michael [Tue, 31 Oct 2017 19:33:23 +0000 (19:33 +0000)]
Use the exclamation mark to address forums as well

6 years agoBugfix: Avoid dba error message
Michael [Tue, 31 Oct 2017 19:28:39 +0000 (19:28 +0000)]
Bugfix: Avoid dba error message

6 years agoMerge pull request #3846 from annando/session-destroy
Tobias Diekershoff [Tue, 31 Oct 2017 17:37:45 +0000 (18:37 +0100)]
Merge pull request #3846 from annando/session-destroy

Avoid warning "Failed to write session data"

6 years agoMerge pull request #3847 from annando/some-more-onepoll
Tobias Diekershoff [Tue, 31 Oct 2017 17:37:15 +0000 (18:37 +0100)]
Merge pull request #3847 from annando/some-more-onepoll

Some more onepoll bautification

6 years agoSome more onepoll bautification
Michael [Tue, 31 Oct 2017 16:18:48 +0000 (16:18 +0000)]
Some more onepoll bautification

6 years agoAvoid warning "Failed to write session data"
Michael [Tue, 31 Oct 2017 16:03:01 +0000 (16:03 +0000)]
Avoid warning "Failed to write session data"

6 years agoMerge pull request #3845 from annando/onepoll-rework
Tobias Diekershoff [Tue, 31 Oct 2017 14:12:42 +0000 (15:12 +0100)]
Merge pull request #3845 from annando/onepoll-rework

onepoll.php is reworked

6 years agoonepoll.php is reworked
Michael [Tue, 31 Oct 2017 13:32:11 +0000 (13:32 +0000)]
onepoll.php is reworked

6 years agoMerge pull request #3844 from annando/no-fragment
Tobias Diekershoff [Tue, 31 Oct 2017 07:08:18 +0000 (08:08 +0100)]
Merge pull request #3844 from annando/no-fragment

Bugfix: not complete a url with parameter or fragment

6 years agoBugfix: not complete a url with parameter or fragment
Michael [Tue, 31 Oct 2017 06:05:52 +0000 (06:05 +0000)]
Bugfix: not complete a url with parameter or fragment

6 years agoMerge pull request #3842 from hoergen/patch-3
Hypolite Petovan [Tue, 31 Oct 2017 01:49:50 +0000 (21:49 -0400)]
Merge pull request #3842 from hoergen/patch-3

Update display.php

6 years agoUpdate display.php
hoergen [Tue, 31 Oct 2017 01:45:58 +0000 (02:45 +0100)]
Update display.php

adding baseurl to image tags for twitter and open Graph

6 years agoMerge pull request #3836 from tobiasd/20171030-es
Hypolite Petovan [Mon, 30 Oct 2017 12:23:02 +0000 (08:23 -0400)]
Merge pull request #3836 from tobiasd/20171030-es

update for ES thx Albert

6 years agoupdate for ES thx Albert
Tobias Diekershoff [Mon, 30 Oct 2017 09:36:45 +0000 (10:36 +0100)]
update for ES thx Albert

6 years agoMerge pull request #3830 from annando/dba-pdo-connected
Tobias Diekershoff [Sun, 29 Oct 2017 07:11:27 +0000 (08:11 +0100)]
Merge pull request #3830 from annando/dba-pdo-connected

DBA: The "connected" check for PDO didn't work.

6 years agoMerge pull request #3831 from annando/issue-3828
Tobias Diekershoff [Sun, 29 Oct 2017 07:10:53 +0000 (08:10 +0100)]
Merge pull request #3831 from annando/issue-3828

Issue 3828: Better handling if query doesn't return a value

6 years agoIssue 3828: Better handling if query doesn't return a value
Michael [Sun, 29 Oct 2017 06:49:43 +0000 (06:49 +0000)]
Issue 3828: Better handling if query doesn't return a value

6 years agoDBA: The "connected" check for PDO didn't work.
Michael [Sun, 29 Oct 2017 06:31:01 +0000 (06:31 +0000)]
DBA: The "connected" check for PDO didn't work.

6 years agoMerge pull request #3829 from annando/webfinger-clean
Tobias Diekershoff [Sun, 29 Oct 2017 05:40:43 +0000 (06:40 +0100)]
Merge pull request #3829 from annando/webfinger-clean

Some Webfinger clean up

6 years agoSome Webfinger clean up
Michael [Sat, 28 Oct 2017 11:48:29 +0000 (11:48 +0000)]
Some Webfinger clean up

6 years agoMerge pull request #3827 from annando/hubzilla-webfinger
Tobias Diekershoff [Fri, 27 Oct 2017 07:47:47 +0000 (09:47 +0200)]
Merge pull request #3827 from annando/hubzilla-webfinger

Hubzilla doesn't return the handle in the hcard

6 years agoHubzilla doesn't return the handle in the hcard
Michael [Fri, 27 Oct 2017 06:17:24 +0000 (06:17 +0000)]
Hubzilla doesn't return the handle in the hcard

6 years agoMerge pull request #3826 from tobiasd/20171026-es
Michael Vogel [Thu, 26 Oct 2017 10:02:11 +0000 (12:02 +0200)]
Merge pull request #3826 from tobiasd/20171026-es

update for ES thx Albert

6 years agoupdate for ES thx Albert
Tobias Diekershoff [Thu, 26 Oct 2017 07:49:08 +0000 (09:49 +0200)]
update for ES thx Albert

6 years agoMerge pull request #3825 from annando/index-length
Tobias Diekershoff [Wed, 25 Oct 2017 05:16:45 +0000 (07:16 +0200)]
Merge pull request #3825 from annando/index-length

Bugfix for "Index column size too large"

6 years agoReverted some test
Michael [Wed, 25 Oct 2017 04:47:04 +0000 (04:47 +0000)]
Reverted some test

6 years agoBugfix for "Index column size too large"
Michael [Wed, 25 Oct 2017 04:44:45 +0000 (04:44 +0000)]
Bugfix for "Index column size too large"

6 years agoMerge pull request #3823 from fabrixxm/feature/api/friends_order
Hypolite Petovan [Tue, 24 Oct 2017 19:33:02 +0000 (15:33 -0400)]
Merge pull request #3823 from fabrixxm/feature/api/friends_order

Order result of api/statues/friends by nickname

6 years agoOrder result of api/statues/friends by nickname
fabrixxm [Tue, 24 Oct 2017 19:29:43 +0000 (21:29 +0200)]
Order result of api/statues/friends by nickname

6 years agoMerge pull request #3821 from rabuzarus/20171022_-_frio_cache_css
Hypolite Petovan [Tue, 24 Oct 2017 14:59:33 +0000 (10:59 -0400)]
Merge pull request #3821 from rabuzarus/20171022_-_frio_cache_css

 frio: use cached css if no settings (or file) have changed + frio color settings for admins

6 years agofrio: sanitize $schema only if the variable is initialized
rabuzarus [Tue, 24 Oct 2017 12:44:31 +0000 (14:44 +0200)]
frio: sanitize $schema only if the variable is initialized

6 years agofrio: sanitise $schema
rabuzarus [Mon, 23 Oct 2017 20:14:35 +0000 (22:14 +0200)]
frio: sanitise $schema