Thibaut Girka
41676bb021
Rename hide_followers_count helper to hide_followers_count?
6 years ago
Thibaut Girka
6b0ee17046
Do not leak followers count on public pages
...
Fixes #873
6 years ago
Thibaut Girka
9bc763840f
Fix account unsilencing and unsuspension
...
Fix regression from 2e0d617b8b
6 years ago
ThibG
f532d5e93d
Merge pull request #871 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
6 years ago
Thibaut Girka
9e2ceac0ba
[Glitch] Add moderation warnings
...
Port SCSS changes from 2e0d617b8b
to glitch-soc
6 years ago
Thibaut Girka
56d4c731f1
Change instance_presenter_spec to point to glitch-soc instead of tootsuite
6 years ago
Thibaut Girka
df5e49696f
[Glitch] Remove links to bridge.joinmastodon.org (non-functional)
...
Port eb2994d454
to glitch-soc
6 years ago
Thibaut Girka
89e7274a7f
Remove file added by error
6 years ago
Thibaut Girka
e5a25656e8
[Glitch] Fix unnecessary loadMore calls when the end of a timeline has been reached
...
Port 240d41b3ca
to glitch flavour
6 years ago
Thibaut Girka
48e6b2360d
Merge branch 'master' into glitch-soc/merge-upstream
...
Conflicts:
- config/routes.rb
Upstream changed some admin routes, conflict was because of an added :show
action for statuses on our side. Kept it.
6 years ago
ThibG
4bf67e9cd0
Sanitize and sandbox toot embeds ( #9552 )
6 years ago
Eugen Rochko
eb2994d454
Remove links to bridge.joinmastodon.org (non-functional) ( #9608 )
...
Add link to profile directory
6 years ago
Eugen Rochko
5fdfe0c4cf
Show 40 profiles per directory page instead of 30 ( #9609 )
...
To better align with the list of hashtags
6 years ago
Eugen Rochko
2e0d617b8b
Add moderation warnings ( #9519 )
...
* Add moderation warnings
Replace individual routes for disabling, silencing, and suspending
a user, as well as the report update route, with a unified account
action controller that allows you to select an action (none,
disable, silence, suspend) as well as whether it should generate an
e-mail notification with optional custom text. That notification,
with the optional custom text, is saved as a warning.
Additionally, there are warning presets you can configure to save
time when performing the above.
* Use Account#local_username_and_domain
6 years ago
Quentí
fb34dafd3c
[i18n] Occitan update ( #9607 )
...
* Update for new On Board messages
* Update oc.json
6 years ago
ysksn
c2efe52de7
Remove MailerHelper does nothing ( #9604 )
6 years ago
Thibaut Girka
d9a6c27f3b
Fix composer not getting focus after reply confirmation dialog
...
The modal-handling code gives back focus to the element focused when the
modal opened. However, in the case of reply confirmation, it would do so
*after* the composer code itself requested focus.
6 years ago
Thibaut Girka
e8845f0cb2
Fix incorrect and duplicate onConfirm callback
6 years ago
Thibaut Girka
89db203110
[Glitch] Fix that translation is not applied to "joining hashtags"
...
Port 88e40d03d9
to glitch-soc
6 years ago
Thibaut Girka
0cac543474
[Glitch] Deep compare tags for hashtag column reload
...
Port 98c9ad366b
to glitch-soc
6 years ago
Thibaut Girka
423c953518
[Glitch] Allow joining several hashtags in a single column
...
Port d2a9ea58da
to glitch-soc
This introduces new requirements in the API:
`/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none`
It now returns status matching tag :tag or any of the :any, provided that
they also include all tags in `all` and none of `none`.
6 years ago
Marcin Mikołajczak
7fbf9eb817
i18n: Update Polish translation ( #9594 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
6 years ago
ysksn
3beb22f65f
Add specs for CustomEmojiFilter ( #9599 )
6 years ago
ThibG
39e4cbe2dc
Fix composer not getting focus after reply confirmation dialog ( #9602 )
...
The modal-handling code gives back focus to the element focused when the
modal opened. However, in the case of reply confirmation, it would do so
*after* the composer code itself requested focus.
6 years ago
ysksn
0ef0de1099
Add specs for AdminMailer ( #9597 )
6 years ago
ysksn
25fffd5fcb
Add specs for InstancePresenter ( #9596 )
6 years ago
Eugen Rochko
ab443aaba8
Skip mailer job retries when a record no longer exists ( #9590 )
...
Fix #8666
6 years ago
Thibaut Girka
85dc4507e7
[Glitch] Display customized mascot in web UI
...
Port relevant parts of 2a36092328
to glitch-soc
6 years ago
Thibaut Girka
bbba494092
Make drawer markup and styling closer to upstream
...
WARNING: This may break some custom skins!
`.drawer > .contents` has been moved to
`.drawer > .drawer__pager > .drawer__iner`, and the waves have been moved
from `.drawer > .contents` to `.drawer__inner__mastodon`!
6 years ago
ysksn
76cad0240a
Add specs for ReportNotePolicy ( #9592 )
6 years ago
ysksn
6aeb34dc4c
Add specs for policies ( #9591 )
...
* Add spec for RelayPolicy
* Add specs for SubscriptionPolicy
* Add specs for SettingsPolicy
* Add specs for TagPolicy
* Add specs for ReportPolicy
6 years ago
ysksn
8cf484e5a7
Add specs for UserPolicy ( #9593 )
6 years ago
Thibaut Girka
7d437f7fc9
[Glitch] Back to the getting-started when pins the timeline
...
Port f579f1b10e
to glitch-soc
6 years ago
Thibaut Girka
ae7d5ee768
Move hide_followers_count logic to an helper
6 years ago
Thibaut Girka
cabf2772ea
Add a per-user setting to hide followers count
...
This is only available if the instance-wide setting isn't set and allows
people to hide their own followers count. This does not hide others' to
them.
6 years ago
Thibaut Girka
80f956bc3e
Per-user followers count display in profile directory
6 years ago
Thibaut Girka
3ba1aa8d2b
Hide negative follower counts from glitch flavour
6 years ago
Thibaut Girka
20418dc7a7
Add admin setting to disable followers count
6 years ago
Thibaut Girka
a52a0e021b
Refactor followers_accounts_controller
6 years ago
ysksn
e756191722
Add specs for InvitePolicy ( #9589 )
6 years ago
ysksn
d4b4e87153
Add specs for EmailDomainBlockPolicy ( #9586 )
6 years ago
ysksn
fcb045060e
Add specs for InstancePolicy ( #9587 )
6 years ago
ysksn
ce51a08674
Add specs for DomainBlockPolicy ( #9585 )
6 years ago
ysksn
31f7af3cad
Add specs for CustomEmojiPolicy ( #9584 )
6 years ago
Eugen Rochko
ae8c6b892f
Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses ( #9573 )
...
Fix #7087
The same data is available over the ActivityPub outbox, RSS, and Atom, so
there is little benefit to keeping it limited in this method.
6 years ago
ThibG
240d41b3ca
Fix unnecessary loadMore calls when the end of a timeline has been reached ( #9581 )
...
Fixes #9568
6 years ago
Thibaut Girka
450b428536
Override current_user when generating static pages
6 years ago
Thibaut Girka
2e964346ce
Restore oops.gif animation for user who have auto_play_gif set
6 years ago
Thibaut Girka
2059bbd0ed
Replace animated oops.gif by a non-animated image
...
Fixes #6060
6 years ago
ysksn
dcab109a1c
Add specs for BackupPolicy ( #9576 )
6 years ago