1.49.0
1. Major refactoring of all configuration properties - all para.* configuration properties have been deprecated. Please change the prefix of all properties from para. to scoold.!
Additionally these properties have been renamed to prevent confusion in the future:
para.access_key => scoold.para_access_key
para.secret_key => scoold.para_secret_key
para.endpoint => scoold.para_endpointThe following properties remain as they are because they are related to para-core directly:
para.client.ssl_*para.worker_idpara.markdown_soft_breakpara.user_agent_id_enabled
2. Added new API endpoints for managing the Scoold configuration without having to restart the server
3. Removed Facebook SDK completely from /signin page, in favor of a simple web redirect - please add scoold.fb_secret to your configuration, if you use the Facebook login flow.
99c9c34 Release v1.49.0.
4c2534c updated Para to 1.45.1
54f562c added 'rebuild index' button to Admin page
70e1a13 fixed clearing a config property which was modified via API does't work
ad7046b added Facebook app ID notice for changed login flow
7064770 removed Facebook SDK completely from /signin page, in favor of a simple web redirect
05dcc89 fixed minor issue in WebhooksController
4056a48 added explanation text when there are no reports found
8984b18 added support for auto-init in docker-compose file
4fdd611 fixed application.conf should automatically be created if missing
7608271 added support for auto-initialization of the Scoold Para app, thus removing the need for any operations with the Para CLI tool
0afbe41 added support for a new custom webhook event 'config.update'
a675a53 fixed webhook triggering should be allowed from the API
c68c375 refactoring - removed static fields holding config values from ScooldServer
e46dada updated API docs to include new config methods
b320a2f major refactoring around Config - reorganized and centralized all config properties
2445e03 added a list of ALL available configuration properties, along with full documentation on each, closes #233
41d1dcd fixed para.admins option not compatible with comma-separated list used in Scoold Pro
1447eca fixed a few issues around password reset functionality