aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'k4be+php8' of k4bek4be/Stikked into php8.xHEADmasterDaniel Lange2023-11-128-15/+20
|\
| * Fix another php8 error with 'default' themek4be2023-10-301-1/+4
| |
| * Fix various theme issues with php8k4be2023-10-292-4/+6
| | | | | | | | Reported by PeGaSuS-Coder
| * Fix /cron for php8k4be2023-10-291-1/+1
| |
| * Fix compatibility problems with PHP 8.k4be2023-10-285-12/+12
| | | | | | | | Tested with PHP 8.1.20. Includes fixes from misterludvigsen and ColdSphinX.
* | Fix the API help to not show "0" as a languageDaniel Lange2023-01-146-6/+6
| |
* | Bump version to 0.15.1-dev-fit so we can differentiate between running from ↵Daniel Lange2023-01-131-1/+1
| | | | | | | | git vs. the first stikked-fit release
* | Add a(nother) real-world API usage example0.15.0-fitDaniel Lange2023-01-136-0/+24
| |
* | Explain that the docker install instructions are outdatedDaniel Lange2023-01-131-0/+4
| |
* | Remove stray julia.php.bak file (came in via ↵Daniel Lange2023-01-111-172/+0
| | | | | | | | 67351dbd817ffb22ea7d0fcba296d6636113a7c0)
* | Fix a bug in the GeSHi v1.0.9.1 Go highlighterDaniel Lange2023-01-111-1/+3
| | | | | | | | Fix from BenBE via https://github.com/GeSHi/geshi-1.0/issues/149
* | Document using PHP 7.0+ language features, add MariaDBDaniel Lange2023-01-111-2/+2
| |
* | Fix the API in case of empty arrays and fix the /langs endpointDaniel Lange2023-01-112-2/+5
| |
* | More Readme updates for v0.15.0-fitDaniel Lange2023-01-111-2/+4
| |
* | Update the about page and footer_message snippet with fork info and link to ↵Daniel Lange2023-01-1112-12/+18
| | | | | | | | stikked-fit
* | Make replying more robust in case of expired pastesDaniel Lange2023-01-116-6/+6
| |
* | Add jquery-ui-selectable-combined.min.js to the bootstrap themeDaniel Lange2023-01-111-1/+2
| | | | | | | | Fixes "Uncaught TypeError: $(...).selectable is not a function"
* | Another PHP 8.1 fix for JSminDaniel Lange2023-01-111-1/+1
| |
* | Update Readme for v0.15.0-fitDaniel Lange2023-01-091-7/+21
| |
* | Fix captcha_helper for PHP 8.0+ complianceDaniel Lange2023-01-091-8/+8
| |
* | Fix JSMin PHP 8.0+ errorDaniel Lange2023-01-091-1/+1
| |
* | Fix Carabiner PHP 8.0+ errorDaniel Lange2023-01-091-1/+1
| |
* | Update GeSHi to v1.0.9.1Daniel Lange2023-01-09263-536/+2049
| |
* | Update Codeigniter to v3.1.13Daniel Lange2023-01-09195-1714/+2842
| |
* | Hide shorturl checkbox when disabledKrayon2023-01-096-0/+12
| |
* | Corrected XSS vuln in title paramKrayon2023-01-096-6/+12
|/ | | | ( reported in https://github.com/claudehohl/Stikked/issues/556 )
* Update readme, release 0.14.00.14.0Claude2019-11-241-1/+16
|
* give it more spaceClaude2019-11-241-1/+1
|
* Remove PHP handler specification from .htaccessClaude2019-11-241-2/+0
| | | | Manual redo of pull request 503.
* Fix a critical bug that allows pasting despite captchaClaude2019-11-241-1/+1
|
* note on how to make combine_assets working on DockerClaude2019-11-241-1/+1
|
* burnonread fix for bootstrap & readd spamadmin functionalityClaude2019-11-241-56/+58
| | | | fixes #511
* fix split url with burn on read + encrypted pasteClaude2019-11-242-2/+4
| | | | ugly hack, fixes #518
* docker: remove unused config optionsClaude2019-11-242-2256/+2
|
* encode html chars (for spamadmin)Claude2019-11-241-0/+1
|
* codeformatClaude2019-11-241-45/+45
|
* mention the images folder in themesClaude2019-11-241-0/+2
|
* formattingClaude2019-11-241-7/+2
| | | | closes #532
* append .c for apache-modules in .htaccessClaude2019-11-241-2/+2
|
* force private on previously encrypted pastesClaude2019-11-241-0/+5
|
* apply new code formatterClaude2019-11-2436-5783/+5130
| | | | phpfmt using PSR-2 coding style
* remove unused variableClaude2019-11-241-2/+2
|
* Merge branch 'master' into devClaude2019-11-231-2/+2
|\
| * Merge pull request #534 from CodeBrauer/masterClaude2019-11-101-2/+2
| |\ | | | | | | Default template fixes
| | * Default template fixesGabriel Wanzek2019-10-311-2/+2
| |/ | | | | | | | | - fix wrong relation label/textarea - add html5 required attribute to textarea
* | Rewrite Docker-SetupClaude2019-11-2311-148/+2795
| | | | | | | | | | | | | | | | * make it simpler and cleaner * switch to nginx-alpine and php-fpm-alpine * docker-compose: autobuild php-image for stikked * serve all files directly (htdocs is mounted instead of copied) * stikked-configuration for docker resides in docker/stikked.php
* | Merge branch 'master' into devClaude2019-04-083-11/+7
|\|
| * Merge pull request #510 from virtualghetto/missing-hookClaude2018-11-222-7/+3
| |\ | | | | | | Missing pick_language hook.
| | * Commit 6da09613 deleted htdocs/application/hooks/pick_language.php to fix #264,larry_the_cow2018-11-212-7/+3
| |/ | | | | | | | | | | | | | | but it did not remove the hook from htdocs/application/config/hooks.php. This commit reverts htdocs/application/config/hooks.php back to f97a5331 and disables $config['enable_hooks'] in htdocs/application/config/config.php. It was introduced in b69c6650.
| * Update README.md0.13.0Claude2018-10-021-4/+4
| | | | | | linebreaks reloaded

© 2014-2024 Faster IT GmbH | imprint | privacy policy