Commit Graph

11 Commits

Author SHA1 Message Date
Simon Michael
efc87d9c0d ;web:sandstorm: bump app version, tweak title 2023-10-24 13:38:08 +01:00
Simon Michael
95d33f20f6 imp:web: access control UX cleanups (fix #834)
Changes:

1. rename the sandstorm "manage" permission to "edit"
(old permission names: view, add, manage;
 new permission names: view, add, edit).

Rationale: "edit" best describes this permission's current powers, to users and to operators.
If we ever added more manager-type features we'd want that to be a new permission,
not a rename of the existing one (which would change the powers of existing users).

2. rename the sandstorm roles for consistency with permissions
(old role names: viewer, editor, manager;
 new role names: viewer, adder, editor)

Rationale: it's needed to avoid confusion.

3. add a new option: --allow=view|add|edit|sandstorm (default: add).
'sandstorm' sets permissions according to the X-Sandstorm-Permissions header.
Drop the --capabilities and --capabilities-header options.

Rationale: it's simpler and more intuitive.

4. replace "capability" with "permission" in ui/docs/code.

Rationale: consistent with the above, more familiar.
2023-10-24 13:37:36 +01:00
Jacob Weisz
b5bf0cbdb9 ;feat: Upgrade Sandstorm package with permissions 2023-10-20 16:18:37 +01:00
Jakub Zárybnický
af98eecdf8 web: Add capabilities type, CLI options, and reading them from headers 2018-06-24 14:18:02 +02:00
Jacob Weisz
0b8aa2cd08 Add screenshots for Sandstorm 2018-06-17 14:29:49 -05:00
Jacob Weisz
c7cb8aa253 Update Sandstorm metadata 2018-06-05 01:37:29 -05:00
Nolan Darilek
924cc0fe5f Update codeUrl to point to Github repository. 2017-03-21 14:16:12 -05:00
Nolan Darilek
dd67a97876 Bump version. 2017-03-21 11:45:30 -05:00
Nolan Darilek
9e47faaa39 Release v1.0.1-sandstorm1. 2016-11-15 14:57:29 -06:00
Nolan Darilek
b96aaed4b2 Install hledger-web in /usr/local. 2015-08-03 17:30:05 -05:00
Nolan Darilek
978987de62 Initial commit. 2015-08-03 15:19:32 -05:00