about summary refs log tree commit diff
path: root/bskyweb
Commit message (Collapse)AuthorAgeFilesLines
...
* [APP-522] Create & revoke App Passwords within settings (#505)Ansh2023-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * create and delete app passwords * add randomly generated name * Tweak copy and layout of app passwords * Improve app passwords on desktop web * Rearrange settings * Change app-passwords route and add to backend * Fix link * Fix some more desktop web * Remove log --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Update bskyweb html stylesPaul Frazee2023-04-131-0/+8
|
* Update the bskyweb routes (#468)Paul Frazee2023-04-131-2/+4
|
* bskyweb: bump indigo version (#383)bnewbold2023-04-052-3/+3
|
* golang: update deps (minor) (#367)bnewbold2023-04-032-11/+8
| | | | | * golang: minor deps update * golang: update deps for latest indigo
* update for lex refactorJake Gold2023-04-023-80/+164
|
* Basic golang CI setup (#360)bnewbold2023-03-276-12/+54
| | | | | | | | | | | | | | | | | | | | * bskyweb: Makefile and dev env This matches the setup for local dev testing in atproto and indigo repos. * gitignore: don't ignore self and .github/ * CI: golang build+test and lint actions * bskyweb: better use of godotenv A recent change from indigo. * prettier: ignore top-level app.json * CI: bump from golang 1.19 to 1.20 * bskyweb: update to golang 1.20
* bskyweb additions (#296)Jake Gold2023-03-2011-84/+270
| | | Add some minor bskyweb improvements, Mailmodo endpoint, Dockerfile for bskyweb, container image push
* Create build step for the web server (#289)Paul Frazee2023-03-145-22/+136
| | | | | * Create build step for the web server * Update bskyweb routes and 404 behavior
* bskyweb: proof-of-concept golang daemon to serve SPA (#275)bnewbold2023-03-1419-0/+787
* gitignore: /dist/ * bskyweb: initial work-in-progress * bskyweb: import icons from bluesky-website * bskyweb: switch to pongo2 templates; iterate on views * bskyweb: example.env (and docs) * bskyweb: go fmt * bskyweb: remove plan file * bskyweb: README: tweak formatting * prettier: ignore /dist/, bskyweb templates --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>