]>
git.mxchange.org Git - friendica.git/log
Michael Vogel [Mon, 7 Mar 2016 23:20:06 +0000 (00:20 +0100)]
Don't create lock files if the process is called from the poller via the worker
Tobias Diekershoff [Sun, 6 Mar 2016 20:13:05 +0000 (21:13 +0100)]
Merge pull request #2401 from annando/1603-ostatus-completion
New way of fetching the conversation id for thread completion
Michael Vogel [Sun, 6 Mar 2016 20:06:52 +0000 (21:06 +0100)]
Added documentation
Michael Vogel [Sun, 6 Mar 2016 19:37:51 +0000 (20:37 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1603-ostatus-completion
Michael Vogel [Sun, 6 Mar 2016 19:36:28 +0000 (20:36 +0100)]
New way of fetching the conversation id for thread completion
fabrixxm [Sun, 6 Mar 2016 18:56:59 +0000 (19:56 +0100)]
Merge pull request #2328 from rabuzarus/0602_contact_profile
polishing of the contact-edit page
Tobias Diekershoff [Sun, 6 Mar 2016 18:40:01 +0000 (19:40 +0100)]
Merge pull request #2400 from annando/1603-ostatus-thread
Only import OStatus threads that are started by our contacts
Michael Vogel [Sun, 6 Mar 2016 18:27:34 +0000 (19:27 +0100)]
This should work better ...
Michael Vogel [Sun, 6 Mar 2016 14:13:19 +0000 (15:13 +0100)]
Or back ...
Michael Vogel [Sun, 6 Mar 2016 14:11:04 +0000 (15:11 +0100)]
Relocated the check.
Michael Vogel [Sun, 6 Mar 2016 13:53:30 +0000 (14:53 +0100)]
Only import OStatus threads if we follow the thread starter
Tobias Diekershoff [Sun, 6 Mar 2016 13:42:27 +0000 (14:42 +0100)]
Merge pull request #2399 from annando/1603-default-group
Central function for default group, special setting for OStatus
Michael Vogel [Sun, 6 Mar 2016 13:09:04 +0000 (14:09 +0100)]
Settings for only importing threads from our ostatus contacts
Michael Vogel [Sun, 6 Mar 2016 12:26:30 +0000 (13:26 +0100)]
Clarification of description
Michael Vogel [Sun, 6 Mar 2016 12:15:27 +0000 (13:15 +0100)]
Central function for default group, special setting for OStatus
Tobias Diekershoff [Sun, 6 Mar 2016 00:49:46 +0000 (01:49 +0100)]
Merge pull request #2398 from annando/1603-fontawesome4
The Font Awesome library is now updated, the reply button is changed
Michael Vogel [Sat, 5 Mar 2016 12:35:43 +0000 (13:35 +0100)]
Merge pull request #2397 from Quix0r/fixes/poller-warning
No processing if error or empty array
Michael Vogel [Sat, 5 Mar 2016 12:29:01 +0000 (13:29 +0100)]
The Font Awesome library is now updated, the replxy button is changed
Roland Haeder [Fri, 4 Mar 2016 21:38:18 +0000 (22:38 +0100)]
No processing if error or empty array
Signed-off-by: Roland Haeder <roland@mxchange.org>
fabrixxm [Wed, 2 Mar 2016 11:21:18 +0000 (12:21 +0100)]
Merge pull request #2392 from Quix0r/minor/logging
Minor: Some more logging to trace down bugs
Tobias Diekershoff [Wed, 2 Mar 2016 09:41:02 +0000 (10:41 +0100)]
Merge pull request #2394 from annando/1603-federation
Small bugfix: Fixes problen when version number contains linebreaks
Tobias Diekershoff [Wed, 2 Mar 2016 09:40:23 +0000 (10:40 +0100)]
Merge pull request #2393 from annando/1603-api-speed
API: Some small speed improvement when calling the home timeline.
Michael Vogel [Tue, 1 Mar 2016 18:17:01 +0000 (19:17 +0100)]
API: Some small speed improvement when calling the home timeline.
Michael Vogel [Tue, 1 Mar 2016 18:14:45 +0000 (19:14 +0100)]
Small bugfix: Fixes problen when version number contains linebreaks
Roland Haeder [Tue, 1 Mar 2016 17:28:06 +0000 (18:28 +0100)]
Closed TODO: no .= needed here. #2392
Signed-off-by: Roland Haeder <roland@mxchange.org>
fabrixxm [Tue, 1 Mar 2016 14:50:20 +0000 (15:50 +0100)]
Merge pull request #2388 from Quix0r/fixes/prevent-e_notice_boot_php
Prevent some E_NOTICE
fabrixxm [Tue, 1 Mar 2016 14:33:31 +0000 (15:33 +0100)]
Merge pull request #2391 from Quix0r/fixes/http-security
Missing exit() after header('Location: bla') is bad news
fabrixxm [Tue, 1 Mar 2016 14:32:34 +0000 (15:32 +0100)]
Merge pull request #2389 from Quix0r/rewrites/theme_info_array_init
$a->theme_info = array() should be avoided
fabrixxm [Tue, 1 Mar 2016 14:31:28 +0000 (15:31 +0100)]
Merge pull request #2387 from Quix0r/fixes/html-errors
Some tags should not be self-closed
Roland Haeder [Tue, 1 Mar 2016 13:49:56 +0000 (14:49 +0100)]
<form> and <html> or <head> are not self-closing tags.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 1 Mar 2016 13:49:07 +0000 (14:49 +0100)]
Don't miss to add exit() after header('Location: bla') as header() does *NOT*
exit the script quickly enough. Always use an explicit exit() or you get real
trouble.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 1 Mar 2016 13:42:55 +0000 (14:42 +0100)]
More logging in case of errors + logged network type + added TODO (for ugly E_NOTICE).
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 1 Mar 2016 13:36:23 +0000 (14:36 +0100)]
Prevent some E_NOTICE in identity.php
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 1 Mar 2016 13:32:19 +0000 (14:32 +0100)]
Prevent some E_NOTICE in boot.php
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 1 Mar 2016 13:27:38 +0000 (14:27 +0100)]
No need to set $a->theme_info = array() everywhere if you can define it in App
itself.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Michael Vogel [Mon, 29 Feb 2016 18:03:31 +0000 (19:03 +0100)]
Merge pull request #2386 from tobiasd/
20160229 -fedcolor
adding some colors to the Federation Statistics page of the admin panel
Tobias Diekershoff [Mon, 29 Feb 2016 16:24:34 +0000 (17:24 +0100)]
adding some colors to the Federation Statistics page of the admin panel
Michael Vogel [Mon, 29 Feb 2016 10:11:54 +0000 (11:11 +0100)]
Merge pull request #2383 from tobiasd/
20160225
a missing break
fabrixxm [Mon, 29 Feb 2016 07:54:36 +0000 (08:54 +0100)]
Merge pull request #2384 from tobiasd/
20160228 -api
old location might vanish, vinzv moved the GS API docs over here
Tobias Diekershoff [Sun, 28 Feb 2016 07:30:45 +0000 (08:30 +0100)]
old location might vanish, vinzv moved the GS API docs over here
Tobias Diekershoff [Thu, 25 Feb 2016 20:37:37 +0000 (21:37 +0100)]
a missing break
Tobias Diekershoff [Thu, 25 Feb 2016 12:15:12 +0000 (13:15 +0100)]
Merge pull request #2379 from annando/1602-abstract-doc
Some documentation for the usage of the "abstract" element.
fabrixxm [Thu, 25 Feb 2016 07:46:25 +0000 (08:46 +0100)]
Merge pull request #2382 from tobiasd/
20160204 -doc
small stuff for the docs
Tobias Diekershoff [Wed, 24 Feb 2016 19:46:06 +0000 (20:46 +0100)]
Client section in DeveloperIntro docs
Michael Vogel [Wed, 24 Feb 2016 06:43:13 +0000 (07:43 +0100)]
Welcome to the live editing and commenting of the pull request ;-)
Michael Vogel [Wed, 24 Feb 2016 06:37:18 +0000 (07:37 +0100)]
Clarification between statusnet and GNU Social.
Michael Vogel [Wed, 24 Feb 2016 06:33:20 +0000 (07:33 +0100)]
One line, one sentence
Tobias Diekershoff [Wed, 24 Feb 2016 06:28:40 +0000 (07:28 +0100)]
Merge pull request #2380 from annando/issue-2373
Bugfix: Resharing on the display page works again.
Michael Vogel [Wed, 24 Feb 2016 06:22:32 +0000 (07:22 +0100)]
Corrected explanation
Michael Vogel [Wed, 24 Feb 2016 06:20:23 +0000 (07:20 +0100)]
Bugfix: Resharing on the display page works again.
Tobias Diekershoff [Fri, 5 Feb 2016 05:47:17 +0000 (06:47 +0100)]
clarification to the docs
Michael Vogel [Tue, 23 Feb 2016 21:45:06 +0000 (22:45 +0100)]
Some documentation for the usage of the "abstract" element.
rabuzarus [Tue, 23 Feb 2016 18:26:03 +0000 (19:26 +0100)]
contactedit-actions-button: use internal links instead of full links
rabuzarus [Tue, 23 Feb 2016 18:19:45 +0000 (19:19 +0100)]
contactedit-actions-button: move repair back to tabbar
fabrixxm [Tue, 23 Feb 2016 07:45:19 +0000 (08:45 +0100)]
Merge pull request #2370 from annando/1602-mixed-content
Initial work to prevent mixed content, allow hidden tor services ...
Michael Vogel [Tue, 23 Feb 2016 07:03:30 +0000 (08:03 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1602-mixed-content
Tobias Diekershoff [Tue, 23 Feb 2016 07:01:13 +0000 (08:01 +0100)]
Merge pull request #2377 from annando/1602-abstract
New BBCode element "abstract" for network depending messages.
Michael Vogel [Tue, 23 Feb 2016 06:56:49 +0000 (07:56 +0100)]
Added documentation
Michael Vogel [Tue, 23 Feb 2016 06:21:40 +0000 (07:21 +0100)]
The "abstract" has moved after the "nobb" part in bbcode.
Michael Vogel [Mon, 22 Feb 2016 22:20:59 +0000 (23:20 +0100)]
New BBCode element "abstract" for network depending messages.
Michael Vogel [Fri, 19 Feb 2016 10:55:57 +0000 (11:55 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1602-mixed-content
fabrixxm [Fri, 19 Feb 2016 07:30:54 +0000 (08:30 +0100)]
Merge pull request #2372 from annando/issue-2367
Issue 2367: The data for the gserver table is now sanitized.
Michael Vogel [Fri, 19 Feb 2016 06:30:28 +0000 (07:30 +0100)]
Issue 2367: The data for the gserver table is now sanitized.
Michael Vogel [Thu, 18 Feb 2016 07:15:58 +0000 (08:15 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1602-mixed-content
Tobias Diekershoff [Thu, 18 Feb 2016 06:50:43 +0000 (07:50 +0100)]
Merge pull request #2366 from annando/1602-array_merge
Avoid "array_merge" warning.
Michael Vogel [Thu, 18 Feb 2016 06:41:08 +0000 (07:41 +0100)]
Avoid "array_merge" warning.
Michael Vogel [Thu, 18 Feb 2016 06:26:33 +0000 (07:26 +0100)]
Merge pull request #2354 from fabrixxm/issues/api-errors
api: throw HTTPException instead of calling api_error directly
Michael Vogel [Wed, 17 Feb 2016 22:47:32 +0000 (23:47 +0100)]
"get_baseurl" and "z_root" are disappearing ...
fabrixxm [Wed, 17 Feb 2016 14:18:15 +0000 (15:18 +0100)]
Merge pull request #2365 from tobiasd/
20160217 -it
IT update to the strings
Tobias Diekershoff [Wed, 17 Feb 2016 14:13:45 +0000 (15:13 +0100)]
IT update to the strings
Michael Vogel [Wed, 17 Feb 2016 11:18:46 +0000 (12:18 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1602-mixed-content
Michael Vogel [Wed, 17 Feb 2016 11:18:36 +0000 (12:18 +0100)]
Some more ...
fabrixxm [Wed, 17 Feb 2016 08:01:29 +0000 (09:01 +0100)]
Merge pull request #2363 from tobiasd/2016ß217-credits
make_credits.py: handle exception with non-existing addon directory
Michael Vogel [Wed, 17 Feb 2016 07:08:28 +0000 (08:08 +0100)]
Just some more removed baseurls ...
Tobias Diekershoff [Wed, 17 Feb 2016 07:00:38 +0000 (08:00 +0100)]
handle exception with non-existing addon directory
Tobias Diekershoff [Wed, 17 Feb 2016 06:24:34 +0000 (07:24 +0100)]
Merge pull request #2355 from annando/1602-remove-simplepie
Simplepie is removed since we don't use it anymore
Tobias Diekershoff [Wed, 17 Feb 2016 06:21:33 +0000 (07:21 +0100)]
Merge pull request #2362 from soko1/translate
Complemented and improved russian translation
Michael Vogel [Tue, 16 Feb 2016 23:01:24 +0000 (00:01 +0100)]
Remove the baseurl where possible to avoid mixed content
Sakałoŭ Alaksiej [Tue, 16 Feb 2016 17:57:15 +0000 (20:57 +0300)]
Complemented and improved russian translation
Michael Vogel [Tue, 16 Feb 2016 07:06:55 +0000 (08:06 +0100)]
Added documentation.
Michael Vogel [Tue, 16 Feb 2016 06:58:01 +0000 (07:58 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1602-remove-simplepie
Tobias Diekershoff [Mon, 15 Feb 2016 06:38:16 +0000 (07:38 +0100)]
Merge pull request #2356 from annando/1602-redmatrix-name
We now show the correct platform (redmatrix or hubzilla)
Tobias Diekershoff [Mon, 15 Feb 2016 06:37:11 +0000 (07:37 +0100)]
Merge pull request #2349 from annando/1602-gcontact-cleanup
Updating of gcontact data has improved
Michael Vogel [Sun, 14 Feb 2016 20:03:57 +0000 (21:03 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1602-redmatrix-name
Michael Vogel [Sun, 14 Feb 2016 19:57:57 +0000 (20:57 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1602-remove-simplepie
Michael Vogel [Sun, 14 Feb 2016 18:50:59 +0000 (19:50 +0100)]
Simplepie is removed since we don't use it anymore
Michael Vogel [Sun, 14 Feb 2016 14:08:49 +0000 (15:08 +0100)]
Fallback when there is no nick name
Michael Vogel [Sun, 14 Feb 2016 14:05:43 +0000 (15:05 +0100)]
We now show the correct platform (redmatrix or hubzilla)
Michael Vogel [Sun, 14 Feb 2016 14:02:59 +0000 (15:02 +0100)]
The feed function has now a simulation mode
Michael Vogel [Sun, 14 Feb 2016 11:39:57 +0000 (12:39 +0100)]
Small bugfix for the keyword bug in the gcontact table
Michael Vogel [Sun, 14 Feb 2016 10:56:23 +0000 (11:56 +0100)]
"addr" and "server_url" are now generated directly in "update_gcontact" if not given.
fabrixxm [Sun, 14 Feb 2016 10:24:51 +0000 (11:24 +0100)]
api: throw HTTPException instead of calling api_error directly
there was some places where api_error() was called instead of throwing
correct subclass of HTTPException. This was causing php errors.
Dogygen comment of api_error() is updated as well
Michael Vogel [Sun, 14 Feb 2016 06:31:57 +0000 (07:31 +0100)]
The shadow contact (contact with uid=0) will be updated now as well.
Michael Vogel [Sat, 13 Feb 2016 23:14:03 +0000 (00:14 +0100)]
DFRN Bugfix: The poco data wasn't sent
Michael Vogel [Sat, 13 Feb 2016 21:20:00 +0000 (22:20 +0100)]
Avoid errors when noscrape data can't be fetched.
Michael Vogel [Sat, 13 Feb 2016 20:35:05 +0000 (21:35 +0100)]
OStatus: The gcontact table will now be updated from the conversation as well
Michael Vogel [Sat, 13 Feb 2016 19:12:31 +0000 (20:12 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1602-gcontact-cleanup
Tobias Diekershoff [Sat, 13 Feb 2016 18:43:33 +0000 (19:43 +0100)]
Merge pull request #2351 from annando/1602-performance-unread-group
Optimized query for unread group postings
Tobias Diekershoff [Sat, 13 Feb 2016 18:42:35 +0000 (19:42 +0100)]
Merge pull request #2350 from annando/1602-vier-aside-img
Vier: Pictures in the side bar shouldn't be larger than the side bar
Michael Vogel [Sat, 13 Feb 2016 17:15:24 +0000 (18:15 +0100)]
Optimized query for unread group postings