Commit Graph

241 Commits (32cc1f861ec06fb4a40742935fcfe4d3baba26c2)
 

Author SHA1 Message Date
Max Leiter 32cc1f861e
server/client: mute vercel github comments 4 years ago
Max Leiter 808314658d
server: fix private posts being accessible for authed accounts 4 years ago
Max Leiter e5b9b65b55
server: add basic is-admin tests and bug fixes 4 years ago
Joaquin "Florius" Azcarate 06d847dfa3
Only run the backend CI when a change happens in the server (#73) 4 years ago
Max Leiter 3a879edc23
client/server: move markdown rendering from client/ entirely to server/ 4 years ago
Joaquin "Florius" Azcarate d495d7b222
server: replace process.env with our env thoughout (#70)
Bonus: tests!
4 years ago
Max Leiter f8ba5b32c9
client: mobile post page adjustments with longer button bar 4 years ago
Max Leiter f6cd545ca7
server: modify jest config to ignore node_modules, dist directories
without this, invoking `jest` would cause this warning:
jest-haste-map: Haste module naming collision: sequelize-typescript-starter
  The following files share their name; please adjust your hasteImpl:
    * <rootDir>/package.json
    * <rootDir>/dist/package.json
4 years ago
Joaquin "Florius" Azcarate 76a2b50c6b
server: throw if secretKey not set in production, set default in development (#59) 4 years ago
Joaquin "Florius" Azcarate ef005ef0b2
server: Add first e2e test, github action, health endpoint (#68)
And a bonus health endpoint to make the simplest test possible
4 years ago
Max Leiter 5e9288e9fb
client: stop middleware from signing out on /signout pre-fetch 4 years ago
Max Leiter 52dc5e41a5
client: remove signout() function from useSignedIn
We now use the middleware-implemented /signout route
4 years ago
Max Leiter a1fef656bb
client: refactor header component for improved SSR 4 years ago
Max Leiter e7cec9b827
client: remove console.log 4 years ago
Max Leiter 763cb1dadc
Merge pull request #65 from MaxLeiter/dupePosts
client/server: add the ability to copy a post, view a posts parent
4 years ago
Max Leiter b8cdc2cf72
client/server: add the ability to copy a post, view a posts parent 4 years ago
Max Leiter ce01eba9c0
client: don't run middleware if the request isn't a page 4 years ago
Max Leiter f927fae9ed
client: improve clicking jump to file button 4 years ago
Max Leiter 06fad98ee1
client: add new-post error if no files are present 4 years ago
Max Leiter f20fa72b6d
client: password modal fixes for protected posts 4 years ago
Max Leiter ead3b0af9d
server: fix accessing password protected posts 4 years ago
Max Leiter 702dad14cb
server: address deprecated sequelize logger option 4 years ago
Max Leiter 60b21a1d9d
Merge pull request #63 from MaxLeiter/configAndMigrationWork
client/server: use `config` object on server, client type fixes
4 years ago
Max Leiter 24157ff10e
server: improve error message if NODE_ENV is unknown value 4 years ago
Max Leiter 64e9c58d5d
client: remove sequelize-cli-ts 4 years ago
Max Leiter dafc0c37f8
client/server: use `config` dictionary on server, improve types on client 4 years ago
Joaquin "Florius" Azcarate 8da6d62cea
Destoy files when destroying post (#62) 4 years ago
Joaquin "Florius" Azcarate 6a6a2a3496
server: `drift_home` already has a default (#61)
`||` on an exsiting string does nothing
4 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`).
4 years ago
Joaquin "Florius" Azcarate dee06fab90
client: Use system theme (#60)
Use resolvedTheme theme from next-theme
4 years ago
Max Leiter e3e9d993f2
client: post page responsiveness improvements 4 years ago
Max Leiter eae627807b
client: expiration styling improvements 4 years ago
Max Leiter 8291010f26
client: don't flash page after it's expired 4 years ago
Max Leiter 222b020e9a
client: new-post style improvements and date picker bug fixes 4 years ago
Max Leiter 5da96a8f0a
client: fix expiration input on small screens 4 years ago
Max Leiter 88d14a40b1
client: redirect on page expiration if not author 4 years ago
Max Leiter 76e7bb8013
server: allow expiresAt to be null for new posts 4 years ago
Max Leiter 47cd9cc094
Merge pull request #56 from MaxLeiter/expiringPosts
client/server: add support for expiring posts
4 years ago
Max Leiter 93e8b7e1d9
remove @types/react-datetime-picker 4 years ago
Max Leiter 9f810378f1
remove expiration modal 4 years ago
Max Leiter 752b2c0980
client/server: add support for expiring posts 4 years ago
Max Leiter f1381e30b9
repo: .funding - funding 4 years ago
Max Leiter 9cc3db414f
repo: add FUNDING.yml 4 years ago
Max Leiter d24e94da04
server: remove mention of sequelize config 4 years ago
Max Leiter 0504bd57e2
server: fix post 500 errors 4 years ago
Max Leiter 6de415ed99
server: fix auth 500 errors 4 years ago
Max Leiter 871b57ea3c
client: client-side validation of new post page 4 years ago
Max Leiter 009aefdb8a
remove sqlite file from git 4 years ago
Max Leiter a84459b859
client: redirect to /new when authenticated 4 years ago
Max Leiter 62a77b619e
client: potentially fix /new redirect 4 years ago