steve-chavez
ed028234cc
Add example of filtering function response
2018-05-28 13:26:18 -05:00
steve-chavez
121f192b93
Fix #127 , RPC cache dependency
2018-05-28 13:26:18 -05:00
steve-chavez
7255f02610
Fix #126 , update note about arrays
2018-05-28 13:26:18 -05:00
steve-chavez
6e7a2ca26c
Fix #135 , clarify usage of GET/POST RPC
2018-05-28 13:26:18 -05:00
steve-chavez
5e856a22a8
Fix #132 , remove deprecation notices
2018-05-28 13:26:18 -05:00
steve-chavez
7948730770
Add embeds alias feature
2018-05-28 13:26:18 -05:00
steve-chavez
1108aede5b
Install only necessary deps for BSD and OSX
2018-05-28 13:26:18 -05:00
steve-chavez
c0f8e64bbb
Add limit/offset and and/or to embedded resources
2018-05-28 13:26:18 -05:00
steve-chavez
dbec5e08aa
Fix #131 , SCHEMA comment and summary/description
2018-05-28 13:26:18 -05:00
steve-chavez
2f699fa115
Add foreign tables in OpenAPI feature
2018-05-28 13:26:18 -05:00
steve-chavez
6f0a25520a
Add UPSERT feature
2018-05-28 13:26:18 -05:00
steve-chavez
e56313196b
Add role-claim-key feature
2018-05-28 13:26:18 -05:00
steve-chavez
736a5020b0
Add app.settings.* config value feature
2018-05-28 13:26:18 -05:00
agent3bood and steve-chavez
b32ba7a409
Add volume to docker-compose
2018-05-23 09:17:27 -05:00
agent3bood and steve-chavez
e0e4d68185
update PGRST_DB_ANON_ROLE in docker-compose
...
anon should not be the default db user
2018-05-23 09:16:47 -05:00
Ken Fehling and steve-chavez
28c39e976c
Update docker-compose example to version 3
...
Adds "depends_on"
2018-05-21 08:11:45 -05:00
Hasan Pekdemir and Steve Chávez
88e3c8c4b6
add triggerfs to production apps in examples
2018-05-17 10:23:47 -05:00
Joe Nelson
1fb9e34c9c
Add new oauth server
2018-03-29 00:40:54 -05:00
Thomas and Joe Nelson
0bae76f05e
Remove iAdvize from In Production list ( #125 )
2018-03-14 12:12:03 -05:00
Joe Nelson and GitHub
7b2ab948be
Schema auto-reload instructions ( #124 )
2018-03-11 12:26:16 -05:00
Christopher Bowman and Joe Nelson
16cf1ef45c
Replace 'to to ' with 'to the ' ( #122 )
2018-03-09 19:42:01 -06:00
Camille Roussel and Joe Nelson
7151e62499
Update tut0.rst with improved instructions for windows installs ( #120 )
2018-02-03 21:52:51 -08:00
Joe Nelson
911417471e
Add Eric's testimonial
2018-02-03 13:55:32 -08:00
Joe Nelson
7dbd5f799e
Update name of diogob's websocket adapter
2018-02-02 19:57:24 -08:00
Joe Nelson
362ee5a4ed
Bump version
2018-01-18 10:59:27 -06:00
Joe Nelson and GitHub
e10599d065
Changes in 4.4 release ( #121 )
...
* Updated full-text search
* Calling RPC with GET
* Customizing HTTP status codes and headers
* Move the admin section to bottom of TOC
* Revise JWT signing section of tutorial
* Selecting pkeys in embedding no longer required
2018-01-18 10:48:34 -06:00
Damien Bry and Joe Nelson
f0bf51efc2
Added Elyios as using PostgREST in production ( #119 )
2017-12-27 21:56:04 -06:00
Captain Justin and Joe Nelson
d9e7620160
Update intro.rst ( #118 )
2017-11-28 23:48:31 -06:00
Joe Nelson and GitHub
f93e2723e3
Add note that windows people need postgres on path ( #117 )
2017-11-25 22:00:55 -06:00
Joe Nelson
e48a206075
Use parens for IN operator
...
Paren-free is deprecated
2017-11-04 23:17:39 -05:00
Brian Thorne and Joe Nelson
82d2d781be
Fix typo in api.rst ( #113 )
2017-11-04 00:59:04 -05:00
Joe Nelson
59ab74b861
Add items to ecosystem
2017-10-08 13:35:35 -05:00
Joe Nelson and GitHub
a3d87edda3
Explain how sql comments appear in the openapi output ( #111 )
2017-10-08 12:38:46 -05:00
Joe Nelson and GitHub
9598e3948d
Show how to use a JWK literal in the config file ( #110 )
2017-10-07 19:59:30 -05:00
Joe Nelson and GitHub
e7ddea0acf
Document long jwt secrets as required ( #109 )
...
* Use long jwt secrets as required
* Fix spelling and adjust custom dictionary
2017-10-07 13:03:30 -05:00
Russell Davies and Joe Nelson
922ae0e0c9
Update JWT configuration section for JWK and aud ( #106 )
2017-09-29 00:53:03 -05:00
Joe Nelson
edefd3040c
Section about new FTS features
...
Fixes #61
2017-09-09 21:27:36 -05:00
Joe Nelson
a93ddbee5a
Unicode
...
Fixes #62
2017-09-09 20:52:12 -05:00
Joe Nelson
45ddafc2a8
How to determine server version
...
Fixes #63
2017-09-09 20:36:10 -05:00
Joe Nelson
5185a92798
Move config section to install page
...
Document special host binding addresses
Fixes #83
2017-09-09 20:21:46 -05:00
Joe Nelson
0da8cb230f
Proper error code for failed content negotiation
...
Fixes #95
2017-09-09 19:49:42 -05:00
Joe Nelson
e4741d43e4
Note for windows users
2017-09-09 19:30:20 -05:00
Joe Nelson
5fc48057f8
Actually pg 9.5 is needed, not 9.3
2017-09-09 15:41:05 -05:00
Joe Nelson
973e7cb90e
How to use docker
2017-09-09 15:40:49 -05:00
Will O'Brien and Joe Nelson
4b1e594270
Add notice about reverting OIDC default ( #99 )
2017-09-05 22:25:43 -05:00
Russell Davies and Joe Nelson
3fdf6acc45
Range operators and deprecation of symbol operators ( #98 )
2017-08-20 14:49:27 -05:00
Joe Nelson and GitHub
66ce8e8b18
Exp claim must be an int, not a string
...
Pointed out by @nileshtrivedi
2017-08-20 14:15:59 -05:00
Russell Davies and Joe Nelson
aedaca1290
Clarify resource embedding constraints ( #97 )
2017-08-13 11:39:18 -05:00
Priyank Purohit and Joe Nelson
84bfa2d9ca
Updated docs for complex logic API capability ( #94 )
2017-08-05 20:42:31 -05:00
Steve Chávez and Joe Nelson
4be05649f4
Add documentation for binary output in rpc, Fix #84 ( #92 )
2017-07-20 00:06:57 -05:00