Orgmanager Versions Save

Invite System for GitHub Organizations

v3.0

7 years ago

Changelog:

  • Introducing Teams! You can now set teams users will be added to when invited to an organization.
  • Bugsnag integration! You can add a Bugsnag key on the .env file to automatically get alerts on errors.
  • Add a command to remind users that registered a week ago but didn't add any organizations.
  • Allow organizations to have a "pretty name" instead of the default ORG name.
  • Return orgmanager version when calling the stats api endpoint.
  • Move alerts from toastr to sweetalert.
  • Send a welcome email on new users registration.
  • Redesign 404 and 503 pages.
  • OrgManager Rebranding.
  • Remove login page and direct-login users-
  • Code Style improved
  • Refractor validation & controller function names.

Upgdating from 2.x

Orgmanager v3.0 introduced some breaking changes, so be sure to follow this steps when updating from v1.x

  1. Clone or download the new version of Orgmanager and replace the old version (Don't worry, you shouldn't lose any data!).
  2. Double-check the .env file is still there. If it isn't, you may have to repeat Step 2 of the installation process.
  3. Run composer update and php artisan migrate.
  4. If you want to send a remember to users that didn't complete registration automatically, add a cron job to run php artisan artisan schedule:run every minute.
  5. Enjoy!

v2.0

7 years ago

Changelog:

  • Introducing Orgmanager API! You can now get user and org information, add users to organization & get application stats using the API
  • Fixed a bug that crashed the application when organization description was long.
  • Fixed password changing bugs.
  • Added a brand new options page.
  • Added options to delete repo.
  • Added a developers page with API info.
  • Added an option to regenerate the API token.

Upgdating from 1.x

Orgmanager v2.0 introduced some breaking changes, so be sure to follow this steps when updating from v1.x

  1. Clone or download the new version of Orgmanager and replace the old version (Don't worry, you shouldn't lose any data!).
  2. Double-check the .env file is still there. If it isn't, you may have to repeat Step 2 of the installation process.
  3. Run composer update and php artisan migrate.
  4. In you had users registered before upgrading, run php artisan orgmanager:tokens.
  5. If any of your user's organizations had a password before upgrading, run php artisan orgmanager:orgmanager:orgpwdcrypt IMPORTANT: You should only run this command ONCE!.
  6. Enjoy!

v1.1

7 years ago

Changelog:

  • Fixed Octicons and Materialize
  • Made the UI cool again!
  • Added Middleware to enforce HTTPS in production
  • Forced HTTPS on Google Fonts

v1.0

7 years ago

About this release:

This is the first stable release on OrgManager!

Features:

  • Login with Github
  • Multi-user support
  • Github-like look (using PrimerCSS)
  • Octicons
  • Dashboard
  • Cool Join Page
  • Logout function
  • Github API request caching
  • ReCaptcha protection
  • and much more!

Installing

See the README section.