104 Commits

Author SHA1 Message Date
Jim LAURIE
e41948de3f Add setting for production environment 2019-01-09 14:19:39 +01:00
Jim LAURIE
63666a1ab2 Auto open admin first start 2018-11-08 21:07:33 +01:00
Jim LAURIE
fa5489488d Remove API prefix close #1323 2018-10-02 16:48:46 +02:00
Alberto Maturano
6f35b53d3c Add execute bit to server.js file
Without this, #1967 makes no sense.
2018-09-27 12:54:49 -05:00
Jim LAURIE
beeb826981
Merge branch 'master' into patch-1 2018-09-25 11:40:56 +02:00
Alberto Maturano
154fc28a57 Normalize to standar file permissions
As a result of taking a look on PR #1967 I realized there is 819
executable files in this repository. It is obvious this is an error.
2018-09-24 12:33:09 -05:00
Thomas Hunter II
c3f156da62
Merge branch 'master' into patch-1 2018-09-18 16:23:05 -07:00
Thomas Hunter II
803d691ef8
Add shebang to server.js
* The execute bit is already enabled on server.js
* However, executing it via `./server.js` fails
* Adding the shebang allows the server to start
2018-09-17 11:27:15 -07:00
DMehaffy
dbbedb269f Add config options to each environment. 2018-09-17 04:14:05 -07:00
DMehaffy
617324abee Basic global proxy support 2018-08-27 06:27:42 -07:00
Jim LAURIE
cf8184e223 Use hook prefix and rename 2018-07-11 16:23:14 +02:00
Özgür ERSOY
7b4ec16233 added tr 2018-06-18 13:20:38 +03:00
Aurelsicoko
7a456da974 Move authentication and ssl in database options 2018-04-24 16:38:19 +02:00
Aurélien GEORGET
575814730d
Allow Origin header on production configuration as well 2018-04-20 15:50:18 +02:00
Aurelsicoko
5416cd60a0 Disable CSRF in production & harmonize allowed headers 2018-04-20 13:55:41 +02:00
Abdón Rodríguez Davila
c6519cc4b0
Staging config as production config 2018-04-18 14:36:06 +02:00
Jim LAURIE
c0ea8fa807
Merge branch 'master' into graphql 2018-04-16 16:39:50 +02:00
Administrator
d030dc06ba Russian language pack update. Admin translations fixes + Content manager translations added. 2018-04-15 13:30:31 +03:00
Aurelsicoko
6c2399715a Link bookshelf on setup & advanced load order on hook 2018-04-02 18:33:12 +02:00
Jim Laurie
5e41edc3b1 Replace server host by localhost
fix #726
2018-03-28 18:11:57 +02:00
Evan Owens
7e75679094
Merge branch 'master' into master 2018-03-23 13:45:52 -04:00
nurikabe
f701b3e53a Japanese "welcome" locale file 2018-03-23 13:43:18 -04:00
Abdón Rodríguez Davila
92503f8ad4 Update staging environment config similar as production 2018-03-20 21:46:02 +01:00
Abdón Rodríguez Davila
5c365f46a0 Rename test environment config to staging 2018-03-20 21:45:11 +01:00
Abdón Rodríguez Davila
f50b1670ec Update production environment config 2018-03-20 21:43:59 +01:00
Abdón Rodríguez Davila
23f95f8def Add missed config 2018-03-13 09:23:25 +00:00
Abdón Rodríguez Davila
3d1613df2d Add authenticationDatabase setting 2018-03-08 15:51:03 +01:00
Abdón Rodríguez Davila
ca864ae711 Add environment variable for SSL 2018-03-08 15:34:24 +01:00
Minh Tri Nguyen
a18ba8805e Add authSource & ssl options to MongoDB connector fix 2018-03-04 23:02:29 +08:00
Jim Laurie
5bf1e51422 Fix conflicts 2018-02-12 13:25:43 +01:00
Aurelsicoko
46a64b449f Update default hook timeout to 3000 milliseconds 2018-02-09 16:36:23 +01:00
Pierre BURGY
b67c5e34a8
Merge branch 'master' into enhancement/database-uri 2018-02-07 15:00:37 +01:00
Pierre Burgy
5bdf0a731d Use PORT env variable in production 2018-02-07 12:07:35 +01:00
Jim LAURIE
03985f4d80
Merge branch 'master' into fix/payload 2018-02-07 11:48:20 +01:00
Pierre Burgy
49a3b92aef Update admin url index.html 2018-02-07 09:14:30 +01:00
Pierre Burgy
fe87be7793 Add database uri configuration #602 2018-02-07 00:19:05 +01:00
Aurelsicoko
0b9ca7aff1 Load gzip middleware before in the stack to work with Boom #544 2018-02-06 16:18:28 +01:00
Aurelsicoko
0680850277 fix #318 2018-02-06 14:28:12 +01:00
Jim Laurie
38df372696 Set application name and description in database
Settings manager can now get/update database configs
2018-02-05 14:16:32 +01:00
Luca Perret
8c0c2010d1 feat(generate-new): env on database auth 2018-01-23 22:19:34 +01:00
Jim Laurie
7442e01abb Fix conflict documentation 2018-01-18 08:32:44 +01:00
Aurelsicoko
4edcff2627 Merge branch 'fix/deploy' of github.com:strapi/strapi into fix/deploy 2018-01-16 10:39:32 +01:00
Aurelsicoko
9031ff1799 Fix webpack public path and production configuration templating 2018-01-15 17:45:22 +01:00
Jim Laurie
6e44e2e274 Add provider connection 2018-01-12 15:20:13 +01:00
Jim Laurie
a892a6943d Form to configure database connection 2018-01-05 15:17:59 +01:00
Jim Laurie
f9126e5f0d Fix .gitignore file generation 2017-12-13 14:23:07 +01:00
cyril lopez
795950c7cb Remove X-Forwarded-Host header in strapi-generate-new 2017-12-07 14:11:06 +01:00
cyril lopez
1084e88826 Catch register errors and handle it in front 2017-12-06 12:19:43 +01:00
Aurelsicoko
aeb43d925c Introduce new configurations for admin 2017-11-10 16:04:57 +01:00
Jim Laurie
1604ffe658 Change gitignore generated app 2017-11-06 14:47:00 +01:00