| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update README.md | Kana | 2017-11-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #62 from EpikPhailure/patch-2 | Kana | 2017-11-03 | 1 | -1/+1 |
| |\ | | | | | removed extraneous space | ||||
| | * | removed extraneous space | EpikPhailure | 2017-11-02 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #58 from ScruffyRules/sharex | Kana | 2017-10-11 | 2 | -1/+24 |
| |\ | | | | | Make ShareX link download a sharex file if you're logged in | ||||
| | * | Fix up formatting in the sharex_file variable | ScruffyRules | 2017-10-06 | 1 | -12/+12 |
| | | | |||||
| | * | Make ShareX link download a sharex file if you're logged in | ScruffyRules | 2017-10-06 | 2 | -1/+24 |
| | | | |||||
| * | | Aligned the album download button | Kana | 2017-10-10 | 1 | -1/+1 |
| |/ | |||||
| * | Added minimum node version | Kana | 2017-10-06 | 1 | -4/+5 |
| | | |||||
| * | ugh, little mistake | Pitu | 2017-10-04 | 1 | -1/+1 |
| | | |||||
| * | whoops | Pitu | 2017-10-04 | 1 | -3/+3 |
| | | |||||
| * | Async who? | Pitu | 2017-10-04 | 1 | -7/+6 |
| | | |||||
| * | Added a little bit of logging | Pitu | 2017-10-04 | 1 | -0/+1 |
| | | |||||
| * | Bypass file if not found when zipping an album | Pitu | 2017-10-04 | 1 | -1/+7 |
| | | |||||
| * | Updated README and added nginx sample configuration file | Pitu | 2017-10-04 | 2 | -30/+65 |
| | | |||||
| * | Added album downloading through front-end | Pitu | 2017-10-04 | 9 | -6/+93 |
| | | |||||
| * | Missing semicolon | Pitu | 2017-10-04 | 1 | -1/+1 |
| | | |||||
| * | Return 404 for deleted albums | Pitu | 2017-10-04 | 2 | -3/+3 |
| | | |||||
| * | Fixes serving the actual configured uploads folder | Pitu | 2017-10-03 | 1 | -1/+1 |
| | | |||||
| * | Renaming and version bump | Pitu | 2017-10-03 | 1 | -4/+4 |
| | | |||||
| * | Forgot some spaces here and there | Pitu | 2017-10-03 | 3 | -79/+78 |
| | | |||||
| * | ES6 rewrite | Pitu | 2017-10-03 | 7 | -683/+559 |
| | | |||||
| * | Little bit of this | Pitu | 2017-10-03 | 1 | -1/+1 |
| | | |||||
| * | New sample config | Pitu | 2017-10-03 | 1 | -5/+5 |
| | | |||||
| * | tabs pls | Pitu | 2017-10-03 | 5 | -374/+374 |
| | | |||||
| * | Changed how domains are handled | Pitu | 2017-10-03 | 2 | -60/+62 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | Pitu | 2017-10-03 | 7 | -12/+26 |
| |\ | |||||
| | * | Added support link | Kana | 2017-10-03 | 1 | -0/+3 |
| | | | |||||
| | * | Merge pull request #57 from Disre/patch-3 | Kana | 2017-10-02 | 1 | -3/+12 |
| | |\ | | | | | | | Delete thumbnails when file deletes | ||||
| | | * | Delete thumbnails when file deletes | Kel | 2017-10-01 | 1 | -3/+12 |
| | |/ | | | | | Tested working with a couple file types. Fixed some coding errors from earlier revision. | ||||
| | * | Merge pull request #53 from PascalTemel/improvement/AdditionalFileExtensions | Kana | 2017-10-01 | 4 | -6/+7 |
| | |\ | | | | | | | Improvement: add .wmv, .avi and .mov thumbnail support | ||||
| | | * | cleanup | Pascal Temel | 2017-09-24 | 4 | -6/+7 |
| | | | | |||||
| | | * | add wmv, avi and mov thumbnail support | Pascal Temel | 2017-09-24 | 1 | -2/+2 |
| | | | | |||||
| | * | | Delete test | Kana | 2017-09-30 | 1 | -1/+0 |
| | | | | |||||
| | * | | Create test | Kana | 2017-09-30 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge pull request #55 from JasonEtco/patch-1 | Kana | 2017-09-25 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Proper casing of GitHub | ||||
| | | * | | Proper casing of GitHub | Jason Etcovitch | 2017-09-25 | 1 | -1/+1 |
| | |/ / | | | | | | | Github => GitHub | ||||
| | * / | Fix being able to paste an image from clipboard | Kana | 2017-09-25 | 1 | -2/+3 |
| | |/ | |||||
| * | | Modified gitignore | Pitu | 2017-10-03 | 1 | -1/+3 |
| | | | |||||
| * | | Removed eslint file, enforced it on package.json | Pitu | 2017-10-03 | 2 | -133/+19 |
| |/ | |||||
| * | Added thumbnail to meta tags | Pitu | 2017-09-20 | 2 | -6/+6 |
| | | |||||
| * | Made the album viewer route SSR so crawlers dont have issues 🎉 | Pitu | 2017-09-20 | 3 | -1/+135 |
| | | |||||
| * | Delete album.js script since we are SSR now on that route 🎉 | Pitu | 2017-09-20 | 1 | -34/+0 |
| | | |||||
| * | Added handlebars dependency and yarn.lock | Pitu | 2017-09-20 | 2 | -1/+1912 |
| | | |||||
| * | Fixed last night's fuckup | Pitu | 2017-08-30 | 1 | -61/+72 |
| | | |||||
| * | Added album check to uploads | Pitu | 2017-08-30 | 2 | -55/+64 |
| | | |||||
| * | Update README.md | Kana | 2017-07-24 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #43 from EpikPhailure/patch-1 | Kana | 2017-06-23 | 1 | -1/+1 |
| |\ | | | | | Update uploadController.js | ||||
| | * | Update uploadController.js | EpikPhailure | 2017-06-22 | 1 | -1/+1 |
| |/ | | | * fixed blacklist from being bypassed due to case insensitive extension names | ||||
| * | Made that an ID | Pitu | 2017-04-27 | 2 | -2/+2 |
| | | |||||
| * | Derp | Pitu | 2017-04-27 | 1 | -6/+6 |
| | | |||||