23 Commits

Author SHA1 Message Date
Diego Albitres
0670c896e3
Add privateAttributes to global and per model response (#7331)
* Added privateAttributes globally and per model

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Added tests for sanitizeEntity

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Fixed broken test

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Added privateAttributes to GraphQL responses

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Added docs for privateAttributes

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Refactored and fixed PR comments

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Merged tests and fixed broken tests from merge

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Updated documentation for new option

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Refactored GraphQL implementation

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Fixed PR comments

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Fixed tests for sanitize-entity

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Removed code and tests for ignorePrivateFor

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Exported getPrivateAttributes for GraphQL plugin

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>

* Removed ignorePrivateFor from docs

Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
2020-09-24 09:40:10 +02:00
Adam
94f3b24ee2
feat(server): allow listening on unix socket through server.socket config (#7824)
* feat(server): allow listening on unix socket through `server.socket` configuration

Signed-off-by: Adam Lee <duo1123@gmail.com>

* docs(server): documentation for socket config

Signed-off-by: Adam Lee <duo1123@gmail.com>
2020-09-23 11:59:31 +02:00
DMehaffy
b02bb62cc1
Add example for PG SSL CA verification (#7700) 2020-09-02 08:23:55 -07:00
Alexandre Bodin
acf11ed9b1 Merge branch 'documentation'
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-08-12 14:52:37 +02:00
Jim LAURIE
95d3f42610
Merge pull request #7368 from dr5hn/patch-2
FIX: Broken links to email configurations & middlewares
2020-08-10 11:51:43 +02:00
DMehaffy
f179a1cae9
Fix docs for loading ORM plugins (#7356)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-08-07 15:56:52 +02:00
Darshan Gada
862f2c386b FIX: Broken links to email configurations & middlewares
Signed-off-by: Darshan Gada <gadadarshan@gmail.com>
2020-08-07 15:53:46 +05:30
Pierre Noël
112716fc9b add conf proxy koa variable
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-08-03 17:34:05 +02:00
Alexandre Bodin
da338f92c4 Merge branch 'documentation' 2020-07-28 10:50:10 +02:00
Jim LAURIE
4c4a4c1dd3
Docs review (#6848)
* docs: improve getting started

Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>

* docs: review quickstart video and some steps

Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>

* docs: review concepts

Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>

* docs: review email - upload plugins

Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>

* fix: PR feedback

Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>

* fix: PR feedback type conflict

Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-07-28 10:48:55 +02:00
Pierre Noël
75be8688d2 DOC replace .html by .md
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:42 +02:00
Pierre Noël
7465b74d25 fix typo + remove comment
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:41 +02:00
Pierre Noël
4dc853a6e1 update doc + add localhost in confirmation links if url is not set
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:21 +02:00
Alexandre Bodin
b71ffa6c6c Merge branch 'master' into features/rbac 2020-07-16 14:52:55 +02:00
Pierre Noël
066221f5b8 init migration guide to 3.1.x
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-16 12:58:14 +02:00
Nikolaj Ivancic
b2d4fbfb12
Update configurations.md (#6731) 2020-07-16 12:48:05 +02:00
Pierre Noël
e000432027 add the possibility to edit the template for the forgot password email
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:41:18 +02:00
Pierre Noël
ef8f918937 update doc + remove broken button in index.html
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-06-29 09:44:06 +02:00
Adam Gall
dc1d29aae2
Update configurations.md in both sets of docs (#6563)
You can not check that the database is up and running in the bootstrap function, as it is executed after the database connection is initialized

Signed-off-by: Adam Gall <adam@decentlabs.io>
2020-06-08 10:00:37 +02:00
Derrick Mehaffy
5907ff9a56
Typo fixes through the stable docs 2020-05-31 07:52:21 -07:00
Hunter Fitzwater
6f69e12671
fix some typos in configurations documentation (#6396) 2020-05-29 11:43:37 +02:00
Laurens Kling
47377ec304
Update configurations.md (#6362)
typos in configurations.md
2020-05-28 13:57:14 +02:00
Alexandre BODIN
61c0c9d9b4
Add v3.x and remove alpha docs (#6344)
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-05-25 18:11:45 +02:00