Łukasz Szcześniak
e17048e653
Remove runMigrations from database install ( #9911 ) ( #10003 )
...
* Remove `runMigrations` from `database install` (#9911 )
* Fix typo (#9911 )
* Remove unnecessary import (#9911 )
2021-12-02 16:05:54 -05:00
Gerard Lamusse
0993264215
Add dark mode to docs ( #10098 )
...
* Add dark mode to docs
Respects prefers-color-scheme
* Changed dark mode to just use styles instead of via component
* Don't change navbar
2021-12-02 10:57:04 -05:00
Azri Kahar
f8dae46754
add sidebar link to notifications API reference ( #10221 )
2021-12-02 10:56:02 -05:00
Joe Innes
4d4c7de74d
Add a tip explaining HTTP Only cookies issue ( #9574 )
...
* Add a tip explaining HTTP Only cookies issue
Watching the Discord, I see this issue coming up fairly frequently, when someone is developing a front end app locally, and their app suddenly stops working with the message
> Error: "refresh_token" is required in either the JSON payload or Cookie
This tip explains the cause of the issue, and two different workarounds.
* use relative link
Co-authored-by: Azri Kahar <azrikahar@outlook.com >
2021-12-01 17:21:01 -05:00
Azri Kahar
0dc0fd4360
Simplify presentation/aliases & accordion setup flow ( #9742 )
...
* move title input up for dividers
* WIP
* simplify key id
* add contrast to notices in field configuration
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-12-01 21:29:02 +00:00
José Varela
6ae3eca47f
add SSO guide ( #10104 )
...
- adds new section "Guides" to Sidebar
- example with Google OpenID
- SSO and cookies across domains
2021-12-01 12:46:02 -05:00
Azri Kahar
e25043dd96
tweaks for mentions, notifications & conditions ( #10184 )
2021-12-01 09:48:50 -05:00
Jay Cammarano
57494d8cca
removed security hole ( #10174 )
2021-11-30 21:28:33 +00:00
rijkvanzanten
9bf033c18d
v9.1.2
2021-11-25 12:36:24 -05:00
Girish Ramakrishnan
bb319be744
Add cloudron as installation method ( #3456 )
2021-11-25 17:33:15 +00:00
rijkvanzanten
5d3a630fe6
v9.1.1
2021-11-24 21:09:22 -05:00
rijkvanzanten
7a1c534b36
v9.1.0
2021-11-24 17:56:26 -05:00
Azri Kahar
f5b8c53bd2
Update documentation for project settings ( #9800 )
2021-11-24 17:48:21 -05:00
rijkvanzanten
24c7ac5f61
Fix build by removing inline v-pre
...
@azrikahar apparently the app build really didn't appreciate that v-pre on code 🤔
2021-11-24 17:41:44 -05:00
Jay Cammarano
2e821f1b2c
Reorganize the Hooks Documentation ( #10033 )
...
* reorganized hooks
* clean up text
* reordered performance warning
* create a hook rework
* spelling
2021-11-24 17:12:29 -05:00
Azri Kahar
f263dcf4db
prevent interpolation for url variable ( #9836 )
2021-11-24 17:11:23 -05:00
Jay Cammarano
25375cc481
Add notifications system and support user mentions in comments ( #9861 )
...
* v-menu de/activated onKeyDown. No List yet.
* v-list
* add user suggestion
* uuids replaced
* user-popover working
* avatars flex row with usernames in suggestions
* added space to end of uuid insert
* autofocus + move caret to end of last insert
* removed unnecessary setTimeout()
* fixed filter 500 with ids
* better fix
* New translations en-US.yaml (French) (#9907 )
* New translations en-US.yaml (French) (#9912 )
* New translations en-US.yaml (French) (#9916 )
* New translations en-US.yaml (Russian) (#9918 )
* New translations en-US.yaml (Swedish) (#9920 )
* Email updates (#9921 )
* add from name for emails
* updatd email template style
* reset password email copy
* updated logo to newest version
* update invite email copy
* decouple field template logic
* push up styling
* Start on new v-template-input
* Add notifications API endpoints
Squashed commit of the following:
commit 9d86721ef795d03bc55693c0f99bde8e269d60e9
Merge: b4458c19f 34131d06e
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Mon Nov 22 09:27:43 2021 -0500
Merge branch 'mentions' into mentions-api
commit b4458c19f7c54f18fa415fc04c63642c2f5a17b0
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 18:34:04 2021 -0500
Remove unused import
commit e6a9d36bbfdf95cb18d29336da61ecb14b677934
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 18:28:31 2021 -0500
Extract user mentions from comments
commit b3e571a2daa287e1740a050096913662a57e9861
Merge: c93b833d2 af2a6dd7f
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 17:39:52 2021 -0500
Merge branch 'mentions' into mentions-api
commit c93b833d2b848e306c434b370d4e4e11967e85d0
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 17:35:45 2021 -0500
Send emails w/ parsed MD
commit 64bbd6596f20a07028d2387d60e33dfe4f91c032
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 16:18:16 2021 -0500
Add notifications endpoint + permissions
commit fba55c02dc9c303a38b1b958350684cccd3dd82c
Author: rijkvanzanten <rijkvanzanten@me.com >
Date: Thu Nov 18 15:33:28 2021 -0500
Add system data for notifications
* push
* Make v-template-input work
* Add the two-way binding
* submit button posting, not clearing text area
* comment text area clearing on submit
* Replace insertion correctly
* Added scope support to LDAP group and user search (#9529 )
* Added scope support LDAP group and user search
* Fixed linter screwing up my markdown
* Update docs/configuration/config-options.md
* Always return correct DN for user with sub scope
* Fix indeterminate meta and schema property in advanded field creation (#9924 )
* Fix impossibility to save M2M (alterations not triggered) (#9992 )
* Fix alterations refactor
* fix roles aggregate query (#9994 )
* Update iis.md (#9998 )
added the IIS URL Rewrite module as a requirement
* New translations en-US.yaml (English, United Kingdom) (#10001 )
* Fix LDAP race condition (#9993 )
* Fix input ui
* Revert changes to v-field-template
* Update mentions permissions
* Fix linter warnings
* Optimize sending flow
* Revert "Rename activity->notifications module (#9446 )"
This reverts commit 428e5d4ea9 .
* Add notifications drawer
* Update migrations
* Improve constraints
* Add email notifications toggle on users
* Add docs, fix graphql support
* Move caret-pos to devdeps
* Remove unused new triggerKeyPressed system
* Remove unused use-caret composable
Co-authored-by: Nitwel <nitwel@arcor.de >
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
Co-authored-by: Ben Haynes <ben@rngr.org >
Co-authored-by: Aiden Foxx <aiden.foxx@sbab.se >
Co-authored-by: Oreille <33065839+Oreilles@users.noreply.github.com >
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
Co-authored-by: Paul Boudewijn <paul@helderinternet.nl >
2021-11-24 16:11:26 -05:00
José Varela
7d44a60e32
Improve example ( #9891 )
2021-11-24 16:07:25 -05:00
José Varela
ffe6b51387
Docs SDK: BaseStorage instead of IStorage ( #9865 )
...
example using SessionStorage
2021-11-24 16:06:58 -05:00
Paul Boudewijn
2e6bb43ac2
Update iis.md ( #9998 )
...
added the IIS URL Rewrite module as a requirement
2021-11-23 09:15:17 -05:00
Aiden Foxx
8b9671baaa
Added scope support to LDAP group and user search ( #9529 )
...
* Added scope support LDAP group and user search
* Fixed linter screwing up my markdown
* Update docs/configuration/config-options.md
* Always return correct DN for user with sub scope
2021-11-22 15:05:01 -05:00
renovate[bot]
241dc13c65
Update NPM dependencies (non-major) ( #9968 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-22 10:05:40 -05:00
rijkvanzanten
2e606672a1
Document permissions cache
2021-11-15 11:19:21 -05:00
Azri Kahar
3b59810b63
Fix docs tables overflow ( #9799 )
2021-11-15 10:11:54 -05:00
Paul Boudewijn
663ba8c23f
Update iis.md ( #9766 )
...
extended the web.config example to make two-factor authentication work on IIS
2021-11-12 15:45:07 -05:00
rijkvanzanten
ba72d2cfd0
v9.0.1
2021-11-11 16:45:31 -05:00
Ben Haynes
776615bf66
link updates ( #9608 )
2021-11-11 15:26:05 -05:00
ian
b9c3e18796
Fix existing files drawer selection ( #9609 )
...
Co-authored-by: Jose Varela <joselcvarela@gmail.com >
2021-11-11 14:40:18 -05:00
Azri Kahar
da3808b50f
Add references for social & material icons ( #9689 )
2021-11-10 10:29:40 -05:00
José Varela
ca19cb1a99
emit auth.jwt on refresh ( #9661 )
2021-11-09 14:01:38 -05:00
Oreille
e208e94101
Use Postgis image in docker-compose example from the docs ( #9657 )
2021-11-09 11:41:59 -05:00
gkielwasser
053d2a6a37
Expose server instance in action hook 'server.start' ( #9616 )
...
* Expose server instance in action hook 'server.start'
* Expose server in start/stop
* Update documentation
2021-11-09 16:28:24 +00:00
renovate[bot]
ad3a503f25
Update NPM dependencies (non-major) ( #9585 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-09 11:18:41 -05:00
Ben Haynes
e6927cd715
collections to content ( #9607 )
2021-11-09 20:05:03 +08:00
Ben Haynes
b885d5724e
clean up in-app docs ( #9606 )
2021-11-09 20:04:22 +08:00
Ben Haynes
a3516c6bcd
doc app links should not point externally ( #9605 )
2021-11-09 20:03:42 +08:00
José Varela
67b51b7d44
Add support for AWS SES ( #9625 )
2021-11-08 17:35:05 -05:00
Ben Haynes
1a93c39a78
update in-app docs nav ( #9610 )
...
* update in-app docs nav
* remove section from in-app docs
2021-11-08 15:43:50 +00:00
Azri Kahar
82e62bc113
Minor docs fixes ( #9553 )
2021-11-06 16:04:22 -04:00
Ben Haynes
be2d7b267d
formatting
2021-11-06 11:50:40 -04:00
Ben Haynes
0f19bc86fe
add translated field docs
2021-11-06 11:47:27 -04:00
Ben Haynes
a6bc1731a6
add installation to docs homepage
2021-11-06 11:09:28 -04:00
Pascal Jufer
c8f29b6a3a
Update Docker installation documentation ( #9514 )
...
* Reflect new stable version and available Docker tags
* Clean-up
2021-11-05 08:58:34 -04:00
rijkvanzanten
c95add08ef
v9.0.0
2021-11-04 22:03:10 -04:00
Tyler Forest-Hauser
3cbd908839
Small fixes for Hooks documentation ( #9497 )
...
Remove erroneous closing bracket and remove index position from input as it should be an object in this context, not an array.
2021-11-04 23:16:09 +00:00
Rijk van Zanten
2e0ad10ad1
Remove collection listing option from role settings ( #9490 )
...
* Fixes #8920
* Revert changes in seeds / migrations
* Add new migration to drop column
Co-authored-by: Yannick Mol <yannick@molmediasolutions.nl >
2021-11-04 21:55:34 +00:00
Nicola Krumschmidt
7fcebf3768
Clarify hook register function parameter descriptions in docs ( #9489 )
...
* Clarify hook register function parameter descriptions in docs
* Update package-lock.json
* Update docs/extensions/hooks.md
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2021-11-04 17:03:15 -04:00
José Varela
21dbe06e4b
fix docs about sdk refactor ( #9486 )
2021-11-04 15:50:31 -04:00
Azri Kahar
fed2efbb92
fix docs homepage header responsiveness ( #9450 )
2021-11-04 13:48:35 -04:00
José Varela
23f6baa4db
SDK: refactor constructors ( #9080 )
...
* refactor: more intuitive interfaces
* refactor: simpler refresh
before: on every request we were debouncing a refresh request
after: call refresh only once before now() + 'expires'
* refactor: prefix on base storage
* fixup! refactor: simpler refresh before: on every request we were debouncing a refresh request after: call refresh only once before now() + 'expires'
* refactor: simpler axios transport
before: handle auth headers
after: auth headers are handled on directus instance
* refactor: simpler usage of Directus constructor
* fixup! refactor: simpler refresh before: on every request we were debouncing a refresh request after: call refresh only once before now() + 'expires'
* refactor: fix tests based on previous changes
* refactor: better auth constructor
before: depends on SDK instance
after: depends on Transport and Storage instance
* accept staticToken from auth
* make transport and storage as optional on options
* fix type auth refresh
* simplify transport
* fix test for previous changes
* improve auth class
* revert some IAuth props because tests
* allow to force memory of localstorage on storage
* add tests for previous change
* document everything and simplify some things
* fix override headers on request
* better name typing
* fix private axios
* removed boolean from CLI auth.refresh()
* fix missing url in some examples
* soem grammar updates
Co-authored-by: Jay Cammarano <jay.cammarano@gmail.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-11-04 13:30:30 -04:00