1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 01:10:51 +01:00
Commit Graph

4440 Commits

Author SHA1 Message Date
Lorenzo Yario
de91423a9f
Merge pull request #744 from vichan-devel/RealAngeleno-httpsonly
modify how https only works, disabling by default and allowing cloudflare.
2024-05-11 04:46:58 -07:00
Lorenzo Yario
f9c54dbbbe
removed redundant message 2024-05-11 04:46:08 -07:00
Lorenzo Yario
273722dc7e
set to false by default. this'll probably become true eventually though 2024-05-11 04:45:39 -07:00
Lorenzo Yario
091c0442e8
allow cloudflare and other proxies to still count as https 2024-05-11 04:42:45 -07:00
Lorenzo Yario
b2f246abb0
Merge pull request #743 from Zankaria/fix-deprecations
Fix deprecations
2024-05-11 04:38:59 -07:00
Zankaria
96bebe8c79 post.php: fix broken JS cookie setting 2024-05-11 12:44:16 +02:00
Zankaria
827373819f docker: add compose documentation notes 2024-05-11 12:34:41 +02:00
fowr
ffa5c018e7 functions.php: add missing global 2024-05-11 12:24:50 +02:00
fowr
1a59e663c6 anti-bot.php: fix implicit conversion from float 2024-05-11 12:21:59 +02:00
fowr
010ab2bf62 post.php: add default exif_stripped 2024-05-11 12:19:42 +02:00
Zankaria
faa43cb8a6 image.php: do not delete moved images 2024-05-11 12:05:10 +02:00
Zankaria
dd224cea58 functions.php: handle null body in remove_modifiers 2024-05-11 11:48:01 +02:00
Zankaria
4c731ba241 auth.php: check if cookie exists 2024-05-11 00:51:02 +02:00
Zankaria
ed05049777 functions.php: fix null parameter 2024-05-11 00:51:02 +02:00
Lorenzo Yario
49d815c2ee
Merge pull request #742 from Zankaria/config-reenable-syslog
config.php: reenable syslog default
2024-05-10 15:41:18 -07:00
Lorenzo Yario
e5dc2cd5ce
Merge pull request #741 from Zankaria/fix-login
Fix the login
2024-05-10 15:41:02 -07:00
Zankaria
44fd0dfb82 config.php: reenable syslog default 2024-05-11 00:16:18 +02:00
Zankaria
b90d6f5680 Fix broken login 2024-05-11 00:04:20 +02:00
Lorenzo Yario
8170e226ec
we don't need vichan to require two versions of php. removed redundant 5.6. 2024-05-09 23:30:07 -07:00
Lorenzo Yario
a7cb62349c
Merge pull request #739 from vichan-devel/RealAngeleno-searchexclusion
Allow board exclusion for search
2024-05-09 23:22:55 -07:00
Lorenzo Yario
21cbdfef04
change the search exclusion error to just be a blacklist via server side verification 2024-05-09 23:19:50 -07:00
Lorenzo Yario
ad653af082
allow excluding searches from boards 2024-05-09 23:06:45 -07:00
Lorenzo Yario
2fa3b3c93e
allow exclusion of boards 2024-05-09 23:00:51 -07:00
Lorenzo Yario
34a3dcac24
Merge pull request #713 from Zankaria/update-template-datetime
Update template datetime
2024-05-09 22:47:52 -07:00
Lorenzo Yario
b1bdb1222a
Add files via upload 2024-05-08 18:53:29 -07:00
Lorenzo Yario
b5182a1864
Merge pull request #738 from vichan-devel/disabletripcodes
Disabletripcodes
2024-05-08 18:48:09 -07:00
Lorenzo Yario
82881fe512
disabling tripcodes 2024-05-08 18:34:35 -07:00
Lorenzo Yario
a7658fe3c2
allow tripcodes to be disabled 2024-05-03 15:54:09 -07:00
Lorenzo Yario
ae72ed42ad
Merge pull request #733 from Zankaria/improve-auth
Improve authentication security
2024-05-03 14:00:59 -07:00
Lorenzo Yario
12bcc63753
Merge branch 'dev' into improve-auth 2024-05-03 14:00:50 -07:00
Lorenzo Yario
67fbd90f0d
Merge pull request #734 from Zankaria/refactor-functions2
(Partial) refactor of functions.php
2024-05-03 13:57:16 -07:00
Zankaria
1b6d6f38f1 auth.php: add typing 2024-04-30 19:47:31 +02:00
Zankaria
da4842eb7b auth.php: disallow unencrypted logins by default 2024-04-30 19:45:15 +02:00
Zankaria
0c51d46cdf auth.php: check if the cookie is set before deletion 2024-04-30 19:45:15 +02:00
Zankaria
9db8444c3c auth.php: use secured names and directives for mod cookies 2024-04-30 19:44:11 +02:00
Zankaria
abdf82e1c8 auth.php: remove obsolete code 2024-04-30 19:44:11 +02:00
Zankaria
5a378dd605 config.php: reduce default login cookie expire timeout 2024-04-30 19:42:01 +02:00
Zankaria
5bb1202def Add num.php to autoloader 2024-04-30 15:57:02 +02:00
Zankaria
f6960b8b3a functions.php: format and trim 2024-04-30 15:57:02 +02:00
Zankaria
7041cd13df functions: split off numeric functions 2024-04-30 15:56:59 +02:00
Zankaria
687e8e078a Add format.php to autoload 2024-04-30 15:56:56 +02:00
Zankaria
b7eed34b83 functions: split off time formatting functions 2024-04-30 15:56:53 +02:00
Zankaria
39ce0e7dfc auth.php: trim 2024-04-30 11:36:11 +02:00
Lorenzo Yario
6cd11d546f
undid to do a pr for it 2024-04-29 15:20:17 -07:00
Lorenzo Yario
4674f44327
soyjak upstream for api changes 2024-04-29 15:18:54 -07:00
Lorenzo Yario
4cfb1ec576
Merge pull request #729 from Zankaria/improve-social-media-cards
Improve social media cards
2024-04-28 13:34:53 -07:00
Lorenzo Yario
1df9d2d84f
Merge pull request #730 from Zankaria/move-twig-cache
Move twig template cache
2024-04-28 13:34:24 -07:00
Lorenzo Yario
51aa6e3813
Merge pull request #731 from Zankaria/improve-mobile-user-options
Limit user options panel width on mobile
2024-04-28 13:34:14 -07:00
Zankaria
af06d84094 style.css: limit user options panel width on mobile 2024-04-27 22:21:20 +02:00
Zankaria
ebbb5fce53 Move twig template cache 2024-04-26 14:03:57 +02:00