Skip to content

Releases: erbsland-dev/erbsland-former

Enhance Documentation and Make Small Improvements

23 Jun 12:12
5850892
Compare
Choose a tag to compare
  • Add more documentation and prepare the structure for user documentation.
  • Reorganize the documentation to reduce redundancies.
  • Update the README.md file with additional details and an improved project description.
  • Improve the project card by adding a menu.
  • Add a project rename view to allow renaming existing projects and changing their descriptions.
  • Update the requirements to the latest versions.

Write more documentation plus small fix

22 Jun 21:37
b043eab
Compare
Choose a tag to compare
  • Writing initial sections of the user documentation.
  • Reducing the size of the project description field.

Extending the Documentation and Administration

21 Jun 17:39
4a75900
Compare
Choose a tag to compare
  • Adding a new list_extensions management command.
  • Add cleanup to all background task actions.
  • Adding more documentation.
  • Adding a task check for the delete user action.
  • Removing the is_active field from user details.
  • Increasing version number.

Adding docker support and bugfixes

18 Jun 16:25
84379f6
Compare
Choose a tag to compare
  • Add docker support.
    • Create a working docker configuration to run the application on a single server.
  • Add docker installation guide.
  • Improving the user management commands.
    • Add a --silent option.
    • Add a --initial-setup option.
  • Fixing display issues in the navigation bar.
    • In assistants: Display the correct assistant name and page.
    • Adding project: Display the projects page in the navigation bar.
  • Fixing an Issue with user settings
    • Fixing a problem where the user settings were not properly saved in the database.
  • Fixing a settings problem.
    • Make sure that celery reads the user settings, not the defaults.

v0.9.5-beta

17 Jun 17:20
6ceb951
Compare
Choose a tag to compare
  • Adding basic user management.
    • Adding a basic user management UI. Allow adding, changing, deleting users and reset passwords.
    • Adding add_admin management command.
    • Fixing can_user_edit to actually match the editors (even this feature isn't implemented yet.)
    • Fixing the view structure with a central "home" and an admin and user area.
    • Fixing breadcrumbs for the new structure.
    • Make the login button on the welcome screen bigger.
    • Remove the now obsolete django admin views.
  • Protecting the reset_test_db command.
    • Prevent reset_test_db from being used when not in debug mode.
    • Adding the required argument --erase_database as additional protection for the curious admin.
  • Fixing the wrong service type.
    • Changing in the service type to simple in the background service example file erbsland-former.service.
  • Adding quick start chapter