]>
git.mxchange.org Git - friendica.git/log
Michael [Thu, 8 Mar 2018 19:47:18 +0000 (19:47 +0000)]
Improved reshare behaviour for DFRN posts
Michael Vogel [Tue, 6 Mar 2018 15:34:28 +0000 (16:34 +0100)]
Merge pull request #4549 from MrPetovan/task/4518-add-memcached-support
[develop] Performance: Add memcached support/Improve database cache (redux)
Michael Vogel [Mon, 5 Mar 2018 06:28:04 +0000 (07:28 +0100)]
Merge pull request #4548 from MrPetovan/task/3878-move-bb2diaspora-to-src
[develop] Move include/bb2diaspora to src/
Hypolite Petovan [Mon, 5 Mar 2018 04:41:14 +0000 (23:41 -0500)]
Update database.sql according to process
Hypolite Petovan [Mon, 5 Mar 2018 04:41:01 +0000 (23:41 -0500)]
Improve default values in htconfig documentation
Hypolite Petovan [Mon, 5 Mar 2018 04:28:49 +0000 (23:28 -0500)]
Add support for multiple Memcached servers
- Updated htconfig documentation
Hypolite Petovan [Thu, 1 Mar 2018 06:25:39 +0000 (01:25 -0500)]
Add cache performance to API and worker
Hypolite Petovan [Thu, 1 Mar 2018 06:13:50 +0000 (01:13 -0500)]
Add cache to performance arrays
Hypolite Petovan [Thu, 1 Mar 2018 05:33:56 +0000 (00:33 -0500)]
Add cache timing points
Hypolite Petovan [Thu, 1 Mar 2018 05:33:44 +0000 (00:33 -0500)]
Fix DatabaseCacheDriver::get SQL select
- Fix typo
- Fix wrong usage of NOW()
Hypolite Petovan [Thu, 1 Mar 2018 05:33:10 +0000 (00:33 -0500)]
Restore deprecated constants in boot
Hypolite Petovan [Thu, 1 Mar 2018 04:49:29 +0000 (23:49 -0500)]
Remove unused global cache constants
Hypolite Petovan [Thu, 1 Mar 2018 04:48:54 +0000 (23:48 -0500)]
Update db cache table documentation
Hypolite Petovan [Thu, 1 Mar 2018 04:48:42 +0000 (23:48 -0500)]
Update htconfig documentation
Hypolite Petovan [Thu, 1 Mar 2018 04:48:28 +0000 (23:48 -0500)]
Update SQL scripts for cache table
Hypolite Petovan [Thu, 1 Mar 2018 04:48:09 +0000 (23:48 -0500)]
Add support for Memcached/Improve database cache
- Create Cache Driver interface
- Update cache table fields
- Add CacheSessionHandler
Hypolite Petovan [Sun, 4 Mar 2018 22:43:51 +0000 (17:43 -0500)]
Remove include/bb2diaspora.php
Hypolite Petovan [Sun, 4 Mar 2018 22:43:41 +0000 (17:43 -0500)]
Remove references to include/bb2diaspora.php
Hypolite Petovan [Sun, 4 Mar 2018 22:39:41 +0000 (17:39 -0500)]
Update references to bb2diaspora and diaspora2bb
Hypolite Petovan [Sun, 4 Mar 2018 22:34:59 +0000 (17:34 -0500)]
Move bb2diaspora() content to Content\Text\BBCode::toMarkdown
- Use self where appropriate
- Add BaseObject extension
Hypolite Petovan [Sun, 4 Mar 2018 13:31:40 +0000 (08:31 -0500)]
Replace disapora2bb function content with Markdown::toBBCode call
Hypolite Petovan [Sun, 4 Mar 2018 13:31:05 +0000 (08:31 -0500)]
Create Markdown::toBBCode() method
- Create private callback Markdown::diasporaMention2BBCodeCallback
Hypolite Petovan [Sat, 3 Mar 2018 23:14:19 +0000 (18:14 -0500)]
Merge pull request #4532 from annando/dba-array
[develop] We now accept array as condition parameters
Michael [Sat, 3 Mar 2018 23:02:45 +0000 (23:02 +0000)]
Renamed functions / each is replaced
Michael Vogel [Sat, 3 Mar 2018 21:32:08 +0000 (22:32 +0100)]
Merge pull request #4517 from MrPetovan/task/3878-move-acl_selectors-to-src
[develop] Move include/acl_selectors to src/ (redux)
Michael [Sat, 3 Mar 2018 13:26:23 +0000 (13:26 +0000)]
An array with fieldnames as keys is important for the "insert" in the "update" function
Hypolite Petovan [Sat, 3 Mar 2018 12:41:49 +0000 (07:41 -0500)]
Add missing dba::close() call in Contact::pruneUnavailable
Hypolite Petovan [Sat, 3 Mar 2018 12:40:18 +0000 (07:40 -0500)]
Rename Acl.php to ACL.php
Hypolite Petovan [Sat, 3 Mar 2018 12:38:15 +0000 (07:38 -0500)]
Rename Acl.php to ACL.php
Michael [Sat, 3 Mar 2018 08:47:13 +0000 (08:47 +0000)]
We now accept array as condition parameters
Hypolite Petovan [Fri, 2 Mar 2018 23:41:24 +0000 (18:41 -0500)]
Rename Core\Acl to Core\ACL
Hypolite Petovan [Thu, 1 Mar 2018 01:09:19 +0000 (20:09 -0500)]
Fix query mistake in Acl::getSuggestContactSelectHTML
Hypolite Petovan [Thu, 1 Mar 2018 01:08:59 +0000 (20:08 -0500)]
Fix wrong variable type in mod/message
Hypolite Petovan [Mon, 26 Feb 2018 01:24:46 +0000 (20:24 -0500)]
Prettify mod/acl
- Replace obsolete x() and killme() calls
- Simplify ternary operators with defaults()
- Restore list alignment
- Extract variable initialization from else conditions
Hypolite Petovan [Mon, 26 Feb 2018 01:08:51 +0000 (20:08 -0500)]
Remove include/acl_selectors
Hypolite Petovan [Mon, 26 Feb 2018 01:08:33 +0000 (20:08 -0500)]
Remove references to include/acl_selectors
Hypolite Petovan [Mon, 26 Feb 2018 01:04:30 +0000 (20:04 -0500)]
Move navbar_complete to Acl
Hypolite Petovan [Mon, 26 Feb 2018 01:03:03 +0000 (20:03 -0500)]
Move populate_acl to Acl
Hypolite Petovan [Mon, 26 Feb 2018 01:00:05 +0000 (20:00 -0500)]
Move get_acl_permissions to Acl
Hypolite Petovan [Mon, 26 Feb 2018 00:58:23 +0000 (19:58 -0500)]
Move prune_deadguys to Contact
Hypolite Petovan [Mon, 26 Feb 2018 00:56:53 +0000 (19:56 -0500)]
Move contact_select to Acl
- Simplify Acl::getMessageContactSelectHTML parameters
Hypolite Petovan [Mon, 26 Feb 2018 00:47:10 +0000 (19:47 -0500)]
Move contact_selector()
Hypolite Petovan [Mon, 26 Feb 2018 00:45:32 +0000 (19:45 -0500)]
Update references in acl_selectors to new functions
Hypolite Petovan [Mon, 26 Feb 2018 00:45:04 +0000 (19:45 -0500)]
Add new class/functions
- Create class Core\Acl
- Add Contact::pruneUnavailable
- Add mod_content
Hypolite Petovan [Fri, 2 Mar 2018 19:11:32 +0000 (14:11 -0500)]
Merge pull request #4530 from annando/db-timestamp
Some more performance measuring for database stuff
Michael [Fri, 2 Mar 2018 13:37:49 +0000 (13:37 +0000)]
Some more performance measuring for database stuff
Michael Vogel [Fri, 2 Mar 2018 12:10:11 +0000 (13:10 +0100)]
Merge pull request #4529 from tobiasd/
20180302-msg
regenerated master messages.po file
Michael Vogel [Fri, 2 Mar 2018 12:09:54 +0000 (13:09 +0100)]
Merge pull request #4528 from tobiasd/
20180302-transl
translation updates for DE and ZH CN
Tobias Diekershoff [Fri, 2 Mar 2018 11:02:54 +0000 (12:02 +0100)]
regenerated master messages.po file
Tobias Diekershoff [Fri, 2 Mar 2018 10:51:39 +0000 (11:51 +0100)]
update for DE translation THX hoergen oostende
Tobias Diekershoff [Fri, 2 Mar 2018 10:50:22 +0000 (11:50 +0100)]
update to the zh-cn THX 朱陈锬
Tobias Diekershoff [Fri, 2 Mar 2018 09:58:17 +0000 (10:58 +0100)]
Merge pull request #4527 from annando/fix-no-constant-update
Bugfix: No constant update in "getIdForUrl"
Michael Vogel [Fri, 2 Mar 2018 04:43:04 +0000 (05:43 +0100)]
Merge pull request #4526 from MrPetovan/task/4522-postpone-contact-update
Postpone contact update in Contact::getIdForURL
Michael [Fri, 2 Mar 2018 03:55:24 +0000 (03:55 +0000)]
Bugfix: No constant update in "getIdForUrl"
Hypolite Petovan [Fri, 2 Mar 2018 00:54:45 +0000 (19:54 -0500)]
Add no_update flag to speed up Contact::getIdForURL instances
Hypolite Petovan [Fri, 2 Mar 2018 00:53:47 +0000 (19:53 -0500)]
Use default value for uid parameter in Contact::getIdForURL
Hypolite Petovan [Thu, 1 Mar 2018 21:58:35 +0000 (16:58 -0500)]
Merge pull request #4525 from annando/fix-dfrn-delee
Bugfix: Deleting comments via DFRN had only partly worked
Michael [Thu, 1 Mar 2018 21:52:36 +0000 (21:52 +0000)]
Bugfix: Deleting comments via DFRN had only partly worked
Hypolite Petovan [Thu, 1 Mar 2018 20:53:10 +0000 (15:53 -0500)]
Merge pull request #4523 from annando/invitation-code
"Invitation ID" is now "invitation code" to unify the description
Hypolite Petovan [Thu, 1 Mar 2018 20:52:51 +0000 (15:52 -0500)]
Merge pull request #4524 from annando/delete-dfrn
When deleting, don't send the parent via DFRN
Michael [Thu, 1 Mar 2018 20:44:44 +0000 (20:44 +0000)]
When deleting, don't send the parent via DFRN
Michael [Thu, 1 Mar 2018 19:29:01 +0000 (19:29 +0000)]
"Invitation ID" is now "invitation code" to unify the description
Hypolite Petovan [Wed, 28 Feb 2018 20:25:59 +0000 (15:25 -0500)]
Merge pull request #4516 from annando/item-ordering
Items on the network page should now be ordered always like expected
Michael [Wed, 28 Feb 2018 20:21:31 +0000 (20:21 +0000)]
Items on the network page should now be ordered always like expected
Michael Vogel [Wed, 28 Feb 2018 14:29:16 +0000 (15:29 +0100)]
Merge pull request #4515 from MrPetovan/task/4513-hide-attendno-events
Add attendance check to event reminder
Hypolite Petovan [Wed, 28 Feb 2018 13:50:01 +0000 (08:50 -0500)]
Use NOT EXISTS to improve performance
Hypolite Petovan [Wed, 28 Feb 2018 12:55:32 +0000 (07:55 -0500)]
Merge pull request #4514 from annando/update-network
After a post or "like" only the single thread is now updated
Michael [Wed, 28 Feb 2018 06:36:41 +0000 (06:36 +0000)]
Don't do the restriction on thread starters when loading a single thread
Michael [Wed, 28 Feb 2018 04:58:53 +0000 (04:58 +0000)]
"update_item" is now 0 when not set
Hypolite Petovan [Wed, 28 Feb 2018 01:47:18 +0000 (20:47 -0500)]
Add attendance check to event reminder
Michael [Tue, 27 Feb 2018 23:25:29 +0000 (23:25 +0000)]
Only update toplevel posts when ordered after posts
Michael [Tue, 27 Feb 2018 22:37:11 +0000 (22:37 +0000)]
Improved JS, updating single items now work
Michael [Tue, 27 Feb 2018 21:10:05 +0000 (21:10 +0000)]
After a post only the single post is now updated
Hypolite Petovan [Tue, 27 Feb 2018 13:46:32 +0000 (08:46 -0500)]
Merge pull request #4512 from annando/tag-comment
Following tags on the network page should now work for comments as well
Michael [Tue, 27 Feb 2018 13:23:25 +0000 (13:23 +0000)]
Following tags on the network page should now work for comments as well
Hypolite Petovan [Tue, 27 Feb 2018 09:41:12 +0000 (04:41 -0500)]
Merge pull request #4511 from annando/no-activity
Only show visible activities
Michael [Tue, 27 Feb 2018 09:29:11 +0000 (09:29 +0000)]
Only show visible activities
Hypolite Petovan [Tue, 27 Feb 2018 09:18:13 +0000 (04:18 -0500)]
Merge pull request #4506 from annando/fix-update
Fix for network update (number of maximum comments set to 0)
Michael Vogel [Tue, 27 Feb 2018 07:13:13 +0000 (08:13 +0100)]
Merge pull request #4510 from tobiasd/
20180227-zhcn
update to the zh-cn THX mytbk
Tobias Diekershoff [Tue, 27 Feb 2018 07:00:28 +0000 (08:00 +0100)]
update to the zh-cn THX mytbk
Tobias Diekershoff [Tue, 27 Feb 2018 06:32:18 +0000 (07:32 +0100)]
Merge pull request #4509 from annando/fix-network-update
Bugfix: The network update after a post now works again
Michael [Tue, 27 Feb 2018 06:28:53 +0000 (06:28 +0000)]
Bugfix: The network update after a post now works again
Hypolite Petovan [Mon, 26 Feb 2018 22:40:01 +0000 (17:40 -0500)]
Merge pull request #4505 from annando/update-avatar
Contact updates should now work more reliable
Michael [Mon, 26 Feb 2018 22:15:57 +0000 (22:15 +0000)]
Fix for network update (number of maximum comments set to 0)
Michael [Mon, 26 Feb 2018 21:53:42 +0000 (21:53 +0000)]
Contact updates should now work more reliable
Hypolite Petovan [Mon, 26 Feb 2018 17:01:48 +0000 (12:01 -0500)]
Merge pull request #4504 from tobiasd/
20180226-msg
regen master messages.po with new help text in settings
Tobias Diekershoff [Mon, 26 Feb 2018 16:52:40 +0000 (17:52 +0100)]
regen master messages.po with new help text in settings
Hypolite Petovan [Mon, 26 Feb 2018 16:30:23 +0000 (11:30 -0500)]
Merge pull request #4491 from tobiasd/
20180224-settinghelp
added some help texts to the Security and Privacy profile settings
Tobias Diekershoff [Mon, 26 Feb 2018 16:27:00 +0000 (17:27 +0100)]
not only the others
Tobias Diekershoff [Mon, 26 Feb 2018 16:21:47 +0000 (17:21 +0100)]
annon it is
Hypolite Petovan [Mon, 26 Feb 2018 16:13:51 +0000 (11:13 -0500)]
Merge pull request #4501 from annando/fix-tag-search
Fix: Tag searches hadn't been stored as tags
Hypolite Petovan [Mon, 26 Feb 2018 16:13:34 +0000 (11:13 -0500)]
Merge pull request #4503 from tobiasd/
20180226-ganggo
added ganggo project to the federation statistics page
Tobias Diekershoff [Mon, 26 Feb 2018 16:10:47 +0000 (17:10 +0100)]
added ganggo project to the federation statistics page
Hypolite Petovan [Mon, 26 Feb 2018 14:36:56 +0000 (09:36 -0500)]
Merge pull request #4502 from annando/guid-from-mail
guid creation: Take the hostname from mail addresses for mail posts
Hypolite Petovan [Mon, 26 Feb 2018 14:35:23 +0000 (09:35 -0500)]
Merge pull request #4500 from annando/improve-network
Loading of the network page should be faster now
Michael [Mon, 26 Feb 2018 11:48:05 +0000 (11:48 +0000)]
guid creation: Take the hostname from mail addresses for mail posts
Michael [Mon, 26 Feb 2018 11:45:53 +0000 (11:45 +0000)]
Fix: Tag searches hadn't been stored as tags
Michael [Mon, 26 Feb 2018 10:44:54 +0000 (10:44 +0000)]
Fix for fetching too old dates
Michael [Mon, 26 Feb 2018 07:41:58 +0000 (07:41 +0000)]
Flexible update timeout value
Michael [Mon, 26 Feb 2018 06:59:32 +0000 (06:59 +0000)]
The tag query should be much faster now