eb3f749ba1
Get rid of the annoying log message “done”
...
It is triggered by the LessCss compiler in the lesscss-1.7.9.1.1.jar file, META-INF/lessc-rhino-1.7.0.js – it’s an unminified JS file, so it’s simply patched by adding comments before the console.log("done") call.
Also see https://github.com/marceloverdijk/lesscss-java/issues/59
2025-04-08 00:46:40 +02:00
b6004b3a31
Update CommonMark packages to v0.24.0
2025-01-03 21:31:13 +01:00
a53ff1b03c
Update dependency org.jsoup:jsoup to v1.18.3
2025-01-03 21:31:13 +01:00
95aa3009dc
Initialize collection with a default value
...
This prevents it from being null and not iterable in the for..of loop, and Helma from throwing an exception.
2024-08-04 09:14:01 +02:00
88b8391673
No need to add the Gson library as long as it is bundles with Helma
2024-06-15 15:07:09 +02:00
dafab7f85f
Bump versions
2024-05-31 02:11:52 +02:00
b1869dc000
Parse also --!> as an HTML comment end tag
2024-05-30 20:48:50 +02:00
806d2b6cfd
Match also uppercase script tags in regex
2024-05-30 20:47:19 +02:00
c0cf251e97
Add work-around for issue with CommonMark erroneously encoding HTML entities
...
See <https://github.com/commonmark/commonmark-java/issues/307 >
2024-02-20 21:01:07 +01:00
renovate[bot]
78d151f5ea
Update dependency org.jsoup:jsoup to v1.17.2
2024-01-06 22:45:23 +01:00
b92c0f9c50
Sync JSoup version number
2023-08-28 17:52:03 +00:00
69e46539d0
Merge branch 'main' into rewrite-for-each-with-for-of
2023-08-27 00:16:47 +02:00
d2501c2d3a
Replace for..each loops with for..of
...
💡 Needs Helma with enabled ES6 features in Rhino
2023-08-27 00:09:17 +02:00
8c5cbde7b5
Fix reference to upgraded GSON package
2023-08-26 23:39:18 +02:00
18c80b047d
Merge pull request #352 from antville/dependabot/gradle/org.commonmark-commonmark-ext-autolink-0.21.0
...
build(deps): bump commonmark-ext-autolink from 0.18.1 to 0.21.0
2023-08-26 21:10:28 +02:00
50ff264517
Fix version bump of GSON Java library
2023-05-21 12:42:40 +02:00
f42812d771
Transform SQL search queries to support prepared statements
2023-03-05 13:28:25 +01:00
f25200f5fd
Support prepared statements in Sql library
2023-03-05 13:27:19 +01:00
a55999a14c
Let Sql.prepare() automagically set int and string values
...
Return the actual prepared statement for further processing
2023-03-05 13:26:20 +01:00
c7cf535652
Prevent SQL injection in search by using prepared statement
2023-03-03 17:59:59 +01:00
a5424825b8
Add Sql.prepare() method for handling prepared statements
2023-03-03 17:59:24 +01:00
174864b3aa
Bump JSoup version in JS code
2021-12-11 12:33:58 +01:00
e82eda3252
Merge remote-tracking branch 'origin/dependabot/gradle/org.commonmark-commonmark-ext-gfm-tables-0.18.1' into upgrade-commonmark-0.17.1-0.18.1
...
Fix #295 #296 #297 #298
2021-12-11 12:26:25 +01:00
dbec5531e8
Fix CodeQL issue js/incomplete-sanitization
2021-12-11 11:45:54 +01:00
4835eb8884
Bump commonmark version
2021-04-18 15:53:56 +02:00
cd6fd202c7
chg: replaced google’s captcha with h-captcha
2020-05-23 09:39:14 +02:00
51036916f8
chg: display markdown tables in uikit style
2020-05-23 09:39:14 +02:00
1c3889fae8
chg: replaced marked node module with commonmark java library
2020-05-17 11:31:56 +02:00
7ba2421018
chg: replaced string-strip-html node module with jsoup java library
2020-05-16 21:47:08 +02:00
22ccbedd47
add: routine for installing node modules if necessary
2020-05-16 13:44:32 +02:00
cfb9cdb590
chg: console methods (colors) to be consistent with helma log
2020-05-16 11:47:24 +02:00
eaa3ba2357
chg: rewrote most client-side code with alpine.js
2020-05-02 17:44:26 +02:00
9e28a3af94
fix: jsonp response not containing json
2020-04-24 22:26:47 +02:00
da1c419875
chg: rewrote most client-side code without using jquery
2020-04-13 13:40:06 +02:00
0bdaa332e7
chg: refactored main js code without jquery
2020-04-05 21:11:08 +02:00
f555a0e417
chg: replaced some ant tasks with yarn scripts
2020-03-29 20:33:29 +02:00
7cc3adedbf
chg: replaced gradle build tasks with yarn scripts
2020-03-27 21:57:05 +01:00
d29a2a1c3f
chg: replaced sanitize-html npm package with string-strip-html
2020-03-27 21:21:59 +01:00
c36302a83f
chg: refactored deletion of accounts and sites
2018-05-21 15:00:57 +02:00
e121967bbc
fix: out of memory exception when deleting an account
2018-05-20 09:42:19 +02:00
4c85e79dec
chg: don’t save site export as antville file anymore
2018-05-20 08:52:07 +02:00
704f80de75
fix: out of memory error when exporting large sites
2018-05-19 12:38:20 +02:00
3f9d03a6f6
chg: moved recaptcha from claustra to core
2018-05-19 09:56:24 +02:00
f65eff0015
fix: slow search
2018-05-18 20:44:43 +02:00
0713ac5db7
fix: incomplete account deletion
...
also generally disable deletion of privileged accounts
2018-05-12 19:03:21 +02:00
922f2ed732
add: support for account deletion
2018-05-12 17:39:34 +02:00
48c415cd2c
add: tags to site export
2018-05-11 15:02:45 +02:00
bdf8d227b9
fix: issue with wrong membership name
...
exporting all site content now, anyway
2018-05-11 14:20:53 +02:00
c66b372748
add: site export in json format
...
contains vintage export.xml
2018-05-11 12:56:48 +02:00
f35eaef6aa
add: creator_name to every exported object
2018-05-05 19:24:30 +02:00