]> git.mxchange.org Git - friendica.git/log
friendica.git
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 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 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

5 years agoSet Timezone to 'UTC' for every Logger (Develop)
Philipp Holzer [Sat, 9 Mar 2019 13:36:32 +0000 (14:36 +0100)]
Set Timezone to 'UTC' for every Logger (Develop)

5 years agocode style
Jeroen De Meerleer [Thu, 7 Mar 2019 12:12:42 +0000 (13:12 +0100)]
code style

5 years agoFixed notifications order
Jeroen De Meerleer [Thu, 7 Mar 2019 12:10:48 +0000 (13:10 +0100)]
Fixed notifications order

5 years agoAdjusted Text_editor help to provide more current examples as per #6479.
Adam Clark [Wed, 6 Mar 2019 00:16:51 +0000 (16:16 -0800)]
Adjusted Text_editor help to provide more current examples as per #6479.

5 years agoMade some documentation changes/improvements for #6478
Adam Clark [Tue, 5 Mar 2019 01:03:49 +0000 (17:03 -0800)]
Made some documentation changes/improvements for #6478

5 years agoAdded close test
Philipp Holzer [Mon, 4 Mar 2019 23:11:02 +0000 (00:11 +0100)]
Added close test

5 years agoAdding Logger Tests
Philipp Holzer [Mon, 4 Mar 2019 22:49:37 +0000 (23:49 +0100)]
Adding Logger Tests

5 years agoAdding Logger Tests
Philipp Holzer [Mon, 4 Mar 2019 22:39:14 +0000 (23:39 +0100)]
Adding Logger Tests

5 years agoFix php doc
Philipp Holzer [Mon, 4 Mar 2019 07:57:30 +0000 (08:57 +0100)]
Fix php doc

5 years agoRename & Testfix
Philipp Holzer [Mon, 4 Mar 2019 07:42:08 +0000 (08:42 +0100)]
Rename & Testfix

5 years agotypo
Philipp Holzer [Sun, 3 Mar 2019 20:38:33 +0000 (21:38 +0100)]
typo

5 years agoAdded StreamLoggerTest
Philipp Holzer [Sun, 3 Mar 2019 20:25:18 +0000 (21:25 +0100)]
Added StreamLoggerTest

5 years agoAdded StreamLogger and ProfilerLogger
Philipp Holzer [Sun, 3 Mar 2019 19:32:27 +0000 (20:32 +0100)]
Added StreamLogger and ProfilerLogger

5 years agoAdded VoidLogger for CurResultTest
Philipp Holzer [Sun, 3 Mar 2019 14:20:26 +0000 (15:20 +0100)]
Added VoidLogger for CurResultTest

5 years agocleanup sysloglogger
Philipp Holzer [Thu, 28 Feb 2019 08:48:55 +0000 (09:48 +0100)]
cleanup sysloglogger

5 years agoMoving Profiling to class
Philipp Holzer [Thu, 28 Feb 2019 08:41:31 +0000 (09:41 +0100)]
Moving Profiling to class

5 years agoRefactored Logging environment (cleaned up)
Philipp Holzer [Thu, 28 Feb 2019 07:56:28 +0000 (08:56 +0100)]
Refactored Logging environment (cleaned up)

5 years agotestfix - namespaces
Philipp Holzer [Sun, 3 Mar 2019 14:41:14 +0000 (15:41 +0100)]
testfix - namespaces

5 years agotestfix - namespaces
Philipp Holzer [Sun, 3 Mar 2019 14:34:07 +0000 (15:34 +0100)]
testfix - namespaces

5 years agotypo
Philipp Holzer [Sun, 3 Mar 2019 14:15:53 +0000 (15:15 +0100)]
typo

5 years agotypo
Philipp Holzer [Sun, 3 Mar 2019 14:09:00 +0000 (15:09 +0100)]
typo

5 years agoAdding REAMDEs to directories
Philipp Holzer [Sun, 3 Mar 2019 14:05:35 +0000 (15:05 +0100)]
Adding REAMDEs to directories

5 years agobugfix - mixed fields with condition
Philipp Holzer [Sun, 3 Mar 2019 12:59:22 +0000 (13:59 +0100)]
bugfix - mixed fields with condition

5 years agoLogger - Forgot Logger::init() with VoidLogger
Philipp Holzer [Sat, 2 Mar 2019 13:40:59 +0000 (14:40 +0100)]
Logger - Forgot Logger::init() with VoidLogger

5 years agoAdded an installation note about optional animated GIF support
Adam Clark [Fri, 1 Mar 2019 21:38:17 +0000 (13:38 -0800)]
Added an installation note about optional animated GIF support

5 years agoremoved debugging
Philipp Holzer [Fri, 1 Mar 2019 16:29:18 +0000 (17:29 +0100)]
removed debugging

5 years agoMoving mod/feedtest to src/Module/Feedtest
Philipp Holzer [Fri, 1 Mar 2019 09:50:31 +0000 (10:50 +0100)]
Moving mod/feedtest to src/Module/Feedtest

5 years agocode lisibility & filter optimization
Philipp Holzer [Fri, 1 Mar 2019 16:15:34 +0000 (17:15 +0100)]
code lisibility & filter optimization

