Gaspard Wierzbinski
|
e07337340d
|
Merge pull request #14 from lysand-org/feat/nixify
feat: flake devshell
|
2024-05-12 12:06:39 -10:00 |
|
aprilthepink
|
a17b9a739e
|
feat: flake devshell
Signed-off-by: aprilthepink <aprl@acab.dev>
|
2024-05-12 23:58:58 +02:00 |
|
Jesse Wierzbinski
|
6859ab5775
|
fix(api): 🐛 Fix incorrect ancestor order in note context endpoint
|
2024-05-11 16:44:00 -10:00 |
|
Jesse Wierzbinski
|
4713d0f93f
|
fix(api): 🐛 Add JSON support to every form that doesn't have a file parameter
|
2024-05-11 15:51:01 -10:00 |
|
Jesse Wierzbinski
|
9f0eab03f2
|
fix(api): 🐛 Add JSON support to /api/v1/statuses/:id
|
2024-05-11 15:47:25 -10:00 |
|
Jesse Wierzbinski
|
77cab0962d
|
chore: 📦 Update all packages to latest version
|
2024-05-11 15:36:47 -10:00 |
|
Jesse Wierzbinski
|
6205718f0d
|
chore: 📦 Update Bun to 1.1.8
|
2024-05-11 15:34:57 -10:00 |
|
Jesse Wierzbinski
|
2cde8d2dd9
|
test(api): ✅ Fix a failing test in CI due to tests assuming we use S3
|
2024-05-11 15:33:32 -10:00 |
|
Jesse Wierzbinski
|
8fedd1a07d
|
feat(api): ✨ Add new admin emoji API
|
2024-05-11 15:27:28 -10:00 |
|
Jesse Wierzbinski
|
b979daa39a
|
feat(api): ✨ Allow more HTML tags in Markdown
|
2024-05-11 15:27:19 -10:00 |
|
Jesse Wierzbinski
|
4ce5dfeae3
|
fix(api): 🔒 Remove client_secret during oauth consent flow
|
2024-05-09 15:56:46 -10:00 |
|
Jesse Wierzbinski
|
5b03d93ef8
|
fix(build): ⬇️ Downgrade Bun to 1.1.4 in the building stage of the Dockerfile
|
2024-05-08 16:39:54 -10:00 |
|
Jesse Wierzbinski
|
692db9a334
|
fix(build): 🐛 Fix build error with unzipit by making it external
|
2024-05-08 16:29:41 -10:00 |
|
Jesse Wierzbinski
|
5bdb8360ea
|
feat(cli): ✨ Add more emoji commands to CLI (add, delete, list, import)
|
2024-05-08 16:07:33 -10:00 |
|
Jesse Wierzbinski
|
e48f57a3d8
|
perf(database): ⚡ Improve performance when fetching timelines by fetching all data in a single SQL query
|
2024-05-08 13:19:53 -10:00 |
|
Jesse Wierzbinski
|
26dfd14aaf
|
test(api): ✅ Add tests for account registration endpoint
|
2024-05-08 12:54:44 -10:00 |
|
Jesse Wierzbinski
|
20629b1712
|
fix(api): 🐛 oh my god stop breaking
|
2024-05-08 12:41:27 -10:00 |
|
Jesse Wierzbinski
|
f71c8a50d3
|
fix(api): 🐛 Fix incorrect zod types in registration
|
2024-05-08 12:37:28 -10:00 |
|
Jesse Wierzbinski
|
52e29e2dee
|
Fix megalodon accounts not registering
|
2024-05-08 12:34:01 -10:00 |
|
Jesse Wierzbinski
|
3c3814a3c1
|
fix(api): 🐛 Fix favourited attribute not being correct on serialized API notes
|
2024-05-08 11:51:47 -10:00 |
|
Jesse Wierzbinski
|
5fcbcd0f07
|
fix(api): 🐛 Fix bug where likes wouldn't appear on API notes
|
2024-05-08 10:57:42 -10:00 |
|
Jesse Wierzbinski
|
a9629b825b
|
fix(api): 🎨 Do wizardry on qs middleware to also work on multipart formData
|
2024-05-08 01:16:16 -10:00 |
|
Jesse Wierzbinski
|
2acd281c76
|
fix(cli): 🐛 Disable pretty dates when outputting data as JSON or CSV
|
2024-05-08 00:41:59 -10:00 |
|
Jesse Wierzbinski
|
f0f9c78cc6
|
fix(cli): 🐛 Don't skip password hash when a password is provided manually
|
2024-05-08 08:23:44 +00:00 |
|
Jesse Wierzbinski
|
4b51985149
|
chore: 📦 Update packages
|
2024-05-08 08:15:11 +00:00 |
|
Jesse Wierzbinski
|
c7423d7421
|
fix(api): 🐛 Fix slightly incorrect error message when logging in with wrong credentials
|
2024-05-08 08:09:22 +00:00 |
|
Jesse Wierzbinski
|
f9c9a7d527
|
feat(api): 🎨 Allow login with either username or email
|
2024-05-08 08:02:05 +00:00 |
|
Jesse Wierzbinski
|
47c88dd7dd
|
fix(cli): 🐛 Remove plugin-help from oclif as it was causing bundling errors
|
2024-05-08 07:26:17 +00:00 |
|
Jesse Wierzbinski
|
19c14ef3fc
|
fix(cli): 🐛 Remove file extension from oclif entrypoint config
Allows both .ts and .js to be used (in dev and when bundled)
|
2024-05-08 00:39:34 +00:00 |
|
Jesse Wierzbinski
|
a1fc86761d
|
build(cli): 🐛 Add package.json into build to make oclif happy
|
2024-05-08 00:35:00 +00:00 |
|
Jesse Wierzbinski
|
04cd140f6d
|
fix(cli): 🐛 Fix CLI not working in build
Missing code in cli/index.ts does that to you
|
2024-05-08 00:30:45 +00:00 |
|
Jesse Wierzbinski
|
6b17b91235
|
fix(build): 🐛 Modify CLI to properly bundle
|
2024-05-08 00:24:21 +00:00 |
|
Jesse Wierzbinski
|
0d278e4fa9
|
build(build): 🎨 Edit build script to look nicer and build CLI
|
2024-05-08 00:10:42 +00:00 |
|
Jesse Wierzbinski
|
fc06b35c09
|
feat(cli): ✨ Add new CLI commands, move to project root
|
2024-05-08 00:10:14 +00:00 |
|
Jesse Wierzbinski
|
68f16f9101
|
ci(build): 🔒 Add SBOM and provenance data to all automatic Docker builds
|
2024-05-07 23:49:47 +00:00 |
|
Jesse Wierzbinski
|
a621ff7271
|
fix(build): 🐛 Fix a bug preventing building caused by an old build command being used in Dockerfile
|
2024-05-07 23:42:38 +00:00 |
|
Jesse Wierzbinski
|
06c30b8af2
|
feat(cli): ♻️ Begin new CLI rewrite with oclif
|
2024-05-07 07:41:02 +00:00 |
|
Jesse Wierzbinski
|
7b05a34cce
|
refactor: 🔥 Remove dead code
|
2024-05-07 03:13:37 +00:00 |
|
Jesse Wierzbinski
|
592f7c0ac2
|
docs: 📝 Update docker-compose to make Lysand default to the latest tag
|
2024-05-06 19:23:32 +00:00 |
|
Jesse Wierzbinski
|
af354a5fb8
|
docs: 📝 Update README to talk about Markdown support in Lysand
|
2024-05-06 19:20:41 +00:00 |
|
Jesse Wierzbinski
|
b244889fd2
|
docs: 📝 Update docker-compose to add api host env variable to frontend
|
2024-05-06 19:17:33 +00:00 |
|
Jesse Wierzbinski
|
2f578de01a
|
docs: 📝 Update docs
|
2024-05-06 18:26:56 +00:00 |
|
Jesse Wierzbinski
|
c22158c687
|
chore(build): 🐛 Fix Dockerfile, update bun-node version
|
2024-05-06 17:57:35 +00:00 |
|
Jesse Wierzbinski
|
8822aae0d3
|
chore: 📦 Update dependencies
|
2024-05-06 17:52:03 +00:00 |
|
Jesse Wierzbinski
|
ad4466a260
|
fix(api): 🐛 Fix proxy returning incorrect media due to compression
|
2024-05-06 17:50:50 +00:00 |
|
Jesse Wierzbinski
|
8557867ad8
|
fix(api): 🐛 Fix incorrect proxy behaviour
|
2024-05-06 17:31:12 +00:00 |
|
Jesse Wierzbinski
|
afda1f1211
|
fix(api): 🐛 Fix incorrect boolean/string comparisons in status creation endpoint
|
2024-05-06 09:20:23 +00:00 |
|
Jesse Wierzbinski
|
2779b76f44
|
fix(api): 🐛 Fix various data encoding bugs
|
2024-05-06 09:14:43 +00:00 |
|
Jesse Wierzbinski
|
de4381e151
|
fix(api): 🐛 Respond to OPTIONS requests with empty CORS response
|
2024-05-06 08:54:57 +00:00 |
|
Jesse Wierzbinski
|
e6749d9b72
|
fix(api): 🔥 Correctly coerce limit to an int in account statuses endpoint
|
2024-05-06 08:47:26 +00:00 |
|