1
0
Commit Graph

25517 Commits

Author SHA1 Message Date
Mar0xy fb75282ea8 add: choose boost visibility when clicking boost
Closes transfem-org/Sharkey#195
2023-12-04 00:19:34 +01:00
Mar0xy 10b27ad972 fix: quotes showing in replies on a note 2023-12-03 20:43:25 +01:00
Mar0xy e5667913f7 add: expand all long notes option 2023-12-03 20:08:21 +01:00
Mar0xy 304a91a474 upd: change formlink handling 2023-12-03 20:01:05 +01:00
Mar0xy 0158b6fc1b fix: Drive folder button not working
Closes #199
2023-12-03 19:59:01 +01:00
Mar0xy 620be4a9e1 add: auto uncollapse CW on all notes option
Closes transfem-org/Sharkey#191
2023-12-03 19:35:39 +01:00
Mar0xy aa4c3dfffe chore: remove unused import 2023-12-03 19:17:42 +01:00
Mar0xy 00d798f922 upd: change margin for desktop view on back button 2023-12-03 19:15:16 +01:00
Mar0xy 1bb258b16a add: back button in header
Closes transfem-org/Sharkey#196
2023-12-03 19:09:15 +01:00
Mar0xy ec5facd09a upd: increase cw limit
Closes transfem-org/Sharkey#193
2023-12-03 17:56:54 +01:00
Marie f639cc764c chore: lint 2023-12-03 17:40:24 +01:00
Marie fef56729d7 fix: import missing 2023-12-03 17:31:35 +01:00
Marie 9ea0ca5ab3 fix: import defaultStore 2023-12-03 17:31:08 +01:00
Marie 3d9e16952c upd: apply different note design choice on pinned notes 2023-12-03 17:28:44 +01:00
Insert5StarName 5db163bc67 upd: rework threading ui 2/2
Co-authored-by: daph <d@waal.me>
Co-authored-by: Marie <marie@kaifa.ch>
2023-12-02 20:29:01 +01:00
Marie 419bde43a6 upd: make Show changes redirect to the latest release page
Closes #192
2023-12-02 19:37:22 +01:00
Insert5StarName 183d24d63e fix: replys only going one layer deep 2023-12-02 13:55:15 +01:00
Mar0xy 45e191674d fix: notifications not applying noteDesign option 2023-12-02 13:27:31 +01:00
Mar0xy f0fe8eceaf upd: add option to select between note designs
Adds the ability to choose between `Sharkey` or `Misskey`
2023-12-02 13:09:25 +01:00
Marie 1c75339471 chore: add documentation section to README 2023-12-02 03:55:44 +01:00
Insert5StarName 1a4bff7698 upd: rework threading/post ui 1/2
Co-authored-by: Gaspard Wierzbinski <contact@cpluspatch.com>
Co-authored-by: Marie <marie@kaifa.ch>
2023-12-02 01:39:29 +01:00
Marie ad5a6c1e41 fix: reactions escaping view in note view 2023-12-01 14:51:48 +01:00
Marie 749befdf63 chore: up dev version 2023-12-01 00:29:26 +01:00
Mar0xy dcce9ba70b chore: remove console log 2023-11-30 23:49:33 +01:00
Mar0xy a707b410d0 Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop 2023-11-30 23:45:25 +01:00
Mar0xy 126b3839dd upd: add basic search widget
Closes transfem-org/Sharkey#181
2023-11-30 23:45:13 +01:00
Mar0xy 90ddbc5dcd upd: add info about multiple choices for polls
closes transfem-org/Sharkey#182
2023-11-30 22:16:42 +01:00
Mar0xy 7251f12908 upd: lower max uses per hour on import notes 2023-11-30 22:05:13 +01:00
Marie acfb24517a merge: thread more imports (#187) 2023-11-30 18:55:36 +01:00
dakkar c958d935e4 thread Pleroma imports as well
I have _not_ tested this, but it should work fine, those exports are
the same shape as Mastodon's
2023-11-30 13:26:55 +00:00
dakkar c59e74dfd5 fix chaining for Mastodon notes
the id / replyId are not at the top level, so now `recreateChain`
takes a list of keys to walk, not just a single key
2023-11-30 13:26:55 +00:00
dakkar 15503b96a0 properly thread Mastodon imports 2023-11-30 13:26:55 +00:00
Gianni Ceccarelli e392d523a7 prepare to import more notes
`recreateChain` converts a list of notes into a forest of notes, using
notes that are not replies as roots, and replies as child nodes,
recursively.

Previously, notes that are replies to notes not included in the
export, and their children, were never put in the forest, and
therefore wheren't imported.

This can be fine when importing from Twitter, since we can't really
link a note to a tweet.

And, for the moment, it's acceptable when importing from *key, because
the export doesn't contain the instance URL, so we can't resolve ids
to remote notes.

It's less fine when importing from Mastodon / Pleroma / Akkoma,
because in those cases we _can_ link to the remote note that the user
was replying to.

This commit makes `recreateChain` optionally return "orphaned" note
trees, so in the (near) future we can use it to properly thread
imported notes from those services.
2023-11-30 13:26:55 +00:00
dependabot[bot] 7ef50b4c8e chore(deps): bump actions/first-interaction from 1.2.0 to 1.3.0 (#186)
Bumps [actions/first-interaction](https://github.com/actions/first-interaction) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/actions/first-interaction/releases)
- [Commits](https://github.com/actions/first-interaction/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: actions/first-interaction
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 13:46:56 +01:00
Gianni Ceccarelli f905f8c50c locale: some more Italian translations & fix english translations (#185) 2023-11-30 13:45:25 +01:00
Insert5StarName 97bd4e6f82 chore: add locales for defaultLike 2023-11-30 13:25:35 +01:00
Mar0xy 13550bac35 upd: remove reload from DisconnectedBehavior
This feature was mainly broken and there is no real way to fix it and as it is mostly not needed it is easier to just remove it.

Closes transfem-org/Sharkey#43
2023-11-30 06:59:24 +01:00
Mar0xy 9383e3affd upd: remove accidental additions 2023-11-30 04:05:11 +01:00
Mar0xy fcbb291ef1 upd: pass a few more AP values
The added values are all taken from Mastodon code in hope to make editing and everything else sync better
2023-11-30 04:01:07 +01:00
Mar0xy b2d188aab1 chore: bump axios dep version in megalodon 2023-11-30 02:29:50 +01:00
Mar0xy 2fe100c71a upd: disable ws disconnect warning by default
This mostly is a false flag in the first place and also something that tends to annoy quite a lot of people.
2023-11-30 02:26:56 +01:00
Mar0xy 65a2ea6a74 upd: improve post editing on polls
Fixes not being able to edit post if poll expiry was set and now checks properly if poll was edited or not
2023-11-30 02:11:47 +01:00
Mar0xy 6fb8a633e0 chore: remove rmquote locale
Removed as it is no longer in use.
2023-11-29 22:31:52 +01:00
Mar0xy 363bb43658 upd: remove quote button restriction and coloring 2023-11-29 22:26:56 +01:00
Gianni Ceccarelli 264062258b add missing bits to docker example config (#184) 2023-11-29 20:23:47 +01:00
Mar0xy 5f7fc54ee9 upd: delete emoji file from drive on emoji deletion 2023-11-29 18:45:42 +01:00
Marie 5f3754f9fc merge: fix classic ui sidebars not sticking 2023-11-29 02:45:41 +01:00
Mar0xy 62bcd42891 upd: create Folders for imported media 2023-11-28 22:46:10 +01:00
Insert5StarName c483a75337 use locale 2023-11-28 22:21:40 +01:00
Mar0xy ae2752ca0f upd: ask to reload on like change 2023-11-28 22:21:40 +01:00