Fixes for icecat on android (and probably other older browsers) #2

Open
0 wants to merge 75 commits from icecat_fix into deploy_spamnoticer
Owner

It hates static member variables, private variables starting with #, ?? and ?. syntax.

It hates static member variables, private variables starting with #, ```??``` and ```?.``` syntax.
0 added 6 commits 2024-02-27 20:47:57 +00:00
0 added 1 commit 2024-02-27 20:49:25 +00:00
0 force-pushed icecat_fix from 69f96325b7 to 76ad832567 2024-02-27 21:13:38 +00:00 Compare
0 force-pushed icecat_fix from 76ad832567 to b40fef173f 2024-02-27 21:49:53 +00:00 Compare
0 force-pushed icecat_fix from b40fef173f to 653aadf1af 2024-03-01 05:31:49 +00:00 Compare
0 added 4 commits 2024-03-14 21:31:45 +00:00
0 added 12 commits 2024-04-06 01:17:46 +00:00
0 added 5 commits 2024-04-28 20:03:28 +00:00
0 added 2 commits 2024-05-02 21:06:42 +00:00
0 added 1 commit 2024-05-05 21:53:50 +00:00
0 added 5 commits 2024-05-21 20:21:28 +00:00
cb1b8d51d8 Fix captcha generator securimage.php to work with php 8
- basically use intval() everywhere to avoid implicit conversion from
  float
922a979f39 Don't forget to rebuild the themes on origin board when moving
- if you're moving a post to a different board it would only
  rebuildThemes of the target board
0 added 1 commit 2024-05-25 20:29:38 +00:00
0 added 5 commits 2024-06-07 19:09:30 +00:00
cbdb07f53c Fix a bug with i2p captcha
- if captcha_tor_only is set to true, posting over i2p requires a
  captcha but the javascript code removes it. Add a check to see if
  we're on a .i2p domain in this case.
0 added 2 commits 2024-06-11 22:51:29 +00:00
54020351c5 Anti-bot: print out failure cases and construction
- enable anti-bot spam protection setting but comment out it's rejection
- will monitor the output log to check for false-positives and just see
  what it's rejecting...
0 added 2 commits 2024-06-16 00:30:15 +00:00
0 added 1 commit 2024-06-18 22:03:02 +00:00
0 added 1 commit 2024-06-18 22:12:37 +00:00
0 added 1 commit 2024-06-18 22:17:58 +00:00
0 force-pushed icecat_fix from 9b3b3c0b8e to 1c4fad6cc7 2024-06-18 22:26:39 +00:00 Compare
0 added 1 commit 2024-07-01 16:39:09 +00:00
0 added 27 commits 2024-12-26 07:08:39 +00:00
b0d2e73400 Bunker-like theme changes
- change post body font to 'serif'
- change border radius's to 2px (down from 5px, which was silly)
e9020ed17f Improve posting error handling
- if spamnoticer was contacted, add cleanup callback to error handler if
  something goes wrong during the rest of the process (like thumbnail
  creation for example)

- add another allowed warning (string) that gm may safely report back
  and don't call error if we see it.
0 added 2 commits 2024-12-31 01:14:50 +00:00
40d77692a2 Fix commit 1c13ec98ba
- Unintentionally disabled that piece of code instead of removing adding
  the additional br tag that made double spaces between posts.
- add the postcontainers instead of post.reply (which is inside this
  container) to preserve the arrows
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b icecat_fix deploy_spamnoticer
git pull origin icecat_fix

Step 2:

Merge the changes and update on Gitea.
git checkout deploy_spamnoticer
git merge --no-ff icecat_fix
git push origin deploy_spamnoticer
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0/leftypol_lainchan#2
No description provided.