]> git.mxchange.org Git - friendica.git/log
friendica.git
5 years agoMerge pull request #6962 from annando/display-reshare
Tobias Diekershoff [Tue, 2 Apr 2019 07:23:53 +0000 (09:23 +0200)]
Merge pull request #6962 from annando/display-reshare

Display if an item is reshared

5 years agoDisplay if an item is reshared
Michael [Tue, 2 Apr 2019 05:38:42 +0000 (05:38 +0000)]
Display if an item is reshared

5 years agoMerge pull request #6960 from annando/add-announce-diaspora
Hypolite Petovan [Tue, 2 Apr 2019 01:24:00 +0000 (21:24 -0400)]
Merge pull request #6960 from annando/add-announce-diaspora

Add "announce" activity for incoming Diaspora reshares

5 years agoAdd "announce" activity for incoming Diaspora reshares
Michael [Mon, 1 Apr 2019 22:07:23 +0000 (22:07 +0000)]
Add "announce" activity for incoming Diaspora reshares

5 years agoMerge pull request #6956 from MrPetovan/task/sanitize-path-item
Tobias Diekershoff [Mon, 1 Apr 2019 04:38:14 +0000 (06:38 +0200)]
Merge pull request #6956 from MrPetovan/task/sanitize-path-item

Sanitize theme/addon path items

5 years agoSanitize addon path items
Hypolite Petovan [Mon, 1 Apr 2019 01:53:08 +0000 (21:53 -0400)]
Sanitize addon path items

5 years agoSanitize theme path items
Hypolite Petovan [Mon, 1 Apr 2019 01:50:00 +0000 (21:50 -0400)]
Sanitize theme path items

- Sanitize theme style/color/scheme path items

5 years agoAdd Theme::getAllowedList method
Hypolite Petovan [Mon, 1 Apr 2019 01:41:38 +0000 (21:41 -0400)]
Add Theme::getAllowedList method

5 years agoAdd Strings::sanitizeFilePathItem method
Hypolite Petovan [Mon, 1 Apr 2019 01:39:19 +0000 (21:39 -0400)]
Add Strings::sanitizeFilePathItem method

5 years agoHotfix for App->registerStylesheet
Hypolite Petovan [Sun, 31 Mar 2019 10:00:20 +0000 (06:00 -0400)]
Hotfix for App->registerStylesheet

- Wrong condition for strpos()
- Follow-up to #6953

5 years agoMerge pull request #6953 from tobiasd/20190330-csspath
Philipp [Sun, 31 Mar 2019 08:12:40 +0000 (10:12 +0200)]
Merge pull request #6953 from tobiasd/20190330-csspath

check if BasePath is empty to prevent mangeled up CSS path

5 years agodont check but only copy if BasePath is present
Tobias Diekershoff [Sun, 31 Mar 2019 06:53:25 +0000 (08:53 +0200)]
dont check but only copy if BasePath is present

5 years agoMerge pull request #6954 from nupplaphil/task/upgrade_hardening
Hypolite Petovan [Sat, 30 Mar 2019 22:30:08 +0000 (18:30 -0400)]
Merge pull request #6954 from nupplaphil/task/upgrade_hardening

ConfigFile upgrade hardening

5 years agowrong indent
Philipp Holzer [Sat, 30 Mar 2019 18:09:55 +0000 (19:09 +0100)]
wrong indent

5 years agowrong indent
Philipp Holzer [Sat, 30 Mar 2019 18:08:47 +0000 (19:08 +0100)]
wrong indent

5 years agoadd tests
Philipp Holzer [Sat, 30 Mar 2019 17:57:54 +0000 (18:57 +0100)]
add tests

5 years agoHardening ConfigUpgrade
Philipp Holzer [Sat, 30 Mar 2019 17:54:22 +0000 (18:54 +0100)]
Hardening ConfigUpgrade

5 years agocheck if BasePath is empty to prevent mangeled up CSS path
Tobias Diekershoff [Sat, 30 Mar 2019 10:13:27 +0000 (11:13 +0100)]
check if BasePath is empty to prevent mangeled up CSS path

5 years agoMerge pull request #6949 from MrPetovan/bug/6947-frio-fix-fake-form
Michael Vogel [Fri, 29 Mar 2019 06:25:45 +0000 (07:25 +0100)]
Merge pull request #6949 from MrPetovan/bug/6947-frio-fix-fake-form

[frio] Switch comment box closing event listener from click to mousedown

5 years agoSwitch comment box closing event listener from click to mousedown
Hypolite Petovan [Fri, 29 Mar 2019 02:31:47 +0000 (22:31 -0400)]
Switch comment box closing event listener from click to mousedown

