1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-04 11:24:40 +00:00
Commit graph

100 commits

Author SHA1 Message Date
14e6382765 clippy 2024-11-20 10:48:07 +01:00
f9f83974d3 change follow response 2024-11-20 10:25:28 +01:00
5847e99128 partial 2024-11-19 23:54:31 +01:00
c2c77d8974 fix 2024-11-18 16:23:38 +01:00
4381159426 wip 2024-11-15 16:07:29 +01:00
54951621e4 wip: upgrade leptos 2024-11-15 12:45:54 +01:00
2bd2780939 Working actions on notification page 2024-11-14 16:48:16 +01:00
22bd0d9538 Update default config 2024-11-14 14:52:43 +01:00
61806e12a6 Rework how site data is fetched 2024-11-14 14:43:02 +01:00
66f89d3bfd Use auth header 2024-11-14 11:27:55 +01:00
226c3facaa Make auth token available during hydrate 2024-11-14 11:07:23 +01:00
18d46d22bf Simplify code so that unapproved articles can be viewed directly (but not included in listings) 2024-11-13 11:09:12 +01:00
733abdef96 Add published timestamps, sort notifications 2024-11-13 10:56:23 +01:00
d075d15b50 Fix page load 2024-11-13 10:41:55 +01:00
21c77c2f24 Use single api endpoint for notifications (conflicts and new articles) 2024-11-12 16:40:15 +01:00
7531476066 Admin approval for new articles 2024-11-12 15:04:04 +01:00
5f306e6600 Fix all tests 2024-11-12 12:17:07 +01:00
639ca1704f use newtypes for all ids 2024-11-11 23:23:25 +01:00
7d8954ecd1 create newtypes.rs 2024-11-11 23:08:42 +01:00
53a89a51d3 clippy 2024-11-11 23:05:23 +01:00
d720a003e2 Fix tests 2024-11-11 16:02:48 +01:00
5556d0fef2 Synchronize linked instances 2024-11-11 14:46:52 +01:00
aa09bbfe93 Simplify resource errors to fix icon 2024-11-11 11:52:59 +01:00
627b0067b5 Instance list 2024-11-11 11:52:59 +01:00
1a0acca3a0 Add ghost user to be able to fetch articles in case edit author cant be fetched 2024-11-08 15:12:56 +01:00
026c8c81f2 Should use Utc::now for last_refreshed_at 2024-11-08 12:57:58 +01:00
5d47bb96ba Some improvements to instance page 2024-11-08 12:26:06 +01:00
71e9db9935 Throw error in case of invalid config value 2024-10-29 09:35:44 +01:00
fceead8062 Use cargo-leptos, make server-side rendering work 2024-10-28 15:47:45 +01:00
444be44008 Add spoiler tags (fixes #78) 2024-10-23 10:57:09 +02:00
Silver-Sorbet
a38c4a3e5e
Fix math parsing (#68)
* Updates version?

* Adds Display mode after whitespace for LaTex
Includes fonts directory in binaries
Removed unecessary font types (kept .woff2)

* Woodpecker checks
Removed debug print statement for equations

* Use `ok_or` instead of `if let`

Co-authored-by: Nutomic <me@nutomic.com>

* Adds font_dir variable back

---------

Co-authored-by: Bintou Ali <bintou005@protonmail.com>
Co-authored-by: Nutomic <me@nutomic.com>
2024-10-16 16:23:30 +02:00
d352a33c7a Fix links to remote user profiles in edit history 2024-10-15 11:39:46 +02:00
758dd913cc Dont rebuild backend for css changes, move asset code into file 2024-10-15 11:35:00 +02:00
Silver-Sorbet
94a07cd7bd
Adds math parsing (#61)
* Adds LaTex parsing to HTML with KaTex

* Adds display mode
Remove commented block parser rule

* Applies Nutomic suggestions
Adds fonts to assets
Adds KaTex CSS to assets
Makes katex crate inclusion depending on build type less verbose

* Woodpecker checks

---------

Co-authored-by: Bintou Ali <bintou005@protonmail.com>
2024-10-15 09:39:29 +02:00
abd89bfdc4 Need to sort edits by date (fixes #45) 2024-10-14 16:45:27 +02:00
b530495acc Remove dbg 2024-10-14 13:02:55 +02:00
3050617005 Disable markdown plugins for url shortening and smartquotes (fixes #53) 2024-10-14 12:43:33 +02:00
a01d6cad52 Fix compiler warning 2024-10-14 11:30:48 +02:00
51b5cc7d79 Dont set cookie domain on localhost 2024-10-14 10:44:50 +02:00
fdda0f584a
Upgrade deps (#60)
* Upgrade dependencies

* fix tests

* ci config
2024-10-02 14:47:44 +02:00
6d7910f929 Adding leptos and taplo format checks. 2024-03-29 09:42:06 -04:00
01c0175f4c Add follow instance button in article nav (fixes #31) 2024-03-15 13:59:30 +01:00
3128cbaefb Dont allow / in article title (fixes #25) 2024-03-14 10:30:18 +01:00
011c641664 clippy 2024-03-12 15:42:15 +01:00
09b68d0411 Better activity id generation 2024-03-12 15:18:54 +01:00
e56e8adbdf Fix articles created with invalid ap_id 2024-03-12 11:45:20 +01:00
0b2bfbd3ae Fix problems with invalid apub ids 2024-03-11 13:40:03 +01:00
11c3971d9e Add basic nodeinfo 2024-03-08 16:49:00 +01:00
c341b87d5f Upgrade apub lib 2024-03-08 14:58:29 +01:00
97e9b42e17 Allow accessing local article with domain for simple markdown plugin 2024-03-08 14:54:50 +01:00