1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 13:21:09 +00:00
Commit graph

158 commits

Author SHA1 Message Date
d3a6931a1b fmt 2024-03-06 16:52:11 +01:00
f7c5d0d28c Merge branch 'master' into ci-release 2024-03-06 16:49:40 +01:00
10f93aeee6 remove ignored 2024-03-06 16:44:10 +01:00
4fe777dd3c create wasm files 2024-03-06 16:05:43 +01:00
235dcf06aa ci check for ignored files 2024-03-06 16:00:50 +01:00
ecfe769eb8 reorder 2024-03-06 15:58:00 +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
c73584544f when tag 2024-03-01 17:37:21 +01:00
ff9956c4f7 pub 2024-03-01 17:31:56 +01:00
25405bccb7 z 2024-02-29 13:21:26 +01:00
171cfd5d76 y 2024-02-29 13:20:09 +01:00
cba9e5d57e x 2024-02-29 13:16:59 +01:00
2314b3f5ed binstall 2024-02-29 13:14:10 +01:00
1491a1ba14 build release in ci 2024-02-29 12:39:00 +01:00
a1e0ef4166 Add placeholder js/wasm assets to make include_str work in ci 2024-02-29 12:30:49 +01:00
12de5ca387 Use include_str! to allow deployment as single binary 2024-02-28 18:31:46 +01:00
4cab67e063 fix clippy 2024-02-28 15:54:34 +01:00
d16e3d3447 fix default config 2024-02-28 12:24:13 +01:00
cbb24ba3d8 fix killing watch script 2024-02-27 19:00:42 +01:00
7c2d3baadf Fix broken css 2024-02-27 18:56:07 +01:00
cfb888ff47 Add instructions for postgres dev setup 2024-02-27 18:24:39 +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
dd56a3f0d5 Add domain checks for federation 2024-02-27 16:21:30 +01:00
41a4d18949 Use federation queue with retry for sending 2024-02-27 13:05:12 +01:00
6e09d4881f Add markdown syntax for article links 2024-02-15 12:34:40 +01:00
5ab62aecd5 Dont hardcode http protocol 2024-02-15 11:18:38 +01:00
e325de6352 Also allow resolving federated edit conflicts 2024-02-14 16:44:48 +01:00
a15a42b977 Handle conflicts in frontend 2024-02-14 16:13:57 +01:00
8c03ec72b1 Dont allow editing main page of remote instance 2024-02-14 15:01:56 +01:00
458c2297d2 Add usage guide to readme 2024-02-14 14:45:58 +01:00
2cf36210ff Fix test 2024-02-14 12:32:36 +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
05d260d463 List articles from all instances by default, add help text 2024-02-12 11:55:21 +01:00
0c247a8959 correctly link remote articles 2024-02-09 16:54:46 +01:00
581d90c880 increase test sleep times to prevent ci failures 2024-02-09 16:23:57 +01:00
e908d3da33 hide signup button if registrations closed 2024-02-09 16:04:19 +01:00
daa5412271 dont use localhost for tests 2024-02-09 15:06:48 +01:00
773e19b38b persistent data for local federation setup 2024-02-09 11:30:44 +01:00
36995bfcc7 try to reduce test failures 2024-02-09 11:08:57 +01:00
3adcd98b3f use trunk build not watch for federation.sh, ignore invalid auth 2024-02-09 10:58:39 +01:00
dd513a106d fix test 2024-02-09 10:42:35 +01:00
efebe765f8 create edit for default article so it shows in article list 2024-02-08 17:12:42 +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