Commit Graph

1318 Commits

Author SHA1 Message Date
NGPixel 59a8e9929c fix: diff2html css path 2020-01-18 15:26:02 -05:00
NGPixel 91e897ccd9 fix: admin contribute list + source permission 2020-01-18 15:19:03 -05:00
Nicolas Giard c04eea9c2b docs: update BACKERS.md 2020-01-17 16:13:05 -05:00
NGPixel 18b2f60b84 fix: unescaped code in markdown preview panel 2020-01-14 22:41:26 -05:00
NGPixel b18dd29fa0 feat: browse page by ID 2020-01-14 22:21:43 -05:00
alancnet e836a49776 fix: light background in nested ckeditor unless dark mode (#1372) 2020-01-13 12:23:44 -05:00
NGPixel 1b749e7bf2 fix: letsencrypt maintainerEmail 2020-01-12 13:23:01 -05:00
NGPixel c6933a2d20 feat: let's encrypt 2020-01-11 22:33:27 -05:00
alancnet 73da73a595 fix: allow highlight color (#1365) 2020-01-10 19:48:16 -05:00
NGPixel 0d6562cca4 feat: admin utilities - rerender all pages 2020-01-05 17:40:28 -05:00
NGPixel 6920a35d80 feat: visualize pages (dendograms) 2020-01-05 15:04:16 -05:00
NGPixel 4698afdaeb fix: truncate pictureUrl if too long (#1311) 2020-01-03 16:35:50 -05:00
NGPixel 0755c538ed fix: html rendering order param + decodeEntities 2020-01-03 01:07:29 -05:00
NGPixel edd11cd73f feat: make relative links root absolute option 2020-01-02 20:30:48 -05:00
NGPixel 661b6044fa feat: verify + activate + deactivate user from admin 2020-01-02 14:19:27 -05:00
Nicolas Giard 689313dca5 docs: fix feedback link in CONTRIBUTING.md 2020-01-02 13:41:52 -05:00
NGPixel 82376c19b9 fix: render system link detection resets on each find 2020-01-02 13:33:27 -05:00
NGPixel 1c60d98d17 fix: remove SRI from setup view template 2020-01-01 01:54:51 -05:00
Scott Simontis bb03aed1c8 fix: exclude tel: links from parsing #1318 (#1344)
Telephone links will no longer be incorrectly parsed as web links.

Signed-off-by: Scott Simontis <yo@scottsimontis.io>
2019-12-31 14:41:05 -05:00
NGPixel 3092615c5e fix: improve db error reporting for pg 2019-12-30 16:45:25 -05:00
NGPixel f1725159f7 feat: accept db ssl config 2019-12-30 16:18:30 -05:00
Nicolas Giard 89dc81a2c6 docs: update BACKERS.md 2019-12-30 12:17:00 -05:00
Bart 5973daa497 docs: fix backers.md dead link (#1336) 2019-12-27 13:40:02 -05:00
Nicolas Giard 546e258e70 docs: update gh donate button
[skip ci]
2019-12-27 13:29:56 -05:00
Nicolas Giard 6cd155194a docs: updated README special thanks 2019-12-26 13:22:11 -05:00
NGPixel 0d6676c19b feat: SFTP storage module + sensitive field option 2019-12-25 01:47:19 -05:00
NGPixel 4a2f1d045b feat: azure blob storage provider + s3 rename fix 2019-12-23 00:12:19 -05:00
NGPixel 14c842ff9d fix: rtl offset + list indent (#1326, #1327) 2019-12-22 18:49:17 -05:00
NGPixel f09f1f4f1e feat: delete a user 2019-12-22 16:08:18 -05:00
NGPixel 3b347f262c feat: save rendering configuration 2019-12-21 16:41:03 -05:00
Nicolas Giard 9166e27e87 docs: update BACKERS.md 2019-12-20 21:01:48 -05:00
NGPixel cb5264e42b fix: hide bullet on links and grid lists 2019-12-20 17:19:53 -05:00
alancnet a257831c6c fix: rebuild-tree exceeds mssql parameter limit (#1328)
* fix: rebuild-tree exceeds mssql's parameter limit

* docs: details per query max parameters limits

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2019-12-19 16:48:05 -05:00
alancnet a457e82b16 fix: getPagePath would include a trailing (#1323) (#1324)
This excludes the trailing slash from the locale code.
2019-12-19 16:07:06 -05:00
NGPixel aa5368b2a1 feat: katex + admin SSL UI (wip) + dev warning 2019-12-18 23:45:33 -05:00
Noel Cower d407312caa fix: list item formatting for lists with paragraphs (#1283)
This removes the fancy tick-mark next to unordered list items, which is
a little depressing, but fixes formatting for them when they contain
paragraphs (`<p>` elements). The tick-mark has been replaced with
a square mark. Both ordered and unordered lists have grown 1rem of left
padding to compensate for their position.

Considered using disclosure-closed as a similar triangle replacement,
but it's not regarded as something that should be used in production
(per MDN). Using a simple string is unsupported because it's only in
a CSS working draft, so a square is the least controversial option,
I think.

Closes #1282.
2019-12-16 00:55:32 -05:00
Artem S Vybornov 243840c5eb fix: postgres engine to query using configured locale (#1269)
* fix: Postgres Engine to query using right locale
* fix: postgres search dictLanguage parameter binding
2019-12-15 17:52:42 -05:00
Sebastien 8d735c2cc7 fix: admin pages sorted by "last updated" by default (#1271)
* admin pages sorted by "last updated" by default. Creator and last Editor now in the table

#1270

* Sort by 'Last Updated' by default
2019-12-15 17:48:11 -05:00
NGPixel fa526752fb fix: arm dockerfile build step 2019-12-14 23:12:54 -05:00
NGPixel 8c79467481 fix: update docker base image to 12.13 2019-12-14 22:29:18 -05:00
NGPixel ce5aa3acc0 feat: Dockerfile for arm builds 2019-12-14 22:25:58 -05:00
Nicolas Giard 152fed663d docs: update BACKERS.md 2019-12-14 12:00:48 -05:00
NGPixel 278cd7173d feat: rendering security module 2019-12-11 23:36:19 -05:00
Nicolas Giard 4fb08cb126 docs: update BACKERS.md 2019-12-08 12:12:14 -05:00
Nicolas Giard 208b651eb9 docs: update docker-compose example 2019-12-05 17:49:08 -05:00
NGPixel 5d7509acdf feat: api docs editor (wip) + deps update 2019-12-01 22:45:37 -05:00
NGPixel 9e35126fc5 fix: search hint display no results found error when empty (#1255) 2019-11-23 16:35:34 -05:00
NGPixel f154f9cae5 fix: markdown preview fails to load lang files for code blocks (#1162) 2019-11-23 16:26:24 -05:00
NGPixel 3183014b25 fix: postgreSQL search engine error during page move (#1181) 2019-11-23 16:21:10 -05:00
NGPixel e35e68d764 fix: exclude assets from internal link detection (#1189) 2019-11-23 16:13:41 -05:00