Commit graph

3984 commits

Author SHA1 Message Date
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
96ca0b6690 Fix CodeQL issue js/useless-regexp-character-escape 2021-12-11 11:31:21 +01:00
42799ec995 Add support for hiding elements “x-cloaked“ with AlpineJS 2021-12-04 22:58:52 +01:00
7fef2bfaa8 Improve header display across browsers 2021-12-04 22:58:05 +01:00
32e1a595eb Slightly increase top margin of main header 2021-12-04 22:28:36 +01:00
0bf402827f Format comments with Markdown by default 2021-12-04 22:14:45 +01:00
750f174508 Update URLs of Antville / Helma buttons 2021-12-04 22:13:38 +01:00
675d0c4182 Add support for lazy loading in image macro 2021-12-04 22:12:05 +01:00
d0d0ba7ddb Modify hash for automatic login to only include one IP
Remove unused cookieLevel property
2021-09-05 15:22:25 +02:00
628caae82c Set default release date to Antville’s birthday 2021-06-06 20:45:03 +02:00
4835eb8884 Bump commonmark version 2021-04-18 15:53:56 +02:00
9e0b760237 Save domains.map in static dir 2021-04-18 14:58:31 +02:00
0ec3464962 Remove obsolete code in comments 2021-04-04 14:22:49 +02:00
1e78e4da64 Still tweaking redirect after delete/cancel 2021-04-04 14:08:12 +02:00
34f61ea7d9 Use hashed filenames when saving
Refactor File.getName() method to return a string consisting of the
hashed filename, a random string and the current timestamp.

This way, there should be no more issue with unsupported characters in the
filename.

Furthermore, Helma’s internal access names are now fully decoupled from
the filename and thus, the full unicode set should be available for naming.
2021-04-04 13:46:40 +02:00
97b2d790c7 fix: incorrect site reference when displaying timeline 2020-06-14 19:25:31 +02:00
83575dd27d fix: redirecting on cancelled delete dialog 2020-06-14 18:58:45 +02:00
11639f9319 chg: reverted to more strict file name pattern 2020-05-31 22:21:07 +02:00
9fc91c221d chg: localize errors for accepting terms / gdpr 2020-05-24 22:28:04 +02:00
751d1d2523 fix: “null” string showing in alt/title attributes of images 2020-05-24 13:06:51 +02:00
6c407d72b3 fix: missing default properties in root site 2020-05-23 22:41:51 +02:00
820d11f35f fix: incorrect client-side hashing of password 2020-05-23 12:09:11 +02:00
707fd6391f fix: missing properties of default site created by db script 2020-05-23 10:34:00 +02:00
3e50f2a636 fix: missing upload input on layout import 2020-05-23 09:39:14 +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
8e6e401cec fix: display of version and build date 2020-05-17 20:42:36 +02:00
b1c60cbf00 add: properties for build version and date (placeholders)
both will be replaced with actual values on build
2020-05-17 17:14:34 +02:00
44b59e87fd fix: boolean check for alpine value
See https://github.com/alpinejs/alpine/pull/486
2020-05-17 15:07:55 +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
319186547e fix: missing style for disabled submit buttons 2020-05-02 19:54:10 +02:00
eaa3ba2357 chg: rewrote most client-side code with alpine.js 2020-05-02 17:44:26 +02:00
21191ded75 chg: wrapped client-side code in iife 2020-05-02 17:35:38 +02:00
a7fe64b70e chg: surrounded client-side code with iife 2020-05-02 16:41:33 +02:00
a5fd70eba5 chg: load all necessary files from within editor skin 2020-05-02 16:27:21 +02:00
e214e9c80f del: work-around for https://github.com/uikit/uikit/issues/1149
was fixed alreday in 2015 with fe0b2e0010
2020-05-02 15:58:43 +02:00
95b4baf2cd fix: github security alert with jquery upgrade 2020-05-02 00:38:57 +02:00
49fad937e8 chg: move jquery collage plugin into extra file loaded in gallery only 2020-05-01 16:04:41 +02:00
9e28a3af94 fix: jsonp response not containing json 2020-04-24 22:26:47 +02:00
0cfd2abe5e del: console.log 2020-04-24 19:04:07 +02:00
da1c419875 chg: rewrote most client-side code without using jquery 2020-04-13 13:40:06 +02:00
1e83a393c3 fix: accidentally committed file paths with date string 2020-04-10 20:43:09 +02:00
1e8ac45da8 fix: client-side code requiring server-side rendering 2020-04-10 20:40:31 +02:00
302d2e3729 chg: refactored formica bookmarklet for using proxy claustra 2020-04-10 20:36:39 +02:00
307723572a add: some http headers for better changes to get a reasonable response 2020-04-10 20:34:37 +02:00
23e7af26a6 chg: moved client-side js code from .skin to main.js 2020-04-05 21:11:13 +02:00