| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Begone! | Pitu | 2018-09-16 | 1 | -103/+0 |
| | | |||||
| * | Adjusting to recommendations | Shumatsu | 2018-05-21 | 1 | -2/+1 |
| | | |||||
| * | File extension bans | Shumatsu | 2018-05-21 | 1 | -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) | Shumatsu | 2018-04-26 | 1 | -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 name | Bobby Wibowo | 2018-03-18 | 1 | -0/+7 |
| | | |||||
| * | Adding .jar and .scr files | Unknown | 2018-03-09 | 1 | -0/+2 |
| | | | | | JAR - java and friends' executable. SCR - Windows script executable, commonly used in "screenshot" trick. | ||||
| * | Ban of .com and .ps1 uploads | Unknown | 2018-03-06 | 1 | -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-end | Pitu | 2017-10-04 | 1 | -1/+8 |
| | | |||||
| * | New sample config | Pitu | 2017-10-03 | 1 | -5/+5 |
| | | |||||
| * | Changed how domains are handled | Pitu | 2017-10-03 | 1 | -24/+24 |
| | | |||||
| * | Updated blocked extensions. (#23) | Caroline | 2017-03-29 | 1 | -1/+2 |
| | | | | | | | | | * Update config.sample.js * Update config.sample.js * Update config.sample.js | ||||
| * | added array with blocked file extensions | Onestay | 2017-03-27 | 1 | -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.js | Crawl | 2017-03-26 | 1 | -2/+2 |
| | | |||||
| * | client_max_body_size reminder | Caroline | 2017-03-26 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #11 from PascalTemel/master | Kanacchi | 2017-02-07 | 1 | -0/+1 |
| |\ | | | | | support thumbnails for .webm and .mp4 files | ||||
| | * | support thumbnails for .webm and .mp4 files | Pascal Temel | 2017-02-07 | 1 | -0/+1 |
| | | | |||||
| * | | Added support for custom html files | Pitu | 2017-02-06 | 1 | -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 enableUserAccounts | Pitu | 2017-01-30 | 1 | -0/+3 |
| | | |||||
| * | List and thumb view on uploads | Pitu | 2017-01-22 | 1 | -0/+4 |
| | | |||||
| * | Forced resolve, updated config.sample.js | Pitu | 2017-01-21 | 1 | -6/+8 |
| | | |||||
| * | Small fixes | Pitu | 2017-01-19 | 1 | -1/+2 |
| | | |||||
| * | Added multi-domain support. Maybe | Pitu | 2017-01-18 | 1 | -4/+7 |
| | | |||||
| * | Better config.sample.js | Pitu | 2017-01-18 | 1 | -14/+16 |
| | | |||||
| * | token handling and verification | pitu | 2017-01-17 | 1 | -0/+3 |
| | | |||||
| * | Changed upload from single file to array | kanadeko | 2017-01-16 | 1 | -1/+1 |
| | | |||||
| * | Added generation of random token | kanadeko | 2017-01-16 | 1 | -3/+0 |
| | | |||||
| * | Admin panel, pomf-standarization and stuff | kanadeko | 2017-01-16 | 1 | -2/+2 |
| | | |||||
| * | stuff | kanadeko | 2017-01-15 | 1 | -1/+1 |
| | | |||||
| * | whoops | pitu | 2017-01-14 | 1 | -3/+3 |
| | | |||||
| * | Changed from ip whitelist to token based auth | kanadeko | 2017-01-14 | 1 | -20/+12 |
| | | |||||
| * | Update config.sample.js | Kanacchi | 2017-01-14 | 1 | -3/+2 |
| | | |||||
| * | Frontend done | kanadeko | 2017-01-14 | 1 | -6/+19 |
| | | |||||
| * | Updated readme | Pitu | 2017-01-13 | 1 | -0/+43 |