Commit Graph

900 Commits

Author SHA1 Message Date
NCLS fdc409d2df Add Elasticsearch Guide (#564)
* Add initial elasticsearch guide

* Add elasticsearch guide link to README.md

* Add chewy:deploy
2018-03-09 17:15:17 +01:00
Eugen Rochko fde17f034a
Update API docs in preparation for 2.3.0 (#563) 2018-03-09 13:30:07 +01:00
Eugen Rochko 5107618bdd Update production guide in preparation for 2.3.0 (#562)
* Update production guide in preparation for 2.3.0

* Update Production-guide.md
2018-03-09 12:14:14 +01:00
Eugen Rochko 85b4343e07
Update Administration-guide.md 2018-03-09 12:04:45 +01:00
Eugen Rochko ceaa847cbb
Update Docker guide in preparation for 2.3.0 (#561) 2018-03-09 11:56:08 +01:00
Eugen Rochko ee818ed99e
Update Sponsors.md 2018-03-09 11:55:53 +01:00
Akihiko Odaki 845ed4ad99 Use db:setup instead of db:migrate when creating the database (#560)
db:setup is used in all guides except Docker Guide, which uses db:migrate
to create the database. db:setup is actually superior over db:migrate for
the purpose in terms of performance and compatibility.

db:setup is performant because it does not perform redundant migrations.
db:migrate, on the other hand, executes migration code which will be
dismissed by later migrations. db:migrate also waits for seconds to allow
to interrupt migrations if it is not favorable to run them on a running
server, but db:setup is obviously executed on a instance which is not
running yet, and the wait is unnecessary.

db:migrate has a compatibility issue. It requires a compatibility layer
to keep it working, and such one may be broken, or not provided by
dependencies such as Paperclip.

This commit replaces db:migrate with db:setup in the building guide. The
procedure cannot be applied to migration from an older release, where
the old procedure could, but it is not problematic because it has
dedicated Updating section.
2018-03-09 06:41:01 +01:00
Treyssat-Vincent Nino dbd39f7f1e Typo in List-of-Rake-tasks.md (#559) 2018-03-08 13:08:14 +01:00
Eugen Rochko 5bf91ce594
Add information about HTML formatting in admin settings 2018-03-08 08:39:46 +01:00
Eugen Rochko c1af30a86b
LDAP_ENABLED no longer required outside of .env 2018-03-07 12:23:00 +01:00
Hugh Cole-Baker 6fd155d7a7 Add documentation on how to use LDAP for logins (#554) 2018-03-04 20:43:13 +01:00
Cutls 235abe76e1 add TheDesk (#550) 2018-02-27 13:41:06 +01:00
Paul Woolcock d97b67a913 Update List-of-Rake-tasks.md (#551)
add the `redownload_avatars` task
2018-02-26 17:43:56 +01:00
Konrad Pozniak a03eac4c2f Update Tusky links (#549) 2018-02-25 13:41:12 +01:00
Kandy 420c871596 Mistakes on anchors (#545)
* Add files via upload

additional and updated files for french translation of the user guide

* Add files via upload

French translation of the user guide

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md

The anchors with special chars were not working, so I've changed them.
2018-02-21 19:34:56 +01:00
tastytea 8befaa0cd5 Add mastodon-cpp to list of libraries (#546) 2018-02-21 19:34:18 +01:00
Kandy 24ccc422df Mastodon User-Guide.md translated in french (#543)
* Add files via upload

additional and updated files for french translation of the user guide

* Add files via upload

French translation of the user guide

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md

* Update User-guide_FR.md
2018-02-19 10:36:07 +01:00
Ian McCowan e191c374e4 Update Mac instructions to 2.5 (#544) 2018-02-18 02:11:19 +01:00
Angristan 2e86bdaf2c Tiny improvements (#539) 2018-02-11 19:27:53 +01:00
Eugen Rochko 9d1505a3e0
Revert "Removes SSL configuration to point users to the Mozilla SSL Configuration Generator" (#475)
This reverts commit 9474170686.
2018-02-10 23:18:01 +01:00
Caleb Mazalevskis 14af52f9f0 Fix typos. (#538) 2018-02-09 01:18:07 +01:00
Konrad Pozniak 688e467955 Update Apps.md - add Tusky Amazon Link (#537) 2018-02-07 01:53:19 +01:00
Eugen Rochko 3e49e71fd2
Revert "Add libpam0g-dev to Ubuntu package dependencies" (#536)
* Revert "Enabled bundler multicore support (#529)"

This reverts commit acaea9251f.

* Revert "Add libpam0g-dev to Ubuntu package dependencies (#534)"

This reverts commit a5c81841ec.
2018-02-04 15:06:21 +01:00
Thomas Leister acaea9251f Enabled bundler multicore support (#529) 2018-02-04 15:01:02 +01:00
Erik Moeller a5c81841ec Add libpam0g-dev to Ubuntu package dependencies (#534)
Required by rpam2
2018-02-04 14:57:44 +01:00
wolfteeth 6a961e899f Clarify Docker instructions for prebuilt images (#533)
* Clarify Docker instructions for prebuilt images

Made clear there are two options for getting the Docker image: pulling the prebuilt image, or building your own. Using a prebuilt image is easier for anyone who hasn't made code changes on their instance.

* Fix errors in Docker prebuilt image instructions
2018-02-04 00:29:50 +01:00
Thomas Leister 8a6a0f899d Update ruby version from 2.4.2 to 2.5.0 (#528) 2018-02-02 11:10:23 +01:00
Mathias B f42e0ce5c8 Add privileges functions (#530)
I add two new commands make_mod and revoke_staff
2018-02-02 11:08:14 +01:00
Eugen Rochko eb01b3a9f2
Update donation methods 2018-01-24 03:21:16 +01:00
Eugen Rochko 7f81350fe4
Add 3 steps overview 2018-01-24 02:54:33 +01:00
Norayr Chilingarian f52891ee8e apache config fix. (#520) 2018-01-20 06:23:10 +01:00
Eugen Rochko 4c5ff35ac3
Clean it up further 2018-01-20 06:05:35 +01:00
Eugen Rochko 4dfa290a9b
Clean up other FAQs section 2018-01-20 05:54:58 +01:00
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