Commit Graph

39 Commits

Author SHA1 Message Date
Oreille
22f2e4662f Add support for adding a collection accent color (#5818)
* Added icon_color to directus_collections
Added migrations
Added color property to select-icon
Fixed select-icon placeholder

* Use icon color in collection header bar.

* Set `collection` and `note` fields to hald witdh

* Rename icon_color->color

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-06-03 13:04:19 -04:00
nichols-green
f3d1561005 Added document for running directus on iis (#6006)
* Added document for running directus on iis

* Update iis.md

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-06-02 13:12:02 -04:00
Rijk van Zanten
477c36d867 Update docker.md 2021-05-19 17:22:58 -04:00
rijkvanzanten
010eabad27 Format remaining md files 2021-05-04 18:52:08 -04:00
João
c2d634162e Typo on libvips 2021-04-23 11:59:52 -03:00
Rijk van Zanten
3b05372713 Finalize services API (#5170)
* Start the xOne/xMany work

* Update update/upsert

* Finish updating itemsservice

* Add comments, add nested revisions on update

* Use new internal api

* Update collectionService to one/many structure

* Move files to one/many structure

* Move permissions to one/many structure

* Move relations service to one/many structure

* Move roles to one/many structure

* Move users service over

* Move webhooks to updated structure

* Move deprecated methods to the bottom

* Replace deprecated uses

* Use new methods in controllers, add batch update/delete by query

* Use updated methods in API

* Fix email being required

* Remove unnecessary DB call

* Fix batch update/delete validation
2021-04-20 18:06:27 -04:00
João
6763908070 Tweaks 2021-04-20 11:42:16 -03:00
João
73c14492b3 Fix tabs 2021-04-20 11:40:28 -03:00
João
3900e19ddb Update docker.md 2021-04-20 11:38:18 -03:00
Daniel Faria
76db69893b Update aws.md (#4534)
update "our manual installation flow" link
2021-03-14 16:34:49 -04:00
YannickMol
0a04b9b447 Update cli.md (#4435)
Styling issue due to markdown error
2021-03-08 16:48:09 -05:00
rijkvanzanten
a12b148b17 Default generated .env permissions to -rw-r----- 2021-03-08 13:32:13 -05:00
Rijk van Zanten
3308b9b3fc Update cli.md
Fixes #4424
2021-03-08 07:42:22 -05:00
rijkvanzanten
fb5c9068bc List updated min requirement 2021-03-04 14:14:31 -05:00
Jerem Dlcn
a524526f9c Adding detail to Ubuntu deployment documentation (#4133)
* Adding detail to Ubuntu deployment documentation

* Update docs/guides/installation/ubuntu.md

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-02-17 13:19:39 -05:00
Rijk van Zanten
a5721c2c09 Update digitalocean-app-platform.md 2021-02-15 13:02:45 -05:00
rijkvanzanten
bb45c7f505 Add note on changing port in installing 2021-02-15 10:19:51 -05:00
Rijk van Zanten
817ccf3620 Overhaul docs (#3951)
* Add Quickstart Guide

* Update installation

* Remove unused files

* Update support/backing

* Tweaks in concepts

* Setup file structure for API reference 2.0

* Setup page layout for reference

* Add clean-urls plugin

* getting started updates

* Finish authentication rest

* getting started updates

* Render stylus in 2 spaces

* Various

* Various

* Finish activity docs

* Add collections reference

* Add extension reference

* concepts updates

* Fields/tweaks

* Add files doc

* Add revisions

* concepts docs

* More api reference

* Finish rest api reference (finally)

* initial concepts

* More things

* Add assets api ref

* Move sections from file to assets

* Add environment variables

* contributing docs

* Add field transforms page

* Left align table headers

* concept links

* Add API config

* Fix mobile nav

* Add migrating a project

* doc link fixes

Co-authored-by: Ben Haynes <ben@rngr.org>
2021-02-05 18:51:54 -05:00
Rijk van Zanten
5450de0351 Update Docs (#3905)
* Allow formatted value display for numbers

* Move the docs website into monorepo

* Fix build

* Tweak docs build setup

* Fix tips, pull in images

* Add syntax highlighting to docs

* Restructure nav, add divider

* Fix tips formatting

* Add prettier config

* Add editorconfig
2021-02-02 11:55:04 -05:00
maggie0002
deba17d355 Update docker.md 2021-01-23 10:21:14 -08:00
maggie0002
d933c0a9d6 Close open ports for security improvement
- Ports are not required here, as all three containers share the same 'directus' network. They can communicate with each other internally. Opening the ports only exposes the database and cache to the world (the internet) unnecessarily, posing more of a security issue. 

- 'Container name:' ensures that the container adopts that specific name. While by default the container will start with the name specified at the top of each container section (i.e. directus, cache, database), if one of those names is occupied it risks reverting to an alternative, which will have networking implications as those specific hostnames are sought from the other containers. With 'container name:' set, it will return an error that the container name is in use. Adopting here the 'explicit is better than implicit' approach. 

'Depends on:' as the name suggests, ensures that the database and cache are up and running before Directus starts.
2021-01-23 10:15:59 -08:00
Philleep Florence
afbe1de320 1128.02 - Fix Broken Links (Getting Started): Update installation guide. 2021-01-08 13:09:32 -05:00
Philleep Florence
f731b08b95 1128.01 - Fix Broken Links (Getting Started): Update installation guide. 2021-01-06 02:57:10 -05:00
WoLfulus
4782d38c54 Update docker-compose examples. 2020-12-21 13:13:55 -03:00
rijkvanzanten
a563fe81e7 Merge branch 'main' into build-packages 2020-12-16 16:28:14 -05:00
Nicola Krumschmidt
e66bd5a58a Fix admin credentials env var names in docker docs 2020-12-15 01:36:27 +01:00
Nicola Krumschmidt
cb49b87676 Fix formatting in docker docs 2020-12-15 01:35:54 +01:00
rijkvanzanten
2f9f7b8f44 Update mariaDB version 2020-12-11 17:28:16 -05:00
Ben Haynes
c0d1eeed25 docs updates 2020-12-09 19:05:01 -05:00
rijkvanzanten
7d8bc308f1 Update minimum required version of MySQL
Closes #3355
2020-12-08 16:19:32 -05:00
Jimmy Saenz
04b0dabdf9 Fix broken link (env variables) 2020-12-06 22:39:07 -06:00
rijkvanzanten
8c5db5d927 Update docs docs docs 2020-12-02 12:28:37 -05:00
rijkvanzanten
f8977a885d Update docs once more 2020-12-01 18:01:00 -05:00
rijkvanzanten
41a3ffcd00 Format md 2020-12-01 16:52:51 -05:00
JuanCarlosJr97
a2c8ea41c1 Updating docker guide installation
Updating docker guide installation for the admin user
2020-11-20 11:07:06 +00:00
Ben Haynes
81568c0c12 Docs updates 2020-10-07 13:17:07 -04:00
Ben Haynes
d4a214f2d4 Docs updates 2020-10-02 16:21:20 -04:00
Ben Haynes
e2031cd39c Docs use blue hints by default 2020-09-30 15:27:19 -04:00
Ben Haynes
57a25daf14 Installation docs WIP 2020-09-25 17:57:25 -04:00