Commit graph

389 commits

Author SHA1 Message Date
9542a87f96 „lib/chiya_web/controllers/page_html/home.html.heex“ ändern 2023-07-05 16:33:34 +02:00
cb60767560 „lib/chiya_web/controllers/page_html/channel.html.heex“ ändern 2023-07-05 16:33:20 +02:00
b89739246b „lib/chiya_web/controllers/page_html/about.html.heex“ ändern 2023-07-05 16:32:58 +02:00
86954374c4 „lib/chiya_web/components/layouts/root_public.html.heex“ ändern 2023-07-05 16:32:30 +02:00
1261a33d2d „lib/chiya_web/components/layouts/root_public.html.heex“ ändern 2023-07-05 16:06:52 +02:00
253b32338c „lib/chiya_web/components/layouts/root_public.html.heex“ ändern 2023-07-05 15:58:11 +02:00
6203cd1c4a „lib/chiya_web/components/public_components.ex“ ändern 2023-07-05 13:11:29 +02:00
f3760b06df „lib/chiya_web/controllers/page_html/wiki.html.heex“ hinzufügen 2023-07-05 12:34:44 +02:00
81142a9b1d add custom html 2023-07-05 12:16:09 +02:00
05e19d789b add link to hcard in footer 2023-07-05 07:16:07 +02:00
ab4e751928 tag_update rename schema to note 2023-07-05 06:50:47 +02:00
1de3687693 references: fix docs, fix invalid class, improve structure 2023-07-05 06:50:27 +02:00
e87fa125bb mix format 2023-07-05 06:49:37 +02:00
a777c9a8b3 include internal link rendering 2023-07-04 22:46:00 +02:00
b2e1b3ebc5 improve note_title/1 2023-07-04 22:17:02 +02:00
2d6100bfec add icons for note pages 2023-07-04 07:13:57 +02:00
9784572b17 add pagetitles for note pages 2023-07-04 07:13:49 +02:00
faa7acd064 redirect to new note after publishing from dashboard 2023-07-04 06:59:43 +02:00
c2785d014c move logout button to profile 2023-07-04 06:57:32 +02:00
fbe2d3c5de move note metadata to footer 2023-07-04 06:57:13 +02:00
8022bd578c l 2023-07-03 21:08:34 +02:00
2626db4eb0 fix router 2023-07-03 20:46:16 +02:00
6fddb85c2e add basic hcard 2023-07-03 20:38:35 +02:00
7d2c3aceef add user fields 2023-07-03 20:16:50 +02:00
f10ef9ff9c fix kbar 2023-07-03 20:16:06 +02:00
a94ea1c8ee „lib/chiya/site.ex“ ändern 2023-07-03 13:56:00 +02:00
b2f8a77960 „lib/chiya_web/controllers/setting_html/show.html.heex“ ändern 2023-07-03 13:50:15 +02:00
4870413175 „lib/chiya_web/controllers/setting_html/setting_form.html.heex“ ändern 2023-07-03 13:49:35 +02:00
d1938f762c add wiki_channel setting 2023-07-03 13:48:58 +02:00
2f092d6c6b „lib/chiya_web/controllers/page_html/note.html.heex“ ändern 2023-06-30 15:01:41 +02:00
614bd3911f „lib/chiya_web/controllers/page_html/note.html.heex“ ändern 2023-06-30 13:30:08 +02:00
36b9053932 „lib/chiya_web/controllers/note_html/edit_image.html.heex“ ändern 2023-06-30 13:29:48 +02:00
4b5f0702f8 fix typo 2023-06-30 13:27:14 +02:00
a084153bc0 add permalink to note 2023-06-30 13:18:32 +02:00
6479abcc8b add markdown snippet for images 2023-06-30 13:10:07 +02:00
7f4216981d export datetime/1 2023-06-28 16:38:55 +02:00
20c7adcf6c „lib/chiya_web/controllers/page_html/note.html.heex“ ändern 2023-06-28 16:35:57 +02:00
9fa3034d11 add Format.datetime/1 2023-06-28 16:33:36 +02:00
03e2384d3e h-feed 2023-06-28 16:25:59 +02:00
325d7b7a7e h-feed 2023-06-28 16:24:55 +02:00
54d6de519a fix 2xl layout 2023-06-28 16:22:34 +02:00
ae5f40499e 2xl layout 2023-06-28 16:04:58 +02:00
f1283ab424 2xl layout 2023-06-28 16:03:59 +02:00
8b8803e3e3 nice divder icon 2023-06-28 16:02:30 +02:00
63bcd189cf fix form default styles 2023-06-28 15:20:39 +02:00
787704d5cf microblog pictures 2023-06-27 22:04:44 +02:00
ce223b76db use new Logger module 2023-06-26 23:17:24 +02:00
52838bcdc7 fix logger deprecations 2023-06-26 23:17:11 +02:00
3107b01148 fix warnings 2023-06-26 23:16:56 +02:00
92e548e96c add selected_channels to note_form to properly set default channel 2023-06-23 06:59:30 +02:00
aa36502ddb fix tag updater crashing when error happens 2023-06-23 06:37:48 +02:00
35d6398e15 update megaphone button on home 2023-06-22 21:09:17 +02:00
8278630ef9 add more post kinds for the future 2023-06-20 23:10:57 +02:00
57fd3aea96 allow webp? 2023-06-20 23:10:48 +02:00
f92333716a replace admin_controller with live view, add quick post form 2023-06-20 23:10:40 +02:00
98a119a95b add new function Note.note_title 2023-06-20 23:08:55 +02:00
741483b474 apply default layout on note creation 2023-06-20 20:28:45 +02:00
3bcef1ad8a first pass of channel support for micropub 2023-06-19 22:23:55 +02:00
c6bf356b84 fix publishing losing channels 2023-06-19 22:07:37 +02:00
cd603ed773 add toggle featured button for images 2023-06-19 21:49:41 +02:00
14fd43faf2 consolidate core and admin components 2023-06-19 21:49:01 +02:00
9c6ec988f1 prepare default channel for micropub 2023-06-12 18:50:00 +02:00
8ef8ad14b2 mix format 2023-06-11 22:22:22 +02:00
627c758acd add source query support 2023-06-11 22:22:17 +02:00
3f5a4ab56f remove public comments for now 2023-06-11 20:50:41 +02:00
1959773113 remove deprecated use of upload_errors/1 2023-06-11 20:48:58 +02:00
6c3073a637 add micropub channel setting 2023-06-11 20:39:14 +02:00
6eaa72ca58 fix list_tags ordering by title instead of name 2023-06-11 10:10:19 +02:00
c36c645405 fix typo 2023-06-11 09:18:00 +02:00
4b5aa3cd77 switch back to plug_micropub, implement category query 2023-06-11 08:57:22 +02:00
cec06bb7de „lib/chiya_web/indie/micropub_handler.ex“ ändern 2023-06-09 23:23:45 +02:00
a63d6385c2 fix logging 2023-06-09 23:19:10 +02:00
44db8a2efa remove logging, add handler_behaviour 2023-06-09 23:07:32 +02:00
435eb20195 include plug_micropub 2023-06-09 22:55:23 +02:00
a3e3b91004 add file logging 2023-06-09 20:37:29 +02:00
3c6e239659 improve error handling and logging for micropub_handler 2023-06-09 20:07:59 +02:00
5c47b2aacb add cors_plug 2023-06-09 19:06:39 +02:00
83b1d6e22f fix channels 2023-06-08 15:03:12 +02:00
b728fddf9a add post-types 2023-06-08 09:21:33 +02:00
f4cb262310 add app_token verification, add config, syndicate query 2023-06-08 09:06:16 +02:00
5a3823c519 add token management, add app tokens 2023-06-06 22:00:42 +02:00
488a515a24 add admin link back 2023-06-04 20:55:25 +02:00
4d15b60e84 mix format 2023-06-03 11:48:08 +02:00
7049286a79 improve overall layout 2023-06-03 11:47:55 +02:00
40fe6d05a5 mix format 2023-06-03 09:27:43 +02:00
b86e3a5072 add image helper, fuck with homepage design and spacing, microblog imgs 2023-06-03 09:26:45 +02:00
625cbdd00a improve menu, fix tag page 2023-06-02 07:31:47 +02:00
0d4fb07759 meaningful urls in micropub 2023-06-02 07:10:59 +02:00
5f07bf6e1f meaningful urls 2023-06-02 07:07:22 +02:00
1bdba3b544 add support for publishing 2023-06-01 23:22:16 +02:00
2aa8ff0825 debug 2023-05-31 22:15:39 +02:00
3a4b82e12e fix namespace stuff 2023-05-31 21:56:42 +02:00
f0265155f0 fix implementing plug_micropub behaviour 2023-05-31 21:42:55 +02:00
5f84446ecf WIP: minimal viable micropub ? 2023-05-31 21:32:34 +02:00
f2035385db wip micropub 2023-05-28 22:59:11 +02:00
a65e1a613d add initial indieauth logic, add tesla 2023-05-28 22:36:13 +02:00
76185e3b57 add indieweb endpoint meta tags 2023-05-28 22:35:36 +02:00
df0af6af46 fix identities on home page and in head, mix format 2023-05-25 21:23:04 +02:00
db51df78a9 tootired 2023-05-23 22:19:37 +02:00
e52dc03ab2 fix footer menu 2023-05-23 09:57:33 +02:00