noellabo
ccafeaf32f
Add the ability to make status reference notifications followee-only
2023-02-06 16:28:36 +09:00
noellabo
2faf4c44f7
Add setting to notify mentions email only for dm
2023-02-06 16:28:36 +09:00
noellabo
17ecde6a6e
Add reload button for iOS
2023-02-06 16:28:36 +09:00
noellabo
91d6b018df
Add searchability features
2023-02-06 16:28:35 +09:00
noellabo
3a9977ed5d
Add feature to reflect the theme on public pages
2023-02-06 16:28:35 +09:00
noellabo
eee07915f3
Add compatibility to follow hashtags
2023-02-06 16:28:35 +09:00
noellabo
439f9c18b2
Add confirmation for follow from the bot
2023-02-06 16:28:35 +09:00
noellabo
40d4f82690
Add ability to hide bots and media from public timelines
2023-02-06 16:28:35 +09:00
noellabo
dc76262f26
Add setting to hide moderator badge
2023-02-06 16:28:35 +09:00
noellabo
d0b97a2fcb
Add WebUI element size adjustment
2023-02-06 16:28:35 +09:00
noellabo
a89569c3a8
Add the ability to compact the display of Emoji reactions
2023-02-06 16:28:35 +09:00
noellabo
2d68765088
Add the ability to close the last column
2023-02-06 16:28:35 +09:00
noellabo
79dfb04f64
Add hard silence mode
2023-02-06 16:28:35 +09:00
noellabo
7c3e6e03a5
Add emoji reaction bar to public page
2023-01-16 12:58:29 +09:00
noellabo
11a784735a
Add hexagon avatar mode (joke)
2023-01-16 12:58:29 +09:00
noellabo
999e361892
Add status reference
2023-01-16 12:58:29 +09:00
noellabo
b5ae6d4b27
Add the theme option #InstanceTicker
2023-01-16 12:58:29 +09:00
noellabo
52177c5400
Add Fedibird new features policy setting
2022-10-07 14:59:56 +09:00
noellabo
1e6fbdea3a
Add Misskey location, birthday, and isCat
2022-10-07 14:59:56 +09:00
noellabo
1128e473c6
Add setting to hide post count and follow count
2022-10-07 14:59:56 +09:00
noellabo
1877a1dff1
Add badges to Fedibird-specific settings
2022-10-07 14:59:56 +09:00
noellabo
b5b756df95
Add a moderation action to close a post to the public
2022-10-07 14:59:56 +09:00
noellabo
b290979e82
Add 'Show thread' button to posts with reply tree
2022-05-11 00:48:03 +09:00
noellabo
ae60e0a7d7
Add emoji reaction
2022-05-11 00:48:03 +09:00
noellabo
64c363cb08
Add limited timeline
2022-05-11 00:48:03 +09:00
noellabo
95670ff617
Add management of delivery availavility in Federation settings (more)
2022-05-11 00:48:02 +09:00
noellabo
e1c54c9201
Add boost visibility icon
2022-05-11 00:48:02 +09:00
noellabo
9350fc3e52
Add place tab bar at bottom and add short label
2022-05-11 00:48:02 +09:00
noellabo
0d0d754b27
Improved timeline merge for account subscriptions and add option to subscribe to media only
2022-05-11 00:48:02 +09:00
noellabo
9720a83867
Add avatar images and paging to subscribe settings
2022-05-11 00:48:02 +09:00
noellabo
c59ca999a6
Add interrelationship filter
2022-05-11 00:48:02 +09:00
noellabo
8e45e9bb82
Add favorite domains
2022-05-11 00:48:01 +09:00
noellabo
5182c8e3a8
Add a setting to switch the non-standard buttons on the action bar
2022-05-11 00:48:01 +09:00
noellabo
e63d057f37
Add an expiry to status
2022-05-11 00:48:01 +09:00
noellabo
ce29732518
Remove local timeline for fedibird.com
2021-08-12 07:10:15 +09:00
noellabo
c91937c9a1
Show navigation panel in multiple columns WebUI
2021-08-12 07:10:15 +09:00
noellabo
2b7d1d9941
Add show followed_by to WebUI
2021-08-12 07:10:15 +09:00
noellabo
3e31123c2a
Add relationship action buttons to WebUI status
2021-08-12 07:10:15 +09:00
noellabo
3bcbbb7463
Add hashtag follow and account subscribe support to list
2021-08-12 07:10:13 +09:00
noellabo
9fdfc2d8d5
Add account subscribe support to WebUI
2021-08-12 07:08:36 +09:00
noellabo
92a9a23eb6
Add subscribe features
2021-08-12 07:08:36 +09:00
noellabo
fd5b7c14fa
Add favorite hashtags
2021-08-12 07:08:36 +09:00
noellabo
9a151e82b1
Fix expand video on public page for quote
2021-08-12 07:08:18 +09:00
noellabo
44d0ba096a
fix rtl in quote_indicator
2021-08-12 07:08:18 +09:00
wakin
27da15b734
remake quote feature
2021-08-12 07:08:18 +09:00
Claire
4ac78e2a06
Add feature to automatically delete old toots ( #16529 )
...
* Add account statuses cleanup policy model
* Record last inspected toot to delete to speed up successive calls to statuses_to_delete
* Add service to cleanup a given account's statuses within a budget
* Add worker to go through account policies and delete old toots
* Fix last inspected status id logic
All existing statuses older or equal to last inspected status id must be
kept by the current policy. This is an invariant that must be kept so that
resuming deletion from the last inspected status remains sound.
* Add tests
* Refactor scheduler and add tests
* Add user interface
* Add support for discriminating based on boosts/favs
* Add UI support for min_reblogs and min_favs, rework UI
* Address first round of review comments
* Replace Snowflake#id_at_start with with_random parameter
* Add tests
* Add tests for StatusesCleanupController
* Rework settings page
* Adjust load-avoiding mechanisms
* Please CodeClimate
2021-08-09 23:11:50 +02:00
Eugen Rochko
7095c80373
Add ability to filter reports by origin of target account ( #16487 )
2021-07-11 11:01:38 +02:00
Eugen Rochko
771c9d4ba8
Add ability to skip sign-in token authentication for specific users ( #16427 )
...
Remove "active within last two weeks" exception for sign in token requirement
Change admin reset password to lock access until the password is reset
2021-07-08 05:31:28 +02:00
Claire
e2844b7e58
Change number_to_human calls to always use 3-digits precision ( #16469 )
...
Fixes #16435
2021-07-07 21:13:08 +02:00
David Sterry
7c27ccb8d8
Fix #16407 ( #16432 )
2021-06-27 22:31:28 +02:00