Commit Graph

4349 Commits

Author SHA1 Message Date
ThatOneCalculator 05d869d0fc
fix: 🐛 addSkinTone strip logic 2023-06-29 21:34:09 -07:00
ThatOneCalculator 450cbe56fd
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-29 21:13:02 -07:00
ThatOneCalculator 34beab24b7
fix 2023-06-29 21:12:55 -07:00
freeplay 1863d2318c Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream 2023-06-29 22:58:56 -04:00
freeplay 914ebd0b29 feat: reveal muted word on press & hold
Refs: #10363
2023-06-29 22:58:34 -04:00
ThatOneCalculator 24cc6a925d
feat: introduce local user select dialog
Used for selecting group members and proxy account.

Closes #7987, API change: users/search-by-username-and-host now takes `maxDaysSinceLastActive` parameter and doesn't have any active threshold anymore by default.
2023-06-29 19:53:46 -07:00
ThatOneCalculator 7df442b48e
fix: 🐛 standard input for 2FA token
Closes #10361, removes client dependency
2023-06-29 19:12:42 -07:00
ThatOneCalculator 3e36531afd
fix: 🐛 fix tapping parent on mobile causing side effects 2023-06-29 18:05:27 -07:00
ThatOneCalculator 97e74198ff
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-28 23:04:50 -07:00
ThatOneCalculator 5343c14184
fix: 🐛 don't convert time since epoch for ratelimit
https://calckey.social/notes/9gkasnzglmi07rpa
2023-06-28 23:04:40 -07:00
Namekuji 2d4eda2c1d
fix: disable redis tls if undefined in config 2023-06-28 02:44:16 -04:00
ThatOneCalculator 0015afaca8
chore: 🎨 format 2023-06-27 23:37:24 -07:00
ThatOneCalculator bf1e61236b
fix: 🐛 security key display name
Closes #10313
2023-06-27 23:04:31 -07:00
Kainoa Kanter 06f569756b Merge pull request '[PR]: Add signature to remote note lookups' (#10374) from e2net/calckey:fix/authenticated-remote-note-lookups into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10374
2023-06-28 06:02:28 +00:00
Namekuji 89e4e3ea5b
refactor: simplify getSignatureUser 2023-06-28 01:46:52 -04:00
ThatOneCalculator 487e7ba43c
fixes 2023-06-28 01:46:38 -04:00
Kainoa Kanter 48a9fd703d Merge pull request '[PR]: Make TLS opttional for postgres and redis' (#10375) from sparrow/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10375
2023-06-28 03:11:17 +00:00
sparrow 022d478fa8 format 2023-06-28 03:55:29 +01:00
ThatOneCalculator 5c10b18014
chore: 🎨 format, add scss to prettier formatting 2023-06-27 19:32:17 -07:00
ThatOneCalculator 23da13edac
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-27 19:25:14 -07:00
ThatOneCalculator ad62cadb7d
fix: don't animate indicator dot if animation is off
Closes #10372
2023-06-27 19:25:01 -07:00
sparrow f0256b08ff expose redis tls settings directly to config 2023-06-28 03:09:22 +01:00
Laura Hausmann 516e0f8ecf
Allow follower-only notes to be fetched by properly authorized remote users 2023-06-28 04:06:39 +02:00
sparrow 2f1e9696a8 empty object instead of undefined 2023-06-28 02:11:02 +01:00
sparrow cc32d09913 Remove static postgres tls settings
They can be configured through `extra` in config.
2023-06-28 01:48:55 +01:00
Laura Hausmann b20298ceb1
Fix AP resolver history on reuse for authorized fetch 2023-06-28 02:30:00 +02:00
sparrow 75518ed1f1 Merge remote-tracking branch 'upstream/develop' into develop 2023-06-28 00:42:07 +01:00
sparrow 1b77d101ee Make redis and postgres tls optional and opt-in 2023-06-28 00:41:44 +01:00
Laura Hausmann d9fc2c061d
Add signature to remote note lookup 2023-06-28 01:05:25 +02:00
Namekuji 9d56db0fbf
index note url 2023-06-27 15:34:30 -04:00
Laura Hausmann e0e957c721 Also search for url field when looking for existing note in database 2023-06-27 18:37:16 +00:00
Brayd e2670c90f5 change: hide replies in timeline
Hide replies in timeline per default due to being more straightforward for people comming from other Fediverse platforms. Also reduces amount of "posts" in timeline, linking to one "viral" post.
2023-06-27 12:21:28 +00:00
freeplay 404e1659fc Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-26 23:23:30 -04:00
freeplay 9f14f0ad9b feat: horizontally scrolling reactions 2023-06-26 23:22:43 -04:00
Kainoa Kanter 09f70f6d24 Merge pull request '[PR]: Option to disable swiping' (#10367) from Freeplay/calckey:swiper into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10367
2023-06-27 02:52:35 +00:00
freeplay 8cb5f581a8 fix: only show option based on device + add option to backups 2023-06-26 21:50:02 -04:00
ThatOneCalculator e53d1f6bdc
fix: 🩹 use redis user for bull and postgres cache interface
Follow up #10366, d96877033b
2023-06-26 15:06:32 -07:00
ThatOneCalculator d96877033b
refactor: 🔧 allow redis user to be configured
Follow up #10366, 3df3c97deb
2023-06-26 15:02:54 -07:00
Ashex 3df3c97deb
fix: 🐛 support for SSL data when loading redis and postgres configs
Closes #10366
2023-06-26 14:54:16 -07:00
ThatOneCalculator 7575a04a5f
chore: 🎨 format 2023-06-26 14:51:45 -07:00
ThatOneCalculator 2e5af9c94a
Merge branches 'develop' and 'develop' of codeberg.org:calckey/calckey into develop 2023-06-26 14:50:19 -07:00
ThatOneCalculator d740c9fc61
fix: 🐛 apply skin tone to default reactions, aria labels for tone picker 2023-06-26 14:49:55 -07:00
freeplay e17497e668 chore: format 2023-06-26 15:47:05 -04:00
freeplay 4d6d04a786 chore: apply to all swipers 2023-06-26 15:39:59 -04:00
freeplay 03f0a7144b feat: toggle-able swiping 2023-06-26 14:36:28 -04:00
freeplay 666d723b36 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-26 12:57:29 -04:00
freeplay 674f243885 fix: new posts button z-index + use darkened accent 2023-06-26 12:56:47 -04:00
Namekuji 4fdbf1c712
fix: back from the future 2023-06-26 07:47:56 -04:00
freeplay f0ebd73a11 fix: prevent jump when new posts button appears 2023-06-25 20:33:08 -04:00
freeplay 88f435015d feat: ALT button (#9265) 2023-06-25 20:26:15 -04:00
freeplay a61054e3f5 fix: ad widget size 2023-06-25 18:49:12 -04:00
freeplay 5fcbf699ff feat: make RSS feed scrollable (#10108) 2023-06-25 18:33:13 -04:00
freeplay cc1b34d3e5 feat: Make scrollable widgets flexible 2023-06-25 18:19:37 -04:00
freeplay 6809c2fcbc fix: actually fix mobile pos
oops...
2023-06-25 17:28:35 -04:00
freeplay 0a2f1d9243 fix: new posts button mobile position + webkit-mask 2023-06-25 17:10:10 -04:00
freeplay fc30217c69 style: New posts button 2023-06-25 17:07:01 -04:00
freeplay 7fa2ed853a Update visibility descriptions 2023-06-25 11:11:18 -04:00
Namekuji dabd0d0acc
fix: 2fa registration code 2023-06-24 23:25:25 -04:00
ThatOneCalculator 41c65a4623
fix: 🐛 properly apply unicode for skin tone selector 2023-06-24 19:38:55 -07:00
ThatOneCalculator e5315db92c
fix: 🩹 ask for reload upon changing skin tone 2023-06-24 19:23:14 -07:00
ThatOneCalculator 2425382d63
fix: ✏️ deduplicate class 2023-06-24 19:17:48 -07:00
ThatOneCalculator dba594c55a
refactor: 💄 improve miauth style 2023-06-24 19:16:15 -07:00
ThatOneCalculator 0c6e0ba09d
Merge branch 'develop' into beta 2023-06-24 15:17:43 -07:00
ThatOneCalculator 389734e5a6
Merge branch 'develop' into beta 2023-06-24 15:12:45 -07:00
syuilo 65d0e8f683
enhance(frontend): improve ux of deck scroll 2023-06-24 21:09:32 +00:00
freeplay c63f56f79b Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 16:36:17 -04:00
freeplay ce53288bf0 fix: basically just undo my previous modal changes 2023-06-24 16:35:56 -04:00
ThatOneCalculator ae14da7014
fix: 🩹 make cacheRemoteFiles false by default for new instances 2023-06-24 13:25:25 -07:00
ThatOneCalculator 15e8db0563
feat: 🔒 expand /api/v1/instance/peers to proper endpoint and check for private mode
Closes #10358
2023-06-24 13:00:50 -07:00
freeplay 0b2a84d805 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 15:03:27 -04:00
freeplay 08df1d9d44 fix: focus first element inside modal 2023-06-24 15:02:54 -04:00
ThatOneCalculator ac768ece13
fix: ⚗️ ensure splash is removed upon load
https://codeberg.org/calckey/calckey/pulls/10285#issuecomment-951231
2023-06-24 11:43:37 -07:00
freeplay dd140db13f Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-24 10:22:06 -04:00
Freeplay eff50abf3d fix: jump to top of page when opening modals
I want to do this probably later, for now it will still focus inside the window when pressing tab
2023-06-24 10:21:14 -04:00
Namekuji fd6b655a7c
fix compile error 2023-06-24 04:07:19 -04:00
ThatOneCalculator 6e364a857f
docs: 📝 clearer package docs 2023-06-23 22:07:52 -07:00
ThatOneCalculator 62efd07ca0
docs: 📝 document packages dir 2023-06-23 22:00:29 -07:00
ThatOneCalculator d3c5c48537
fix: 👷 fix format run 2023-06-23 21:24:16 -07:00
ThatOneCalculator 2eea153ba1
chore: 🎨 format 2023-06-23 21:22:44 -07:00
ThatOneCalculator 1fddd319c4
fix: 🐛 remove cw in post edit
Closes #10353
2023-06-23 21:18:04 -07:00
ThatOneCalculator 0e4a4b09c9
docs: 📝 API documentation generation 2023-06-23 21:13:03 -07:00
ThatOneCalculator 0625bcbec3
refactor: 🏷️ add antenna type to streaming types 2023-06-23 20:37:24 -07:00
tamania c462d48bdb
perf: use setInterval instead of setTimeout chain in MkTime 2023-06-23 18:33:37 -07:00
ThatOneCalculator be83ac8f43
fix: 🐛 start transaction with multi 2023-06-23 18:21:00 -07:00
ThatOneCalculator 0d6256113d
Revert "build: use vite 4.4 beta with lightningcss"
This reverts commit 25aab24861.
2023-06-23 18:04:02 -07:00
ThatOneCalculator c567f4f14b
Revert "fix: 🚑 disable lightningcss transformer for now"
This reverts commit d0fd6a7de8.
2023-06-23 18:03:49 -07:00
ThatOneCalculator d0fd6a7de8
fix: 🚑 disable lightningcss transformer for now 2023-06-23 17:55:42 -07:00
ThatOneCalculator 9d161d9021
chore: 🎨 format 2023-06-23 17:47:14 -07:00
ThatOneCalculator 2f38f228d6
fix: 🐛 non-duplicate skin tone selection 2023-06-23 17:47:07 -07:00
ThatOneCalculator b6dd48a375
refactor: ♻️ url preview 2023-06-23 17:40:01 -07:00
ThatOneCalculator 25aab24861
build: use vite 4.4 beta with lightningcss 2023-06-23 17:35:52 -07:00
ThatOneCalculator c0f6a53223
fix: 🐛 race condition between workers when creating note
Closes #10345
Discovered here: https://codeberg.org/calckey/calckey/issues/10345#issuecomment-950475
2023-06-23 17:27:25 -07:00
ThatOneCalculator 7640f4d3f8
refactor: ♻️ make skin tones modular
Could possibly be for future custom emoji sets that support custom skin tones? (i.e. Mutant Standard)
2023-06-23 17:19:26 -07:00
ThatOneCalculator 3a17ef6d42
feat: skin tone selector in category 2023-06-23 16:51:13 -07:00
ThatOneCalculator 9e1fbed9b9
refactor: ♻️ simplify null check 2023-06-23 15:40:38 -07:00
ThatOneCalculator 66ef6a8da8
refactor: ♻️ refactor MkModalWindow for TS safety 2023-06-23 15:36:28 -07:00
Freeplay cf923e57ad fix: mobile note spacing 2023-06-23 17:41:39 -04:00
Freeplay 56cd2ea888 fix: autocomplete not being focused properly 2023-06-23 17:30:50 -04:00
ThatOneCalculator f101317f3c
refactor: 📌 use own emoji descriptions 2023-06-23 00:27:26 -07:00
ThatOneCalculator d7ffffa8ab
chore: 🎨 format 2023-06-23 00:22:55 -07:00
ThatOneCalculator 7c5e7d7d85
fix: 🐛 pull up instance window instead of search field 2023-06-23 00:21:48 -07:00
ThatOneCalculator a7dd8bffe5
fix: 🩹 disable Unicode 15 emojis
https://github.com/jdecked/twemoji/pull/43
2023-06-22 22:39:52 -07:00
ThatOneCalculator 05c75579d5
Merge branch 'refactor/emojis' into develop 2023-06-22 22:09:25 -07:00
ThatOneCalculator 77734cf69b
fix: 💄 consistent emoji styling 2023-06-22 21:08:04 -07:00
ThatOneCalculator a5fe0ac8b5
feat: emoji skin tone
Closes #9959
2023-06-22 20:58:44 -07:00
ThatOneCalculator 738b111a4c
fix: don't use cache on autocomplete for now 2023-06-22 19:56:42 -07:00
ThatOneCalculator d296fee10a
perf: update emojis, cache in IndexedDb
Closes #9959
May fix #9724
2023-06-22 19:34:52 -07:00
Kainoa Kanter 1db5beb41b refactor: ♻️ open instance as lookup window 2023-06-23 02:02:27 +00:00
ThatOneCalculator 5e0a0df262
feat: clickable domains on job queue
https://post.naskya.net/notes/9gbfos2mv5iz6g63
2023-06-22 18:11:25 -07:00
ThatOneCalculator 1a971efa68
feat: $[small ] and $[center ] MFM syntax 2023-06-22 17:41:34 -07:00
ThatOneCalculator 6c72806e31
refactor: ♻️ reorganize note menu
translate just above view remote
2023-06-22 17:25:50 -07:00
ThatOneCalculator 43dacdcf81
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-22 17:14:49 -07:00
ThatOneCalculator 7ca519560f
feat: display remaining time on ratelimits 2023-06-22 17:14:27 -07:00
Freeplay 0c5c3f8e07 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-22 19:55:04 -04:00
Freeplay 260afcd6e8 fix: hide tooltip on page change 2023-06-22 19:54:26 -04:00
ThatOneCalculator 8a45d25912
fix: ✏️ typo in API docs + errors
Co-authored-by: naskya <m@naskya.net>
2023-06-22 16:53:56 -07:00
ThatOneCalculator 9eb130880d
Merge branch 'develop' of codeberg.org:calckey/calckey into develop 2023-06-22 16:46:33 -07:00
ThatOneCalculator 278f42a720
fix: 🐛 collapse reply if type is a mention and it has a reply 2023-06-22 16:46:18 -07:00
Kainoa Kanter 17018c9b99 Merge pull request '[PR]: enhance (docker): proper caching and smaller image size' (#10349) from nmkj/calckey:v14-docker into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10349
2023-06-22 23:42:50 +00:00
naskya d5854c2324
fix: 🐛 proper isDuplicateKeyValueError handling
Closes #10340
Co-authored-by: Kainoa Kanter <kainoa@t1c.dev>
2023-06-22 16:25:27 -07:00
ThatOneCalculator a0a4423f45
fix: 🐛 only collapsed reply if notification is reply 2023-06-22 16:18:59 -07:00
Freeplay e91389b1af fix 2023-06-22 17:04:57 -04:00
Namekuji f7631772a3
cache native-utils 2023-06-22 16:25:42 -04:00
Namekuji 99e1f1ad84
chore: format 2023-06-22 16:00:28 -04:00
Namekuji 3780be57c0
clean unnecessary artifacts 2023-06-22 16:00:28 -04:00
Namekuji e232332a46
fix build and clean scripts 2023-06-22 16:00:28 -04:00
Lily Cohen 48f58feae6
precompile rust components 2023-06-22 16:00:28 -04:00
Freeplay eb52e67398 fix 2023-06-22 15:35:56 -04:00
Freeplay f407910e70 Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-21 23:41:06 -04:00
Freeplay 94a8f64b3b Minimize reply context in notifications 2023-06-21 23:38:56 -04:00
Namekuji 4bd0838f29
fix: 🐛 empty fs stat 2023-06-21 16:26:43 -07:00
Freeplay 29d1970f59 Fix missing deviceKind imports for swipers 2023-06-21 17:13:46 -04:00
Freeplay 7ed1cc1ff7 i apologize to all the cats that may have been harmed before this commit (#10342) 2023-06-21 14:22:04 -04:00
Freeplay 49142df177 Fix show more button being shown when more than 4 images inside CW 2023-06-21 12:51:36 -04:00
Freeplay 19874ef231 label to close button 2023-06-20 14:41:51 -04:00
Freeplay c05f151b1a Proper use of focus trap 2023-06-20 14:13:05 -04:00
Freeplay be6a640edb remove gaps ? 2023-06-20 10:30:13 -04:00
Freeplay 77d1cf1add Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream/develop 2023-06-19 16:50:56 -04:00
Freeplay d830a6dad3 Share dropdown w/ remote copy 2023-06-19 16:50:51 -04:00
Kainoa Kanter 6e1f3a01cf Merge pull request '[PR]: Allow moderators to see modlogs' (#10327) from daikei/calckey:allow-mods-to-see-mod-notes into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10327
2023-06-19 16:39:03 +00:00
Freeplay 8281817c0f fix UI sometimes being offset on mobile 2023-06-19 12:21:46 -04:00
daikei 87145bd823 Merge branch 'develop' into allow-mods-to-see-mod-notes 2023-06-19 15:41:38 +00:00
daikei 0bc68a4b6f Fix formatting 2023-06-19 14:14:15 +00:00
daikei a3d26eaf31 Allow moderators to see moderation notes 2023-06-19 14:08:34 +00:00
ThatOneCalculator e2ce197938
refactor: ♻️ better edited timestamp display 2023-06-18 20:34:57 -07:00
ThatOneCalculator cc9e5cada4
fix: 💄 badge style on mobile 2023-06-18 20:11:30 -07:00
ThatOneCalculator 2339c63fcb
fix: 🩹 duplicate update 2023-06-18 19:38:32 -07:00
ThatOneCalculator b179970f15
fix: 🐛 properly index edited post 2023-06-18 19:04:04 -07:00
ThatOneCalculator fe0ceb98c5
chore: formatting 2023-06-18 18:36:34 -07:00
ThatOneCalculator 6fd240a764
fix: 🐛 when editing polls, keep votes for unmodified choices 2023-06-18 18:36:26 -07:00