Commit Graph

181 Commits (18dff00a931b36a4a85e8d73197101958ec08b06)

Author SHA1 Message Date
Max Leiter 18dff00a93
client: cleanup middleware redirect code 5 years ago
Max Leiter 5dabbbe64b
client/server: re-add removed config test line, remove unnecessary import 5 years ago
Max Leiter 2ecf1b21ca
client: remove server as build requirement
This means public/unlisted posts and the home-page are no longer
generated at build-time, so TTFB may be increased for the first user to
load/access a page. Cache-Control headers are set so if the RP / server
supports it the results should be cached for future users.
5 years ago
Max Leiter c6f89a28ad
server/client: replace JWTDenyList model with AuthToken, update middleware and routes 5 years ago
Max Leiter 9cbcfd3397
server/client: remove unnecessary console.logs 5 years ago
Max Leiter e5b9b65b55
server: add basic is-admin tests and bug fixes 5 years ago
Max Leiter 3a879edc23
client/server: move markdown rendering from client/ entirely to server/ 5 years ago
Max Leiter f8ba5b32c9
client: mobile post page adjustments with longer button bar 5 years ago
Max Leiter 5e9288e9fb
client: stop middleware from signing out on /signout pre-fetch 5 years ago
Max Leiter 52dc5e41a5
client: remove signout() function from useSignedIn
We now use the middleware-implemented /signout route
5 years ago
Max Leiter a1fef656bb
client: refactor header component for improved SSR 5 years ago
Max Leiter e7cec9b827
client: remove console.log 5 years ago
Max Leiter b8cdc2cf72
client/server: add the ability to copy a post, view a posts parent 5 years ago
Max Leiter ce01eba9c0
client: don't run middleware if the request isn't a page 5 years ago
Max Leiter f927fae9ed
client: improve clicking jump to file button 5 years ago
Max Leiter 06fad98ee1
client: add new-post error if no files are present 5 years ago
Max Leiter f20fa72b6d
client: password modal fixes for protected posts 5 years ago
Max Leiter dafc0c37f8
client/server: use `config` dictionary on server, improve types on client 5 years ago
Joaquin "Florius" Azcarate 1c2fef0ee4
server/client: use cross-env for Windows support (#58)
In order for windows to run a script with an environment variable, we need some extra steps (namely `cross-env`).
5 years ago
Joaquin "Florius" Azcarate dee06fab90
client: Use system theme (#60)
Use resolvedTheme theme from next-theme
5 years ago
Max Leiter e3e9d993f2
client: post page responsiveness improvements 5 years ago
Max Leiter eae627807b
client: expiration styling improvements 5 years ago
Max Leiter 8291010f26
client: don't flash page after it's expired 5 years ago
Max Leiter 222b020e9a
client: new-post style improvements and date picker bug fixes 5 years ago
Max Leiter 5da96a8f0a
client: fix expiration input on small screens 5 years ago
Max Leiter 88d14a40b1
client: redirect on page expiration if not author 5 years ago
Max Leiter 93e8b7e1d9
remove @types/react-datetime-picker 5 years ago
Max Leiter 9f810378f1
remove expiration modal 5 years ago
Max Leiter 752b2c0980
client/server: add support for expiring posts 5 years ago
Max Leiter 871b57ea3c
client: client-side validation of new post page 5 years ago
Max Leiter a84459b859
client: redirect to /new when authenticated 5 years ago
Max Leiter 62a77b619e
client: potentially fix /new redirect 5 years ago
Max Leiter 85ae8173bb
client/server: lint 5 years ago
Max Leiter 6afc4c915e
client/server: search cleanup, admin work 5 years ago
Max Leiter fb8f14fd98
server: dockerfile updates and switch to bcryptjs 5 years ago
Max Leiter fd7d0be6ba
server: add `yarn start` and building support with tsc 5 years ago
Max Leiter e0b0102603
server: rework migrations/sequelize, add basic admin page/role, bug fixes 5 years ago
Max Leiter 1c411f3bdc
client: bump max file size to 50 MB 5 years ago
Max Leiter ac1cf27d56
client: add more file extensions 5 years ago
Max Leiter de54754833
client: markdown style improvements 5 years ago
Max Leiter e12e20418a
client: vertical buttongroup on post view page on mobile 5 years ago
Max Leiter 5ac73718cf
server/client: add post deletion 5 years ago
Max Leiter 62bc7af004
client: misc style improvements, error handling 5 years ago
Max Leiter 9d9f2d98a7
client: respect reduce motion when auto-scrolling 5 years ago
Max Leiter 945d3fbe63
client: show header link icon on mobile 5 years ago
Max Leiter 0815d43ee8
client: lint and minor scroll button/file explorer adjustments 5 years ago
Max Leiter 887ecfabbc
client: handle files with no names in file dropdown 5 years ago
Max Leiter ff8d5aab5c
client: add scroll to top button on post view 5 years ago
Max Leiter 1ace04985c
client: add file dropdown to post view 5 years ago
Max Leiter dfea957046
client: add file tree to post view 5 years ago