Commit Graph

42 Commits (renovate/all-minor-patch)

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 a52e9a1c62
client/server: linting and fix next building 3 years ago
Max Leiter bceeb5cee8
Revert "client/server: lint and add functionality for admin to update homepage"
This reverts commit b5024e3f45.
3 years ago
Max Leiter b5024e3f45
client/server: lint and add functionality for admin to update homepage 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 00b03db3ef
client: lint and fix building due to missing type 3 years ago
Joaquin "Florius" Azcarate 5df56fbdae
Add description to posts (#71)
Closes #37
3 years ago
Max Leiter 7d5afbc682
client: fix building with react 18 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 83def0ec86
client: remove preact to fix file dropdown process crash 3 years ago
Max Leiter 36e255ad2b
client: lint tsx files with prettier 3 years ago
Max Leiter b8cdc2cf72
client/server: add the ability to copy a post, view a posts parent 3 years ago
Max Leiter 06fad98ee1
client: add new-post error if no files are present 3 years ago
Max Leiter f20fa72b6d
client: password modal fixes for protected posts 3 years ago
Max Leiter 222b020e9a
client: new-post style improvements and date picker bug fixes 3 years ago
Max Leiter 5da96a8f0a
client: fix expiration input on small screens 3 years ago
Max Leiter 9f810378f1
remove expiration modal 3 years ago
Max Leiter 752b2c0980
client/server: add support for expiring posts 3 years ago
Max Leiter 871b57ea3c
client: client-side validation of new post page 3 years ago
Max Leiter 62bc7af004
client: misc style improvements, error handling 3 years ago
Max Leiter e5f467b26a
client: improve theming variable consistency 3 years ago
Max Leiter 7ca0cbac4c
client: set post title if text pasted w/o title set 3 years ago
Max Leiter 19988e49ed
server: store and render markdown on server 3 years ago
Max Leiter eaffebb53c
client: optimize fetching rendered markdown 3 years ago
Max Leiter 34b1ab979f
client: overhaul markdown rendering (now server-side), refactor theming 3 years ago
Max Leiter da46422764
client: stop some unncessary re-renders on new page 3 years ago
Max Leiter 12cc8bccaa
client: refactor view page components and optimize geist-ui imports 3 years ago
Max Leiter 266848e6b2
client: fix uploading files when no files are present 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 3efbeb726f
client: tree-shaking improvements 3 years ago
Max Leiter 2ec4019ea2
client: fix submitting status on new post 3 years ago
Max Leiter 1c68aa9765
client: use cookie for theme, redirect post view in server side props 3 years ago
Max Leiter 3f0212c5c6
begin work on protected posts 3 years ago
Max Leiter c57e0d6692
client: fix logging out with new cookie auth 3 years ago
Max Leiter 3f8511e0c1
client: stop unnecessary title re-renders in /new 3 years ago
Max Leiter 2fbcb41cdd
client: clean-up drag and drop code and set post title if unset 3 years ago
Anton ecbd0584c2 store token and userid in a Cookie 3 years ago
Samuel 0e0c4e36ac add path alias 3 years ago
Max Leiter f9e9c6fe06
client: add downloading and viewing raw files (#21) 3 years ago
Max Leiter 54adafa41d
client: drag and drop file uploading (#20) 3 years ago