]>
git.mxchange.org Git - friendica.git/log
Hypolite Petovan [Wed, 10 Jan 2018 22:59:15 +0000 (17:59 -0500)]
Merge pull request #4204 from annando/issue-4200
Issue 4200: Adding new contacts not possible
Michael [Wed, 10 Jan 2018 22:56:06 +0000 (22:56 +0000)]
Issue 4200: Adding new contacts not possible
Hypolite Petovan [Wed, 10 Jan 2018 22:54:14 +0000 (17:54 -0500)]
Merge pull request #4203 from annando/dbupdate-food
The automatic database update had worked endlessly
Michael [Wed, 10 Jan 2018 22:44:38 +0000 (22:44 +0000)]
The automatic database update had worked endlessly
Michael Vogel [Wed, 10 Jan 2018 21:16:02 +0000 (22:16 +0100)]
Merge pull request #4194 from MrPetovan/task/fix-scrutinizer-issues
Replace dba::select(limit => 1) by dba::selectFirst()
Hypolite Petovan [Wed, 10 Jan 2018 21:13:53 +0000 (16:13 -0500)]
Merge pull request #4201 from annando/commenting-on-tags
Commenting on postings from tags on the network page does work now
Michael [Wed, 10 Jan 2018 21:08:23 +0000 (21:08 +0000)]
Commenting on postings from tags on the network page does work now
Michael Vogel [Wed, 10 Jan 2018 19:31:44 +0000 (20:31 +0100)]
Merge pull request #4197 from rabuzarus/20180110_-_rename_saved_search_button
the "save" button is now 'follow' when searching for tags
Hypolite Petovan [Wed, 10 Jan 2018 18:04:00 +0000 (13:04 -0500)]
Replace select(limit => 1) by selectFirst() in Model\Term and include/enotify
- Add new array declaration syntax
- Add braces
Hypolite Petovan [Wed, 10 Jan 2018 15:51:49 +0000 (10:51 -0500)]
Rename selectOne to selectFirst in comment
Hypolite Petovan [Wed, 10 Jan 2018 13:36:02 +0000 (08:36 -0500)]
Rename selectOne to selectFirst
Hypolite Petovan [Wed, 10 Jan 2018 03:20:58 +0000 (22:20 -0500)]
Fix documentation in include/dba
Hypolite Petovan [Wed, 10 Jan 2018 03:20:33 +0000 (22:20 -0500)]
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
Hypolite Petovan [Wed, 10 Jan 2018 17:56:02 +0000 (12:56 -0500)]
Merge pull request #4198 from zeroadam/Files-#3878
Move include/files to src
Adam Magness [Wed, 10 Jan 2018 17:51:51 +0000 (12:51 -0500)]
Review updates
require_once, foreach braces, new line EOF, and remove unneeded function.
Adam Magness [Wed, 10 Jan 2018 17:11:11 +0000 (12:11 -0500)]
Remove requires
Remove left over require_once statements.
Adam Magness [Wed, 10 Jan 2018 17:08:56 +0000 (12:08 -0500)]
selectFirst
dba::selectFirst hasn't been merged yet!
Adam Magness [Wed, 10 Jan 2018 17:05:20 +0000 (12:05 -0500)]
Update functions and calls
Change function names, calls and use dba functions.
Adam Magness [Wed, 10 Jan 2018 16:46:05 +0000 (11:46 -0500)]
Move files to src
Move files.php and create Term class
rabuzarus [Wed, 10 Jan 2018 15:39:59 +0000 (16:39 +0100)]
remove `@brief` from the doc header
rabuzarus [Wed, 10 Jan 2018 15:08:39 +0000 (16:08 +0100)]
rename the "save" button to 'follow' when searching for tags
Hypolite Petovan [Wed, 10 Jan 2018 14:11:36 +0000 (09:11 -0500)]
Merge pull request #4193 from annando/item-unification
We now are using a single function to store items
Michael Vogel [Wed, 10 Jan 2018 12:59:50 +0000 (13:59 +0100)]
Merge pull request #4195 from zeroadam/ContactSelector-#3878
Move contact_selectors to src
Adam Magness [Wed, 10 Jan 2018 12:14:45 +0000 (07:14 -0500)]
Review Updates
Remove unused function. Add function headers.
Michael Vogel [Wed, 10 Jan 2018 11:55:38 +0000 (12:55 +0100)]
Merge pull request #4196 from tobiasd/
20180110-docs
documentation updates
Tobias Diekershoff [Wed, 10 Jan 2018 10:25:49 +0000 (11:25 +0100)]
typo
Tobias Diekershoff [Wed, 10 Jan 2018 07:47:30 +0000 (08:47 +0100)]
updated Feed section in the FAQ
Tobias Diekershoff [Wed, 10 Jan 2018 07:24:06 +0000 (08:24 +0100)]
added missing topics to DE FAQ
Tobias Diekershoff [Wed, 10 Jan 2018 07:23:38 +0000 (08:23 +0100)]
one sentence per line
Michael [Wed, 10 Jan 2018 06:58:20 +0000 (06:58 +0000)]
Typo
Tobias Diekershoff [Wed, 10 Jan 2018 06:32:49 +0000 (07:32 +0100)]
missing word
Tobias Diekershoff [Wed, 10 Jan 2018 06:26:46 +0000 (07:26 +0100)]
updated DE SSL doc by missing section from EN file (see #3955)
Tobias Diekershoff [Wed, 10 Jan 2018 06:25:26 +0000 (07:25 +0100)]
use same intendation in entire docs file
Tobias Diekershoff [Wed, 10 Jan 2018 06:23:59 +0000 (07:23 +0100)]
added howto manually check DB structure to the FSQ
Adam Magness [Wed, 10 Jan 2018 03:48:15 +0000 (22:48 -0500)]
Remove requires
remove old require_once
Adam Magness [Wed, 10 Jan 2018 03:43:14 +0000 (22:43 -0500)]
Remove old file
remove contact_selectors
Adam Magness [Wed, 10 Jan 2018 03:42:04 +0000 (22:42 -0500)]
Update functions and calls
Update function names and calls.
Adam Magness [Wed, 10 Jan 2018 02:56:05 +0000 (21:56 -0500)]
Move contact_selectors to src
Create ContactSelector class
Michael [Tue, 9 Jan 2018 22:35:50 +0000 (22:35 +0000)]
Fill the cache fields as well
Michael [Tue, 9 Jan 2018 22:16:16 +0000 (22:16 +0000)]
Return the number of affected rows
Michael [Tue, 9 Jan 2018 21:13:45 +0000 (21:13 +0000)]
We now are having an item class and a method to change item entries
Michael [Tue, 9 Jan 2018 20:50:06 +0000 (20:50 +0000)]
Removed unneeded stuff
Michael [Tue, 9 Jan 2018 20:03:00 +0000 (20:03 +0000)]
We now are using a single function to store items
Hypolite Petovan [Tue, 9 Jan 2018 16:42:19 +0000 (11:42 -0500)]
Merge pull request #4192 from zeroadam/Follow-#3878
Move follow to src
Adam Magness [Tue, 9 Jan 2018 16:40:25 +0000 (11:40 -0500)]
Rename create
rename create function to createFromProbe and update calls.
Adam Magness [Tue, 9 Jan 2018 16:23:26 +0000 (11:23 -0500)]
Review changes
Update update and new functions to updateFromProbe and create. Update calls to renamed functions.
Adam Magness [Tue, 9 Jan 2018 15:03:31 +0000 (10:03 -0500)]
Remove follow
remove follow.php
Adam Magness [Tue, 9 Jan 2018 15:02:53 +0000 (10:02 -0500)]
update use
update useings and self
Adam Magness [Tue, 9 Jan 2018 14:59:52 +0000 (09:59 -0500)]
Includes and calls
Remove includes and update function calls
Adam Magness [Tue, 9 Jan 2018 14:48:31 +0000 (09:48 -0500)]
Update new function
update function name and statements
Adam Magness [Tue, 9 Jan 2018 14:44:22 +0000 (09:44 -0500)]
Update function
Update the update function
Adam Magness [Tue, 9 Jan 2018 14:40:45 +0000 (09:40 -0500)]
Move follow functions
move follow functions into Contact class
Tobias Diekershoff [Tue, 9 Jan 2018 05:42:55 +0000 (06:42 +0100)]
Merge pull request #4190 from MrPetovan/task/2103-improve-phpcs-ruleset
Improve PHP Code Sniffer ruleset
Hypolite Petovan [Tue, 9 Jan 2018 04:37:18 +0000 (23:37 -0500)]
Improve PHP Code Sniffer ruleset
- Pull Friendica specifics from
vendor/pear/text_languagedetect/phpcs.xml
- Revert changes to vendor/pear/text_languagedetect/phpcs.xml
Hypolite Petovan [Mon, 8 Jan 2018 14:14:46 +0000 (09:14 -0500)]
Merge pull request #4123 from Rudloff/feature/ruleset
Custom PHPCS ruleset
Tobias Diekershoff [Mon, 8 Jan 2018 14:11:44 +0000 (15:11 +0100)]
Merge pull request #4188 from rabuzarus/20180108_-_registered_users_docu
add registered-users to the db docu
rabuzarus [Mon, 8 Jan 2018 13:57:50 +0000 (14:57 +0100)]
add registered-users to the db docu
Michael Vogel [Mon, 8 Jan 2018 10:09:07 +0000 (11:09 +0100)]
Merge pull request #4187 from rebeka-catalina/rct/d/directory_htconfig.php
Removed directory setting from htconfig.md and changed the example
rebeka-catalina [Mon, 8 Jan 2018 09:46:33 +0000 (10:46 +0100)]
Removed directory setting from htconfig.md and changed the example
Tobias Diekershoff [Mon, 8 Jan 2018 08:51:12 +0000 (09:51 +0100)]
Merge pull request #4186 from annando/follow-tags
We can now follow hash tags
Michael [Mon, 8 Jan 2018 07:04:15 +0000 (07:04 +0000)]
Merge remote-tracking branch 'upstream/develop' into follow-tags
Michael [Mon, 8 Jan 2018 06:59:49 +0000 (06:59 +0000)]
Only do it when public commenting is enabled
Michael [Mon, 8 Jan 2018 06:57:51 +0000 (06:57 +0000)]
Only show tagged items when there is no filter active
Tobias Diekershoff [Mon, 8 Jan 2018 06:09:36 +0000 (07:09 +0100)]
Merge pull request #4185 from MrPetovan/bug/4184-fix-allowed-email-domains
Fix allowed_email()
Hypolite Petovan [Mon, 8 Jan 2018 00:10:09 +0000 (19:10 -0500)]
Fix allowed_email()
- Reworked allowed_domain
- Added more variable checks to allowed_email() and
OEmbed::isAllowedURL()
Michael [Sun, 7 Jan 2018 22:07:16 +0000 (22:07 +0000)]
We now can follow hash tags
Hypolite Petovan [Sun, 7 Jan 2018 20:54:57 +0000 (15:54 -0500)]
Merge pull request #4182 from annando/notify-public-post
Sends notifications for public posts with "uid=0"
Michael [Sun, 7 Jan 2018 18:11:48 +0000 (18:11 +0000)]
One more query
Michael [Sun, 7 Jan 2018 18:06:06 +0000 (18:06 +0000)]
Changed queries
Michael [Sun, 7 Jan 2018 17:14:43 +0000 (17:14 +0000)]
Best "uid" for sending comments, refresh after commenting might work now
Michael Vogel [Sun, 7 Jan 2018 17:10:00 +0000 (18:10 +0100)]
Merge pull request #4183 from MrPetovan/bug/4173-fix-oembed-iframe-url
Restore tryoembed callback function
Hypolite Petovan [Sun, 7 Jan 2018 15:15:46 +0000 (10:15 -0500)]
Fix typo in admin settings
Hypolite Petovan [Sun, 7 Jan 2018 15:02:21 +0000 (10:02 -0500)]
Remove debug code
Hypolite Petovan [Sun, 7 Jan 2018 15:01:41 +0000 (10:01 -0500)]
Restore tryoembed callback
- Remove irritating extra <br> before shared content
Michael [Sun, 7 Jan 2018 12:10:31 +0000 (12:10 +0000)]
We have to check for the contact`s uid not the item`s uid
Michael [Sun, 7 Jan 2018 11:59:54 +0000 (11:59 +0000)]
Dropping is now possible as well
Michael [Sun, 7 Jan 2018 11:08:36 +0000 (11:08 +0000)]
Sends notifications for public posts with "uid=0"
Michael Vogel [Sun, 7 Jan 2018 08:28:44 +0000 (09:28 +0100)]
Merge pull request #4179 from MrPetovan/bug/4173-fix-oembed-iframe-url
Fix OEmbed iframe
Tobias Diekershoff [Sun, 7 Jan 2018 08:00:55 +0000 (09:00 +0100)]
Merge pull request #4181 from AndyHee/More-screenshots
More screenshots
Andy H3 [Sun, 7 Jan 2018 07:38:07 +0000 (14:38 +0700)]
Update README.md
Andy H3 [Sun, 7 Jan 2018 07:36:46 +0000 (14:36 +0700)]
Add files via upload
Hypolite Petovan [Sun, 7 Jan 2018 05:44:23 +0000 (00:44 -0500)]
Move tryoembed to Content\OEmbed
- Add bbcode functions documentation
- Add Exception handling to OEmbed::getHTML
- Fix formatting
Hypolite Petovan [Sun, 7 Jan 2018 02:57:58 +0000 (21:57 -0500)]
Fall back to normal twitter share if rich OEmbed is disabled
- Fix typo
Hypolite Petovan [Sun, 7 Jan 2018 00:59:13 +0000 (19:59 -0500)]
Merge pull request #4180 from annando/xmpp-auto-auth
The internal authentication for XMPP does work again
Michael [Sun, 7 Jan 2018 00:55:20 +0000 (00:55 +0000)]
The internal authentication for XMPP does work again
Michael Vogel [Sat, 6 Jan 2018 13:51:40 +0000 (14:51 +0100)]
Merge pull request #4178 from MrPetovan/task/fix-scrutinizer-issues
[Scrutinizer] Fix issues in mod/contacts
Hypolite Petovan [Sat, 6 Jan 2018 05:39:59 +0000 (00:39 -0500)]
Fix Twitter quote tweet display
- Transforms twitter share tags into rich OEmbed attachments
Hypolite Petovan [Sat, 6 Jan 2018 05:35:43 +0000 (00:35 -0500)]
Replace hacky oembed local iframe with remote iframe html
- Remove call to OEmbed::iframe
- Replace oembed span by div
- Replace double quotes with single
Hypolite Petovan [Sat, 6 Jan 2018 02:05:18 +0000 (21:05 -0500)]
Fix issues in mod/contacts
- Fix formatting
- Use DBM::is_result()
- Use dba::select
- Simplify sprintf(t[t]()) structures
- Remove commented out code
- Remove unused variables
- Update documentation type hints
Hypolite Petovan [Fri, 5 Jan 2018 20:15:47 +0000 (15:15 -0500)]
Merge pull request #4177 from annando/community-singleuser
Don't show the local community page on single user instances
Michael [Fri, 5 Jan 2018 20:11:35 +0000 (20:11 +0000)]
Don't show the local community page on single user instances
Hypolite Petovan [Fri, 5 Jan 2018 19:52:23 +0000 (14:52 -0500)]
Merge pull request #4175 from annando/contact-posts
Posts from contacts weren't displayed correctly
Michael [Fri, 5 Jan 2018 19:47:55 +0000 (19:47 +0000)]
Posts from contacts weren't displayed correctly
Michael Vogel [Fri, 5 Jan 2018 15:51:50 +0000 (16:51 +0100)]
Merge pull request #4171 from MrPetovan/task/fix-scrutinizer-issues
[Scrutinizer] Fix issues in mod/ (_well_known to contactgroup)
Hypolite Petovan [Fri, 5 Jan 2018 14:21:23 +0000 (09:21 -0500)]
Fix variable confusion in admin
Hypolite Petovan [Fri, 5 Jan 2018 14:18:14 +0000 (09:18 -0500)]
Merge branch 'develop' into task/fix-scrutinizer-issues
Michael Vogel [Fri, 5 Jan 2018 14:15:24 +0000 (15:15 +0100)]
Merge pull request #4172 from MrPetovan/task/4144-improve-connectors-settings
Improve connectors settings
Hypolite Petovan [Fri, 5 Jan 2018 14:07:53 +0000 (09:07 -0500)]
Merge pull request #4174 from annando/reshare-no-edit
Disable editing of public items / Reshare of community items
Michael [Fri, 5 Jan 2018 13:48:06 +0000 (13:48 +0000)]
Disable editing of public items / Reshare of community items is now possible
Hypolite Petovan [Fri, 5 Jan 2018 13:30:56 +0000 (08:30 -0500)]
Fix typo in mod/admin