Commit graph

82 commits

Author SHA1 Message Date
mikeprimm
ae510dc71e Merge pull request #4231 from armenium/v3.0
Create PostgreSQL_register.php
2026-01-05 19:34:31 -05:00
Armenium
fa3e3abca0 Create PostgreSQL_register.php 2025-07-14 00:00:14 -07:00
Chris Everett
15feb9652d Modernise login forms and structure. 2025-06-10 22:57:06 +12:00
Jatc251
40546f74f3 Update login.html 2024-08-30 18:47:05 +10:00
KonradowyPL
f46b777746 only apply changes to players, not other markers 2024-03-13 20:50:42 +01:00
KonradowyPL
e79080f9d5 fix code formating 2024-03-13 20:43:08 +01:00
KonradowyPL
eb5b771ab3 Fix player lagging behind when zooming 2024-03-13 20:36:14 +01:00
Michael Primm
d8be8bc86c Avoid pan to 0,0 when followed player is not visible 2023-09-02 21:11:47 -05:00
JurgenKuyper
7cfa67a639 Update dynmap_style.css
patched issue where the chatbar would drop if login or customlink was enabled, but now the custom link and login overlap if they are set to be in the same area, I don't have enough frontend-knowledge to fix this sadly.
2023-08-18 19:47:13 +02:00
Michael Primm
247063a35e Fix cache poisoning on initial tiles on view 2023-05-09 20:47:23 -05:00
mikeprimm
e435225343 Update index.html
Fix iOS viewing
2023-04-11 08:51:08 -05:00
JurgenKuyper
8e0b025e76 Update markers.js
fixed issue with standalone webserver and spaces in world name, double urlencode changed %20 to %2520 which didn't resolve to the proper address
2023-01-17 14:56:45 +01:00
Joseph Gullo
3b5696f1a0 Using the icon for dynmap pulled from the patreon/discord, updated the favicon and related files to produce a more refined Progressive Web App which looks better as a bookmark on mobile operating systems. 2022-10-25 13:11:52 -07:00
Michele0303
e335f6acdd multiple cross-site scripting reflected fixed 2022-08-02 19:55:09 +02:00
Michele0303
c1ac956b8b Update MySQL_markers.php
cross-site scripting reflected fixed
2022-08-02 19:32:21 +02:00
Евгений
0b488acc8d Fix writing non-ascii files to postgresql database
This fixes non-ascii chat messages (for example cyrillic utf8) in PostgreSQL_sendmessage.php

Before fix PostgreSQL_sendmessage.php was returning this:

Fatal error:  Uncaught PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type bytea in /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_funcs.php:81
Stack trace:
#0 /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_funcs.php(81): PDOStatement->execute()
#1 /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_funcs.php(99): updateStandaloneFileByServerId()
#2 /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_sendmessage.php(60): updateStandaloneFile()
#3 {main}
thrown in /opt/minecraft/plugins/dynmap/web/standalone/PostgreSQL_funcs.php on line 81
2022-07-31 17:06:13 +03:00
Markus Reiter
c681752c33 Fix implicit cast. 2022-07-15 03:30:26 +02:00
Markus Reiter
6ed892d806 Fix implicit cast. 2022-07-15 03:29:16 +02:00
tecdude
6330816cec safari coloured search bar
added support for coloured bar in apple safari 15+
2022-06-17 18:47:54 +01:00
Leonid Meleshin
89b71af96d feat: URI-encode markers loading world name 2022-06-06 09:51:08 +03:00
Leonid Meleshin
33ca5d5594 fix: support special symbols in world names
Fix #3755
2022-05-12 19:59:32 +03:00
mikeprimm
9597e248eb Merge pull request #3703 from davidjpfeiffer/v3.0
Small style improvements to marker labels
2022-03-27 17:59:16 -05:00
Mike Primm
e00567d9d1 Properly bound join in MySQL and SQLite PHP tile lookup 2022-03-26 12:44:41 -05:00
Mike Primm
e64ce4022a Add microsoftsql storage type 2022-03-10 14:30:02 -06:00
Mike Primm
4fd176058c Expand maximum zoom level from 16 to 32 2022-03-10 02:24:27 -06:00
David Pfeiffer
4e47d01a66 Small style improvements to marker labels 2022-03-05 16:03:44 -08:00
Mike Primm
f1aa6bfd9f Handle proxy cascades on X-Forwrded-For 2022-02-22 22:33:33 -06:00
Mike Primm
d9d3024865 Add tilescale and defaulttilescal : option for bigger tiles 2022-02-16 21:13:57 -06:00
Mike Primm
626c3f06da Fix null check in PHP 2022-02-04 15:40:38 -06:00
Mike Primm
0132bfb3ca Fix content type on webp 2022-02-03 15:24:37 -06:00
Mike Primm
8ab722e4de Fix SQL in PHP for NewImage 2022-02-03 15:12:59 -06:00
Mike Primm
31e048138a Handle rollover from newImage to Image in MySQL PHP 2022-02-03 09:24:36 -06:00
DartCZ
d3d654ce8b Include t.newImage after db structure changes 2022-02-03 13:47:43 +01:00
Mike Primm
2fa9538311 Makes sure popups for circles, areas, lines had correct class 2022-01-28 19:42:34 -06:00
Mike Primm
945c8235e4 Fix markup label handling on areas, lines, circles 2022-01-28 18:53:00 -06:00
Mike Primm
204cba42f7 Freshen colorschemes to 1.18, deprecate dead RPs, drop block number
mappings
2022-01-22 15:13:46 -06:00
Mike Primm
4d61f026fd Update tp Leaflet 1.8.0-dev for tile seam fix (hopefully) 2022-01-18 20:08:20 -06:00
mikeprimm
721c89ad00 Merge pull request #3611 from JLyne/multipolygon-fix
Fix 3D areas
2022-01-15 18:21:59 -06:00
James Lyne
da9c5c39ba Fix references to removed MultiPolygon constructor 2022-01-14 15:39:49 +00:00
Mike Primm
6ff1b58624 Switch label on markers to be stored as HTML fragment 2022-01-12 20:48:28 -06:00
Mike Primm
6040715a00 Update ColorSchemes, support block state based lookup 2021-12-28 16:27:01 -06:00
Mike Primm
832f21b747 Update colormaps 2021-12-28 14:51:58 -06:00
Mike Primm
8c54bb2524 Improve forge chunk generate handling 2021-12-25 21:46:28 -06:00
Mike Primm
6fed0dfb1f Add support for largeplayerfaces option for bigger player markers 2021-12-07 21:38:59 -06:00
James Lyne
5028ab1a80 Update leaflet images 2021-11-11 22:27:28 +00:00
James Lyne
194e31a615 Fix DynmapTileLayer sharing object instances 2021-10-04 20:40:07 +01:00
SNDST00M: M.U.N.I.N
ab783989b6 Fix selectWorld typo when world is a string 2021-09-30 19:21:28 +01:00
James Lyne
3ee11122e7 Fix player marker updating when players layer is hidden 2021-08-23 15:48:02 +01:00
James Lyne
dd20138a67 Fix tile updating 2021-08-23 15:48:01 +01:00
James Lyne
a71a0d21a5 Fix layer control 2021-08-23 15:48:00 +01:00