2854 Commits

Author SHA1 Message Date
Aurelsicoko
b45f6777a6 Add translation for no admin access 2018-01-25 13:59:50 +01:00
Aurelsicoko
add54f8ecb Remove variables.json file 2018-01-25 13:38:18 +01:00
Aurelsicoko
fc21d5f30a Resolve conflicts 2018-01-25 13:25:09 +01:00
Jim LAURIE
a7c9d2bbbc
Merge pull request #499 from strapi/auth-provider/configs
Auth provider/configs
2018-01-25 13:04:49 +01:00
Jim LAURIE
01bb4cd0e2
Remove last else condition 2018-01-25 12:26:09 +01:00
Jim Laurie
64d3149876 Fix PR feedback 2018-01-25 11:53:22 +01:00
Aurelsicoko
462b44a759 Fix PG queries 2018-01-25 11:19:53 +01:00
Aurelsicoko
04c3518dbc Remove unnecessary actions.json file from repository 2018-01-25 10:51:12 +01:00
Jim Laurie
2e1283f117 Fix conflict 2018-01-25 10:02:17 +01:00
Jim Laurie
2b57c3e6de Move grant middleware in controller action 2018-01-25 09:59:24 +01:00
Jim LAURIE
d3efb41e10
Merge pull request #512 from strapi/improve-issue-template
Improve template issue github
2018-01-25 09:46:54 +01:00
Jim Laurie
4eb81abe5f Use async/await provider service 2018-01-25 08:54:17 +01:00
Jim Laurie
a2d7ffce74 User service to template email 2018-01-25 08:38:46 +01:00
cyril lopez
11d325389c Improve template issue github 2018-01-24 22:56:38 +01:00
Aurelsicoko
cc1e8e20aa Don't execute the action again if there is a policy 2018-01-24 19:00:12 +01:00
Aurelsicoko
ed696f70a0 Refetch roles after delete 2018-01-24 13:51:22 +01:00
Aurelsicoko
cf1cb7050b Resolve conflicts and disallow to edit and remove default roles 2018-01-24 11:52:09 +01:00
Aurelsicoko
f2bff7f17d Return an error if a non-admin user try to connect to the admin 2018-01-24 11:38:42 +01:00
Aurelsicoko
0a62003af6 Fix plugin load due to autoReload 2018-01-24 11:06:24 +01:00
Jim LAURIE
4bb6e2b5b2
Merge pull request #502 from lucaperret/feat/database-auth-env
feat(generate-new): env on database auth
2018-01-24 08:26:32 +01:00
Luca Perret
8c0c2010d1 feat(generate-new): env on database auth 2018-01-23 22:19:34 +01:00
Aurelsicoko
0b771f425d Fix delete role with Bookshelf 2018-01-23 19:08:36 +01:00
Aurelsicoko
8f85d85349 Improve roles in database to work with Bookshelf 2018-01-23 18:54:17 +01:00
Aurelsicoko
187f6cb748 Display logs for every missing tables or attributes & update delete/add role feature 2018-01-23 15:38:43 +01:00
Jim LAURIE
702cff7b89
Merge pull request #442 from lucaperret/master
feat(plugin-users-permissions): auth email case-insensitive
2018-01-23 15:05:02 +01:00
Jim LAURIE
66c516a7d3
Merge branch 'master' into master 2018-01-23 14:49:00 +01:00
Jim LAURIE
401445d667
Merge pull request #473 from lucaperret/fix/mongoose-connect-auth
fix(mongoose): unescaped character in username/password
2018-01-23 14:47:39 +01:00
Luca
202d5d97c4
Merge branch 'master' into master 2018-01-23 14:02:31 +01:00
Luca
adc532cf74
feat(plugin-users-permissions): lowercase email 2018-01-23 13:35:51 +01:00
Luca
5e6d770601
Merge branch 'master' into fix/mongoose-connect-auth 2018-01-23 12:41:58 +01:00
Jim Laurie
9ddd7f12a8 Fix missing save conflict 2018-01-23 11:32:40 +01:00
Jim LAURIE
170b534542
Merge pull request #490 from gluxon/master
Fix undefined rootAdminpath in admin dev mode
2018-01-23 11:29:08 +01:00
Jim LAURIE
650b91b728
Merge branch 'master' into master 2018-01-23 10:59:02 +01:00
Jim LAURIE
f55883a713
Merge pull request #464 from strapi/auth-provider/update-user-models
Auth provider/update user models
2018-01-23 10:58:27 +01:00
Jim Laurie
a6e78f023b Fix conflicts 2018-01-23 10:55:57 +01:00
Aurélien GEORGET
4debeb0797
Merge branch 'master' into master 2018-01-23 10:48:02 +01:00
Jim LAURIE
eb1d1645fd
Merge branch 'master' into auth-provider/update-user-models 2018-01-23 10:45:26 +01:00
Jim Laurie
33437439a6 Fix missing koa grant dep 2018-01-23 10:43:49 +01:00
Jim Laurie
6b418b1460 Fix PR feedback and add twitter provider 2018-01-23 09:30:25 +01:00
Luca
97da3ba12d
fix(mongoose): password require username 2018-01-23 07:26:57 +01:00
Luca
ec106bce41
fix(mongoose): allow to connect without password 2018-01-23 07:26:00 +01:00
Luca
d17a50dd87
fix(mongoose): allow to connect without password 2018-01-23 07:23:15 +01:00
Aurelsicoko
a06336cdbb Update permissions from UI in database 2018-01-22 18:19:44 +01:00
Jim LAURIE
974c709e04
Merge pull request #480 from strapi/add-repo-link
Add repo location in plugins package
2018-01-22 16:53:02 +01:00
Jim LAURIE
8a2b312c55
Update dependency version 2018-01-22 16:14:45 +01:00
Jim LAURIE
e6eff3b98e
Merge branch 'master' into add-repo-link 2018-01-22 16:04:37 +01:00
Brandon Cheng
a3700a93d5
Fix undefined rootAdminpath in admin dev mode
It looks like rootAdminpath is used in the development webpack config
file (copied from one of the other webpack configs), but its definition
was omitted accidentally.

Fixes #415
2018-01-22 08:53:15 -05:00
Jim LAURIE
06f1b74d7a
Merge pull request #492 from ArkhipovK/master
strapi new connection config fail fix #476 #485 issues
2018-01-22 11:53:05 +01:00
Jim LAURIE
251e4609a9
Fix space 2018-01-22 11:35:14 +01:00
ArkhipovK
ded4210eff strapi new connection config fail fix #476 #485 issues 2018-01-22 14:43:17 +06:00