Philipp Holzer
d78598b64e
Fixing basepath issue
2019-03-25 09:39:33 +01:00
Michael Vogel
e4875f2faf
Merge pull request #6934 from MrPetovan/task/6924-limit-term-index-size
...
Limit term_type index size
2019-03-25 08:02:52 +01:00
Hypolite Petovan
b8ec0e5e34
Database Structure version 1305
...
- Limit term_type index size
2019-03-25 01:05:14 -04:00
Hypolite Petovan
86bb26cfe5
Add smilies code blocks issue to CHANGELOG
2019-03-25 00:16:35 -04:00
Hypolite Petovan
2fb443ac3d
Fix wrong code blocks escaping in Content\Smilies
2019-03-25 00:16:18 -04:00
Hypolite Petovan
8fa120df88
Added connector permission collapsible panel to CHANGELOG
2019-03-25 00:03:32 -04:00
Hypolite Petovan
87b595ad66
Added documentation for jot_networks hook
2019-03-24 22:57:23 -04:00
Hypolite Petovan
f17a6007e5
Fix confusion when connector checkboxes are disabled for private posts
...
- Saves connector checkbox state when disabling them
- Restores connector checkbox state when reenabling them
2019-03-24 22:42:03 -04:00
Hypolite Petovan
898f7e7e38
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
2019-03-24 22:40:50 -04:00
Hypolite Petovan
76414a5169
Merge pull request #6920 from nupplaphil/feature/basepath/hostname_config
...
Removing basepath/hostname from admin site settings
2019-03-24 20:15:13 -04:00
Philipp Holzer
06175ede1e
forgot admin setting
2019-03-24 22:58:36 +01:00
Philipp Holzer
23654ce566
Added Update checks
...
- Logging
- Console
- Admin overview
2019-03-24 22:51:30 +01:00
Philipp Holzer
3cf0cb71f1
Fixing tests
2019-03-24 20:41:11 +01:00
Philipp Holzer
49def0dc27
Adding ConfigFileSaver and tests
2019-03-24 13:47:35 +01:00
Philipp Holzer
fa31bb6dde
remove basepath and hostname from admin panel and add update path
2019-03-24 13:47:31 +01:00
Michael Vogel
c93f527beb
Merge pull request #6926 from MrPetovan/bug/6921-regression-6783
...
Restore marking thread notifications as seen behavior
2019-03-24 06:47:58 +01:00
Hypolite Petovan
42a3512c22
Added notification regression in CHANGELOG
2019-03-23 22:20:25 -04:00
Hypolite Petovan
0c8c97171a
Revert logic change in query in NotificationsManager->setSeen
2019-03-23 22:16:12 -04:00
Hypolite Petovan
75380dab83
Added storage move cronjob to CHANGELOG
2019-03-23 21:49:02 -04:00
Hypolite Petovan
410f34d7fd
Add storage backend move cronjob
...
- Fix typos in Console\Storage and Worker\CronJobs
2019-03-23 21:47:33 -04:00
Hypolite Petovan
60d931c85d
Updated CHANGELOG after two previous merges
...
- #6797 and #6924 didn't have the expected CHANGELOG changes
2019-03-23 21:33:57 -04:00
Philipp
7e926ef687
Merge pull request #6924 from MrPetovan/task/6319-improve-tag-autocomplete-speed
...
Add term_type index to term table
2019-03-24 01:01:24 +01:00
Philipp
5dca91ee5a
Merge pull request #6797 from MrPetovan/task/improve-api-show-status
...
[API] Improve show status
2019-03-24 01:00:33 +01:00
Hypolite Petovan
3a79c1c486
Merge pull request #6922 from nupplaphil/issue/fix_logger_blacklist
...
Fixing Logger Blacklist
2019-03-23 19:24:53 -04:00
Hypolite Petovan
3f474d2941
Database Structure version 1305
...
- Add term_type index to term table
2019-03-23 19:18:15 -04:00
Philipp Holzer
383a6715c3
Added first version of ConfigCacheSaver
2019-03-23 19:34:54 +01:00
Philipp Holzer
dda26a46f5
Rename Core\Conifg to $this->config
2019-03-23 19:34:54 +01:00
Philipp Holzer
0f93a467a7
Rename basepath to getBasePath()
2019-03-23 19:34:53 +01:00
Philipp Holzer
6e6fb2de02
Fixing Logger Blacklist
2019-03-23 19:32:40 +01:00
Hypolite Petovan
fb13d0c31b
Add tests for api_status_show
...
- Update test for api_get_last_status()
- Add test class properties declaration
2019-03-23 14:28:54 -04:00
Hypolite Petovan
ab7ec357cb
Remove type parameter from api_get_last_status function prototype
2019-03-23 14:28:54 -04:00
Hypolite Petovan
e60e7a56ac
Add author_user support to api_format_item
2019-03-23 14:28:54 -04:00
Hypolite Petovan
8d28f199a6
Test fix: Add expected author-network field to api_get_item() result
2019-03-23 14:28:54 -04:00
Hypolite Petovan
9693a7472e
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
2019-03-23 14:28:54 -04:00
Hypolite Petovan
bb78768fb2
Update tests about api_show_status()
...
- Remove testApiStatusShowWithRaw()
- Add testApiGetLastStatus()
- Mark testApiStatusShowWithJson() and testApiStatusShowWithXml() as skipped as they require an item id
2019-03-23 14:28:53 -04:00
Hypolite Petovan
aa6192258e
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()
2019-03-23 14:28:53 -04:00
Hypolite Petovan
7406c9328b
Merge pull request #6923 from nupplaphil/issue/fix_tests
...
Fixing Unittests
2019-03-23 14:27:47 -04:00
Philipp Holzer
b4ee1a5b26
Fixing Unittests
2019-03-23 18:44:52 +01:00
Michael
a09c5b692c
Command based pre fetching of worker tasks
2019-03-23 06:08:18 +00:00
Hypolite Petovan
e930123b75
Welcome 2019.06-dev
2019-03-23 00:32:27 -04:00
Hypolite Petovan
5480c56811
Add missing ConfigCacheLoader constructor parameter in App
2019-03-23 00:19:22 -04:00
Hypolite Petovan
66df8d6bc6
Fix wrong variable name in Worker\Notifier
2019-03-23 00:05:47 -04:00
Philipp Holzer
fab01ed0d3
Fix Legacy LogLevel mapping
2019-03-22 23:31:47 -04:00
Philipp
c5cbba3416
Fix boolean value
2019-03-22 23:31:47 -04:00
Philipp Holzer
cacaec41fb
remove currently unused testdata
2019-03-22 23:31:46 -04:00
Philipp Holzer
c150cf4e58
add annotations again
2019-03-22 23:31:46 -04:00
Philipp Holzer
69fa6161e5
Refactor installer
2019-03-22 23:31:45 -04:00
Philipp Holzer
d88dc7484f
Optimize testing (reduce code per test)
2019-03-22 23:25:24 -04:00
Philipp Holzer
4e374fa4d3
Fixed AutomaticInstallationConsoleTest
2019-03-22 23:25:24 -04:00
Philipp Holzer
d4b23ca8b9
Fixing some AutomaticInstallationConsoleTests
2019-03-22 23:25:23 -04:00