| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(typo): public api docs endpoint | jackyzha0 | 2021-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #68 from jackyzha0/public-api-docs | Jacky Zhao | 2021-03-01 | 1 | -0/+77 | |
| |\ | | | | | docs: public api | |||||
| | * | docs: public api | jackyzha0 | 2021-03-01 | 1 | -0/+77 | |
| |/ | ||||||
| * | docs: remove deprecated manual scripts from readme and makefile | jackyzha0 | 2021-03-01 | 2 | -28/+12 | |
| | | ||||||
| * | fix(cfg): no longer require .env when reading env vars | jackyzha0 | 2021-03-01 | 1 | -1/+2 | |
| | | ||||||
| * | patch(ci): add ci specific dockerfile that excludes .env | jackyzha0 | 2021-03-01 | 1 | -0/+11 | |
| | | ||||||
| * | fix(deps): re-add go.sum | jackyzha0 | 2021-03-01 | 2 | -1/+26 | |
| | | ||||||
| * | add entrypoint arg | jackyzha0 | 2021-03-01 | 2 | -0/+2 | |
| | | ||||||
| * | change npm script to use yarn instead | jackyzha0 | 2021-03-01 | 2 | -2/+2 | |
| | | ||||||
| * | add workdir cmd | jackyzha0 | 2021-03-01 | 2 | -0/+6 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/jackyzha0/ctrl-v | jackyzha0 | 2021-03-01 | 2 | -27/+11 | |
| |\ | ||||||
| | * | Merge pull request #60 from ↵ | Jacky Zhao | 2021-03-01 | 2 | -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 /frontend | dependabot[bot] | 2021-01-06 | 2 | -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 workflow | jackyzha0 | 2021-03-01 | 2 | -0/+40 | |
| |/ | ||||||
| * | better indentation | jackyzha0 | 2020-09-17 | 4 | -28/+22 | |
| | | ||||||
| * | patch bad render mode for non latex and markdown | jackyzha0 | 2020-09-17 | 3 | -7/+15 | |
| | | ||||||
| * | Merge pull request #59 from jackyzha0/patch-qol | Jacky Zhao | 2020-09-17 | 3 | -2/+16 | |
| |\ | | | | | QOL Improvements | |||||
| | * | set default for md and latex to renderer, add title and description setting ↵ | jackyzha0 | 2020-09-17 | 3 | -2/+16 | |
| |/ | | | | in pasteview | |||||
| * | Merge pull request #58 from jackyzha0/patch | Jacky Zhao | 2020-09-04 | 3 | -2/+25 | |
| |\ | ||||||
| | * | add null coalescing op | jackyzha0 | 2020-09-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | add invalid lang guarding and change md theme | jackyzha0 | 2020-09-04 | 1 | -5/+6 | |
| | | | ||||||
| | * | add code highlighting to md | jackyzha0 | 2020-09-04 | 3 | -2/+24 | |
| | | | ||||||
| * | | Merge pull request #56 from jackyzha0/patch | Jacky Zhao | 2020-09-03 | 5 | -27/+25 | |
| |\| | ||||||
| | * | add md class to preview renderer | jackyzha0 | 2020-09-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix computed match warn by adding additional route comp | jackyzha0 | 2020-09-03 | 1 | -11/+13 | |
| | | | ||||||
| | * | fix React does not recognize the warning by adding extra react fragment | jackyzha0 | 2020-09-03 | 1 | -19/+19 | |
| | | | ||||||
| | * | fix finddomnode deprecated in dropdown | jackyzha0 | 2020-09-03 | 3 | -4/+0 | |
| | | | ||||||
| * | | Merge pull request #54 from jackyzha0/patch | Jacky Zhao | 2020-09-03 | 4 | -23/+268 | |
| |\| | | | | | Replace `dangerouslySetInnerHTML ` by using `react-markdown` | |||||
| | * | replace dangerouslysetinnerhtml by using react-markdown | jackyzha0 | 2020-09-03 | 4 | -23/+268 | |
| |/ | ||||||
| * | Merge pull request #52 from jackyzha0/refactor-react | Ryan Mehri | 2020-07-18 | 13 | -529/+418 | |
| |\ | | | | | Refactor to use functional components instead of class components | |||||
| | * | refactor viewpaste and fixed button height | jackyzha0 | 2020-07-18 | 3 | -120/+89 | |
| | | | ||||||
| | * | refactor newpaste | jackyzha0 | 2020-07-18 | 4 | -262/+206 | |
| | | | ||||||
| | * | refactor renderers | jackyzha0 | 2020-07-17 | 5 | -120/+95 | |
| | | | ||||||
| | * | refactor decorators | jackyzha0 | 2020-07-17 | 3 | -29/+30 | |
| |/ | ||||||
| * | Merge pull request #50 from jackyzha0/cache-invalidation | Ryan Mehri | 2020-06-07 | 1 | -1/+16 | |
| |\ | | | | | fix cache not invalidating expired pastes | |||||
| | * | fix cache not invalidating expired pastes | jackyzha0 | 2020-06-07 | 1 | -1/+16 | |
| | | | ||||||
| * | | Merge pull request #49 from jackyzha0/fix-makefile | Ryan Mehri | 2020-06-07 | 2 | -19/+15 | |
| |\| | | | | | makefile update | |||||
| | * | makefile update | jackyzha0 | 2020-06-07 | 2 | -19/+15 | |
| |/ | ||||||
| * | Merge pull request #44 from jackyzha0/markdown-improvement | Jacky Zhao | 2020-05-28 | 4 | -21/+37 | |
| |\ | | | | | made markdown render less bad | |||||
| | * | update readme | jackyzha0 | 2020-05-28 | 1 | -3/+4 | |
| | | | ||||||
| | * | remove yarn lock from gitignore | jackyzha0 | 2020-05-28 | 1 | -1/+0 | |
| | | | ||||||
| | * | made markdown render less bad | jackyzha0 | 2020-05-28 | 2 | -17/+33 | |
| |/ | ||||||
| * | Merge pull request #43 from jackyzha0/markdown | Jacky Zhao | 2020-05-28 | 6 | -9/+11769 | |
| |\ | | | | | Markdown | |||||
| | * | y helper function when no helper function do | Ian Mah | 2020-05-28 | 1 | -7/+3 | |
| | | | ||||||
| | * | Remove more console log | Ian Mah | 2020-05-28 | 1 | -1/+0 | |
| | | | ||||||
| | * | Remove console log | Ian Mah | 2020-05-28 | 1 | -2/+0 | |
| | | | ||||||
| | * | Restrict width to preview pane | Ian Mah | 2020-05-28 | 1 | -2/+12 | |
| | | | ||||||
| | * | Add markdown to view paste | Ian Mah | 2020-05-28 | 3 | -11/+18 | |
| | | | ||||||
| | * | Add markdown preview | Ian Mah | 2020-05-28 | 4 | -0/+11750 | |
| |/ | ||||||
| * | Merge pull request #42 from jackyzha0/analytics | Ian Mah | 2020-05-27 | 1 | -0/+9 | |
| |\ | | | | | add g analytics tag | |||||