1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00
Commit Graph

4303 Commits

Author SHA1 Message Date
Lorenzo Yario
3291dc27f9
Merge pull request #788 from perdedora/patch-747
fixes #747
2024-09-17 21:40:04 -07:00
fowr
d8391eb34a
fixes #747 and also fix when loading next page on ukko wrong value. e.g >>thread_<cite_id> 2024-08-12 15:23:19 -03:00
Lorenzo Yario
db20a350a1
Merge pull request #782 from perdedora/fix-cycle
fix: proper delete posts in a cyclical thread
2024-08-08 23:40:49 -07:00
fowr
7f45f31aa8
fix: proper delete posts in a cyclical thread 2024-08-06 11:49:51 -03:00
Lorenzo Yario
021e20f373
Merge pull request #714 from Zankaria/fix-string-interning
Fix: substitute deprecated string interning syntax
2024-05-09 22:48:10 -07:00
Lorenzo Yario
b0e6580845
Merge pull request #736 from papereth/patch-1
Fix Exif leak in JPEG orientation conversion code
2024-05-08 17:44:48 -07:00
papereth
0dd064b2ea
Fix Exif leak in JPEG orientation conversion code
https://github.com/vichan-devel/vichan/issues/735
2024-05-04 15:01:17 +01:00
Zankaria
c91c58ed07 Fix: substitute deprecated string interning syntax 2024-04-03 19:18:41 +02:00
Lorenzo Yario
c3de90075e
Merge pull request #712 from Zankaria/fix-bad-report
Handle reporting non-existing posts.
2024-04-02 03:41:21 -07:00
Zankaria
03a875f663 Handle reporting non-existing posts. 2024-04-01 19:55:32 +02:00
Lorenzo Yario
74c2aec338
Merge pull request #708 from vichan-devel/revert-707-revert-704-revert-688-add-dep-injection
reverting one last time because of errors in my test env
2024-03-30 22:47:55 -07:00
Lorenzo Yario
95153233eb
Revert "Revert "Revert "Share REST call code and separate components via dependency injection""" 2024-03-30 22:46:35 -07:00
Lorenzo Yario
be3437e452
Merge pull request #707 from vichan-devel/revert-704-revert-688-add-dep-injection
Revert "Revert "Share REST call code and separate components via dependency injection""
2024-03-30 22:34:42 -07:00
Lorenzo Yario
67475c2c2f
Revert "Revert "Share REST call code and separate components via dependency injection"" 2024-03-30 22:34:30 -07:00
Lorenzo Yario
4094437464
Merge pull request #706 from vichan-devel/revert-705-revert-666-fix-composer
Revert "Revert "Fix composer.json platform""
2024-03-30 22:33:44 -07:00
Lorenzo Yario
d0c0d272af
Revert "Revert "Fix composer.json platform"" 2024-03-30 22:32:45 -07:00
Lorenzo Yario
2fa28510b9
Merge pull request #705 from vichan-devel/revert-666-fix-composer
Revert "Fix composer.json platform"
2024-03-30 22:31:35 -07:00
Lorenzo Yario
24708dec7e
Revert "Fix composer.json platform" 2024-03-30 22:31:04 -07:00
Lorenzo Yario
06ea4898d4
Merge pull request #704 from vichan-devel/revert-688-add-dep-injection
Revert "Share REST call code and separate components via dependency injection"
2024-03-30 22:25:25 -07:00
Lorenzo Yario
f5328a436c
Revert "Share REST call code and separate components via dependency injection" 2024-03-30 22:24:20 -07:00
Lorenzo Yario
3d2f0b6a1b
Merge pull request #688 from Zankaria/add-dep-injection
Share REST call code and separate components via dependency injection
2024-03-30 22:15:44 -07:00
Lorenzo Yario
45f476084e
Merge pull request #693 from Zankaria/premade-ban-reasons
Add premade ban reasons
2024-03-30 22:15:20 -07:00
Lorenzo Yario
38b47a0844
Merge pull request #698 from Zankaria/calc-file-size-after-strip
Calculate the file size after stripping the metadata off an image.
2024-03-30 22:15:10 -07:00
Lorenzo Yario
afe7c73195
Merge pull request #699 from Zankaria/remove-no-op
Remove no-op lines from post.php
2024-03-30 22:14:58 -07:00
Lorenzo Yario
55984b4260
Merge pull request #700 from Zankaria/optimize-ban-queries
Optimize Bans queries
2024-03-30 22:14:47 -07:00
Lorenzo Yario
b10ca57da1
Merge pull request #666 from Zankaria/fix-composer
Fix composer.json platform
2024-03-30 21:21:30 -07:00
Lorenzo Yario
c5ca05185f
Merge pull request #702 from Zankaria/show-ban-id2
Show ban id on ban page.
2024-03-27 18:10:52 -07:00
Zankaria
d4bcc34d6d Add ban id to ban page. 2024-03-26 15:29:20 +01:00
Zankaria
b739a8e846 banned.html: trim 2024-03-26 15:26:55 +01:00
Zankaria
018da09ac5 Fix CaptchaQueries naming 2024-03-26 14:16:19 +01:00
Zankaria
3e3fa057d5 bans.php: rebuild themes only if bans are deleted 2024-03-22 10:59:22 +01:00
Zankaria
67b88ec78f bans.php: group deletions 2024-03-22 10:59:13 +01:00
Zankaria
a2eb3d9053 bans.php: trim 2024-03-22 10:57:10 +01:00
Zankaria
27ddd5158d psot.php: remove no-op lines 2024-03-21 16:15:49 +01:00
Zankaria
e455080d42 post.php: refactor image metadata stripping into function 2024-03-21 16:02:09 +01:00
discomrade
0cefa9353b Recalculate filesize after stripping metadata 2024-03-21 15:42:48 +01:00
Zankaria
af8240e166 Autoload CaptchaQueries 2024-03-21 15:14:13 +01:00
Zankaria
dc903017ca Add CaptchaQueries 2024-03-21 15:14:13 +01:00
Zankaria
819ce71c55 Autload HttpDriver 2024-03-21 15:14:13 +01:00
Zankaria
2cad97775a post.php: use HttpDriver for remote file download 2024-03-21 15:14:13 +01:00
Zankaria
c20b0ba6f0 Add context dependency container 2024-03-21 15:14:13 +01:00
Zankaria
3dc239e204 http-driver: refactor 2024-03-21 15:14:13 +01:00
Zankaria
65cebe9bd5 http-driver: add file size limit and timeout support 2024-03-21 15:14:13 +01:00
Zankaria
2a228e8ee4 Add http curl driver 2024-03-21 15:14:13 +01:00
Lorenzo Yario
0c3159673d
Merge pull request #692 from Zankaria/simple-antispam
Prettier simple-antispam documentation
2024-03-16 15:39:57 -07:00
Lorenzo Yario
70410e5e61
Merge pull request #695 from Zankaria/post-delete-ip-modlog
Report in the modlog the IP that deleted their own post
2024-03-15 13:23:08 -07:00
Lorenzo Yario
32d3573e56
kept since it sounds better 2024-03-15 13:22:45 -07:00
Lorenzo Yario
3c23e01dab
Merge pull request #696 from Zankaria/ban-appeals-limits
Add maximum length of ban appeal
2024-03-15 09:48:25 -07:00
Lorenzo Yario
44684496c7
Merge pull request #697 from Zankaria/report-limits
Limit the report length
2024-03-15 09:47:06 -07:00
Zankaria
2a8b69fa77 Add maximum report length 2024-03-15 16:37:59 +01:00