]>
git.mxchange.org Git - friendica.git/log
rabuzarus [Mon, 29 Aug 2016 20:24:37 +0000 (22:24 +0200)]
Merge pull request #2753 from annando/1608-sql-errors
Bugfix: Fixed two bad sql queries
Michael Vogel [Mon, 29 Aug 2016 18:40:40 +0000 (18:40 +0000)]
Bugfix: Fixed two bad sql queries
rabuzarus [Sat, 27 Aug 2016 22:39:58 +0000 (00:39 +0200)]
Merge pull request #2750 from annando/1608-worker-priority-again
Prevent lowest priority calls from never being called
rabuzarus [Sat, 27 Aug 2016 22:39:15 +0000 (00:39 +0200)]
Merge pull request #2749 from annando/1608-dbstructure
dbstructure: Set the version when updating manually
Michael Vogel [Sat, 27 Aug 2016 21:05:38 +0000 (21:05 +0000)]
Prevent lowest priority calls from never being called
Michael Vogel [Sat, 27 Aug 2016 17:53:09 +0000 (19:53 +0200)]
Removed some accidentally written code
Michael Vogel [Sat, 27 Aug 2016 17:50:19 +0000 (19:50 +0200)]
dbstructure: Set the version when updating manually
Tobias Diekershoff [Tue, 23 Aug 2016 05:52:35 +0000 (07:52 +0200)]
Merge pull request #2746 from annando/1608-diaspora-handle-lowercase
The handle for Diaspora contacts must always be low…
Michael Vogel [Tue, 23 Aug 2016 05:48:48 +0000 (07:48 +0200)]
The handle (user@domain.tld) for Diaspora contacts must always be lowercase
Tobias Diekershoff [Tue, 23 Aug 2016 05:48:18 +0000 (07:48 +0200)]
Merge pull request #2745 from annando/1608-atachments
Bugfix: Handle attachments with bbcode inside/handle the [p] bbcode
Michael Vogel [Tue, 23 Aug 2016 05:40:16 +0000 (07:40 +0200)]
Bugfix: Handle attachments with bbcode inside/handle the [p] bbcode
Michael Vogel [Tue, 23 Aug 2016 04:31:49 +0000 (06:31 +0200)]
Merge pull request #2744 from tobiasd/
20160820 -cal
events with no finish should not export it to ical
Michael Vogel [Tue, 23 Aug 2016 04:30:17 +0000 (06:30 +0200)]
Merge pull request #2743 from tobiasd/
20160819 -credits
updated the credits
Tobias Diekershoff [Sat, 20 Aug 2016 14:16:19 +0000 (16:16 +0200)]
events with no finish should not export it to ical
Tobias Diekershoff [Fri, 19 Aug 2016 10:38:45 +0000 (12:38 +0200)]
updated the credits
Tobias Diekershoff [Fri, 19 Aug 2016 05:19:32 +0000 (07:19 +0200)]
Merge pull request #2742 from annando/1608-priority-rearranges
New priority level for stale processes
Michael Vogel [Thu, 18 Aug 2016 10:33:17 +0000 (12:33 +0200)]
New priority level for stale processes.
Tobias Diekershoff [Wed, 17 Aug 2016 14:58:00 +0000 (16:58 +0200)]
Merge pull request #2741 from rabuzarus/1708-frio_fix_contact_edit_delete
fix contact dropping on contact edit page also for other themes
rabuzarus [Wed, 17 Aug 2016 14:51:04 +0000 (16:51 +0200)]
fix contact dropping on contact edit page also for other themes
Tobias Diekershoff [Wed, 17 Aug 2016 13:29:37 +0000 (15:29 +0200)]
Merge pull request #2740 from rabuzarus/1708-frio_fix_contact_edit_delete
frio: fix contact dropping on contact edit page
rabuzarus [Wed, 17 Aug 2016 12:32:43 +0000 (14:32 +0200)]
frio: fix contact dropping on contact edit page
Tobias Diekershoff [Wed, 17 Aug 2016 05:37:33 +0000 (07:37 +0200)]
Merge pull request #2739 from annando/1608-session-close
Only close the session if it had been opened.
Michael Vogel [Tue, 16 Aug 2016 19:35:12 +0000 (21:35 +0200)]
Only close the session if it had been opened.
Michael Vogel [Tue, 16 Aug 2016 12:18:47 +0000 (14:18 +0200)]
Merge pull request #2738 from tobiasd/
20160814 -credits
regenerated credits
Tobias Diekershoff [Sun, 14 Aug 2016 20:19:49 +0000 (22:19 +0200)]
regenerated credits
Tobias Diekershoff [Sun, 14 Aug 2016 20:10:13 +0000 (22:10 +0200)]
Merge pull request #2737 from annando/1608-worker-again
Performance improvements for the poller
Tobias Diekershoff [Sun, 14 Aug 2016 20:05:54 +0000 (22:05 +0200)]
Merge branch '3.5rc' of https://github.com/friendica/friendica into 3.5rc
gerhard6380 [Sat, 13 Aug 2016 14:14:12 +0000 (16:14 +0200)]
adapted documentation
removed reference to Windows 10 app
gerhard6380 [Sat, 13 Aug 2016 11:19:53 +0000 (13:19 +0200)]
updated api documentation to reflect changes on direct_messages
added direct_messages/destroy, friendica/direct_messages_setseen
gerhard6380 [Sat, 13 Aug 2016 11:08:16 +0000 (13:08 +0200)]
improved sql statements for direct_messages calls
gerhard6380 [Fri, 12 Aug 2016 16:15:03 +0000 (18:15 +0200)]
Implement api/direct_messages/destroy
Twitter compliant call replaces api/friendica/direct_messages_delete;
JSON return expected by Twitter API and parameter include_entities not
yet implemented
gerhard6380 [Fri, 12 Aug 2016 13:40:22 +0000 (15:40 +0200)]
remove api_friendica_direct_messages_all
instead included 'friendica_verbose' parameter into standard function
api_direct_messages_box()
gerhard6380 [Thu, 11 Aug 2016 21:53:00 +0000 (23:53 +0200)]
Removing api_friendica_direct_messages_conversations
due to implementing 'seen' and 'parent-uri' into standard
api_format_messages() this call is not needed anymore. Adapting comment
blocks.
gerhard6380 [Thu, 11 Aug 2016 15:34:33 +0000 (17:34 +0200)]
remove api_format_messages_win and include new fields in api_format_messages
gerhard6380 [Wed, 10 Aug 2016 21:56:17 +0000 (23:56 +0200)]
new API calls for private messsages in Win10 app
new API calls used for Windows 10 app (similar calls to existing but
extended to include seen id and parent-uri)
Michael Vogel [Sun, 14 Aug 2016 19:23:19 +0000 (21:23 +0200)]
Merge pull request #2736 from tobiasd/
20160814 -doc
DOCs we have a new developer forum
Michael Vogel [Sun, 14 Aug 2016 19:02:29 +0000 (21:02 +0200)]
Performance improvements for the poller
Tobias Diekershoff [Sun, 14 Aug 2016 07:34:50 +0000 (09:34 +0200)]
DOCs we have a new developer forum
Tobias Diekershoff [Sun, 14 Aug 2016 07:18:48 +0000 (09:18 +0200)]
Merge pull request #2735 from rabuzarus/1308-frio-event-strings
frio: fix missing events string
rabuzarus [Sat, 13 Aug 2016 16:59:59 +0000 (18:59 +0200)]
frio: fix - add string to template
rabuzarus [Sat, 13 Aug 2016 16:58:49 +0000 (18:58 +0200)]
frio: fix - permissions string was missing
Michael Vogel [Sat, 13 Aug 2016 13:20:59 +0000 (15:20 +0200)]
Merge pull request #2734 from rabuzarus/1308-cal-export-perms
fix: own calendar is now always exportable for local_user()
rabuzarus [Sat, 13 Aug 2016 11:59:55 +0000 (13:59 +0200)]
fix: own calendar is now always exportable for local_user()
rabuzarus [Sat, 13 Aug 2016 10:26:06 +0000 (12:26 +0200)]
Merge pull request #2733 from tobiasd/
20160819 -doc
DOCS: clarify Settings also discusses the Admin Panel
Tobias Diekershoff [Sat, 13 Aug 2016 10:11:27 +0000 (12:11 +0200)]
DOCS: clarify Settings also discusses the Admin Panel
Tobias Diekershoff [Thu, 11 Aug 2016 19:08:07 +0000 (21:08 +0200)]
Merge pull request #2731 from annando/1608-notifications-format
HTML entities in notifications aren't a problem anymore
Michael Vogel [Thu, 11 Aug 2016 17:59:07 +0000 (19:59 +0200)]
HTML entities in Notifications aren't a problem anymore
Tobias Diekershoff [Thu, 11 Aug 2016 06:52:18 +0000 (08:52 +0200)]
Merge pull request #2730 from annando/1608-missing-parameter-ping
Bugfix: A parameter in xml::from_array was missing.
Michael Vogel [Thu, 11 Aug 2016 06:44:03 +0000 (08:44 +0200)]
Bugfix: A parameter in xml::from_array was missing.
Tobias Diekershoff [Thu, 11 Aug 2016 05:53:51 +0000 (07:53 +0200)]
Merge pull request #2728 from annando/1608-ping
Ping is now using a standard routine to generate the XML
Michael Vogel [Wed, 10 Aug 2016 20:51:03 +0000 (22:51 +0200)]
Ping is now using a standard routine to generate the xml.
Tobias Diekershoff [Wed, 10 Aug 2016 12:49:27 +0000 (14:49 +0200)]
Merge pull request #2727 from rabuzarus/1008-item-highlight
frio: highlight - test if the item is available in the dom
rabuzarus [Wed, 10 Aug 2016 12:42:57 +0000 (14:42 +0200)]
frio: highlight - test if the item is available in the dom
Tobias Diekershoff [Wed, 10 Aug 2016 12:42:11 +0000 (14:42 +0200)]
Merge pull request #2726 from rabuzarus/1008-item-highlight
Frio: fix auto jump to the item position in /display
rabuzarus [Wed, 10 Aug 2016 12:27:28 +0000 (14:27 +0200)]
Merge pull request #2725 from tobiasd/
20160810 -de
DE translation
rabuzarus [Wed, 10 Aug 2016 12:26:16 +0000 (14:26 +0200)]
frio: highlight - wait until the whole page is loaded
rabuzarus [Wed, 10 Aug 2016 12:14:58 +0000 (14:14 +0200)]
frio: highlight - use offset() instead of postion()
rabuzarus [Wed, 10 Aug 2016 11:33:49 +0000 (13:33 +0200)]
frio: fix - I used the wrong variable
rabuzarus [Wed, 10 Aug 2016 11:07:13 +0000 (13:07 +0200)]
frio: fix for display auto position scroll + some cleanup
Tobias Diekershoff [Wed, 10 Aug 2016 10:31:54 +0000 (12:31 +0200)]
DE translation
rabuzarus [Tue, 9 Aug 2016 16:42:10 +0000 (18:42 +0200)]
Merge pull request #2724 from tobiasd/
20160809 -msgs
regenerated messages.po file for new strings in Frio theme
Tobias Diekershoff [Tue, 9 Aug 2016 16:18:09 +0000 (18:18 +0200)]
regenerated messages.po file for new strings in Frio theme
Tobias Diekershoff [Tue, 9 Aug 2016 16:08:59 +0000 (18:08 +0200)]
Merge pull request #2723 from rabuzarus/0908-Frio_Guest_Nav
frio: Remote is now called Guest
rabuzarus [Tue, 9 Aug 2016 12:39:18 +0000 (14:39 +0200)]
frio: Remote is now called Guest
Tobias Diekershoff [Tue, 9 Aug 2016 05:54:56 +0000 (07:54 +0200)]
Merge pull request #2722 from rabuzarus/0808-frio-backgrounds
frio: add some missing page backgrounds
rabuzarus [Mon, 8 Aug 2016 20:34:45 +0000 (22:34 +0200)]
Merge pull request #2720 from annando/1608-kill-stale-worker
Process timeouts are now priority depending
rabuzarus [Mon, 8 Aug 2016 20:25:54 +0000 (22:25 +0200)]
frio: correct spelling
rabuzarus [Mon, 8 Aug 2016 20:16:32 +0000 (22:16 +0200)]
frio: add some missing page background
Michael Vogel [Mon, 8 Aug 2016 20:11:24 +0000 (22:11 +0200)]
Redefined the priority constants (to have space for future expansions)
rabuzarus [Mon, 8 Aug 2016 19:54:34 +0000 (21:54 +0200)]
frio: background for people search
Michael Vogel [Mon, 8 Aug 2016 19:31:00 +0000 (21:31 +0200)]
Merge pull request #2718 from rabuzarus/0808-frio_notifications_css
frio: unify size of notif-images + background color for unseen notifs
Michael Vogel [Mon, 8 Aug 2016 19:28:44 +0000 (21:28 +0200)]
Use a 10 minute timeout for high priority processes. This may be better.
Michael Vogel [Mon, 8 Aug 2016 19:26:57 +0000 (21:26 +0200)]
Merge pull request #2719 from rabuzarus/0808-frio_toggle_aside
frio: fix duplicated ID's in aside section
Michael Vogel [Mon, 8 Aug 2016 17:20:40 +0000 (19:20 +0200)]
Process timeouts are now priority depending
rabuzarus [Mon, 8 Aug 2016 15:15:35 +0000 (17:15 +0200)]
frio: fix duplicated ID's in aside section
rabuzarus [Mon, 8 Aug 2016 12:05:33 +0000 (14:05 +0200)]
frio: unify size of notif-images + background color for unseen notifs
Michael Vogel [Mon, 8 Aug 2016 05:41:48 +0000 (07:41 +0200)]
Merge pull request #2702 from rabuzarus/0308-Notifications-restructure
notifications restructure
Tobias Diekershoff [Mon, 8 Aug 2016 05:28:22 +0000 (07:28 +0200)]
Merge pull request #2717 from annando/1608-bugfix-procrun
Bugfix: proc_run hadn't worked anymore due to the priority changes
Michael Vogel [Mon, 8 Aug 2016 05:14:40 +0000 (07:14 +0200)]
Bugfix: proc_run hadn't worked anymore due to the priority changes
rabuzarus [Sun, 7 Aug 2016 10:26:49 +0000 (12:26 +0200)]
notifications - correct boolean variable checking
Michael Vogel [Sun, 7 Aug 2016 05:27:50 +0000 (07:27 +0200)]
Merge pull request #2714 from tobiasd/
20160806 -installercheckiconv
now the installer checks for iconv module as well #2506
rabuzarus [Sat, 6 Aug 2016 16:59:39 +0000 (18:59 +0200)]
notifications - set default values for some varibles
rabuzarus [Sat, 6 Aug 2016 16:11:30 +0000 (18:11 +0200)]
Merge pull request #2715 from tobiasd/
20160806 -vier
vier
Tobias Diekershoff [Sat, 6 Aug 2016 08:54:54 +0000 (10:54 +0200)]
vier
Tobias Diekershoff [Sat, 6 Aug 2016 06:54:41 +0000 (08:54 +0200)]
now the installer checks for iconv module as well #2506
Tobias Diekershoff [Sat, 6 Aug 2016 04:52:42 +0000 (06:52 +0200)]
Merge pull request #2712 from rabuzarus/0508-frio_mobile_login
frio - provide mobile login/register buttons for mobile view
Tobias Diekershoff [Sat, 6 Aug 2016 04:52:17 +0000 (06:52 +0200)]
Merge pull request #2713 from rabuzarus/frio-update-version
Frio update version and Readme
rabuzarus [Fri, 5 Aug 2016 18:37:51 +0000 (20:37 +0200)]
Raise frio version number to 0.7
Since I never raised the version number since starting this theme I raise the version of frio to 0.7 and removed the alpha. It is still much stuff to do for a 1.0 version but frio has done the last half year big steps forward.
rabuzarus [Fri, 5 Aug 2016 18:31:14 +0000 (20:31 +0200)]
Update README.md
rabuzarus [Fri, 5 Aug 2016 18:17:06 +0000 (20:17 +0200)]
frio - provide mobile login/register buttons for mobile view
Michael Vogel [Thu, 4 Aug 2016 21:59:43 +0000 (23:59 +0200)]
Merge pull request #2711 from rabuzarus/0408-frio-photo-tpl-fix
photos - include paginate into the templates - provide a photo_album.…
rabuzarus [Thu, 4 Aug 2016 19:53:22 +0000 (21:53 +0200)]
photos - include paginate into the templates - provide a photo_album.tpl for frio
Tobias Diekershoff [Thu, 4 Aug 2016 19:31:36 +0000 (21:31 +0200)]
Merge pull request #2709 from annando/1608-push-splitted
pubsubpublish is now split into separate calls per entry
Tobias Diekershoff [Thu, 4 Aug 2016 19:30:25 +0000 (21:30 +0200)]
Merge pull request #2710 from rabuzarus/0408-jquery_color
frio:implement comment highlighting with jquery.color
rabuzarus [Thu, 4 Aug 2016 17:59:45 +0000 (19:59 +0200)]
frio:implement comment highlighting with jquery.color
Michael Vogel [Thu, 4 Aug 2016 13:41:32 +0000 (15:41 +0200)]
Lower the priority for stale processes
Michael Vogel [Thu, 4 Aug 2016 13:33:15 +0000 (15:33 +0200)]
Reschedule killed processes at the beginning of the queue.
Michael Vogel [Thu, 4 Aug 2016 13:15:43 +0000 (15:15 +0200)]
pubsubpublish is now split into separate calls per entry.
Michael Vogel [Thu, 4 Aug 2016 12:58:24 +0000 (14:58 +0200)]
Merge pull request #2707 from tobiasd/
20160804 -de
DE translations THX Andreas
Tobias Diekershoff [Thu, 4 Aug 2016 12:57:15 +0000 (14:57 +0200)]
Merge pull request #2708 from rabuzarus/0407-frio-picture-wall-fix
frio:fix jot - posts with images were not available on wall