Commit f813045
Scoped verifications (#431)
* replace select, add controller, commands
* fix forms
* add visibility_notice
* refactor space constraint query
* fix linter
* apply restrictions for check_required_login_authorizations
* refactoring
* restrictions for components, for groups
* fix form
* fix check authorizations
* refactoring
* fix force_authorization_help_text
* add system tests
* refactoring
* refactoring
* refactoring
* add specs. simplify code. remove legacy conf
* fix 18n
* fix specs
* optimize commands. add comman specs
* form spec
* fix css
* refactor authorizer
* let the user know about non valid authorizations
* fix logic & specs
* spelling
* remove excessive memoization
---------
Co-authored-by: Ivan Vergés <[email protected]>1 parent 7298977 commit f813045
File tree
88 files changed
+1458
-590
lines changed- .github/workflows
- app
- commands
- concerns/decidim/decidim_awesome/admin
- decidim/decidim_awesome/admin
- controllers
- concerns/decidim/decidim_awesome
- decidim/decidim_awesome
- admin
- forms/decidim/decidim_awesome/admin
- overrides/decidim
- assemblies/admin/assemblies/_form
- conferences/admin/conferences/_form
- participatory_processes/admin
- participatory_process_groups/_form
- participatory_processes/_form
- packs
- src/decidim/decidim_awesome
- admin
- stylesheets/decidim/decidim_awesome/admin
- queries/decidim/decidim_awesome
- serializers/concerns/decidim/decidim_awesome/proposals
- services/decidim/decidim_awesome
- views/decidim/decidim_awesome
- admin
- config
- required_authorizations
- config
- locales
- lib/decidim/decidim_awesome
- context_analyzers
- middleware
- test
- spec
- commands/admin
- controllers
- forms/admin
- helpers
- lib
- system
- admin
- public
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+1458
-590
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
| 157 | + | |
| 158 | + | |
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
5 | 14 | | |
6 | 15 | | |
7 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments