aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New sample configPitu2017-10-031-5/+5
|
* tabs plsPitu2017-10-035-374/+374
|
* Changed how domains are handledPitu2017-10-032-60/+62
|
* Merge remote-tracking branch 'origin/master'Pitu2017-10-037-12/+26
|\
| * Added support linkKana2017-10-031-0/+3
| |
| * Merge pull request #57 from Disre/patch-3Kana2017-10-021-3/+12
| |\ | | | | | | Delete thumbnails when file deletes
| | * Delete thumbnails when file deletesKel2017-10-011-3/+12
| |/ | | | | Tested working with a couple file types. Fixed some coding errors from earlier revision.
| * Merge pull request #53 from PascalTemel/improvement/AdditionalFileExtensionsKana2017-10-014-6/+7
| |\ | | | | | | Improvement: add .wmv, .avi and .mov thumbnail support
| | * cleanupPascal Temel2017-09-244-6/+7
| | |
| | * add wmv, avi and mov thumbnail supportPascal Temel2017-09-241-2/+2
| | |
| * | Delete testKana2017-09-301-1/+0
| | |
| * | Create testKana2017-09-301-0/+1
| | |
| * | Merge pull request #55 from JasonEtco/patch-1Kana2017-09-251-1/+1
| |\ \ | | | | | | | | Proper casing of GitHub
| | * | Proper casing of GitHubJason Etcovitch2017-09-251-1/+1
| |/ / | | | | | | Github => GitHub
| * / Fix being able to paste an image from clipboardKana2017-09-251-2/+3
| |/
* | Modified gitignorePitu2017-10-031-1/+3
| |
* | Removed eslint file, enforced it on package.jsonPitu2017-10-032-133/+19
|/
* Added thumbnail to meta tagsPitu2017-09-202-6/+6
|
* Made the album viewer route SSR so crawlers dont have issues 🎉Pitu2017-09-203-1/+135
|
* Delete album.js script since we are SSR now on that route 🎉Pitu2017-09-201-34/+0
|
* Added handlebars dependency and yarn.lockPitu2017-09-202-1/+1912
|
* Fixed last night's fuckupPitu2017-08-301-61/+72
|
* Added album check to uploadsPitu2017-08-302-55/+64
|
* Update README.mdKana2017-07-241-1/+1
|
* Merge pull request #43 from EpikPhailure/patch-1Kana2017-06-231-1/+1
|\ | | | | Update uploadController.js
| * Update uploadController.jsEpikPhailure2017-06-221-1/+1
|/ | | * fixed blacklist from being bypassed due to case insensitive extension names
* Made that an IDPitu2017-04-272-2/+2
|
* DerpPitu2017-04-271-6/+6
|
* Moved the eventListenerPitu2017-04-271-5/+4
|
* Changed the dropdown option and removed labelPitu2017-04-271-2/+1
|
* Merge pull request #32 from Onestay/onestay-devKana2017-04-273-8/+61
|\ | | | | Added upload to album through website
| * removed all trailing spaces (I think)Onestay2017-04-231-3/+0
| |
| * change let and const to var to support older browsersOnestay2017-04-231-4/+4
| |
| * remove debug console.logOnestay2017-04-231-1/+0
| |
| * Uploading to an albumOnestay2017-04-231-6/+28
| |
| * added a bit of stylingOnestay2017-04-232-1/+6
| |
| * Add none optionOnestay2017-04-231-2/+1
| |
| * Get albums and put them in the select as optionsOnestay2017-04-231-1/+18
| |
| * only display album select when user is logged inOnestay2017-04-232-5/+19
| | | | | | It still needs additional styling and stuff
* | Keep the bad guys out >:c (#36)Caroline2017-04-272-0/+3
| |
* | Update logo linkCrawl2017-04-271-1/+1
|/
* Made it so user doesn't need to specify blockedExtensions.Kanacchi2017-04-031-2/+5
| | | This is useful if there are people already running lolisafe and updated to latest version
* Fixed bug that caused people to upload as anon even if running privatePitu2017-04-031-1/+7
|
* Updated blocked extensions. (#23)Caroline2017-03-291-1/+2
| | | | | | | | * Update config.sample.js * Update config.sample.js * Update config.sample.js
* Update uploadController.jsCrawl2017-03-281-1/+1
|
* Merge pull request #22 from Onestay/onestayKanacchi2017-03-282-2/+15
|\ | | | | added array with blocked file extensions
| * added array with blocked file extensionsOnestay2017-03-272-2/+15
|/ | | Added an option to add file extensions to the config which will be rejected (https://github.com/WeebDev/loli-safe/issues/19)
* Merge pull request #21 from RyoshiKayo/patch-2Kanacchi2017-03-261-0/+3
|\ | | | | client_max_body_size reminder
| * Update config.sample.jsCrawl2017-03-261-2/+2
| |
| * client_max_body_size reminderCaroline2017-03-261-0/+3
|/