Skip to content

Releases: AndrewPoppe/ApiUserRights

v2.0.0

13 Dec 17:59
0c17eac
Compare
Choose a tag to compare
  • Major Change: Format of CSV import/export files has changed to use the code associated with a method instead of the name of the methods, e.g., instead of "Export Arms" it is "arm_export". This makes the CSVs much easier to deal with and will aid in future translation efforts.
  • Change: Instead of defining default rights via a CSV file (as was introduced in 1.2.0), the module configuration now has a checkbox interface to be more user-friendly.

What's Changed

Full Changelog: 1.2.1...2.0.0

v1.2.1

12 Dec 21:18
0d7a423
Compare
Choose a tag to compare
  • Bug Fix: Fixed a bug in which removing a default rights CSV file from the system- or project-level configuration would prevent saving of that form.

Full Changelog: 1.2.0...1.2.1

v1.2.0

11 Dec 14:37
215fa6b
Compare
Choose a tag to compare
  • New Feature: History Snapshots These snapshots of the state of the project's API User Rights are automatically taken any time the rights are updated via CSV import, but also they can be manually taken at any time. #5
  • New Feature: Define default rights Allow users to upload a CSV with the set of API User Rights a user will have by default. This can be set at the system level and overridden at the project level. #6
  • Improvement Better logging throughout the module
  • Bug fix Under certain circumstances, importing a CSV file would cause the module to disallow the use of all API methods in that project for any user included in the CSV file. This has been fixed. See #8
  • Bug fix Fixed a bug in which the main Rights editor would not open for any user whose username was an email address #7

Full Changelog: 1.1.0...1.2.0

v1.1.0

07 Dec 21:36
65ee72f
Compare
Choose a tag to compare
  • New Feature: Import and Export CSV files of the project's API User Rights

What's Changed

Full Changelog: 1.0.4...1.1.0

v1.0.4

04 Dec 21:04
8e4da67
Compare
Choose a tag to compare
  • Minor Bug fix: Under certain circumstances, error messages would show up in the logs
  • Change: Made UI nicer

Full Changelog: 1.0.3...1.0.4

v1.0.3

16 Oct 20:33
b09445d
Compare
Choose a tag to compare
  • Bug fix: Under certain circumstances a method may not be found
  • Change: Aesthetic changes to the API User Rights editor

Full Changelog: 1.0.2...1.0.3

v1.0.2

16 Oct 03:34
432ff33
Compare
Choose a tag to compare

Added filter bar to API User Rights editor

Full Changelog: 1.0.1...1.0.2

v1.0.1

13 Oct 18:37
5f4bbb9
Compare
Choose a tag to compare

Bug fix
Add testing

v1.0.0

09 Oct 20:45
1.0.0
5769964
Compare
Choose a tag to compare

Initial release