- Fix event race condition in Chrome 73 (https://github.com/friendica/friendica/issues/6947)

5 years agoMerge pull request #6945 from annando/announce
Tobias Diekershoff [Thu, 28 Mar 2019 06:55:41 +0000 (07:55 +0100)]
Merge pull request #6945 from annando/announce

Preparation to be able to store "announce" activities

5 years agoPreparation to be able to store "announce" activities
Michael [Thu, 28 Mar 2019 05:45:50 +0000 (05:45 +0000)]
Preparation to be able to store "announce" activities

5 years agoMerge pull request #6925 from MrPetovan/task/6778-add-storage-move-to-cron
Michael Vogel [Thu, 28 Mar 2019 04:58:56 +0000 (05:58 +0100)]
Merge pull request #6925 from MrPetovan/task/6778-add-storage-move-to-cron

6778 Part 2: Add storage move cron job (redux)

5 years agoMerge pull request #6944 from annando/item-follow
Hypolite Petovan [Wed, 27 Mar 2019 22:41:19 +0000 (18:41 -0400)]
Merge pull request #6944 from annando/item-follow

Store the follow activity in the "item-activity" table

5 years agoStore the follow activity in the "item-activity" table
Michael [Wed, 27 Mar 2019 21:46:32 +0000 (21:46 +0000)]
Store the follow activity in the "item-activity" table

5 years agoMerge branch 'develop' into task/6778-add-storage-move-to-cron
Hypolite Petovan [Wed, 27 Mar 2019 18:13:42 +0000 (14:13 -0400)]
Merge branch 'develop' into task/6778-add-storage-move-to-cron

5 years agoMerge pull request #6942 from annando/worker-fast-commands
Hypolite Petovan [Wed, 27 Mar 2019 13:28:15 +0000 (09:28 -0400)]
Merge pull request #6942 from annando/worker-fast-commands

Command based pre fetching of worker tasks

5 years agoMerge pull request #6940 from annando/fix-notif
Philipp [Tue, 26 Mar 2019 22:26:10 +0000 (23:26 +0100)]
Merge pull request #6940 from annando/fix-notif

Notifications do work now again

5 years agoMerge pull request #6939 from annando/ap-delivery-failure
Philipp [Tue, 26 Mar 2019 22:25:55 +0000 (23:25 +0100)]
Merge pull request #6939 from annando/ap-delivery-failure

Archive inboxes after 5 days of delivery failures

5 years agoWe don't need to escape values anymore
Michael [Tue, 26 Mar 2019 21:58:03 +0000 (21:58 +0000)]
We don't need to escape values anymore

5 years agoNotifications do work now again
Michael [Tue, 26 Mar 2019 21:55:48 +0000 (21:55 +0000)]
Notifications do work now again

5 years agoUpdated database.sql
Michael [Tue, 26 Mar 2019 21:38:15 +0000 (21:38 +0000)]
Updated database.sql

5 years agoMerge remote-tracking branch 'upstream/develop' into ap-delivery-failure
Michael [Tue, 26 Mar 2019 21:36:46 +0000 (21:36 +0000)]
Merge remote-tracking branch 'upstream/develop' into ap-delivery-failure

5 years agoMerge pull request #6935 from nupplaphil/issue/missing_basepath
Hypolite Petovan [Tue, 26 Mar 2019 12:23:50 +0000 (08:23 -0400)]
Merge pull request #6935 from nupplaphil/issue/missing_basepath

Fixing basepath issue

5 years agoMerge pull request #6931 from MrPetovan/task/6903-collapse-connector-list
Michael Vogel [Tue, 26 Mar 2019 07:27:40 +0000 (08:27 +0100)]
Merge pull request #6931 from MrPetovan/task/6903-collapse-connector-list

Collapse connector list

5 years agofixing config value setting
Philipp Holzer [Tue, 26 Mar 2019 07:13:49 +0000 (08:13 +0100)]
fixing config value setting

5 years agostraight the config value check
Philipp Holzer [Tue, 26 Mar 2019 07:00:41 +0000 (08:00 +0100)]
straight the config value check

5 years agoMerge pull request #6933 from MrPetovan/bug/smilies-wrong-escape
Philipp [Tue, 26 Mar 2019 06:25:41 +0000 (07:25 +0100)]
Merge pull request #6933 from MrPetovan/bug/smilies-wrong-escape

Fix wrong code block escaping in Smilies

5 years agoAdded field for "shared" inbox
Michael [Tue, 26 Mar 2019 05:14:47 +0000 (05:14 +0000)]
Added field for "shared" inbox

5 years agoMerge pull request #6937 from MrPetovan/bug/6927-set-manifest-backend
Michael Vogel [Tue, 26 Mar 2019 05:01:37 +0000 (06:01 +0100)]
Merge pull request #6937 from MrPetovan/bug/6927-set-manifest-backend

Add manifest module to backend module list

5 years agoAdd manifest module to backend module list
Hypolite Petovan [Tue, 26 Mar 2019 02:08:01 +0000 (22:08 -0400)]
Add manifest module to backend module list

5 years agoAdd cover code block encoding edge case in smilies replacement tests
Hypolite Petovan [Tue, 26 Mar 2019 01:52:35 +0000 (21:52 -0400)]
Add cover code block encoding edge case in smilies replacement tests

5 years agoUnarchive inboxes on profile update
Michael [Mon, 25 Mar 2019 22:43:00 +0000 (22:43 +0000)]
Unarchive inboxes on profile update

5 years agoArchive inboxes after 5 days of delivery failures
Michael [Mon, 25 Mar 2019 21:51:32 +0000 (21:51 +0000)]
Archive inboxes after 5 days of delivery failures

5 years agoFixing Basepath
Philipp Holzer [Mon, 25 Mar 2019 19:53:46 +0000 (20:53 +0100)]
Fixing Basepath

5 years agoFixing basepath issue
Philipp Holzer [Mon, 25 Mar 2019 08:39:33 +0000 (09:39 +0100)]
Fixing basepath issue

5 years agoMerge pull request #6934 from MrPetovan/task/6924-limit-term-index-size
Michael Vogel [Mon, 25 Mar 2019 07:02:52 +0000 (08:02 +0100)]
Merge pull request #6934 from MrPetovan/task/6924-limit-term-index-size

Limit term_type index size

5 years agoDatabase Structure version 1305
Hypolite Petovan [Mon, 25 Mar 2019 05:05:14 +0000 (01:05 -0400)]
Database Structure version 1305

- Limit term_type index size

5 years agoAdd smilies code blocks issue to CHANGELOG
Hypolite Petovan [Mon, 25 Mar 2019 04:16:35 +0000 (00:16 -0400)]
Add smilies code blocks issue to CHANGELOG

5 years agoFix wrong code blocks escaping in Content\Smilies
Hypolite Petovan [Mon, 25 Mar 2019 04:16:18 +0000 (00:16 -0400)]
Fix wrong code blocks escaping in Content\Smilies

5 years agoAdded connector permission collapsible panel to CHANGELOG
Hypolite Petovan [Mon, 25 Mar 2019 04:03:32 +0000 (00:03 -0400)]
Added connector permission collapsible panel to CHANGELOG

5 years agoAdded documentation for jot_networks hook
Hypolite Petovan [Mon, 25 Mar 2019 02:57:23 +0000 (22:57 -0400)]
Added documentation for jot_networks hook

5 years agoFix confusion when connector checkboxes are disabled for private posts
Hypolite Petovan [Mon, 25 Mar 2019 02:42:03 +0000 (22:42 -0400)]
Fix confusion when connector checkboxes are disabled for private posts

- Saves connector checkbox state when disabling them
- Restores connector checkbox state when reenabling them

5 years agoAdd connector collapsible panel in permission
Hypolite Petovan [Mon, 25 Mar 2019 02:40:50 +0000 (22:40 -0400)]
Add connector collapsible panel in permission

- Replace HTML string by structured array in jot_networks hook
- Add collapsed panel when there are more than two connectors

5 years agoMerge pull request #6920 from nupplaphil/feature/basepath/hostname_config
Hypolite Petovan [Mon, 25 Mar 2019 00:15:13 +0000 (20:15 -0400)]
Merge pull request #6920 from nupplaphil/feature/basepath/hostname_config

Removing basepath/hostname from admin site settings

5 years agoforgot admin setting
Philipp Holzer [Sun, 24 Mar 2019 21:58:36 +0000 (22:58 +0100)]
forgot admin setting

5 years agoAdded Update checks
Philipp Holzer [Sun, 24 Mar 2019 21:51:30 +0000 (22:51 +0100)]
Added Update checks
- Logging
- Console
- Admin overview

5 years agoFixing tests
Philipp Holzer [Sun, 24 Mar 2019 19:41:11 +0000 (20:41 +0100)]
Fixing tests

5 years agoAdding ConfigFileSaver and tests
Philipp Holzer [Sun, 24 Mar 2019 11:54:26 +0000 (12:54 +0100)]
Adding ConfigFileSaver and tests

5 years agoremove basepath and hostname from admin panel and add update path
Philipp Holzer [Sat, 23 Mar 2019 14:40:09 +0000 (15:40 +0100)]
remove basepath and hostname from admin panel and add update path

5 years agoMerge pull request #6926 from MrPetovan/bug/6921-regression-6783
Michael Vogel [Sun, 24 Mar 2019 05:47:58 +0000 (06:47 +0100)]
Merge pull request #6926 from MrPetovan/bug/6921-regression-6783

Restore marking thread notifications as seen behavior

5 years agoAdded notification regression in CHANGELOG
Hypolite Petovan [Sun, 24 Mar 2019 02:20:25 +0000 (22:20 -0400)]
Added notification regression in CHANGELOG

5 years agoRevert logic change in query in NotificationsManager->setSeen
Hypolite Petovan [Sun, 24 Mar 2019 02:16:12 +0000 (22:16 -0400)]
Revert logic change in query in NotificationsManager->setSeen

5 years agoAdded storage move cronjob to CHANGELOG
Hypolite Petovan [Sun, 24 Mar 2019 01:49:02 +0000 (21:49 -0400)]
Added storage move cronjob to CHANGELOG

5 years agoAdd storage backend move cronjob
Hypolite Petovan [Sun, 24 Mar 2019 01:47:33 +0000 (21:47 -0400)]
Add storage backend move cronjob

- Fix typos in Console\Storage and Worker\CronJobs

5 years agoUpdated CHANGELOG after two previous merges
Hypolite Petovan [Sun, 24 Mar 2019 01:33:57 +0000 (21:33 -0400)]
Updated CHANGELOG after two previous merges

- #6797 and #6924 didn't have the expected CHANGELOG changes

5 years agoMerge pull request #6924 from MrPetovan/task/6319-improve-tag-autocomplete-speed
Philipp [Sun, 24 Mar 2019 00:01:24 +0000 (01:01 +0100)]
Merge pull request #6924 from MrPetovan/task/6319-improve-tag-autocomplete-speed

Add term_type index to term table

5 years agoMerge pull request #6797 from MrPetovan/task/improve-api-show-status
Philipp [Sun, 24 Mar 2019 00:00:33 +0000 (01:00 +0100)]
Merge pull request #6797 from MrPetovan/task/improve-api-show-status

[API] Improve show status

5 years agoMerge pull request #6922 from nupplaphil/issue/fix_logger_blacklist
Hypolite Petovan [Sat, 23 Mar 2019 23:24:53 +0000 (19:24 -0400)]
Merge pull request #6922 from nupplaphil/issue/fix_logger_blacklist

Fixing Logger Blacklist

5 years agoDatabase Structure version 1305
Hypolite Petovan [Sat, 23 Mar 2019 23:18:15 +0000 (19:18 -0400)]
Database Structure version 1305

- Add term_type index to term table

5 years agoAdded first version of ConfigCacheSaver
Philipp Holzer [Sat, 23 Mar 2019 14:37:05 +0000 (15:37 +0100)]
Added first version of ConfigCacheSaver

5 years agoRename Core\Conifg to $this->config
Philipp Holzer [Sat, 23 Mar 2019 14:23:23 +0000 (15:23 +0100)]
Rename Core\Conifg to $this->config

5 years agoRename basepath to getBasePath()
Philipp Holzer [Sat, 23 Mar 2019 14:20:51 +0000 (15:20 +0100)]
Rename basepath to getBasePath()

5 years agoFixing Logger Blacklist
Philipp Holzer [Sat, 23 Mar 2019 17:31:22 +0000 (18:31 +0100)]
Fixing Logger Blacklist

5 years agoAdd tests for api_status_show
Hypolite Petovan [Sat, 23 Mar 2019 14:02:32 +0000 (10:02 -0400)]
Add tests for api_status_show

- Update test for api_get_last_status()
- Add test class properties declaration

5 years agoRemove type parameter from api_get_last_status function prototype
Hypolite Petovan [Sat, 23 Mar 2019 14:01:25 +0000 (10:01 -0400)]
Remove type parameter from api_get_last_status function prototype

5 years agoAdd author_user support to api_format_item
Hypolite Petovan [Sat, 23 Mar 2019 13:59:52 +0000 (09:59 -0400)]
Add author_user support to api_format_item

5 years agoTest fix: Add expected author-network field to api_get_item() result
Hypolite Petovan [Mon, 4 Mar 2019 10:59:53 +0000 (05:59 -0500)]
Test fix: Add expected author-network field to api_get_item() result

5 years agoExtract API status formatting from api_get_status()
Hypolite Petovan [Sat, 2 Mar 2019 22:03:13 +0000 (17:03 -0500)]
Extract API status formatting from api_get_status()

- Rename api_get_status() to api_get_item()
- Ad new api_format_item() function for single item formatting

5 years agoUpdate tests about api_show_status()
Hypolite Petovan [Sat, 2 Mar 2019 21:11:56 +0000 (16:11 -0500)]
Update tests about api_show_status()

- Remove testApiStatusShowWithRaw()
- Add testApiGetLastStatus()
- Mark testApiStatusShowWithJson() and testApiStatusShowWithXml() as skipped as they require an item id

5 years agoExtract API status retrieval from api_status_show()
Hypolite Petovan [Sat, 2 Mar 2019 21:10:57 +0000 (16:10 -0500)]
Extract API status retrieval from api_status_show()

- Remove 'raw' type from api_status_show()
- Add new api_get_status() and api_get_last_status() functions
- Use api_get_last_status() in api_account_verify_credentials() and api_show_user()

5 years agoMerge pull request #6923 from nupplaphil/issue/fix_tests
Hypolite Petovan [Sat, 23 Mar 2019 18:27:47 +0000 (14:27 -0400)]
Merge pull request #6923 from nupplaphil/issue/fix_tests

Fixing Unittests

5 years agoFixing Unittests
Philipp Holzer [Sat, 23 Mar 2019 17:44:52 +0000 (18:44 +0100)]
Fixing Unittests

5 years agoCommand based pre fetching of worker tasks
Michael [Sat, 23 Mar 2019 06:08:18 +0000 (06:08 +0000)]
Command based pre fetching of worker tasks

5 years agoWelcome 2019.06-dev
Hypolite Petovan [Sat, 23 Mar 2019 04:32:27 +0000 (00:32 -0400)]
Welcome 2019.06-dev

5 years agoAdd missing ConfigCacheLoader constructor parameter in App
Hypolite Petovan [Sat, 23 Mar 2019 04:19:22 +0000 (00:19 -0400)]
Add missing ConfigCacheLoader constructor parameter in App

5 years agoFix wrong variable name in Worker\Notifier
Hypolite Petovan [Sat, 23 Mar 2019 04:05:47 +0000 (00:05 -0400)]
Fix wrong variable name in Worker\Notifier

5 years agoFix Legacy LogLevel mapping
Philipp Holzer [Sun, 17 Mar 2019 09:04:16 +0000 (10:04 +0100)]
Fix Legacy LogLevel mapping

5 years agoFix boolean value
Philipp [Thu, 14 Mar 2019 21:59:30 +0000 (22:59 +0100)]
Fix boolean value

5 years agoremove currently unused testdata
Philipp Holzer [Thu, 14 Mar 2019 09:41:17 +0000 (10:41 +0100)]
remove currently unused testdata

5 years agoadd annotations again
Philipp Holzer [Thu, 14 Mar 2019 09:16:11 +0000 (10:16 +0100)]
add annotations again

5 years agoRefactor installer
Philipp Holzer [Thu, 14 Mar 2019 09:00:05 +0000 (10:00 +0100)]
Refactor installer

5 years agoOptimize testing (reduce code per test)
Philipp Holzer [Thu, 14 Mar 2019 01:09:34 +0000 (02:09 +0100)]
Optimize testing (reduce code per test)

5 years agoFixed AutomaticInstallationConsoleTest
Philipp Holzer [Wed, 13 Mar 2019 23:24:08 +0000 (00:24 +0100)]
Fixed AutomaticInstallationConsoleTest

5 years agoFixing some AutomaticInstallationConsoleTests
Philipp Holzer [Wed, 13 Mar 2019 23:19:52 +0000 (00:19 +0100)]
Fixing some AutomaticInstallationConsoleTests

5 years agoFixing some AutomaticInstallationConsoleTests
Philipp Holzer [Wed, 13 Mar 2019 22:05:33 +0000 (23:05 +0100)]
Fixing some AutomaticInstallationConsoleTests

5 years agoFixed ConfigConsoleTest
Philipp Holzer [Wed, 13 Mar 2019 20:51:04 +0000 (21:51 +0100)]
Fixed ConfigConsoleTest

5 years agoFixed ConsoleTest
Philipp Holzer [Mon, 11 Mar 2019 21:46:00 +0000 (22:46 +0100)]
Fixed ConsoleTest

5 years agoBugfix ConfigCacheLoaderTest
Philipp Holzer [Thu, 14 Mar 2019 01:40:16 +0000 (02:40 +0100)]
Bugfix ConfigCacheLoaderTest

5 years agoMove AppMode
Philipp Holzer [Thu, 14 Mar 2019 01:36:49 +0000 (02:36 +0100)]
Move AppMode