1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-27 14:05:53 +00:00
Commit graph

62 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
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
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
53a89a51d3 clippy 2024-11-11 23:05:23 +01:00
d720a003e2 Fix tests 2024-11-11 16:02:48 +01:00
627b0067b5 Instance list 2024-11-11 11:52:59 +01:00
5d47bb96ba Some improvements to instance page 2024-11-08 12:26:06 +01: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
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
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
e56e8adbdf Fix articles created with invalid ap_id 2024-03-12 11:45:20 +01:00
d5ce966ea1 Use nightly cargo fmt for better imports formatting 2024-03-05 16:38:07 +01:00
b2b20dcd2a Implement protect article function 2024-03-05 16:06:27 +01:00
6dd1711e11 Get rid of unwrap usage in backend 2024-02-27 18:10:15 +01:00
d22654261f Use db pool 2024-02-27 17:54:50 +01:00
5ab62aecd5 Dont hardcode http protocol 2024-02-15 11:18:38 +01:00
a15a42b977 Handle conflicts in frontend 2024-02-14 16:13:57 +01:00
da2c382cb0 Implement fork article in frontend 2024-02-14 12:25:44 +01:00
911fadb94b Link user profile from article history and diff view 2024-02-13 16:51:57 +01:00
47362b52da Basic user profile page 2024-02-13 13:30:38 +01:00
a2b808ce57 Add frontend button for instance follow, add instance.domain column 2024-02-12 16:37:12 +01:00
575ef14a23 Dont allow empty search queries, error handling for search 2024-02-12 14:56:07 +01:00
0c247a8959 correctly link remote articles 2024-02-09 16:54:46 +01:00
e908d3da33 hide signup button if registrations closed 2024-02-09 16:04:19 +01:00
3adcd98b3f use trunk build not watch for federation.sh, ignore invalid auth 2024-02-09 10:58:39 +01:00
88dd4c69c2 local federation setup 2024-02-08 17:04:56 +01:00
0f0f83bc3a various changes
- only admin can edit main page
- adjust config values
- better text for default page
2024-02-08 12:22:15 +01:00
0c45fe3eba remove unused typedef 2024-02-08 11:49:34 +01:00
334dc3826f add config file 2024-02-08 11:38:46 +01:00
dbd8e931a4 fix tests 2024-02-01 16:51:38 +01:00
f2180e5e0b add basic instance details page (untested) 2024-02-01 16:46:36 +01:00
862297638f also resolve articles/instances on search page 2024-02-01 12:55:19 +01:00
1dc984025a add headings 2024-02-01 12:23:51 +01:00
90f174bf53 sort article list by recently edited first 2024-02-01 12:10:55 +01:00
4e53b13b70 add list of articles with local/all selection 2024-02-01 11:34:09 +01:00
a12895f9bf create article in ui 2024-01-30 16:06:02 +01:00
baf1fb7505 basic search input and results page 2024-01-29 17:04:22 +01:00
d7d385c051 ensure trailing newline 2024-01-25 16:42:55 +01:00