Thibaut Girka
2332b3f146
Fix local text/html toots not being sanitized
6 years ago
Thibaut Girka
4fbce23992
Refactor contentType selection in glitch composer
6 years ago
Thibaut Girka
2cd7bfac23
Use glitch-soc's poll component instead of upstream's
6 years ago
Thibaut Girka
08a2af27c3
Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
ThibG
ae18386558
Fix “invited by” not showing up for invited accounts in admin interface ( #10791 )
6 years ago
Hinaloe
bb9d7fad9f
fix `isSubmitting` prop case ( #10785 )
6 years ago
Thibaut Girka
f509815379
Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Ben Lubar
2f3e4a64be
add og:image:alt for media attachments in embeds ( #10779 )
6 years ago
Eugen Rochko
6fe474837c
Change poll options to alphabetic letters when status text is hidden ( #10685 )
...
Fix #10569
6 years ago
Thibaut Girka
6e227ecb04
Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
ThibG
a1519a8ef5
Prevent from publicly boosting one's own private toots ( #10775 )
6 years ago
Thibaut Girka
9ca21e93cc
Minor optimization
6 years ago
Thibaut Girka
56245a2a72
Export fallback content type and use it as default in WebUI
6 years ago
Thibaut Girka
dd5bf40b97
Properly escape HTML in code blocks
6 years ago
Thibaut Girka
a6b7c23f6f
Add option for default toot content-type
6 years ago
Thibaut Girka
0be93820f3
Fix autolinking, and newlines in code blocks
...
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…
6 years ago
Thibaut Girka
9df1ef87c2
Hide content-type dropdown by default
6 years ago
Haelwenn (lanodan) Monnier
c2fa36bbae
Content-Type Dropdown: use the selected option icon for the menu
...
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago
Thibaut Girka
93d98f62a8
Support proper content-type in Delete & Redraft
6 years ago
KokaKiwi
f34a402a94
Add status content type dropdown to compose box.
...
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago
Thibaut Girka
14d7ddcb1c
Add API support for setting status content-type
6 years ago
Thibaut Girka
b3e68de4d2
Serialize content-type on Delete & Redraft
6 years ago
Thibaut Girka
d7520f8175
Add support for HTML-formatted toots
6 years ago
Thibaut Girka
94aef563b9
Add support for markdown-formatted toots
6 years ago
Thibaut Girka
bfc509f44a
Add database row to hold status content type
6 years ago
ThibG
c1cf8c1636
Merge pull request #1049 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
6 years ago
Thibaut Girka
6badf2d252
Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
ThibG
c1c8c7b2c8
Minor performance improvements and cleanup in formatter ( #10765 )
6 years ago
Neil Moore
4ab094d35e
Adds click-able div that expands status ( #10733 ) ( #10766 )
...
The clickable div is positioned under the account avatar and covers
all empty space below it to the end of the status.
6 years ago
ThibG
14f6ce2885
Record account suspend/silence time and keep track of domain blocks ( #10660 )
...
* Record account suspend/silence time and keep track of domain blocks
* Also unblock users who were suspended/silenced before dates were recorded
* Add tests
* Keep track of suspending date for users suspended through the CLI
* Show accurate number of accounts that would be affected by unsuspending an instance
* Change migration to set silenced_at and suspended_at
* Revert "Also unblock users who were suspended/silenced before dates were recorded"
This reverts commit a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c.
* Switch from using suspended and silenced to suspended_at and silenced_at
* Add post-deployment migration script to remove `suspended` and `silenced` columns
* Use Account#silence! and Account#suspend! instead of updating the underlying property
* Add silenced_at and suspended_at migration to post-migration
* Change account fabricator to translate suspended and silenced attributes
* Minor fixes
* Make unblocking domains always retroactive
6 years ago
Thibaut Girka
4bab7d7640
Fix rich text style in reply indicator
6 years ago
Thibaut Girka
87d16698c2
Fix rich text styling on public pages
6 years ago
Thibaut Girka
cd534830ad
Fix text color of some formatted elements in notifications
6 years ago
nzws
3e15a845c1
Fix some colors in light theme ( #10754 )
...
* Fix typo in light theme
* Fix background color of empty column
6 years ago
ThibG
dd118449c2
Fix incorrect reference to raw_content (it is raw_text instead) ( #10753 )
6 years ago
ThibG
93085c273c
[Glitch] Use raw content if available on Delete & Redraft
...
Port front-end changes from 6d44f2441b
to glitch-soc
6 years ago
Thibaut Girka
2b97d9d780
Merge branch 'master' into glitch-soc/merge-upstream
6 years ago
Thibaut Girka
3ea5c045d7
Use a checkbox for the “Mark media as sensitive” composer button
...
Fixes #1039
6 years ago
ThibG
fe00f7a7e4
Merge pull request #1043 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
6 years ago
ThibG
6d44f2441b
Add toot source to delete result to ease Delete & Redraft ( #10669 )
...
* Return Status with raw text in raw_content when deleting a status
* Use raw content if available on delete & redraft
* Rename raw_content to text; do not serialize formatted content when source is requested
6 years ago
nzws
be851321c0
Use local time in audit log ( #10751 )
6 years ago
Maciek Baron
14d855c429
[Glitch] Improve poll link accessibility
...
Port 0402c52f28
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago
nzws
78ff7e3821
[Glitch] Fix some colors of high contrast theme
...
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago
Aurélien Reeves
96f0747afe
[Glitch] Add confirm modal for unboosting toots
...
Port fe8a8f779e
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
6 years ago
Alix Rossi
775ee63b71
i18n: Update French translations ( #10747 )
...
* Update French JSON
* i18n: Update fr.yml
* i18n: Update simple_form.fr.yml
* Update simple_form.fr.yml
* Update fr.yml
6 years ago
Alix Rossi
d25e358f9f
i18n: Update Corsican translations ( #10746 )
...
* i18n: Update Corsican translations
* Update co.yml
* Fix a translation in co.yml
6 years ago
ThibG
6dc9baad2a
Change icon and label depending on whether media is marked as sensitive ( #10748 )
...
* Change icon and label depending on whether media is marked as sensitive
* WiP use a checkbox
6 years ago
Thibaut Girka
68629f2773
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
- app/controllers/statuses_controller.rb
minor conflict because of glitch-soc's theming system
- app/controllers/stream_entries_controller.rb
minor conflict because of glitch-soc's theming system
6 years ago
Thibaut Girka
d4d4e84324
Fix media description confirmation modal
...
Fixes #1040
6 years ago
Aurélien Reeves
fe8a8f779e
Add confirm modal for unboosting toots ( #10287 )
...
[#3815 ]
Display the boost modal also when unboosting toots.
6 years ago