Mar0xy
82c10de265
upd: change deps, fix a few bugs, update converter
...
Fixes User and Notes count bug (transfem-org/Sharkey#113 )
Fixes build issues due to types (transfem-org/Sharkey#111 )
Return accounts and notes like Iceshrimp
Use MFM class from Iceshrimp to fix HTML output for mastodon
2023-10-29 00:50:00 +02:00
Mar0xy
b0a7fd6ddb
Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
2023-10-22 22:48:58 +02:00
Mar0xy
13c5da63d7
fix: MFM overflowing out of note
...
Closes transfem-org/Sharkey#104
2023-10-22 22:48:49 +02:00
Marie
38412eef18
merge: partially un-hash CSS class names ( #109 )
2023-10-22 19:51:38 +02:00
ShittyKopper
4a4fd70180
upd: partially un-hash CSS class names
...
intended to allow easier creation of custom CSS modifications. the last
4 chars of class names should be static as long as files don't move, but
just in case modifications might prefer to use prefix selectors such as
[class^=MkWhatever] instead of .MkWhatever-1234
2023-10-22 20:39:38 +03:00
Mar0xy
6d290225ef
fix: not checking for renotes during packing of note
...
Closes transfem-org/Sharkey#108
2023-10-22 19:20:06 +02:00
Mar0xy
d49099baeb
upd: add additional checks
2023-10-22 19:19:44 +02:00
Marie
b43402519f
merge: nicer file type search ( #107 )
2023-10-22 14:46:39 +02:00
Mar0xy
16f671c0f4
Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
2023-10-22 14:43:31 +02:00
dakkar
1dc5623713
use block comment
2023-10-22 13:43:19 +01:00
Mar0xy
7c922dc39b
fix: wakelock error causing site to not load
2023-10-22 14:43:15 +02:00
dakkar
b74fd71d67
nicer file type search
...
* the previous one could allow a SQL injection, since the
`opts.filetype` value came straight from the browser
* this more precise regex match will not produce spurious
matches (which were very unlikely, true, but still, let's be
precise) (`video/movingimages` would have matched `%image%`!)
2023-10-22 13:35:11 +01:00
Amelia Yukii
aaf55cf937
revert: atempt pull to reload
2023-10-22 14:14:02 +02:00
Mar0xy
83be996a3d
upd: store old date and use it in previous versions
2023-10-22 14:07:04 +02:00
Mar0xy
2706b6b618
fix: date formatting in previous note view
2023-10-22 13:36:34 +02:00
Mar0xy
d50e81e475
upd: improve note edit table & improve previous version view
...
Closes transfem-org/Sharkey#105
2023-10-22 13:16:30 +02:00
Mar0xy
6b3b805a3e
chore: remove debug from versions menu
2023-10-22 03:01:51 +02:00
Mar0xy
ce83c483c6
add: view previous versions of notes
...
Closes transfem-org/Sharkey#103
2023-10-22 03:00:35 +02:00
Mar0xy
a74c7f60b5
upd: search filters
2023-10-22 00:13:08 +02:00
Mar0xy
d392edbc6b
test: more search options
2023-10-21 22:03:19 +02:00
Mar0xy
4a90464f03
fix: tabs not working on profile overview for notes
2023-10-21 18:43:34 +02:00
Mar0xy
b930b89b3c
upd: send email on new pending approval
2023-10-21 18:39:13 +02:00
Marie
bd639708ff
chore: update compose example to use keydb and fix network related issue
2023-10-21 18:02:55 +02:00
Mar0xy
9eb094aeb9
fix: decrement happening on normal renotes
2023-10-21 12:48:39 +02:00
Mar0xy
1608e32ed7
Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
2023-10-21 12:40:17 +02:00
Mar0xy
01a142f777
fix: increment and decrement of note count
2023-10-21 12:40:08 +02:00
Marie
69ebee7e25
fix: change favicon to apple-touch-icon
2023-10-20 14:00:22 +02:00
Marie
8f7903c1a0
upd: use favicon.png instead of favicon.ico as default image on Visitor Dashboard
2023-10-20 13:57:32 +02:00
Mar0xy
33eab0d178
upd: change handling of renewkeyFailed
2023-10-20 12:54:25 +02:00
Mar0xy
c76f0f1679
fix: set boolean to true if uri doesn't match activity actor
2023-10-20 12:53:14 +02:00
Mar0xy
71b7c31958
upd: refetch user keys on signature failure
...
Reference: https://github.com/misskey-dev/misskey/pull/12051
2023-10-20 12:50:56 +02:00
Mar0xy
4dda43d276
upd: wrap username in header
...
Closes transfem-org/Sharkey#90
2023-10-20 00:45:21 +02:00
Mar0xy
659574e457
upd: hide files in post form by default
...
Closes transfem-org/Sharkey#99
2023-10-20 00:27:24 +02:00
Mar0xy
537af45e71
chore: lint on SkApprovalUser
2023-10-20 00:13:21 +02:00
Mar0xy
fd8fa9b3de
upd: remove approvals from admin-users
...
Removes approvals tab in favor of the new approvals page
2023-10-20 00:09:38 +02:00
Mar0xy
142f500f4b
add: approval section in control panel
2023-10-20 00:02:01 +02:00
Mar0xy
fc5d75f8d4
fix: no translations on sub notes
...
Closes bug: transfem-org/Sharkey#89
2023-10-19 22:23:27 +02:00
Insert5StarName
86f41914a6
revert: blur in container
2023-10-19 17:43:00 +02:00
Insert5StarName
456952007b
fix: headers of containers
2023-10-19 14:57:42 +02:00
Insert5StarName
d6ebbf5721
fix: performance issues & respect blur option
2023-10-19 14:48:31 +02:00
Mar0xy
363092d537
Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
2023-10-19 13:26:52 +02:00
Mar0xy
e1e02a6dbc
fix: being able to set birthday into the future
2023-10-19 13:26:40 +02:00
Amelia Yukii
c055578627
chore: update readme
2023-10-19 11:04:00 +02:00
Mar0xy
c3f768181a
fix: invite code not being marked as used
...
Fixes an issue where if approval and invite were enabled the code would stay as unused
2023-10-19 10:42:18 +02:00
Mar0xy
059401aeab
fix: system users not being set to approved on creation
2023-10-19 10:38:46 +02:00
Mar0xy
7739278685
upd: don't show approved badge on remote users
2023-10-19 10:37:40 +02:00
Mar0xy
ce7e23c778
chore: update dev version
2023-10-19 10:36:15 +02:00
Mar0xy
6c982ea4fe
merge: bring stable and develop on same commit history
2023-10-19 10:35:41 +02:00
Mar0xy
6390c829ab
upd: apply all minor changes to stable
2023-10-18 23:57:09 +02:00
Mar0xy
e1f13f641e
fix: all users being marked as not approved on cards
2023-10-18 23:50:43 +02:00