Commit Graph

1017 Commits

Author SHA1 Message Date
Eugen Rochko 40118f8658
Add more clarity to privacy matrix 2018-01-20 05:53:32 +01:00
Eugen Rochko 723df1e594
Clean up privacy matrix 2018-01-20 05:50:51 +01:00
Eugen Rochko ff8612fa14
Clean up the FAQ 2018-01-20 05:48:21 +01:00
Riley Taylor 04e8b2597a Add Liberapay link and revise some sentences (#522)
Much of this was written back when Eugen was more or less It and contains a lot of first-person stuff. I changed a couple of these to make it project-person, but wanted to get some feedback on that first. I can do a more extensive edit on those through the documentations if it's okay to do.
2018-01-19 15:52:04 +01:00
Robin Victorino ecc1402547 Fr faq (#517)
* Translated FAQ to french from mastodon funding question to search box question.

* Translated FAQ beginning

* Added link to translated FAQ

* WIP

* WIP

* WIP

* Completed fist trad version

* Updated translation to last version of english FAQ

* fixed typos thanks to @eidolies@mamot.fr

* More typo fixes

* Better explanation for «federation»

* Correct some typos

Corrections from MeTaL_PoU

* Added intro
corrected typoAdded intro
corrected typos

* vouvoiement + typos

* PR review suggestions: account deletion, translation, language filters

* added credit to myself :3
2018-01-15 16:57:50 +01:00
Thomas 461a176035 Adds following parameter in /accounts/search (#518)
`following` parameter allows to search users for adding them to a list.
2018-01-13 19:07:54 +01:00
b_b ccb91756e7 Add SPIP plugin (#514) 2018-01-07 14:22:13 -06:00
Ornithologist Coder cc78b4a90c Fixes typo (Lists -> List) (#510) 2018-01-02 20:07:28 +01:00
Christian Quest 96667430c8 Minitel mastodon client... looking like 3615 ULLA (#501) 2018-01-02 20:05:11 +01:00
Ornithologist Coder ab91b5b072 Moves List and Lists around (#509)
* Moves List and Lists around

to keep methods and entities sorted alphabetically.

* Updates Lists descriptions
2018-01-02 19:41:31 +01:00
Cassolotl e0d81f251c Changing NSFW to CW where I can (#504)
* Changing NSFW to CW where I can

I need to find out how to update images though! The image is still the old NSFW, instead of the new eye icon.

* Removing all reference to NSFW (except the image)

... because it's outdated in general and no longer used on Mastodon specifically. (I still need to work out how to update the image though.)

* Removing the NSFW icon entirely for the time being

Until I find out how to handle images.

* 4MB --> 8MB
2018-01-01 21:27:46 +01:00
Cassolotl 7646a2e2c2 Updating CWs section to say it force-hides media. (#502)
* Updating CWs section to say it force-hides media.

* Better.
2018-01-01 20:43:58 +01:00
Cassolotl d3dbd7b0b5 Big overhaul of the Search section. (#505) 2018-01-01 20:43:13 +01:00
Cassolotl 50c9f2443b Overhaul and more detail for the hashtags section (#506)
Adding what can and can't go into a hashtag character-wise, the part where hashtag searches update in real time, how to pin hashtag searches, and what doesn't make it into a hashtag search (unlisted toots, toots not known to your instance).
2018-01-01 20:39:41 +01:00
Cassolotl 918b7cbb49 Favouriting a toot also saves it (#503) 2018-01-01 20:38:56 +01:00
Ornithologist Coder a02f68e765 Moves Custom Emojis do Instances (#507)
* Moves Emojis to own section

Since they're not part of the `/api/v1/status*` family.

* Moves to Custom Emojis to Instances
2018-01-01 20:37:21 +01:00
Ornithologist Coder 615aba5697 Updates Status.emojis information (#508)
`emojis` is not nullable. Instead, it returns an empty array
when no emojis are used.

```
"emojis": []
```
2018-01-01 20:36:59 +01:00
David Underwood fc3ebad888 Update Mac install instructions for consistency (#500)
Moves the `libidn` installation command up to the big brew command to keep things consistent.
2017-12-28 14:32:00 -06:00
Hakaba Hitoyo 98ab5f7c80 Update Apps.md (#499) 2017-12-28 18:03:06 +01:00
nightpool 996878c5be add description of form-data uploades (#496)
this glosses over the use of data or external uris with paperclip because it's kind of complicated and I don't have the best handle on the edge-cases, but I can take a look at that if it seems useful.
2017-12-22 14:34:12 +01:00
s e8ba704983 Update API.md with some missing response fields (#495)
* Update API.md with some missing response fields

* A few additional clarifications in API.md
2017-12-22 00:14:45 -06:00
Jeroen d311e44d1f We use now activirtypub (#494)
* We use now activirtypub

Maybe someone can explain activityhub a bit

* Update FAQ.md

* Update FAQ.md
2017-12-22 06:06:51 +01:00
Jeroen 445b77649b ActivityPub and related changes (#493)
* ActivityPub and related changes

* Update User-guide.md
2017-12-22 06:06:31 +01:00
Cygnan 986660c7c0 Fix variables.scss path (#492)
Signed-off-by: Cygnan <email@cygnan.com>
2017-12-20 22:55:43 +01:00
Drew Crecente 7431659193 Update Administration-guide.md (#491)
Change location of Accounts to Moderation > Accounts
2017-12-18 16:10:32 +01:00
Jim Tittsler 088399a36b Update Docker (#487) 2017-12-17 15:08:48 +01:00
Thomas c4652e6193 Update API.md (#490)
Update Relationship entity with the attribute "muting_notifications"
2017-12-17 15:08:30 +01:00
Thomas 152d4045f2 Update API.md (#489)
Update mute call with the parameter 'notifications'
2017-12-17 15:08:21 +01:00
Thomas 8cd6b13533 Update API.md (#488)
Replace the attribute "moved_to_account" by "moved" in the entity Account
2017-12-17 15:07:59 +01:00
Lorenz Diener 9b09bdf9f8 Fix /api/v1/accounts/:id/lists docs (#484) 2017-12-13 20:34:31 +01:00
Eugen Rochko 4b8f6e1726
Update API.md 2017-12-13 15:43:16 +01:00
Eugen Rochko 6b3455ecf6
Add list endpoint 2017-12-13 15:18:53 +01:00
Eugen Rochko 4bb149c73f
Add information about new APIs in 2.1 2017-12-13 15:12:12 +01:00
Eugen Rochko 00bc5fc15f
Update README.md 2017-12-13 14:55:56 +01:00
Eugen Rochko e791b0a74e
Update Specs-and-RFCs-used.md 2017-12-13 14:54:10 +01:00
Eugen Rochko 7bcb802334
Update Specs-and-RFCs-used.md 2017-12-13 14:53:59 +01:00
Eugen Rochko 7ba4f74434
Update Extensions.md 2017-12-13 14:52:31 +01:00
Eugen Rochko 35eba251d7
Update Tips-for-app-developers.md 2017-12-13 14:44:45 +01:00
Eugen Rochko b664972724
Update Push-notifications.md 2017-12-13 14:31:35 +01:00
Christophe Jossart 1f591f8154 Update PHP API wrapper from PR comment #458 (#483) 2017-12-11 23:03:30 +01:00
Alex Schroeder 0aa49d9bb9 Added bitlbee-mastodon (#481) 2017-12-11 13:43:09 +01:00
abcang 88d81f14e9 Specify root directive for letsencrypt (#471) 2017-12-06 17:21:08 +01:00
wakin 079d0f0720 Add Tootmap to Other tools list (#453) 2017-12-06 16:56:41 +01:00
Alda Marteau-Hardi 9474170686 Removes SSL configuration to point users to the Mozilla SSL Configuration Generator 2017-12-05 17:49:30 +01:00
Beast f81018bd63 Update FAQ to include how to delete account (#473) 2017-12-05 00:04:03 +01:00
Alex Schroeder a742b72559 mastodon-backup renamed to mastodon-archive (#472)
The repo name did not change but the tool itself did.
2017-12-04 13:48:31 -05:00
Jeroen e85d573538 Improved (#455)
* Delete mastofed.png

* Improved

Make the instance and Mastodon logo one
2017-12-01 16:41:34 +01:00
Letiteuf55 440b1b2d4b Update Apps.md (#461)
* Update Apps.md

add Tootdon on ios

* Update Apps.md
2017-11-30 19:28:04 +01:00
Alex Schroeder aa6ab5cbf2 add mastodon-backup (#469) 2017-11-30 16:34:58 +01:00
Thomas 2480655d4f Update API.md (#468)
Fetching custom emoji for an instance
2017-11-29 16:09:56 +01:00