aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* add required environment variablethrowaway2024-01-09-0/+3
|
* add dependencies for thumbnail generationthrowaway2024-01-09-1/+1
|
* update docker instructionsthrowaway2024-01-08-3/+12
|
* generate 4get config from env variablesthrowaway2024-01-08-4/+103
|
* man i have dementialolcat2024-01-06-10/+10
|
* ok see you in a month keklolcat2024-01-06-5/+19
|
* hey im not dead, curlie scraper ok byelolcat2024-01-06-1/+322
|
* brave quote fix 2lolcat2023-12-11-2/+0
|
* brave quote fixlolcat2023-12-11-1/+18
|
* remove yep.jsonlolcat2023-12-02-1/+0
|
* php piece of shitlolcat2023-12-02-1/+1
|
* added yep web and news searchlolcat2023-12-02-34/+373
|
* fuckin forgot to change the default name keklolcat2023-11-30-14/+13
|
* added licenselolcat2023-11-30-0/+14
|
* imagelolcat2023-11-29-0/+0
|
* gore shitty themelolcat2023-11-29-0/+327
|
* sheksllslsljrewifjlolcat2023-11-29-0/+4
|
* murderlolcat2023-11-29-1/+1
|
* cancerlolcat2023-11-28-0/+1
|
* typo thingylolcat2023-11-28-1/+1
|
* christmaslolcat2023-11-28-0/+188
|
* added dependency in readmelolcat2023-11-27-29/+4
|
* google web, videos and news, various other fixeslolcat2023-11-27-1049/+2844
|
* fixed brave newslolcat2023-11-09-115/+38
|
* fixed yandex image scraperlolcat2023-11-09-46/+59
|
* apcu fixlolcat2023-11-08-4/+3
|
* moar themeslolcat2023-11-07-0/+40
|
* Delete static/themes/gore's shitty theme.csslolcat2023-11-07-1126/+0
|
* add themeslolcat2023-11-07-0/+1146
|
* remove debug printlolcat2023-11-07-12/+12
|
* counter bug that gave me a heart attacklolcat2023-11-07-1/+1
|
* fix typololcat2023-11-07-1257/+2572
|
* fix cookie biglolcat2023-10-17-5/+11
|
* fixed API buglolcat2023-10-16-6/+10
|
* as usual, forgot the fucking .phplolcat2023-10-16-2/+2
|
* fucklolcat2023-10-16-1/+1
|
* captcha and imgur, findthatmeme, yep imagesearchlolcat2023-10-16-63/+1710
|
* Merge branch 'master' of https://git.lolcat.ca/lolcat/4getlolcat2023-10-07-2/+3
|\
| * optimize assets again (#17)pumuckel2023-09-30-0/+0
| | | | | | | | | | | | | | | | | | pngoptimizer, truepng, pngout, optipng, leanify, pngwolf, pngrewrite, advpng, ect, pingo, deflopt, and defluff Co-authored-by: unknown <> Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/17 Co-authored-by: pumuckel <pumuckel@no-reply@lolcat.ca> Co-committed-by: pumuckel <pumuckel@no-reply@lolcat.ca>
| * some misc. oracles stuff (fixes/features) (#15)cynic2023-09-22-2/+3
| | | | | | | | | | | | | | | | | | fix a small calc.php bug, and add date information to the time module. the changes have been sitting on a branch for like a week, so I figured I'd cherry-pick them over to this branch for a PR. [as always, these changes are live on my instance.](https://4get.silly.computer/web?s=what+is+the+date&scraper=yandex&nsfw=yes) Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/15 Co-authored-by: cynic <admin@cynic.moe> Co-committed-by: cynic <admin@cynic.moe>
* | soundcloud fixlolcat2023-10-07-19/+21
|/
* allow docker container to run without ssl certificates (#14)throwaway2023-09-22-4/+25
| | | | | | | | | if certificate files are not mounted to /etc/4get/certs then remove ssl virtual host in /etc/apache2/httpd.conf and listen on port 80 also change references "luuul/4get:1.0.0" to "luuul/4get:latest" Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/14 Co-authored-by: throwaway <developerthrowaway@protonmail.com> Co-committed-by: throwaway <developerthrowaway@protonmail.com>
* make 'oracles' feature backwards compatible with php 7.4 (#13)cynic2023-09-14-0/+19
| | | | | | | | | | | | | | adds implementations of `str_contains` and `str_starts_with` that are used if the functions are not already defined. this should enable 4get to work on both php 7.4 and php 8.* my instance is currently on 7.4.33, and you can see the oracles working here: [calc.php](https://4get.silly.computer/web?s=2%2B4*(2^2)) [encoder.php](https://4get.silly.computer/web?s=md5+hamburger) [numerics.php](https://4get.silly.computer/web?s=0xf0f0f) [time.php](https://4get.silly.computer/web?s=what+is+the+time+right+now+tz%253Aest) Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/13 Co-authored-by: cynic <admin@cynic.moe> Co-committed-by: cynic <admin@cynic.moe>
* add structure for `Oracles' (special answers depending on queries + a few ↵cynic2023-09-13-0/+349
| | | | | | | | | | | | | | implementations (#10) incl. a calculator, a hash encoder + rot13 and b64!, and a "what time is it" with timezone selection frontend injected in $payload["left"] in web.php you can see this live [on my instance](https://4get.silly.computer/web?s=7%2B8(9%5E2)&scraper=brave&nsfw=yes) (there are some issues that aren't related to this PR. favicons, etc. I'll fix them later.) Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/10 Co-authored-by: cynic <admin@cynic.moe> Co-committed-by: cynic <admin@cynic.moe>
* forgot version numlolcat2023-09-13-1/+1
|
* Merge branch 'master' of https://git.lolcat.ca/lolcat/4getlolcat2023-09-13-4/+48
|\ | | | | | | i dont know what im doing i fucking hate git
| * add docker-compose.yaml and instructions (#12)throwaway2023-09-12-4/+48
| | | | | | | | | | | | | | | | add docker-compose.yaml and instructions Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/12 Co-authored-by: throwaway <developerthrowaway@protonmail.com> Co-committed-by: throwaway <developerthrowaway@protonmail.com>
* | added autocompletelolcat2023-09-13-53/+594
|/
* pisslolcat2023-09-09-1/+4
|
* more brave fixeslolcat2023-09-09-32/+198
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage