aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(typo): public api docs endpointjackyzha02021-03-011-1/+1
|
* Merge pull request #68 from jackyzha0/public-api-docsJacky Zhao2021-03-011-0/+77
|\ | | | | docs: public api
| * docs: public apijackyzha02021-03-011-0/+77
|/
* docs: remove deprecated manual scripts from readme and makefilejackyzha02021-03-012-28/+12
|
* 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-012-1/+26
|
* add entrypoint argjackyzha02021-03-012-0/+2
|
* change npm script to use yarn insteadjackyzha02021-03-012-2/+2
|
* add workdir cmdjackyzha02021-03-012-0/+6
|
* Merge branch 'master' of https://github.com/jackyzha0/ctrl-vjackyzha02021-03-012-27/+11
|\
| * Merge pull request #60 from ↵Jacky Zhao2021-03-012-27/+11
| |\ | | | | | | | | | | | | jackyzha0/dependabot/npm_and_yarn/frontend/axios-0.21.1 Bump axios from 0.19.2 to 0.21.1 in /frontend
| | * Bump axios from 0.19.2 to 0.21.1 in /frontenddependabot[bot]2021-01-062-27/+11
| |/ | | | | | | | | | | | | | | Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]>
* / add firebase hosting workflowjackyzha02021-03-012-0/+40
|/
* better indentationjackyzha02020-09-174-28/+22
|
* patch bad render mode for non latex and markdownjackyzha02020-09-173-7/+15
|
* Merge pull request #59 from jackyzha0/patch-qolJacky Zhao2020-09-173-2/+16
|\ | | | | QOL Improvements
| * set default for md and latex to renderer, add title and description setting ↵jackyzha02020-09-173-2/+16
|/ | | | in pasteview
* Merge pull request #58 from jackyzha0/patchJacky Zhao2020-09-043-2/+25
|\
| * add null coalescing opjackyzha02020-09-041-1/+1
| |
| * add invalid lang guarding and change md themejackyzha02020-09-041-5/+6
| |
| * add code highlighting to mdjackyzha02020-09-043-2/+24
| |
* | Merge pull request #56 from jackyzha0/patchJacky Zhao2020-09-035-27/+25
|\|
| * add md class to preview rendererjackyzha02020-09-031-1/+1
| |
| * fix computed match warn by adding additional route compjackyzha02020-09-031-11/+13
| |
| * fix React does not recognize the warning by adding extra react fragmentjackyzha02020-09-031-19/+19
| |
| * fix finddomnode deprecated in dropdownjackyzha02020-09-033-4/+0
| |
* | Merge pull request #54 from jackyzha0/patchJacky Zhao2020-09-034-23/+268
|\| | | | | Replace `dangerouslySetInnerHTML ` by using `react-markdown`
| * replace dangerouslysetinnerhtml by using react-markdownjackyzha02020-09-034-23/+268
|/
* Merge pull request #52 from jackyzha0/refactor-reactRyan Mehri2020-07-1813-529/+418
|\ | | | | Refactor to use functional components instead of class components
| * refactor viewpaste and fixed button heightjackyzha02020-07-183-120/+89
| |
| * refactor newpastejackyzha02020-07-184-262/+206
| |
| * refactor renderersjackyzha02020-07-175-120/+95
| |
| * refactor decoratorsjackyzha02020-07-173-29/+30
|/
* Merge pull request #50 from jackyzha0/cache-invalidationRyan Mehri2020-06-071-1/+16
|\ | | | | fix cache not invalidating expired pastes
| * fix cache not invalidating expired pastesjackyzha02020-06-071-1/+16
| |
* | Merge pull request #49 from jackyzha0/fix-makefileRyan Mehri2020-06-072-19/+15
|\| | | | | makefile update
| * makefile updatejackyzha02020-06-072-19/+15
|/
* Merge pull request #44 from jackyzha0/markdown-improvementJacky Zhao2020-05-284-21/+37
|\ | | | | made markdown render less bad
| * update readmejackyzha02020-05-281-3/+4
| |
| * remove yarn lock from gitignorejackyzha02020-05-281-1/+0
| |
| * made markdown render less badjackyzha02020-05-282-17/+33
|/
* Merge pull request #43 from jackyzha0/markdownJacky Zhao2020-05-286-9/+11769
|\ | | | | Markdown
| * y helper function when no helper function doIan Mah2020-05-281-7/+3
| |
| * Remove more console logIan Mah2020-05-281-1/+0
| |
| * Remove console logIan Mah2020-05-281-2/+0
| |
| * Restrict width to preview paneIan Mah2020-05-281-2/+12
| |
| * Add markdown to view pasteIan Mah2020-05-283-11/+18
| |
| * Add markdown previewIan Mah2020-05-284-0/+11750
|/
* Merge pull request #42 from jackyzha0/analyticsIan Mah2020-05-271-0/+9
|\ | | | | add g analytics tag