Commit Graph

50 Commits (renovate/major-nextjs-monorepo)

Author SHA1 Message Date
Max Leiter 55c5ecfe6c
Update to next 13, switch to pnpm (#127)
* switch to pnpm

* dep improvements, style fixes, next/link codemod

* server: upgrade sqlite
3 years ago
Max Leiter 519b6cdc71
client/server: add user settings page; add displayName, email, bio fields to user model (#108) 3 years ago
Max Leiter 4177897691
client: redirect unauthed users from all /new paths 3 years ago
Max Leiter 454ea303a6
client: remove get-post-path and usage of it, fix view parent btn on post page not working due to SSR 3 years ago
Max Leiter 7d08570915
client/server: admin page improvements; add deleting users and changing roles 3 years ago
Max Leiter 67e1b9889b
client: remove need for multiple post page URLs 3 years ago
Max Leiter fe589d63d8
client: mine page fixes, remove lodash.debounce 3 years ago
Max Leiter 481d4ae36c
client: add / auto-increment number at end of copied posts instead of 'copy of' text 3 years ago
Max Leiter 3a879edc23
client/server: move markdown rendering from client/ entirely to server/ 3 years ago
Max Leiter 52dc5e41a5
client: remove signout() function from useSignedIn
We now use the middleware-implemented /signout route
3 years ago
Max Leiter a1fef656bb
client: refactor header component for improved SSR 3 years ago
Max Leiter b8cdc2cf72
client/server: add the ability to copy a post, view a posts parent 3 years ago
Max Leiter dafc0c37f8
client/server: use `config` dictionary on server, improve types on client 3 years ago
Max Leiter 752b2c0980
client/server: add support for expiring posts 3 years ago
Max Leiter 85ae8173bb
client/server: lint 3 years ago
Max Leiter fd7d0be6ba
server: add `yarn start` and building support with tsc 3 years ago
Max Leiter e0b0102603
server: rework migrations/sequelize, add basic admin page/role, bug fixes 3 years ago
Max Leiter ac1cf27d56
client: add more file extensions 3 years ago
Max Leiter 62bc7af004
client: misc style improvements, error handling 3 years ago
Max Leiter 0815d43ee8
client: lint and minor scroll button/file explorer adjustments 3 years ago
Max Leiter dfea957046
client: add file tree to post view 3 years ago
Max Leiter 448c443e2e
client: misc style improvements 3 years ago
Max Leiter da8e7415dc
Merge with main 3 years ago
Max Leiter b93e42a347
markdown: re-enable code highlighting 3 years ago
Max Leiter 6045200ac4
client: add next-themes support for CSS variables 3 years ago
Max Leiter 7ca0cbac4c
client: set post title if text pasted w/o title set 3 years ago
Max Leiter c55ca681b4
client: improve markdown rendering 3 years ago
Max Leiter 60f2ab99b3
client: lint with useTabs 3 years ago
Max Leiter d4120e6f41
client: add prettier, switch to preact 3 years ago
Max Leiter 9bdff8f28f
client/server: load rendered html after page load, fix raw exporting 3 years ago
Max Leiter 534cd87dc9
client: improve link accessibility in markdown 3 years ago
Max Leiter a139acc747
client/server: render nested elements in headings 3 years ago
Max Leiter f92d854336
client/server: linkify headers and transform html entities in markdown 3 years ago
Max Leiter c0c18e5b61
client: improve makrdown handling of nested elements 3 years ago
Max Leiter 19988e49ed
server: store and render markdown on server 3 years ago
Max Leiter 30e32e33cf
client: improve markdown styles 3 years ago
Max Leiter 34b1ab979f
client: overhaul markdown rendering (now server-side), refactor theming 3 years ago
Max Leiter d1ee9d857f
client: beging markdown rendering on server 3 years ago
Max Leiter ecd06a2258
client: finish protected posts 3 years ago
Max Leiter 90fa28ad65
post generation rework with static paths/props 3 years ago
Max Leiter 3f0212c5c6
begin work on protected posts 3 years ago
Max Leiter bf878473af
client: change all auth redirects to middleware 3 years ago
Max Leiter c57e0d6692
client: fix logging out with new cookie auth 3 years ago
Anton ecbd0584c2 store token and userid in a Cookie 3 years ago
Max Leiter f9e9c6fe06
client: add downloading and viewing raw files (#21) 3 years ago
Max Leiter d669f1057e
client: add time-ago utility and auth cleanup (#19)
* client: add time-ago utility and use it in post list
* client: improve header, timeago styling
* client: Use next/link with geist-ui Link
3 years ago
Max Leiter d2edb119d9
client: useSharedState and syntax highlighting 3 years ago
Max Leiter 6c8e7933e1
Far superior header 3 years ago
Max Leiter ed842bdc78
Remove worker and change <a> to Link in auth 3 years ago
Max Leiter 208ba42c0e
Initial commit 3 years ago