148 Commits

Author SHA1 Message Date
Lorenzo Yario 03da3b8db0 bug fix 2025-04-02 04:27:38 -05:00
Lorenzo Yario f27e5a6989 ensure premade ban reasons are passed 2025-04-02 04:04:08 -05:00
Lorenzo Yario 6ec0c17ac9 Update login.html #890 2025-02-08 22:28:53 -06:00
Zankaria 6b60f841d4 template: supply data-resource-version to main.js 2024-09-19 22:28:55 +02:00
Zankaria fcf5c3d73a templates: bust all css caches with resource_version 2024-09-19 22:01:51 +02:00
Zankaria 9fbc816205 templates: bust all js caches with resource_version 2024-09-19 22:01:51 +02:00
Lorenzo Yario 1effe1648b add some spaces 2024-09-17 23:28:21 -07:00
fowr 13b587cf62 add resource_version to avoid cache. 2024-08-20 21:27:22 -03:00
Lorenzo Yario fe8fa0da8a move to the js file 2024-06-27 02:13:54 -07:00
Lorenzo Yario bd7eb130ea use current website 2024-06-05 18:08:23 -07:00
Lorenzo Yario f852172e9b no they're not 2024-06-05 18:05:43 -07:00
discomrade 43973862dd Added Feature - Premade Ban Reasons
see https://git.leftypol.org/leftypol/leftypol_vichan/commit/13ac9172e7467519a4dfcab8c6919e05fcc05438
2024-03-14 15:55:49 +01:00
Lorenzo Yario 59c9e1771a Merge pull request #682 from Zankaria/appeal-count
Show ban appeal count in bold on mod dashboard
2024-02-26 19:41:40 -08:00
discomrade 1ed75a58c2 Show ban appeal count on mod dashboard 2024-02-23 22:59:32 +01:00
Zankaria f7a8cb258f dashboard template: trim 2024-02-23 22:59:32 +01:00
Lorenzo Yario 543d5e1757 make it harder to accidentally unban everyone 2024-02-22 18:40:37 -08:00
RealAngeleno eda383cbb3 very small QOL change for ban appeals 2023-09-10 10:54:49 -07:00
RealAngeleno 1a5b3c8480 Revert "Temporarily Revert "Remove telegrams" due to critical bug with posting" 2023-07-15 23:10:39 -07:00
RealAngeleno af6bb09031 Revert "Remove telegrams" 2023-07-15 23:03:13 -07:00
fowr 5ef004c7ad remove telegrams 2023-07-15 00:24:04 -03:00
RealAngeleno 144f0e1a3d fix error with this version of twig
Caught fatal error: Uncaught Twig\Error\SyntaxError: Unexpected token "name" of value "group_name" ("name" expected with value "from").

done on
PHP 7.2
Apache
2023-04-24 16:28:49 -07:00
RealAngeleno 66be6de2fd Revert "Temporarily Revert "feature: dismiss all reports for a post" (misclick)" 2023-04-23 19:15:44 -07:00
fowr d2bb450b1a update twig to 2.9 2023-03-29 18:59:28 -03:00
perdedora b02a1fc0db feat: edit pre-existing bans (#528)
* feat: edit pre-existing bans

* change default permission

* theres no need for elseif here. related: d34f083a6b33185927c6b79a38477f4ea4ce49b5

* quote href param

* changes made
2023-01-12 20:38:23 -05:00
deysu c8f88c14a8 Add banners as default functionality & display them on mod login / dashboard when enabled (#513)
* Add banner support as a default, integrated option.
Used lainchan's original banner script, authored by barrucadu

* Display banners on moderator login and dashboard

* Remove memes & better directory structure
2022-11-17 01:48:24 -05:00
rosemash 52321abc7b Fix 404 caused by recent_posts.html loading wrong JS filename 2022-01-22 13:55:08 -05:00
h00j 064deec26f fix date 2021-03-12 21:55:27 +01:00
h00j 4ef7feabf2 add telegrams 2021-03-12 21:51:42 +01:00
Mert Kasım İmran 3e5e9bdae5 Update recent_posts.html
Fixes #406
2021-02-20 20:11:35 +03:00
h00j bce71c1f98 ip cloaking 2021-02-13 14:11:41 +01:00
Fredrick Brennan 3a41c24e6e Fix PHP 7.3 regression in ?/users
This gets rid of the "Case-insensitive constants are deprecated" error
by passing doing |upper before passing to constant().
2019-05-02 12:19:50 +08:00
Fredrick Brennan 7514f31b36 count➜length in confeditor for PHP7.2 2018-10-12 14:47:38 +08:00
H1K1CH4N b8f1c219f0 Adds a new theme called "Index"
adds an option to use textarea in theme settings.
Merged most Basic, Recent and Frameset theme functions in one.
you can add a video picture icon and quote in the homepage.
@ctrlcctrlv feel free to add suggestions and fix bladly formed code or let me know and I will try to fix.
i installed it on my demo site: https://hikichan.com/
2018-09-27 00:41:22 +02:00
Fredrick Brennan aeb4a31194 Close #304 2018-09-18 14:08:06 +08:00
Fredrick Brennan 41cfd500de Fix dashboard Countable on non-countable error
Only affected PHP7.2, was due to a sloppy template. PHP7.2 is much more
strict than previous versions so these kinds of bugs are coming to the
fore.
2018-07-27 19:40:44 +08:00
H0K4 e8edadeda9 Update move.html 2017-11-05 18:07:52 +01:00
H0K4 896d9e2f75 Update move_reply.html 2017-11-05 18:07:22 +01:00
H0K4 714cb95194 Update move_reply.html 2017-11-05 18:04:34 +01:00
H0K4 767e8f5d6a Prevents double submit when moving a thread.
I probably moved 1000 of threads and if you double click on the submit button it duplicates the moved thread.
2017-11-05 18:03:20 +01:00
antedeguemon 4f85b7c570 Fixed XSS in post edit page and modsearch 2017-05-21 17:08:43 -03:00
czaks 36d762514c Merge branch 'master' of github.com:vichan-devel/Tinyboard 2016-06-09 04:51:17 +02:00
czaks 94c91db097 fix news deletion; thanks MrFreeman 2016-06-09 04:51:05 +02:00
fatchan d285a79667 Move the 'Go back and rebuild again' to the top of the rebuilt page so you dont have to scroll 2016-05-31 23:28:55 +10:00
czaks 3f405b3484 what if IP address contained bad characters? (highly local) 2016-05-06 16:53:28 +02:00
czaks a5bd39dc4a mod dashboard html: link to page editor 2016-05-06 16:49:35 +02:00
8chan d788131202 Allow a board called news to exist 2016-05-06 16:26:17 +02:00
Fredrick Brennan 95b1e103cb Edit static pages commit 2016-05-06 16:03:55 +02:00
8chan 7911c374e8 Public action logs commit (log.php)
Note: In a previous commit, I began making inc/mod/auth.php more modular with the check_login() function. Including it does NOT check mod login by default anymore like it does on vichan. You have to call check_login(). I've finally included it in inc/functions.php. If you have any custom pages that use inc/mod/auth.php, just including functions.php is enough now.

===================================
Also: backports 351375185e5 (early 404)
2016-05-06 15:44:26 +02:00
kellerwhy d4dcfc6321 Make mod/recent_posts.html respect $config['dir']['res']
So certain links don't keep linking to /board/res/postnumber despite any changes to $config['dir']['res'] e.g. changing res/ to thread/
2015-08-10 23:16:23 -04:00
czaks 2d9214ac63 version check should point at engine.vichan.net and not tinyboard.org actually 2015-04-23 08:18:36 +02:00