Skip to content

Releases: adminstock/ssa

SSA v1.0.57-alpha

03 Jul 14:11

Choose a tag to compare

The new version includes a small structural changes.

Recommended to move SSH settings from the /ssa.config.php file to the /servers/default.php file.

And also recommended to rename keys file_name to url in the $config['db admin_list'].

For proper operation of the new version, it is recommended to add the new settings to the /ssa.config.php:
$config['settings_default_branch'] and $config['settings_update_sources'].

And also update the $config['client'] section.

Added

  • Support for multiple update sources;
  • Markdown support;
  • Adding, editing and deleting server configurations.

Changed

  • /ssa.config.php:
    • added $config['settings_default_branch'];
    • added $config['settings_update_sources'];
    • added DefaultBranch to $config['client'].

Removed

  • Default server and ssh settings from ssa.config.php
    (connection settings are expected in a config files in the folder /servers).

Fixed

  • Subversion API (/svn/api.php).

SSA v1.0.49-alpha

12 Jun 15:42

Choose a tag to compare

Added

  • ssh2 checking;
  • Connection test;
  • Client-side localization and resources for Russian;
  • Resources for German (only server-side);
  • HtanEnabled to $config['client'].

Changed

  • Widget of news: Twitter replaced to Facebook and VKontakte.

Fixed

  • Search sites (/sites/api.php).

SSA v1.0.39-alpha

03 May 18:14

Choose a tag to compare

First alpha released.