aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #117 from Kosemii/patch-2Kana2018-05-211-1/+1
|\ \ | |/ |/| Fixed an issue with dashboard
| * Fixed an issue with dashboardKosemii2018-05-201-1/+1
|/ | | Fixed an issue cutting off delete button in dashboard
* Merge pull request #113 from Kosemii/patch-1Kana2018-05-201-0/+1
|\ | | | | Added site
| * Added siteKosemii2018-05-191-0/+1
| |
* | Merge pull request #116 from NadyaNayme/fix-typoKana2018-05-202-2/+2
|\ \ | |/ |/| Fixes typo of charset_Type
| * Fixes typo of charset_TypeNadya2018-05-202-2/+2
|/ | | unknown directive charset_type, because the directive is charset_types
* Merge pull request #111 from NadyaNayme/better-nginx-settingsKana2018-05-192-0/+16
|\ | | | | Small nginx.config improvements
| * Improve nginx defaultsNadya2018-05-192-0/+16
|/ | | Don't send nginx version in headers and serve all text/* as utf-8
* Merge pull request #107 from NadyaNayme/Album-DeleteKana2018-05-132-2/+3
|\ | | | | Album View File Deletion
| * Fix typoNadya2018-05-121-1/+1
| |
| * Merge pull request #2 from NadyaNayme/Album-Delete-StylesNadya2018-05-121-1/+2
| |\ | | | | | | Styles for Album View Delete
| | * Styles for Album View DeleteNadya2018-05-121-1/+2
| |/ |/|
| * Add Delete to Album ViewNadya2018-05-121-1/+1
|/ | | QOL change.
* Merge pull request #101 from RyoshiKayo/urlsKana2018-04-284-4/+4
|\ | | | | Fixed more urls
| * Fixed more urlsRyoshiKayo2018-04-285-5/+5
| |
* | Merge pull request #100 from RyoshiKayo/patch-4Kana2018-04-281-1/+1
|\ \ | | | | | | fixed url
| * | fixed urlKayo2018-04-281-1/+1
|/ /
* | Merge pull request #99 from RyoshiKayo/patch-3Kana2018-04-261-1/+1
|\ \ | | | | | | Removed Bold style from dmca.gripe
| * | Removed Bold style from dmca.gripeKayo2018-04-251-1/+1
|/ /
* | De loli-safe (#77)Shumatsu2018-04-269-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | added dmca.gripe (#96)Kosinus2018-04-261-0/+1
| |
* | fixed "add to album" error on uploads (#92)Bobby Wibowo2018-04-262-31/+41
| | | | | | | | | | | | | | | | * Updates Fixed the way error when adding album is being handled. * I guess that sounds about right.
* | SEMICOLONS, ermahgerd (#93)Bobby Wibowo2018-04-267-80/+80
| |
* | no-useless-return (#94)Bobby Wibowo2018-04-261-4/+0
| |
* | no-mixed-spaces-and-tabs (#95)Bobby Wibowo2018-04-263-27/+27
| | | | | | I wonder why I can't see the diffs from my vscode 🤔
* | WhoopsKana2018-04-041-2/+2
| |
* | WhoopsKana2018-04-041-0/+2
| |
* | Merge pull request #73 from RyoshiKayo/masterKana2018-04-035-1/+44
|\| | | | | Added CF-Connecting-IP
| * Updated README about CF supportKayo2018-04-011-1/+1
| |
| * Mirrored nginx.sample.confKayo2018-04-011-4/+3
| |
| * Add NGINX compile warningKayo2018-04-011-0/+2
| |
| * Updated real-ip-from-cfKayo2018-04-011-1/+1
| |
| * Updated IP'sKayo2018-04-012-30/+30
| |
| * Update github URLKayo2018-03-251-1/+1
| |
| * Typing is hardRyoshiKayo2018-02-111-1/+1
| |
| * Added CloudFlare Supprt for WeebDev/lolisafe#70RyoshiKayo2018-02-114-0/+42
| |
* | Merge pull request #88 from RyoshiKayo/patch-1Kana2018-03-271-0/+1
|\ \ | | | | | | Added kayo.pics
| * | Added kayo.picsKayo2018-03-261-0/+1
|/ / | | | | umu
* | Merge pull request #85 from BobbyWibowo/pr-retry-namesKana2018-03-192-3/+23
|\ \ | | | | | | Patch to allow "retries" when generating random name
| * | Uses asyncBobby Wibowo2018-03-181-11/+10
| | |
| * | Patch to allow "retries" when generating random nameBobby Wibowo2018-03-182-2/+23
|/ /
* | Merge pull request #78 from Shumatsu/no-powershellKana2018-03-151-1/+5
|\ \ | | | | | | Ban of .com and .ps1 uploads
| * | 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.
* | WhoopsKana2018-03-051-1/+1
| |
* | update deps and add dockerfileiCrawl2018-03-013-488/+1562
| |
* | Merge pull request #75 from pyraxo/masterKana2018-02-221-1/+2
|\ \ | | | | | | Add missing column in table 'users'
| * | Add missing column in table 'users'pyra2018-02-231-1/+2
|/ /
* / In theory this will enable us to disable users and not break already running ↵Kana2018-02-162-1/+10
|/ | | | instances
* Merge pull request #69 from RyoshiKayo/masterKana2018-02-013-13/+47
|\ | | | | Added HTTP Version of NGINX sample configuration