aboutsummaryrefslogtreecommitdiff
path: root/config.sample.js
Commit message (Collapse)AuthorAgeFilesLines
* Begone!Pitu2018-09-161-103/+0
|
* Adjusting to recommendationsShumatsu2018-05-211-2/+1
|
* File extension bansShumatsu2018-05-211-1/+10
| | | | | | `.nt` - turns out there's more Windows batch file extensions. `.psm1` - PowerScript extension. `.bash`, `.bsh`, `.csh`, `.bash_profile`, `.bashrc`, `.profile` - apparently those are valid bash script extensions. `.reg` - overwrites Windows registry keys upon execution.
* De loli-safe (#77)Shumatsu2018-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | * Change all occurences of loli-safe to lolisafe Saw that repository was renamed, links were changed, but a lot of files of lolisafe were unchanged. So I followed the links and changed what seemed safe to change. Which turned out to be all occurences. Also, bumped the copyright. * Change year in LICENSE This seems to be the proper format. * Image fix It was out of focus. * Relative image path Heard on StackOverflow it can be done like this.
* Patch to allow "retries" when generating random nameBobby Wibowo2018-03-181-0/+7
|
* Adding .jar and .scr filesUnknown2018-03-091-0/+2
| | | | JAR - java and friends' executable. SCR - Windows script executable, commonly used in "screenshot" trick.
* Ban of .com and .ps1 uploadsUnknown2018-03-061-1/+3
| | | | It seems that COM files can still be run in Windows, and they behave like any other executable. PS1 files are scripts, so I put them on the list.
* Added album downloading through front-endPitu2017-10-041-1/+8
|
* New sample configPitu2017-10-031-5/+5
|
* Changed how domains are handledPitu2017-10-031-24/+24
|
* Updated blocked extensions. (#23)Caroline2017-03-291-1/+2
| | | | | | | | * Update config.sample.js * Update config.sample.js * Update config.sample.js
* added array with blocked file extensionsOnestay2017-03-271-1/+8
| | | Added an option to add file extensions to the config which will be rejected (https://github.com/WeebDev/loli-safe/issues/19)
* Update config.sample.jsCrawl2017-03-261-2/+2
|
* client_max_body_size reminderCaroline2017-03-261-0/+3
|
* Merge pull request #11 from PascalTemel/masterKanacchi2017-02-071-0/+1
|\ | | | | support thumbnails for .webm and .mp4 files
| * support thumbnails for .webm and .mp4 filesPascal Temel2017-02-071-0/+1
| |
* | Added support for custom html filesPitu2017-02-061-0/+3
|/ | | There's a new folder that gets created upon running lolisafe for the first time. On said folder any html file with the same name as the default ones will be loaded instead, letting you place custom frontend files without messing with git.
* Added enableUserAccountsPitu2017-01-301-0/+3
|
* List and thumb view on uploadsPitu2017-01-221-0/+4
|
* Forced resolve, updated config.sample.jsPitu2017-01-211-6/+8
|
* Small fixesPitu2017-01-191-1/+2
|
* Added multi-domain support. MaybePitu2017-01-181-4/+7
|
* Better config.sample.jsPitu2017-01-181-14/+16
|
* token handling and verificationpitu2017-01-171-0/+3
|
* Changed upload from single file to arraykanadeko2017-01-161-1/+1
|
* Added generation of random tokenkanadeko2017-01-161-3/+0
|
* Admin panel, pomf-standarization and stuffkanadeko2017-01-161-2/+2
|
* stuffkanadeko2017-01-151-1/+1
|
* whoopspitu2017-01-141-3/+3
|
* Changed from ip whitelist to token based authkanadeko2017-01-141-20/+12
|
* Update config.sample.jsKanacchi2017-01-141-3/+2
|
* Frontend donekanadeko2017-01-141-6/+19
|
* Updated readmePitu2017-01-131-0/+43