Commit Graph

717 Commits

Author SHA1 Message Date
Eugen Rochko cc88ba21df Merge pull request #272 from tootsuite/fix-custom-scss
Update customization guide
2017-05-27 16:55:17 +02:00
Eugen Rochko d892b9ff8f Update customization guide 2017-05-27 16:51:28 +02:00
Eugen Rochko 38c6a59546 Merge pull request #270 from tootsuite/fix-api-docs
Fix API docs by adding missing attributes and methods, fix example
2017-05-26 20:21:39 +02:00
Eugen Rochko 8b5d2ba471 Fix API docs by adding missing attributes and methods, fix example
nginx config by removing overly specific configuration options
that confuse more than they help
2017-05-26 17:29:47 +02:00
Eugen Rochko d94a7d18f4 Merge pull request #266 from ornithocoder/patch-3
Adds notifications/dismiss/:id (Fixes #265)
2017-05-26 00:44:21 +02:00
Ornithologist Coder d7b090f0af Adds notifications/dismiss/:id (Fixes #265)
@Kimik0 noticed the endpoint was missing. Read more about it here #265
2017-05-25 17:46:01 +02:00
Eugen Rochko 998efd960a Merge pull request #264 from ornithocoder/patch-2
Adds language to Status
2017-05-25 14:24:14 +02:00
Eugen Rochko 321c40db06 Merge pull request #263 from ornithocoder/patch-1
Reflects the latest API version
2017-05-25 14:23:49 +02:00
Ornithologist Coder 0854f0f365 Adds language to Status
Based on:

* #1772
* #3209
2017-05-25 10:31:17 +02:00
Ornithologist Coder 390f2a747f Reflects the latest API version
The API.md document should reflect the currently API version and, for the current version, Mastodon's version is always present. Therefore, the version attribute it's not nullable.
2017-05-25 09:04:29 +02:00
Michael Smith 2e99c08902 Document "mute boosts" functionality (#260) 2017-05-24 23:50:16 +02:00
Iván Sánchez Ortega f8793d9be7 Add mastodon-api nodejs library (#261) 2017-05-24 23:37:31 +02:00
Eugen Rochko d17b64e130 Merge pull request #129 from danhunsaker/feature/nanobox
Document Nanobox Usage
2017-05-23 16:57:23 +02:00
Eugen Rochko 0ef957b91b Merge pull request #258 from nolanlawson/patch-3
s/assets/packs/
2017-05-23 16:56:57 +02:00
Nolan Lawson 6b29d736ec s/assets/packs/
`assets` are now at `packs`. Unfortunately this change will permanently cache `stats.json` and `report.html`, but these aren't super critical since they're just for debugging. I confirmed that `manifest.json` is not affected and no other non-fingerprinted assets are affected.
2017-05-22 20:07:40 -07:00
Eugen Rochko 92405a8d91 Merge pull request #257 from garbados/patch-1
Update Development-guide.md
2017-05-22 15:32:58 +02:00
Diana Thayer 887837ab87 Update Development-guide.md
Since the document specifies the `--pure-lockfile` flag, it seems inaccurate to say, "Similarly, installing JavaScript dependencies doesn't require any flags."

I've changed the text accordingly. I hope it's appropriate!
2017-05-21 22:57:17 -07:00
Eugen Rochko 770c90da74 Merge pull request #239 from jeroenpraat/patch-2
explaining DB_POOL better
2017-05-22 04:23:21 +02:00
Eugen Rochko b71e181661 Merge pull request #244 from seefood/patch-1
dependencies and webpacker
2017-05-22 04:21:43 +02:00
Eugen Rochko f4e6c29a53 Update Development-guide.md 2017-05-22 04:21:32 +02:00
Eugen Rochko 9a89190202 Update Development-guide.md 2017-05-22 04:20:26 +02:00
Eugen Rochko c29f6f2ee6 Update Development-guide.md 2017-05-22 04:19:33 +02:00
Eugen Rochko eac39a3d51 Merge pull request #255 from happycoloredbanana/search-resolve-is-optional
Fix optionality of resolve
2017-05-20 16:37:43 +02:00
happycoloredbanana 82bd43c03d Fix optionality of resolve 2017-05-20 11:31:40 +03:00
Eugen Rochko 9091a13e46 Merge pull request #254 from Artoria2e5/patch-4
Translating: minor fixup for TOC
2017-05-19 13:03:30 +02:00
Mingye Wang 1feee9e36f Translating: minor fixup for TOC 2017-05-18 21:30:53 -04:00
Eugen Rochko 6d9a867508 Merge pull request #253 from 39e/patch-1
Adding Naumanni to Apps.md
2017-05-18 19:26:44 +02:00
Aoi Tachibana 816444cfb9 Adding Naumanni to Apps.md 2017-05-19 00:06:13 +09:00
Eugen Rochko e158c21629 Merge pull request #252 from matrix9180/patch-1
Update Development-guide.md
2017-05-18 00:58:14 +02:00
Chad Ingram d0b9bb8801 Update Development-guide.md
Add protobuf to brew install line - needed by cld3
2017-05-17 00:08:04 -04:00
Eugen Rochko afaa3feda1 Merge pull request #251 from aral/mac-development-environment-instructions
Mac development environment instructions
2017-05-16 16:56:15 +02:00
Aral Balkan ab538eeb51
Fix typo on Mac developer guide 2017-05-16 16:45:40 +02:00
Aral Balkan 0f26e2962a
Cosmetic: removed trailing line in code on Mac dev guide 2017-05-16 16:31:44 +02:00
Aral Balkan 9de932c427
Change order of prerequisites in Mac development guide
Xcode commandline tools need to be installed before ffmpeg is
as they’re used to compile it.
2017-05-16 16:20:03 +02:00
Aral Balkan 34071d26d0
Improve running instructions in Mac development guide (#250) 2017-05-16 16:09:37 +02:00
Aral Balkan c84f141e22
Add Mac development environment setup instructions. Closes #250 2017-05-16 16:04:50 +02:00
Myles Braithwaite 9f752db5e0 Added note about adding backports on Debian. (#249)
Added a note about having to add Debian Backports repository to properly install `ffmpeg`.
2017-05-15 16:24:12 -07:00
jeroenpraat 84de0b78e8 Reorganization of the Apps.md page (#245)
* Big update / redesign

Also added some apps/tools. Removed an app that didn't had any webpage or source code (please add it when it has).

* Layout fixes / removed an android app without a build

For end user it is very difficult to build a mobile app (Android or iOS). So source-code only apps should first provide at least a build (or better have it on Fdroid or Play Store or iTunes, etc).

* Update Apps.md

* Update Apps.md
2017-05-15 16:23:34 -07:00
Eugen Rochko 2b53d44dfb Merge pull request #246 from kawax/laravel
Add Mastodon API for Laravel
2017-05-14 13:47:03 +02:00
kawax 5bcb5401b7 Add Mastodon API for Laravel 2017-05-14 12:31:28 +09:00
Ira Abramov acf56f2266 Webpacker addition after v1.3.3 requires a documentation as well. 2017-05-13 18:48:49 +03:00
Ira 3f4db4fe31 Packages that were needed in my dev env
Packages that were needed in my dev env
2017-05-13 18:11:55 +03:00
Eugen Rochko 445dce8ae4 Merge pull request #242 from framasoft/add-munin-plugins-repo
Add munin plugins repositories
2017-05-11 11:32:13 +02:00
Luc Didry 70bddee7d3 Add munin plugins repositories 2017-05-11 11:23:32 +02:00
Ornithologist Coder 9210f6de9f Moves libraries to a separate file (#229) 2017-05-10 23:35:12 -07:00
Eugen Rochko c6a88116f8 Merge pull request #241 from ProgVal/patch-3
Add missing queue to the sidekiq command
2017-05-11 04:52:25 +02:00
Valentin Lorentz 2c51aa53f8 Add missing queue to the sidekiq command 2017-05-10 19:21:51 +02:00
jeroenpraat 1c5e3bce14 explaining DB_POOL better 2017-05-10 16:29:26 +02:00
Michel Blancard 7380ab5b49 Add mastodon-glossary-bot (#233)
I made mastodon-glossary-bot because I could not find an equivalent to codeforamerica/glossary-bot. It is already used at https://mastodon.etalab.gouv.fr, however it is still very experimental. Hope you find it interesting enough to join the list. Otherwise I am hungry for advise to improve it.
2017-05-10 15:58:16 +02:00
Akihiko Odaki 00f401ba6f Update "Customizing your instance" according to a change in Mastodon (#234)
This change reflects commit af6a84da147f4230807b37c64bc09760e6ab5055 in
mastodon repository.
2017-05-10 15:47:03 +02:00