Commit graph

78 commits

Author SHA1 Message Date
noellabo
206b5dbf04 Add safety and privacy features 2023-02-06 16:28:36 +09:00
noellabo
1885016a4c Add emoji picker and single emoji resizing 2023-02-06 16:28:36 +09:00
noellabo
dc138ccb32 Add default expires date setting 2023-02-06 16:28:36 +09:00
noellabo
695f9a7d08 Add phrase confirmation to domain block dialog 2023-02-06 16:28:36 +09:00
noellabo
c297bf5471 Add column width customize features 2023-02-06 16:28:36 +09:00
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
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
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
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
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
9350fc3e52 Add place tab bar at bottom and add short label 2022-05-11 00:48:02 +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
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
9fdfc2d8d5 Add account subscribe support to WebUI 2021-08-12 07:08:36 +09:00
ThibG
78e45a5285
Add option to disable swiping motions across the WebUI (#13885)
Fixes #13882
2020-09-30 19:31:03 +02:00
Eugen Rochko
4e4b3a0c8e
Refactor settings controllers (#14767)
- Disallow suspended accounts from revoking sessions and apps
- Allow suspended accounts to access exports
2020-09-11 20:56:35 +02:00
Faye Duxovni
48f75b86ae Add setting for whether to crop images in unexpanded toots (#12126) 2019-10-24 22:51:41 +02:00
Eugen Rochko
9072fe5ab6
Add trends UI with admin and user settings (#11502) 2019-08-06 17:57:52 +02:00
Eugen Rochko
115dab78f1
Change admin UI for hashtags and add back whitelisted trends (#11490)
Fix #271

Add back the `GET /api/v1/trends` API with the caveat that it does
not return tags that have not been allowed to trend by the staff.

When a hashtag begins to trend (internally) and that hashtag has
not been previously reviewed by the staff, the staff is notified.

The new admin UI for hashtags allows filtering hashtags by where
they are used (e.g. in the profile directory), whether they have
been reviewed or are pending reviewal, they show by how many people
the hashtag is used in the directory, how many people used it
today, how many statuses with it have been created today, and it
allows fixing the name of the hashtag to make it more readable.

The disallowed hashtags feature has been reworked. It is now
controlled from the admin UI for hashtags instead of from
the file `config/settings.yml`
2019-08-05 19:54:29 +02:00
Eugen Rochko
9b1d3e4acb
Add option to disable real-time updates in web UI (#9984)
Fix #9031
Fix #7913
2019-07-16 06:30:47 +02:00
ThibG
3086c645fd Add option to disable blurhash previews (#11188)
* Add option to disable blurhash previews

* Update option text

* Change options order
2019-06-26 19:33:04 +02:00
Eugen Rochko
1db4117030
Change preferences page into appearance, notifications, and other (#10977) 2019-06-07 03:39:24 +02:00
Eugen Rochko
1e5532e693
Add responsive panels to the single-column layout (#10820)
* Add responsive panels to the single-column layout

* Fixes

* Fix not being able to save the preference

* Fix code style issues

* Set max-height on the compose textarea and add a link to relationship manager
2019-05-25 21:27:00 +02:00
Eugen Rochko
36b39fbac5
Add preference to disable e-mails about new pending accounts (#10529) 2019-04-10 00:35:49 +02:00
ThibG
ed30110618 Make displaying application used to toot opt-in (#9897)
* Make storing and displaying application used to toot opt-in

* Revert to storing application info, and display it to the author via API
2019-02-02 19:18:15 +01:00
ysksn
b048926e67 Create Settings::BaseController (#9507)
Define `Settings::BaseController#set_body_classes` so that sub classes
inherit `Settings::BaseController` don't need to define
`#set_body_classes` agein.
2018-12-12 22:32:13 +01:00
ThibG
81bda7d67c Add setting to not aggregate reblogs (#9248)
* Add setting to not aggregate reblogs

Fixes #9222

* Handle cases where user is nil in add_to_home and add_to_list

* Add hint for setting_aggregate_reblogs option

* Reword setting_aggregate_reblogs label
2018-12-09 13:03:01 +01:00
Yamagishi Kazutoshi
e8ffecbd36 Set @body_classes to admin layout (#9081) 2018-10-25 00:10:01 +02:00
ふぁぼ原
f7a6f9489d Add a new preference to always hide all media (#8569) 2018-09-25 05:09:35 +02:00
Matt Sweetman
1889526e23 Add user preference to always expand toots marked with content warnings (#8762) 2018-09-24 05:44:01 +02:00
Eugen Rochko
c593d6df9c
Add preference for report notification e-mails, skip for duplicates (#8559)
If an unresolved report for the same target account already exists,
no new notification is generated
2018-09-02 00:11:58 +02:00
Eugen Rochko
a58ec29631
Allow selecting default posting language instead of auto-detect (#7828)
* Allow selecting default posting language instead of auto-detect

* Enable default language setting in credentials API

* Fix form saving
2018-06-17 18:57:31 +02:00
Eugen Rochko
7eec279c7f
Change language opt-out to language opt-in (#7823)
* Switch filtered_languages to chosen_languages

* Adjust interface

* Remove unused translations
2018-06-17 13:54:02 +02:00
Eugen Rochko
1e02dc8715
Add preference to hide following/followers lists (#7532)
* Add preference to hide following/followers lists

- Public pages
- ActivityPub collections (does not return pages but does give total)
- REST API (unless it's your own) (does not federate)

Fix #6901

* Add preference

* Add delegation

* Fix issue

* Fix issue
2018-05-18 02:26:51 +02:00