aboutsummaryrefslogtreecommitdiff
path: root/backend
Commit message (Expand)AuthorAgeFilesLines
* move disconnection to cleanupHEADmasterJacky Zhao2023-07-092-9/+12
* add tls configJacky Zhao2023-07-091-3/+4
* more connection checksJacky Zhao2023-07-091-17/+22
* fix depsJacky Zhao2023-07-092-1/+6
* switch to official mongo-go-driverJacky Zhao2023-07-094-46/+86
* remove ip from hash calculationjackyzha02021-03-074-45/+5
* fix(cfg): no longer require .env when reading env varsjackyzha02021-03-011-1/+2
* patch(ci): add ci specific dockerfile that excludes .envjackyzha02021-03-011-0/+11
* fix(deps): re-add go.sumjackyzha02021-03-011-0/+26
* fix cache not invalidating expired pastesjackyzha02020-06-071-1/+16
* allow language savingjackyzha02020-05-163-7/+11
* add view raw buttonjackyzha02020-05-151-5/+2
* Add comments and clean up encryptionRyan Mehri2020-05-154-29/+52
* Add encryption to content when password is specifiedRyan Mehri2020-05-155-6/+101
* Remove duplicationRyan Mehri2020-05-121-28/+13
* Check password when paste is cachedRyan Mehri2020-05-121-6/+22
* Merge pull request #18 from jackyzha0/no-pass-renderingRyan Mehri2020-05-122-10/+6
|\
| * add err messagesjackyzha02020-05-112-10/+6
* | clean up printRyan Mehri2020-05-111-1/+0
* | fix issue with empty password being hashedRyan Mehri2020-05-112-10/+13
|/
* Simplify hashing comparisonRyan Mehri2020-05-112-7/+3
* Rename goodRyan Mehri2020-05-113-15/+15
* Add password check on post hashRyan Mehri2020-05-114-4/+35
* Merge pull request #12 from jackyzha0/backendJacky Zhao2020-05-106-26/+82
|\
| * Add auth check to getRyan Mehri2020-05-102-2/+23
| * Add password hashingRyan Mehri2020-05-104-19/+41
| * Update post to return hash and passwordRyan Mehri2020-05-103-14/+27
* | linked backend and frontendjackyzha02020-05-102-2/+10
|/
* Check for size of content and expiry time comparisonRyan Mehri2020-05-102-2/+19
* Add title to postRyan Mehri2020-05-093-3/+6
* folder refactorjackyzha02020-05-0912-0/+423