Commit Graph

160 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 6a951cad78
client: add more formatting icons and improve formatting bar responsiveness 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 be6de7c796
client/server: clean-up admin page, re-implement user deletion/role toggling 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 57cded29c3
client: remove unnecessary signedIn state from post-page 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 00b03db3ef
client: lint and fix building due to missing type 3 years ago
Joaquin "Florius" Azcarate b9d26e16f7
Change post visibility (#83)
* Change post visibility

Closes #64

* Fix imports + right align controls
3 years ago
Joaquin "Florius" Azcarate 5df56fbdae
Add description to posts (#71)
Closes #37
3 years ago
Max Leiter 3d747f41cc
client: remove unused param in post-table 3 years ago
Max Leiter 7ce6acf5fe
client: fix admin imports 3 years ago
Max Leiter 16103f2fcb
client: temp. remove ability to view files in posts as admin 3 years ago
Max Leiter 7d08570915
client/server: admin page improvements; add deleting users and changing roles 3 years ago
Max Leiter 7d5afbc682
client: fix building with react 18 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 1369bdf996
client: remove unnecessary prop in edit-document-list 3 years ago
Max Leiter f510813e4b
client: add textarea-markdown-editor package and replace current editor textarea 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 401a0df63b
client: add type to please next lint 3 years ago
Max Leiter 36e255ad2b
client: lint tsx files with prettier 3 years ago
Max Leiter d1415d1ee2
client: don't re-direct the owner of a file if it's expired 3 years ago
Max Leiter bc6362e412
client: improve error page design, fix isPageRequest regex in middleware 3 years ago
Max Leiter e5b9b65b55
server: add basic is-admin tests and bug fixes 3 years ago
Max Leiter 3a879edc23
client/server: move markdown rendering from client/ entirely to server/ 3 years ago
Max Leiter f8ba5b32c9
client: mobile post page adjustments with longer button bar 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 e7cec9b827
client: remove console.log 3 years ago
Max Leiter b8cdc2cf72
client/server: add the ability to copy a post, view a posts parent 3 years ago
Max Leiter f927fae9ed
client: improve clicking jump to file button 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 dafc0c37f8
client/server: use `config` dictionary on server, improve types on client 3 years ago
Joaquin "Florius" Azcarate dee06fab90
client: Use system theme (#60)
Use resolvedTheme theme from next-theme
3 years ago
Max Leiter e3e9d993f2
client: post page responsiveness improvements 3 years ago
Max Leiter eae627807b
client: expiration styling improvements 3 years ago
Max Leiter 8291010f26
client: don't flash page after it's expired 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 88d14a40b1
client: redirect on page expiration if not author 3 years ago
Max Leiter 93e8b7e1d9
remove @types/react-datetime-picker 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