Commit graph

57 commits

Author SHA1 Message Date
KMY
2b51fabe9c Merge remote-tracking branch 'parent/main' into upstream-20240118 2024-01-18 09:17:39 +09:00
Renaud Chaput
cb5ac15923
Use a helper to avoid using media/ asset prefixes (#28756) 2024-01-17 12:19:51 +00:00
KMY(雪あすか)
fb6e125917
Change: #322 fedibird_capabilitiesからprofile_searchを削除 (#387)
* Change: #322 `fedibird_capabilities`から`profile_search`を削除

* v1にも追加
2023-12-26 09:48:03 +09:00
KMY
94c2396a34 Merge remote-tracking branch 'parent/main' into upstream-20231204 2023-12-04 12:04:52 +09:00
Emelia Smith
603b245cc6
Add VAPID public key to instance serializer (#28006)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2023-11-29 08:34:36 +00:00
KMY
dd88cef84b #63 NodeInfoでのfedibird_capabilities公開 2023-10-06 18:59:10 +09:00
KMY
8eae7e6179 Add enable local public visibility setting for admin 2023-09-23 09:18:50 +09:00
KMY
35c2bb9f44 Remove emoji reaction from fedibird_capabilities and setting pages when disabled 2023-09-13 13:17:54 +09:00
KMY
21126fd18f Add kmyblue_capabilities 2023-09-12 20:03:11 +09:00
KMY
bd0e2bd796 Add capabilities 2023-08-26 16:15:48 +09:00
KMY
3af223275f Add circle visibility 2023-08-21 18:22:14 +09:00
KMY
c090f21532 Add antenna to fedibird_capabilities 2023-08-20 11:47:41 +09:00
KMY
79062bfc2f Add mutual visibility support 2023-08-12 18:22:22 +09:00
KMY
22ad776635 Add status references support 2023-07-06 12:55:11 +09:00
KMY
ee72808c1f Add allow_image config 2023-05-30 09:54:30 +09:00
KMY
f93679566b Add reactiondeck limit variable and improve sql 2023-05-27 10:13:18 +09:00
KMY
b9dab37eac Change reactiondeck to draggable, add-removable 2023-05-26 20:42:36 +09:00
KMY
7e4d9a2d0d Change instance setting max_items to max_emojis 2023-05-26 17:33:47 +09:00
KMY
cf72dae0d0 Add login visibility to fedibird_capabilities 2023-05-26 15:29:50 +09:00
KMY
f1625fe101 Add reaction deck 2023-05-26 15:15:48 +09:00
KMY
d6f8f19e31 Merge commit 'e58c36d308' into kb_migration 2023-05-25 08:46:53 +09:00
Claire
ca66e61b93
Add support for custom sign-up URLs (#25014) 2023-05-23 15:17:09 +02:00
KMY
1bcf3e8c0b Fix instance max_reactions property 2023-05-15 08:44:49 +09:00
KMY
5a638a9551 Add glitch-toc emoji_reaction support 2023-05-15 08:09:22 +09:00
KMY
de9e4b964c Fix searchability api to compat with fedibird 2023-05-14 14:12:35 +09:00
KMY
2a54b76823 Bump to media attachments max on poll (disabled now) 2023-05-12 15:47:40 +09:00
KMY
57c15e0d7f Remove extra media attachments and support raw array 2023-04-22 17:10:11 +09:00
KMY
a4e8dcc3c4 Fix api responses and add force_visibility 2023-04-13 09:53:24 +09:00
KMY
1502668ee5 Support 5 or more media_attachments from activitypub 2023-04-07 20:26:52 +09:00
KMY
af20b1d2aa Add searchability support 2023-04-06 04:27:52 +09:00
KMY
47bedd20ca Move emoji reaction limitation constraints 2023-03-08 16:31:22 +09:00
KMY
d5b8351364 Add fedibird capabiliies support 2023-03-05 14:48:22 +09:00
KMY
5c5b42d42c Fix third party app emoji reaction feature 2023-02-27 20:17:25 +09:00
Nick Schonning
e2a3ebb271
Autofix Rubocop Style/IfUnlessModifier (#23697) 2023-02-18 12:37:47 +01:00
Nick Schonning
26ac2447b4
Apply Rubocop Style/EmptyElse (#23449) 2023-02-08 07:08:39 +01:00
Eugen Rochko
8f590b0a21
Add setting for status page URL (#23390) 2023-02-04 04:56:06 +01:00
Eugen Rochko
09f04d710d
Change closed_registrations_message to message and add Markdown (#19486) 2022-10-27 19:17:48 +02:00
Claire
2277913f3f
Add closed registrations modal (#19437) 2022-10-26 19:35:55 +02:00
Claire
8046cf34d6
Change “Translate” button to only show up when a translation backend is configured (#19434)
* Change “Translate” button to only show up when a translation backend is configured

Fixes #19346

* Add `translation` attribute to /api/v2/instance to expose whether the translation feature is enabled

Fixes #19328
2022-10-24 18:30:58 +02:00
Takeshi Umeda
b0e3f0312c
Add synchronization of remote featured tags (#19380)
* Add LIMIT of featured tag to instance API response

* Add featured_tags_collection_url to Account

* Add synchronization of remote featured tags

* Deliver update activity when updating featured tag

* Remove featured_tags_collection_url

* Revert "Add featured_tags_collection_url to Account"

This reverts commit cff349fc27b104ded2df6bb5665132dc24dab09c.

* Add hashtag sync from featured collections

* Fix tag name normalize

* Add target option to fetch featured collection

* Refactor fetch_featured_tags_collection_service

* Add LIMIT of featured tag to v1/instance API response
2022-10-20 09:15:52 +02:00
Eugen Rochko
b04633a961
Add image processing and generate blurhash for server thumbnail (#19348)
Remove separate server hero setting
2022-10-13 11:29:19 +02:00
Eugen Rochko
d2528b26b6
Add server banner to web app, add GET /api/v2/instance to REST API (#19294) 2022-10-05 03:47:56 +02:00
Eugen Rochko
44b2ee3485
Add customizable user roles (#18641)
* Add customizable user roles

* Various fixes and improvements

* Add migration for old settings and fix tootctl role management
2022-07-05 02:41:40 +02:00
Eugen Rochko
45aa5781ce
Change brand color and logotypes (#18592)
- Add rake task for generating Apple/Android icons and favicons from SVG
- Add rake task for generating PNG icons and logos for e-mails from SVG
- Remove obsolete Microsoft icons and configuration
- Remove PWA shortcut icons
2022-06-09 22:25:23 +02:00
Eugen Rochko
275fa4746b
Add configuration attribute to GET /api/v1/instance (#16485)
List various values like file size limits and supported mime types
2021-07-10 17:58:41 +02:00
Eugen Rochko
8331fdf7e0
Add server rules (#15769) 2021-02-21 19:50:12 +01:00
ThibG
b40d68cc31
Add invites_enabled to API (#13501) 2020-04-28 09:43:34 +02:00
Eugen Rochko
d61d164685
Add short_description and approval_required to GET /api/v1/instance (#11146) 2019-06-22 12:08:16 +02:00
Yamagishi Kazutoshi
8347479f5d Bump webpacker from 3.5.5 to 4.0.2 (#10277)
Bumps [webpacker](https://github.com/rails/webpacker) from 3.5.5 to 4.0.2.
- [Release notes](https://github.com/rails/webpacker/releases)
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/webpacker/compare/v3.5.5...v4.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2019-03-15 15:05:31 +01:00
Eugen Rochko
51e154f5e8
Admission-based registrations mode (#10250)
Fix #6856
Fix #6951
2019-03-14 05:28:30 +01:00