issues
search
cpjk
/
canary
:hatching_chick: Elixir authorization and resource-loading library for Plug applications.
MIT License
474
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add :id_field option to "load_resource"
#36
juljimm
closed
8 years ago
6
Call authorization handler before not found handler
#35
cpjk
closed
8 years ago
0
Add handle_not_found on load_resource with the same behaviour as handle_unauthorized
#34
simonprev
closed
8 years ago
6
Release v0.12.2
#33
cpjk
closed
8 years ago
0
Update CHANGELOG.md
#32
cpjk
closed
8 years ago
0
Add persisted option to handle nested resources.
#31
jordantdavis
closed
8 years ago
2
Storing the authorizations in the database
#30
blasut
closed
8 years ago
7
Allowing loading of resource on :new and :create actions.
#29
jordantdavis
closed
8 years ago
12
Add license information
#28
timoteus
closed
9 years ago
3
Minor naming improvements
#27
timoteus
closed
9 years ago
1
Add ability to check permission based on pid
#26
timoteus
closed
8 years ago
5
Namespace conn.assigns.action to avoid conflict
#25
timoteus
closed
9 years ago
0
Conflict with `conn.assigns.action` and unrelated resource
#24
timoteus
closed
9 years ago
1
Ability to check permission (using canada) based on parent id
#23
timoteus
closed
7 years ago
6
Ability to specify name of resource id
#22
timoteus
closed
9 years ago
3
Tries to preload association on non-existant resource
#21
angeloashmore
closed
9 years ago
5
Actions :index, :new, :create passes module, not struct
#20
angeloashmore
closed
9 years ago
2
remove uneeded using
#19
jeregrine
closed
9 years ago
2
Infer model name unless specified
#18
cpjk
closed
7 years ago
0
Add preload option
#17
Fabi755
closed
9 years ago
5
Infer resource name
#16
cpjk
closed
9 years ago
0
Index action should be more customizable
#15
mgwidmann
closed
7 years ago
15
Add configurable current user
#14
mgwidmann
closed
9 years ago
7
Change id to _id to remove compiler warning
#13
mgwidmann
closed
9 years ago
0
Allow configuration of user object
#12
mgwidmann
closed
9 years ago
1
load the resource into a variable with a name inferred from the model name
#11
cpjk
closed
9 years ago
7
load_and_authorize_resource loads the resource twice
#10
seaneshbaugh
closed
9 years ago
6
Allow specifying white list of actions to include
#9
cpjk
closed
9 years ago
0
Enable specifying actions to exclude from authorization or loading
#8
cpjk
closed
9 years ago
0
Canary.Plugs.authorize_resource/2 doesn't work with index action
#7
cpjk
closed
9 years ago
0
Improve docs
#6
cpjk
closed
9 years ago
0
Refactor authorize_resource/2 to remove the is_nil/1 guard clause
#5
cpjk
closed
9 years ago
0
Infer action without user needing to specify it in the plug call
#4
cpjk
closed
9 years ago
0
Prefer conn.assigns.action to conn.private.phoenix_action when conn.assigns.action is present
#3
cpjk
closed
9 years ago
0
Add tests
#2
cpjk
closed
9 years ago
0
Configure repo in config.exs
#1
cpjk
closed
9 years ago
0
Previous