261 Commits

Author SHA1 Message Date
Alexandre Bodin
b71ffa6c6c Merge branch 'master' into features/rbac 2020-07-16 14:52:55 +02:00
Aurélien GEORGET
baa034e1c0
Add noRun property in global scope (#7030)
Signed-off-by: Aurélien Georget <aurelsicoko@gmail.com>
2020-07-16 11:07:39 +02:00
Alexandre Bodin
e0dde4cd0f Add license.txt to default gitignore
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 19:57:37 +02:00
Alexandre Bodin
e597bddc59 Add tests
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 10:24:47 +02:00
Alexandre Bodin
ceb11379fc Add passportjs and refactor login
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 10:23:50 +02:00
Aurélien GEORGET
aad7f486d2
Support STRAPI_UUID_PREFIX env var (#6797)
Signed-off-by: Aurélien Georget <aurelsicoko@gmail.com>
2020-06-24 18:27:49 +02:00
Aurélien GEORGET
245d54c08c
Stringify boolean to detect Yarn or npm (#6795)
Signed-off-by: Aurélien Georget <aurelsicoko@gmail.com>
2020-06-24 16:12:34 +02:00
Abdón Rodríguez Davila
d38b9d35b9
Fix multiple doc links (#6375) 2020-05-27 12:29:53 +02:00
Alexandre Bodin
55b977dc52 Review updates
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:24:05 +02:00
Alexandre Bodin
da910b0b39 Fix create new project cli option for mongo not handled correctly
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Fix typos

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Add tests for env helpers

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Typo

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:44 +02:00
Alexandre Bodin
0ed90fd2f1 Use default host and port
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:42 +02:00
Alexandre Bodin
6ca740bd29 Fix env casting should return undefined if var is not defined
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:42 +02:00
Alexandre Bodin
3636532bce Add .env example and unlink script
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:42 +02:00
Alexandre Bodin
8fabd55568 Make generated config as minimalist as possible
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:38 +02:00
Alexandre Bodin
3745c7f0d0 Update project generator
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:36 +02:00
Aurélien Georget
06f9561f86 Check package manager
Signed-off-by: Aurélien Georget <aurelsicoko@gmail.com>
2020-04-17 12:42:02 +02:00
Aurélien Georget
bc9ba3d2a7 Add events to improve installation process
Signed-off-by: Aurélien Georget <aurelsicoko@gmail.com>
2020-04-17 12:42:02 +02:00
Alexandre Bodin
ff15757685 Merge tag 'v3.0.0-beta.19.5'
v3.0.0-beta.19.5
2020-04-01 11:31:04 +02:00
Alexandre Bodin
59332ae672 Fix host using lcoalhost not working on a lot of envs
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-01 11:14:39 +02:00
Pierre Noël
74e63ea77c Move index.html to public middleware + add config var "defaultIndex"
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-09 15:48:42 +01:00
Derrick Mehaffy
1edd2f9442 Fix cron reference documentation
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>

Based on the Cron-Style listed in `node-schedule`: https://www.npmjs.com/package/node-schedule#cron-style-scheduling
2020-01-27 00:56:09 -07:00
Andreas Pfurtscheller
aff59ab0d0 Fix production.html
Remove supposedly misplaced script tag

Signed-off-by: Andreas Pfurtscheller <andreas.pfurtscheller@penflock.com>
2020-01-21 23:34:28 +01:00
Virginie Ky
4aeb5399ee Merge branch 'features/webhooks' of github.com:strapi/strapi into front/webhooks-editview 2020-01-09 11:11:32 +01:00
Virginie Ky
d0650f1884 Conflicts resolved 2020-01-09 11:05:46 +01:00
Alexandre BODIN
e6155814f0
Merge pull request #4928 from kuldipem/master
package.json name property must be in lowercase
2020-01-08 17:13:18 +01:00
Jaroslav Vrána
0215f64648
Merge branch 'master' into feature/adminTranslationCs 2020-01-07 19:32:32 +01:00
KULDIP PIPALIYA
cfc8873873 lodash kebab case function used to generate a proper package name 2020-01-07 23:10:00 +05:30
Alexandre BODIN
1ae22b7476
Merge branch 'master' into fix-2268 2020-01-07 14:23:43 +01:00
Alexandre BODIN
98ad4ac199
Update db-questions.js 2020-01-07 14:23:15 +01:00
profispojka
379033a91c
Merge branch 'feature/adminTranslationCs' into feature/adminTranslationCsWithPlugins 2020-01-05 15:59:47 +01:00
unknown
72e76c97f2 update translations to latest master 2020-01-05 15:40:09 +01:00
unknown
8281ed7a8f merge master changes 2020-01-05 14:36:47 +01:00
KULDIP PIPALIYA
cad9057911 package.json name property must in lowercase 2020-01-02 00:16:48 +05:30
Jim LAURIE
3d21af7678 fix: alert when dot in database name
MongoDB can't have a dot in it's name. So here I add a validation for the database name.

fix #2268
2019-12-28 00:01:54 +01:00
João Eudes Lima
317f4a1a02 Update reference of links documentation 2019-12-27 00:52:09 -03:00
Alexandre Bodin
5d96192211 Fix typo in install command 2019-12-23 09:58:01 +01:00
Alexandre Bodin
cc313e2855 Fix db test on strapi new 2019-12-18 01:15:45 +01:00
Alexandre Bodin
4d4d9c351d Change csp config 2019-12-12 19:13:48 +01:00
Jim LAURIE
c8d455d4e2 Add no index on production page 2019-12-09 10:27:59 +01:00
Jim LAURIE
1dfe036f87
Merge branch 'develop' into lauriejim-patch-1 2019-12-09 10:26:44 +01:00
Alexandre Bodin
2bf3533c85 Merge branch 'master' into develop 2019-12-06 12:34:26 +01:00
Aurélien Georget
cf9bcc2337 Use environment variable instead of argument 2019-12-02 15:30:22 +01:00
Aurélien Georget
773b89bc79 Add parameter to identify Docker projects 2019-11-29 18:10:32 +01:00
Jim LAURIE
54cd208221
Remove search engine for index.html page 2019-11-28 16:26:23 +01:00
Alexandre Bodin
49985eca53 Merge branch 'master' into develop 2019-11-27 15:28:06 +01:00
Jim LAURIE
f1190a7127 Get retried db config 2019-11-14 17:39:52 +01:00
Alexandre Bodin
236e15a9e5 Do not display both dev views on load 2019-11-13 16:16:16 +01:00
Aurélien Georget
4b3fdb94f1 parent 1fcc8d00fa15546ce750fe886c5cb6e704ee2469
author Aurélien Georget <aurelsicoko@gmail.com> 1572447760 +0100
committer Alexandre Bodin <bodin.alex@gmail.com> 1573655280 +0100

Create mini-templating system to send none-critical information to static index

Add new index.html and production.html pages

Update design (w/ responsive) of server homepage

Use Lodash template system instead of custom one

fix: Ensure state is updated before updating select

Update migration-guide-beta.16-to-beta.17.4.md

use limit=0 to get full data set

Add new index.html and production.html pages

Update design (w/ responsive) of server homepage

Use Lodash template system instead of custom one

Apply feedback
2019-11-13 15:38:26 +01:00
Alexandre Bodin
a86b886bd1 Merge branch 'master' into develop 2019-11-13 15:22:47 +01:00
DMehaffy
5f28916210 Clean up template and remove keys that would break bookshelf/knex (#4444)
* Clean up template and remove keys that would break bookshelf/knex

* PR feedback remove debug
2019-11-13 15:21:08 +01:00