5 years agoReplace "q" calls
Philipp Holzer [Fri, 1 Mar 2019 11:42:20 +0000 (12:42 +0100)]
Replace "q" calls

5 years agoReplace "q" calls
Philipp Holzer [Fri, 1 Mar 2019 11:35:59 +0000 (12:35 +0100)]
Replace "q" calls

5 years agorefactoring
Philipp Holzer [Fri, 1 Mar 2019 10:57:16 +0000 (11:57 +0100)]
refactoring

5 years agoMoving mod/filer to src/Module/Filer
Philipp Holzer [Fri, 1 Mar 2019 10:01:44 +0000 (11:01 +0100)]
Moving mod/filer to src/Module/Filer

5 years agoMoving mod/credits to src/Module/Credits
Philipp Holzer [Fri, 1 Mar 2019 09:23:04 +0000 (10:23 +0100)]
Moving mod/credits to src/Module/Credits

5 years agoSyslog - Disabling
Philipp Holzer [Wed, 27 Feb 2019 17:55:26 +0000 (18:55 +0100)]
Syslog - Disabling

5 years agorevert wrong default value
Philipp Holzer [Wed, 27 Feb 2019 16:30:50 +0000 (17:30 +0100)]
revert wrong default value

5 years agoAdding UID and Level To String mapping
Philipp Holzer [Wed, 27 Feb 2019 16:29:32 +0000 (17:29 +0100)]
Adding UID and Level To String mapping

5 years agoCode cleanup
Philipp Holzer [Wed, 27 Feb 2019 16:03:01 +0000 (17:03 +0100)]
Code cleanup

5 years agoAdding ident
Philipp Holzer [Wed, 27 Feb 2019 15:46:53 +0000 (16:46 +0100)]
Adding ident

5 years agoAdding SyslogLogger
Philipp Holzer [Wed, 27 Feb 2019 15:40:35 +0000 (16:40 +0100)]
Adding SyslogLogger

5 years agoreduce code
Philipp Holzer [Sun, 24 Feb 2019 16:51:53 +0000 (17:51 +0100)]
reduce code

5 years agomoving mod/apps to src/Module/Apps
Philipp Holzer [Sun, 24 Feb 2019 16:34:39 +0000 (17:34 +0100)]
moving mod/apps to src/Module/Apps

5 years agoUpdated Bootstrap to 3.4.1
Adam Clark [Fri, 22 Feb 2019 20:01:01 +0000 (12:01 -0800)]
Updated Bootstrap to 3.4.1

5 years agoNo schemestring update if focus
Jeroen De Meerleer [Fri, 22 Feb 2019 15:44:12 +0000 (16:44 +0100)]
No schemestring update if focus

5 years agoI will not share options that are not being used.
Jeroen De Meerleer [Fri, 22 Feb 2019 13:13:07 +0000 (14:13 +0100)]
I will not share options that are not being used.

5 years agoAdd a comment
Jeroen De Meerleer [Fri, 22 Feb 2019 12:11:10 +0000 (13:11 +0100)]
Add a comment

5 years agoChanged spaces into tabs
Jeroen De Meerleer [Fri, 22 Feb 2019 11:59:44 +0000 (12:59 +0100)]
Changed spaces into tabs

5 years agoAdded background image sharing
Jeroen De Meerleer [Fri, 22 Feb 2019 11:42:51 +0000 (12:42 +0100)]
Added background image sharing

Why did I miss this?

5 years agoImplemented parsing share string
Jeroen De Meerleer [Fri, 22 Feb 2019 11:16:48 +0000 (12:16 +0100)]
Implemented parsing share string

5 years agoBetter way to stringify theme
Jeroen De Meerleer [Fri, 22 Feb 2019 11:02:45 +0000 (12:02 +0100)]
Better way to stringify theme

5 years agoI don't like undefined
Jeroen De Meerleer [Thu, 21 Feb 2019 17:41:47 +0000 (18:41 +0100)]
I don't like undefined

5 years agoAdded string creation
Jeroen De Meerleer [Thu, 21 Feb 2019 17:37:11 +0000 (18:37 +0100)]
Added string creation

5 years agoAdded the share_string field
Jeroen De Meerleer [Thu, 21 Feb 2019 17:07:31 +0000 (18:07 +0100)]
Added the share_string field

5 years agoMerge branch '2019.03-RC'
Tobias Diekershoff [Fri, 22 Mar 2019 19:53:21 +0000 (20:53 +0100)]
Merge branch '2019.03-RC'

5 years ago2019.03 stuff
Tobias Diekershoff [Fri, 22 Mar 2019 19:53:01 +0000 (20:53 +0100)]
2019.03 stuff

5 years agoMerge pull request #6703 from tobiasd/2019.03-CHANGELOG
Tobias Diekershoff [Fri, 22 Mar 2019 19:38:42 +0000 (20:38 +0100)]
Merge pull request #6703 from tobiasd/2019.03-CHANGELOG

Changelog 2019.03

5 years agotypo
Tobias Diekershoff [Fri, 22 Mar 2019 18:42:02 +0000 (19:42 +0100)]
typo

5 years agofinal touches
Tobias Diekershoff [Fri, 22 Mar 2019 18:18:44 +0000 (19:18 +0100)]
final touches