Agorakit Versions Save

Organization tool for collectives

V0.9

5 years ago

This new version includes a ton of bugfixes and introduce a post by email feature.

  • allow user to cancel his/her own account
  • nicer dialogs layout
  • content delete dialog
  • user slugs
  • group slugs
  • refactored mention system using user slugs
  • upgrade to laravel 5.7
  • user list export to xls and csv
  • membership editing for group admins
  • post by email for each group allow to create discussions by email (replies as comments to be added later)
  • and tons of bugfixes !

You might need to run this if using git for deployment, in order to reset your repository to a clean state :

git reset --hard origin/master

git pull origin master

V0.8

5 years ago

Various bug fixes and enhancements

  • tag filter now properly show only used tags
  • the map system now show nicer icons thanks to mapbox and use geojson as backend
  • secret groups can be created
  • better mobile ui
  • favicon and app icon
  • settings admin page
  • user preferences system with a simple middleware
  • bootstrap 4 UI
  • laravel 5.6 upgrade

V0.7

6 years ago

This release sees an upgrade to laravel 5.5 lts and bootstrap 4.

This means we have a very solid foundation for the future and a nicer UI out of the box, thanks to bootstrap 4.

New features include :

  • users can ask to join a closed group
  • new config settings in the admin menu (work in progress)
  • admin get notified when a new group is created
  • lots of UI polishing
  • lots of bug fixes in the invite system. It means closed groups are now really usable

v0.5

6 years ago

This new version boast quite some new features and bug fixes since 0.4.

Features :

  • social login (facebook, twitter, github, google) - see env.example
  • better English translations thanks to new contributors, thank you !
  • Spanish translations thanks to new contributors, thank you !
  • activity feed per group, per user, per instance
  • statistics per group, per instance : get on overview on the usage of your installation
  • more tags support
  • better looking notification emails
  • allow to mention @users in comments, reference f: files and d: discussions (work in progress)
  • mentioned users get an email
  • autologin of users from email notifications : when you receive a notification email, clicking a button will automagically logs you in

Technical :

  • update to Laravel 5.4 (remove bootstrap/cache/compiled.php after updating
  • corrected policies for closed groups : no more information leakage from closed groups
  • testing of email (notifications)
  • autologin of users from email notifications. This has security implication, please comment on the idea
  • use of bootstrap scss and laravel mix : bootstrap variables can be tweaked

Upgrade guide

v0.4

6 years ago

This is our best release so far!

  • a usable (really) file repository for groups
  • overall better user interface
  • as always battle tested on real installations
  • rolling release

0.3

7 years ago

This is the recommended version to use, based on master. If you feel unadventurous with the rolling release model, use 0.2 instead.

0.2

7 years ago

This is a stable release that has been used for a few weeks without trouble.

Tradeof, it's not as pretty as current :-)

0.1

7 years ago

While we are working on new features, you'd better stick to this release and wait for an upgrade to master (latest). The next release, 0.2, will feature private groups and additional bug fixes.