about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-05-21transparency: let logged in users view mod actionsmultiple creatures
2019-05-21Add pseudomentions to various hostsmultiple creatures
2019-05-21Prune replies to muted/blocked accountsmultiple creatures
2019-05-21Plain AAC audio uploads live again. -DTmultiple creatures
2019-05-21[Glitch] Adds follow action timestamp to notificationThibaut Girka
Port 330e320b40e975472e042730f9dfb23083f170e3 to glitch-soc
2019-05-21allow searching bookmarksmultiple creatures
2019-05-21also make packmate roars pinnable in web appmultiple creatures
2019-05-21allow pinning packmate roarsmultiple creatures
2019-05-21additional secure headersmultiple creatures
2019-05-21disallow indexingmultiple creatures
2019-05-21Change default colmns in Glitch flavor, too.Daggertooth
2019-05-21Change default columns for new usersDaggertooth
2019-05-21Let moderators manage blocklistDaggertooth
2019-05-21Let moderators manage EmojiDaggertooth
2019-05-21Raise description text max lengthDaggertooth
2019-05-21Raise description text max lengthDaggertooth
2019-05-21Allow 4k image uploadsDaggertooth
2019-05-21Store more statuses in home timelineDaggertooth
2019-05-21Return more accounts in searchesDaggertooth
2019-05-21Email mention notifications by defaultDaggertooth
2019-05-21Opt users out of search engine indexing by defaultDaggertooth
2019-05-21Confirm boosts by defaultDaggertooth
2019-05-21Confirm unfollows by defaultDaggertooth
2019-05-21Rename default site titleDaggertooth
2019-05-20Refactor contentType selection in glitch composerThibaut Girka
2019-05-19Use glitch-soc's poll component instead of upstream'sThibaut Girka
2019-05-19Merge pull request #1055 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2019-05-19Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-19Merge pull request #1054 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2019-05-19Fix “invited by” not showing up for invited accounts in admin interface ↵ThibG
(#10791)
2019-05-20sk.yml grammar update (#10786)Marek Ľach
* sk.yml grammar update * bundle exec i18n-tasks normalize
2019-05-19fix `isSubmitting` prop case (#10785)Hinaloe
2019-05-19Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-19Small corrections for sk translation (#10784)Marek Ľach
2019-05-19Add post-deployment migration script to delete ↵ThibG
public-boosts-of-private-toots (#10783)
2019-05-19Upgrade redis in docker-compose.yml from 4 to 5 (#9063)Shlee
2019-05-19I18n: Update Czech translation (#10781)Aditoo17
2019-05-18add og:image:alt for media attachments in embeds (#10779)Ben Lubar
2019-05-18Change poll options to alphabetic letters when status text is hidden (#10685)Eugen Rochko
Fix #10569
2019-05-18Remove 'Weblate' from CONTRIBUTING.md (#10778)Yusuke Nakamura
The mastodon project no longer used weblate to translate UI sentences. (ref #10385)
2019-05-18Merge pull request #1053 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2019-05-18Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-05-18Prevent from publicly boosting one's own private toots (#10775)ThibG
2019-05-17Minor optimizationThibaut Girka
2019-05-17Export fallback content type and use it as default in WebUIThibaut Girka
2019-05-17Properly escape HTML in code blocksThibaut Girka
2019-05-17Add option for default toot content-typeThibaut Girka
2019-05-17Fix autolinking, and newlines in code blocksThibaut Girka
Autolinking is now performed *after* the Markdown pass, by replacing HTML tags with zero-width spaces and running the twitter-text extractor as usual, except it does not auto-link URLs to avoid links in links…
2019-05-17Hide content-type dropdown by defaultThibaut Girka
2019-05-17Content-Type Dropdown: use the selected option icon for the menuHaelwenn (lanodan) Monnier
Signed-off-by: Thibaut Girka <thib@sitedethib.com>