Commit Graph

98 Commits

Author SHA1 Message Date
spiral
78c693f5ad
Add authorization header example 2021-01-09 16:59:28 +00:00
Ske
a328867e76 Ask for slash command permission in the invite links 2020-12-18 13:47:18 +01:00
Astrid
77d63c2838
Merge branch 'main' into feat/ap 2020-12-08 12:25:01 +01:00
Astrid
604ef1665a
Merge pull request #229 from dev-kittens/dark-docs
Use browser prefers-color-scheme for dark theme docs
2020-12-08 12:22:40 +01:00
spiral
e3274d5d26
Move member random to Random.cs, add group random and group member random 2020-11-22 11:58:23 -05:00
spiral
edb92168ea Add documentation on the website as well 2020-11-22 09:44:07 -05:00
spiral
68b439257d Tweak documentation 2020-11-22 09:42:40 -05:00
spiral
8e5fb6520b Add configurable autoproxy latch timeout 2020-11-22 09:42:40 -05:00
spiral
37294b68da Add disabling autoproxy per-account 2020-11-22 09:42:40 -05:00
spiral
41247c68a6 Add disabling front/latch autoproxy per-member 2020-11-22 09:42:40 -05:00
spiral
01cedaab53
Tweak description for switch delete all command 2020-11-19 18:05:53 -05:00
spiral
2858c68a7d
Clean up member list commands and log commands, as well as related docs 2020-11-19 17:10:59 -05:00
Ske
9a3e7273fb Add note about chat filter bots to docs 2020-11-15 15:15:08 +01:00
Astrid
90b2fcfdd4
Merge pull request #247 from dev-kittens/tweak/group-dn
Add looking up group by display name
2020-11-15 13:15:29 +01:00
spiral
09536b3903
Document avatar URL flag 2020-11-14 12:37:40 -05:00
spiral
71461b3163
Add looking up group by displayname; document this 2020-11-14 10:42:51 -05:00
Ske
20ca37938c Relicense project to AGPLv3 2020-11-08 18:52:36 +01:00
dev-kittens
8a747a6056 Use prefers-color-scheme for dark theme docs 2020-10-09 18:54:46 +00:00
dev-kittens
2a041d9eb5 Document group commands 2020-10-04 07:12:40 +00:00
dev-kittens
c50a9ea008 Add member list flags 2020-10-04 06:38:04 +00:00
Ske
7075c61756 Migrate to new Getting Started page from new-docs branch 2020-09-13 01:18:31 +02:00
kittens
32fe52c959
Add pronouns field in member model in API docs 2020-09-10 06:10:20 -04:00
Astrid
616e490e42
Merge pull request #212 from xSke/dependabot/npm_and_yarn/docs/prismjs-1.21.0
Bump prismjs from 1.20.0 to 1.21.0 in /docs
2020-08-21 18:33:19 +02:00
Ske
8688f4d0bf Merge branch 'main' into feature/groups 2020-08-21 18:31:49 +02:00
Ske
9e251352c7 Various fixes and improvements 2020-08-16 12:10:54 +02:00
dependabot[bot]
f984875145
Bump prismjs from 1.20.0 to 1.21.0 in /docs
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-08 00:44:15 +00:00
acw0
4006d353f2 fix formatting 2020-07-29 11:30:46 +02:00
acw0
2dee8ab1ae Document external emoji permissions 2020-07-29 11:30:46 +02:00
Ske
2d755edc89 Expand on FAQ with content from the support server 2020-07-28 23:16:41 +02:00
Ske
80fe6729cb Expand on documentation aimed at server staff 2020-07-28 23:13:32 +02:00
Ske
93e4275b97 Fix the edit link on the docs 2020-07-28 20:11:45 +02:00
Ske
9fc042eddf Remove commented-out hero front matter 2020-07-28 20:11:34 +02:00
Ske
0fd56d83e1 Document removal of unversioned API endpoints 2020-07-28 20:01:30 +02:00
Ske
0fadc81cda Minor layout/content tweaks 2020-07-28 18:47:26 +02:00
Ske
8c0cbd6d26 Migrate docs to Vuepress 2020-07-28 18:19:40 +02:00
Ske
3e2f20fc04 Use standard Gem-style theme references 2020-06-22 14:43:46 +02:00
Ske
9eb982c762 Commit bundle config and lockfile 2020-06-22 14:34:59 +02:00
Ske
ae4e8f97d0 Add member avatar privacy 2020-06-20 16:00:50 +02:00
Ske
78f83339ae Update reference to OpenAPI specification 2020-06-17 22:13:01 +02:00
Ske
327cd0aafd Update documentation for privacy changes 2020-06-17 21:55:39 +02:00
BeeFox-sys
721a4502bb
Feature/granular member privacy (#174)
* Some reasons this needs to exist for it to run on my machine? I don't think it would hurt to have it in other machines so

* Add options to member model

* Add Privacy to member embed

* Added member privacy display list

* Update database settings

* apparetnly this is nolonger needed?

* Fix sql call

* Fix more sql errors

* Added in settings control

* Add all subject to system privacy

* Basic API Privacy

* Name privacy in logs

* update todo

* remove CheckReadMemberPermission

* Added name privacy to log embed

* update todo

* Update todo

* Update api to handle privacy

* update todo

* Update systemlist full to respect privacy (as well as system list)

* include colour as option for member privacy subject

* move todo file (why was it there?)

* Update TODO.md

* Update TODO.md

* Update TODO.md

* Deleted to create pr

* Update command usage and add to the command tree

* Make api respect created privacy

* Add editing privacy through the api

* Fix pronoun privacy field in api

* Fix info leak of display name in api

* deprecate privacy field in api

* Deprecate privacy diffrently

* Update API

* Update documentation

* Update documentation

* Remove comment in yml

* Update userguide

* Update migration (fix typo in 5.sql too)

* Sanatize names

* some full stops

* Fix after merge

* update migration

* update schema version

* update edit command

* update privacy filter

* fix a dumb mistake

* clarify on what name privacy does

* make it easier on someone else

* Update docs

* Comment out unused code

* Add aliases for `member privacy all public` and `member privacy all private`
2020-06-17 21:31:39 +02:00
ariel w
82886fe9e2
Move discord links to new domain (#180) 2020-06-11 21:12:43 +02:00
Ske
38e65b3971 Properly publish OpenAPI spec 2020-05-07 01:36:00 +02:00
Ske
e9cc0c8fdf Fix wrong delete command in privacy docs. Closes #168. 2020-05-03 00:37:04 +02:00
Ske
884d6e1925 Add pk;find to the command list 2020-03-05 19:08:11 +01:00
Ske
628ae6beb7 Update command list documentation 2020-03-04 18:28:13 +01:00
Ske
55671b45d6 Add support for UnbelievaBoat 2020-02-15 14:17:25 +01:00
Ske
ccf81b0826 Add support for Pancake 2020-02-15 14:17:25 +01:00
Ske
e9cc8ed424 Add logger bot cleanup support 2020-02-15 14:17:25 +01:00
Ske
bef3f5c79a Merge branch 'api-privacy' of https://github.com/greysdawn/PluralKit into greysdawn-api-privacy 2020-02-13 22:55:10 +01:00