Commit graph

122 commits

Author SHA1 Message Date
pezcurrel
85559ac1a4 Fixed $graceline to start of current day - $gracetime 2023-01-06 18:43:07 +01:00
pezcurrel
74ad6943e7 Removed condition “FirstSeen IS NOT NULL” from all the queries since now it’s implied in “LastOkCheckTS>=$graceline” 2023-01-06 18:01:01 +01:00
pezcurrel
99fd5feb50 Renamed all the exclusion inputs to more sensible names 2023-01-04 23:42:16 +01:00
pezcurrel
662d506f4c Made “Random, recommended first” ordering available only for italian language 2023-01-04 20:28:53 +01:00
pezcurrel
42a821798c Changed a bit the help text 2023-01-03 19:48:42 +01:00
pezcurrel
f021e25cdc Fixed a typo in a string (“descriptions contains” -> “descriptions contain”) 2023-01-03 19:06:05 +01:00
pezcurrel
3309da4721 Improved help text; changed $oldline from 31 to 30 days 2023-01-03 18:58:58 +01:00
pezcurrel
1f2165249d “Advanced criteria” are always displayed; removed “reset advanced criteria to default”; restructured code 2023-01-03 05:43:57 +01:00
pezcurrel
3c85ed78a0 Fixed a bug with $mincdef and $_GET["minc"] 2023-01-02 13:54:36 +01:00
pezcurrel
91aa3e0b68 Added “Show instances where” string and an “horizontal ruler” div between “include” and “exclude” criteria 2023-01-01 14:44:50 +01:00
pezcurrel
6814b8060e Put out of echoed html the “popupback” divs and commented them out 2023-01-01 11:37:40 +01:00
pezcurrel
c3b58faa23 Added the possibility to include only instances where max chars per post is at least x; added som strings; modified some others 2023-01-01 11:05:51 +01:00
pezcurrel
d981e429f6 If the script is called directly, exit with a redirection tip 2022-12-31 10:19:09 +01:00
pezcurrel
d6982752bb Added succesful checks / total checks ratio showing and ordering 2022-12-30 18:14:09 +01:00
pezcurrel
478aa4d0b0 Made the “advice for admins of instances missing server thumb” show up only if instance responded to last check, otherwise it’s probably missing just because the whole instance is not responding 2022-12-30 16:59:59 +01:00
pezcurrel
4d05060b69 Added a tip (for now it’s just a “title” attribute) about the “Before October 14, 2020” that “First sight” can show 2022-12-30 09:57:33 +01:00
pezcurrel
9bc4d4cde6 When FirstSeen is < 2022-10-14, just say “First sight” has occurred before that date, because we don’t have the actual value before that date 2022-12-30 09:16:47 +01:00
pezcurrel
a2c6b49403 Added some sort criteria; added “first sight” and “last successful check” 2022-12-29 23:33:23 +01:00
pezcurrel
cae51fc141 Enhanced a bit strip function 2022-12-29 21:42:44 +01:00
pezcurrel
3db59734d1 Changed function ldate to show timezone (always UTC) even when it displays only the date 2022-12-29 21:08:17 +01:00
pezcurrel
25dc018f69 Improved strip function; minor changes 2022-12-29 19:40:05 +01:00
pezcurrel
60b6ce1f78 Commented out of strip function an ongoing attempt at improving it that in some cases has some bad side effects 2022-12-29 13:37:49 +01:00
pezcurrel
b21b4f2ec2 Improved strip function 2022-12-29 12:40:35 +01:00
pezcurrel
1762e1cc7e Fixed wrong class for “moderated servers” list (“nobot” -> “nobott”) 2022-12-29 10:25:48 +01:00
pezcurrel
073cdb9ffb Assigned “.nobott” css class to server rules ordered list and moderated servers unordered list 2022-12-29 10:15:13 +01:00
pezcurrel
bf92c42a83 Shortened the “wrong server thumbnail URL” message 2022-12-29 09:54:55 +01:00
pezcurrel
3047472fda Added missing space character between software and version 2022-12-29 09:45:45 +01:00
pezcurrel
594447e2a5 Added a “message to admins” that gets shown when server thumbnail is unavailable, explaining how to try and fix it 2022-12-29 09:30:06 +01:00
pezcurrel
a970bd81f6 Fixed AdmAccount showing logic, added string with message when it’s set to “OPTED OUT” special value 2022-12-28 17:11:17 +01:00
pezcurrel
9d877986a5 When server thumb or admin avatar are set to “unavailable”, show an “unavailable” image 2022-12-28 07:02:17 +01:00
pezcurrel
242b728f43 Cope with the possibility that “Software” and-or “Version” are null 2022-12-27 23:33:31 +01:00
pezcurrel
e484298feb Added instance blocks (“moderated servers”) support 2022-12-27 23:03:31 +01:00
pezcurrel
9ae4e81f1c Added “Server rules” showing 2022-12-27 16:45:02 +01:00
pezcurrel
1e1b2a99e9 Dropped Instances.Dead, using Instances.LastOkCheckTS now instead 2022-12-26 12:25:15 +01:00
pezcurrel
95b9ccfc31 Renamed “LastCheckOk” to “WasLastCheckOk” 2022-12-26 05:30:35 +01:00
pezcurrel
f6bc6a12d4 Made it output full admin account address, linked to their profile page 2022-12-22 11:29:44 +01:00
pezcurrel
335944add8 Removed “minimum number of known instances” from criteria, because domain_count is gone from /api/v2/instance 2022-12-22 07:51:51 +01:00
pezcurrel
d07b5e4efd “New” is now based on “InsertTS” 2022-12-18 18:44:33 +01:00
pezcurrel
5c28ca2ee6 Just moved the check for “id” in GET a bit up 2022-12-09 19:24:46 +01:00
pezcurrel
90ca667434 Added possibility to link to a single instance’s card by id 2022-12-08 21:13:39 +01:00
pezcurrel
a0d7f08a58 Added “Disable all advanced criteria”/“Reset all advanced criteria to default” button; other little changes 2022-12-05 23:01:56 +01:00
pezcurrel
c50358df98 To disable numeric “Advanced criteria” it’s now enough to set them empty; debug can be enabled with query param. “debug” set to “1”; other little changes 2022-12-03 17:16:34 +01:00
pezcurrel
fca8ddf3bf Changed “Version” field in table to “Software”, reporting software and version 2022-12-03 14:45:40 +01:00
pezcurrel
46428670a4 Added possible “noxiousness” explanation box 2022-12-01 17:45:47 +01:00
pezcurrel
1a6446e82b Don’t use “black” as derogatory (“blacklist” -> “list of noxious instances”, etc.) 2022-11-29 17:36:49 +01:00
pezcurrel
00f1979f3e Added missing “minki” to hidden inputs in “curvf” form 2022-11-23 21:51:39 +01:00
pezcurrel
fa5a9cb1ce Mostly cosemtic: added $dlanguc 2022-11-23 19:15:00 +01:00
pezcurrel
adbdac96c8 Added fnum function to improve localized numeric representations 2022-11-21 11:23:32 +01:00
pezcurrel
097574fa9d Moved instances results page browser at the bottom 2022-09-30 16:36:52 +02:00
pezcurrel
91ae26dae4 Done with experiments with times, now it's much faster (added useful indexes to some columns in some tables) 2022-06-07 15:16:22 +02:00
pezcurrel
df965a00e5 Experiments with times #5 2022-06-07 14:48:23 +02:00
pezcurrel
b08cc7672f Experiments with times #4 2022-06-07 14:47:33 +02:00
pezcurrel
e0ce37c469 Experiments with times #3 2022-06-07 14:46:08 +02:00
pezcurrel
03f1258086 Experiments with times #2 2022-06-07 14:43:03 +02:00
pezcurrel
0cecb74c43 Experiments with times #1 2022-06-07 14:32:40 +02:00
pezcurrel
cc27b0c349 Fixed $out not being initialized 2022-06-07 07:55:38 +02:00
pezcurrel
6d627f66c2 Pimped debug infos more 2022-06-07 07:41:57 +02:00
pezcurrel
bace336230 Pimped debug infos 2022-06-07 07:29:51 +02:00
pezcurrel
d29960ea66 Fixed debug infos 2022-06-07 07:28:18 +02:00
pezcurrel
ecd39b34e2 Added debug infos 2022-06-07 07:16:53 +02:00
pezcurrel
11be0f777d Some updating for php >= 8 2022-02-12 10:29:35 +01:00
pezcurrel
769e0d6722 Removed useless div around pagesel 2021-12-19 08:24:40 +01:00
pezcurrel
48fd1ee315 forzato a 1, così la spiega di come funziona il crawler non viene mai mostrata per default 2021-06-06 20:32:25 +02:00
pezcurrel
74c6df505d Vari aggiornamenti di stringhe di spiega e relative traduzioni 2021-06-06 19:12:35 +02:00
pezcurrel
b3cba94537 Aggiornati i testi di presentazione e spiega della ricerca per 'uri, nome o descrizioni' 2021-06-06 18:53:01 +02:00
pezcurrel
5703f63bb9 Ora la ricerca per 'descrizione' cerca nella descrizione breve, in quella lunga, nel nome e nell'uri 2021-06-06 18:33:50 +02:00
pezcurrel
91cec21c72 ... 2021-06-06 18:27:07 +02:00
pezcurrel
8123836d6f aggiunti menu a tendina per instances.php, che non è più beta (aggiornato il testo e le traduzioni) 2021-04-29 05:44:52 +02:00
pezcurrel
7da6616920 rimosso il messaggio “ricerca traduzioni” 2021-02-15 05:45:21 +01:00
pezcurrel
7f840766ae Per default non esclude più le istanze su cui l'iscrizione richiede approvazione admin né quelle che non han risposto all'ultimo check 2020-11-18 09:41:14 +01:00
pezcurrel
f6f67e4fcf Sostituita immaginetta “Consigliata” con div 2020-10-31 13:31:11 +01:00
pezcurrel
67b3baf25c ... 2020-10-27 16:32:23 +01:00
Renamed from web/site/custard.php (Browse further)