aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-01-05Start on swagger docsswaggerMitchell Riedstra7-6/+648
2023-01-03Tweak index handler to always load the frontend.HEADv0.0.1masterdevMitchell Riedstra5-8/+109
Also add Nginx testing script, logging options and some docs.
2023-01-03Add a messy but mostly working UIMitchell Riedstra6-29/+67
2023-01-03Minor tweaks. Reduce code duplication. Add some docsMitchell Riedstra1-23/+36
2023-01-03Build the UI on each call of the build.sh script.Mitchell Riedstra1-0/+5
2023-01-03Creating new pastes from the UI works. As does the login page.Mitchell Riedstra4-9/+49
Still need to redirect to login page automatically. Also need to show only one of Logout or Login at a time.
2023-01-03Add JWT support for logins. Add delete option.Mitchell Riedstra3-66/+306
2023-01-02UI builds and embeds just fine, it mostly works.Mitchell Riedstra5-4/+44
Still need to address routing all requests to index.html inside of the Go handler, shouldn't be too hard.
2023-01-02Remove stale go templatesMitchell Riedstra4-101/+0
2023-01-02Switch to new UI for embedding. Add some additional debugging functions.Mitchell Riedstra1-19/+60
2023-01-01Start of Svelte UIMitchell Riedstra24-0/+5342
2023-01-01Remove react UIMitchell Riedstra22-29651/+0
2023-01-01Add pages to the API, as well as sorting.Mitchell Riedstra1-51/+114
2022-12-26Add a proxy option for static assets. Fix the paste view handlers.Mitchell Riedstra23-16/+29618
2022-12-25Strip brack to a basic application based off of bpaste again, prepare for a ↵Mitchell Riedstra7-726/+311
React UI
2021-08-23development snapshotMitchell Riedstra3-22/+98
2021-08-21Remove binary. Add build.sh and LICENSEMitchell Riedstra5-0/+49
2021-08-21Add a simple client and update the readmeMitchell Riedstra3-23/+203
2021-08-21Turn it into a simple rough draft of an API driven pastebinMitchell Riedstra11-113/+504
2021-07-27Add a note about go getMitchell Riedstra1-0/+9
2021-07-27InitialMitchell Riedstra9-0/+407