Max Leiter
743ca20470
add whitelisting IPs
2022-05-06 21:52:51 -07:00
Max Leiter
f74f7b1f1a
code review: don't create auth token if using header auth
2022-05-06 21:40:30 -07:00
Max Leiter
05cc23a144
remove file accidently included in rebase
2022-05-06 21:35:26 -07:00
Max Leiter
13040ab8cc
server: begin implementing header auth
2022-05-06 21:34:19 -07:00
Max Leiter
a52e9a1c62
client/server: linting and fix next building
2022-04-21 22:01:59 -07:00
Max Leiter
bceeb5cee8
Revert "client/server: lint and add functionality for admin to update homepage"
...
This reverts commit b5024e3f45
.
2022-04-20 01:52:07 -07:00
Max Leiter
b5024e3f45
client/server: lint and add functionality for admin to update homepage
2022-04-20 01:49:34 -07:00
Max Leiter
be6de7c796
client/server: clean-up admin page, re-implement user deletion/role toggling
2022-04-19 23:36:56 -07:00
Max Leiter
a3c733f82e
server: remove unnecessary console.log
2022-04-19 22:15:40 -07:00
Max Leiter
519b6cdc71
client/server: add user settings page; add displayName, email, bio fields to user model ( #108 )
2022-04-19 22:14:08 -07:00
Max Leiter
683cad2a8d
server: lint, renovate: weekly updates
2022-04-14 14:58:56 -07:00
Joaquin "Florius" Azcarate
c0566efc98
Import a single Gist by ID ( #76 )
2022-04-14 14:55:36 -07:00
Max Leiter
00b03db3ef
client: lint and fix building due to missing type
2022-04-14 14:32:20 -07:00
Joaquin "Florius" Azcarate
b9d26e16f7
Change post visibility ( #83 )
...
* Change post visibility
Closes #64
* Fix imports + right align controls
2022-04-14 14:27:38 -07:00
Joaquin "Florius" Azcarate
5df56fbdae
Add description to posts ( #71 )
...
Closes #37
2022-04-14 14:25:31 -07:00
Max Leiter
16103f2fcb
client: temp. remove ability to view files in posts as admin
2022-04-12 21:24:04 -07:00
Max Leiter
7d08570915
client/server: admin page improvements; add deleting users and changing roles
2022-04-12 21:14:10 -07:00
Max Leiter
67e1b9889b
client: remove need for multiple post page URLs
2022-04-12 16:48:12 -07:00
Max Leiter
fe589d63d8
client: mine page fixes, remove lodash.debounce
2022-04-11 23:07:52 -07:00
Max Leiter
2a9e7ba6fc
server: linting
2022-04-06 15:14:05 -07:00
Max Leiter
5dabbbe64b
client/server: re-add removed config test line, remove unnecessary import
2022-04-06 10:48:41 -07:00
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.
2022-04-06 10:41:42 -07:00
Max Leiter
c73b7f66a3
server: move middleware tests to middleware/__tests__, set yarn test to mute console logs
2022-04-06 09:31:16 -07:00
Max Leiter
0e57e28b6c
server: add basic jwt middleware tests
2022-04-06 09:28:01 -07:00
Max Leiter
6c39d1c7c0
server: secret-key middleware tests
2022-04-06 09:15:21 -07:00
Max Leiter
c6f89a28ad
server/client: replace JWTDenyList model with AuthToken, update middleware and routes
2022-04-06 09:08:51 -07:00
NDI Lionel
b6439858df
server: add JWTDenyList table and signout route ( #52 )
...
* add models and signout route
* add migration file for JWTDenylist
Closes #25
Co-authored-by: Max Leiter <maxwell.leiter@gmail.com>
2022-04-06 08:39:06 -07:00
Max Leiter
9cbcfd3397
server/client: remove unnecessary console.logs
2022-04-06 08:36:20 -07:00
Max Leiter
808314658d
server: fix private posts being accessible for authed accounts
2022-04-05 16:22:42 -07:00
Max Leiter
e5b9b65b55
server: add basic is-admin tests and bug fixes
2022-04-05 16:17:08 -07:00
Max Leiter
3a879edc23
client/server: move markdown rendering from client/ entirely to server/
2022-04-04 18:13:18 -07:00
Joaquin "Florius" Azcarate
d495d7b222
server: replace process.env with our env thoughout ( #70 )
...
Bonus: tests!
2022-04-03 14:38:48 -07:00
Joaquin "Florius" Azcarate
76a2b50c6b
server: throw if secretKey not set in production, set default in development ( #59 )
2022-04-03 12:50:04 -07:00
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
2022-04-03 12:47:37 -07:00
Max Leiter
b8cdc2cf72
client/server: add the ability to copy a post, view a posts parent
2022-04-01 22:55:49 -07:00
Max Leiter
06fad98ee1
client: add new-post error if no files are present
2022-04-01 16:59:06 -07:00
Max Leiter
f20fa72b6d
client: password modal fixes for protected posts
2022-04-01 16:51:23 -07:00
Max Leiter
ead3b0af9d
server: fix accessing password protected posts
2022-04-01 16:51:07 -07:00
Max Leiter
702dad14cb
server: address deprecated sequelize logger option
2022-04-01 16:44:29 -07:00
Max Leiter
24157ff10e
server: improve error message if NODE_ENV is unknown value
2022-04-01 16:30:09 -07:00
Max Leiter
dafc0c37f8
client/server: use config
dictionary on server, improve types on client
2022-04-01 16:27:23 -07:00
Joaquin "Florius" Azcarate
8da6d62cea
Destoy files when destroying post ( #62 )
2022-04-01 15:52:08 -07:00
Joaquin "Florius" Azcarate
6a6a2a3496
server: drift_home
already has a default ( #61 )
...
`||` on an exsiting string does nothing
2022-04-01 15:03:21 -07:00
Max Leiter
76e7bb8013
server: allow expiresAt to be null for new posts
2022-03-30 20:12:41 -07:00
Max Leiter
752b2c0980
client/server: add support for expiring posts
2022-03-30 20:01:24 -07:00
Max Leiter
0504bd57e2
server: fix post 500 errors
2022-03-29 17:12:44 -07:00
Max Leiter
6de415ed99
server: fix auth 500 errors
2022-03-29 17:11:13 -07:00
Max Leiter
85ae8173bb
client/server: lint
2022-03-29 00:19:33 -07:00
Max Leiter
6afc4c915e
client/server: search cleanup, admin work
2022-03-29 00:11:02 -07:00
Max Leiter
fb8f14fd98
server: dockerfile updates and switch to bcryptjs
2022-03-28 19:26:16 -07:00