Commit Graph

1505 Commits

Author SHA1 Message Date
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
NGPixel
3d6b04f75d fix: handle email verification exceptions (#1227) 2019-11-23 15:06:34 -05:00
NGPixel
49819b41db fix: missing write:pages perm for edit existing pages (#1228) 2019-11-23 14:32:49 -05:00
NGPixel
a72a7b1cdf fix: disable code block line break + copy button 2019-11-22 16:16:37 -05:00
Nicolas Giard
c025a55fcc
docs: update question---help.md template
[ci skip]
2019-11-22 13:19:21 -05:00
Nicolas Giard
4c75b4a08a
docs: update bug_report.md template
[skip ci]
2019-11-22 13:15:46 -05:00
Hinaloe
115472a3fc fix: exclude non-class attributes from markdown rendering in editor preview (#1251) 2019-11-22 10:52:19 -05:00
NGPixel
46630e1638 fix: allow target in markdown attrs (#1240) 2019-11-21 22:32:41 -05:00
Sebastien
70c3fc775e fix: admin system title text selection (#1247)
* Select Node.js and PostgreSQL version strings 

Select Node.js and PostgreSQL version strings are now selectable

* fix: admin system title text selection
2019-11-21 15:30:43 -05:00
Nicolas Giard
88b550b3a0
docs: update openshift example
[skip ci]
2019-11-19 18:06:23 -05:00
Zhiming Wang
b19fb2a08c fix: wrong page title positioning in Safari (#1233)
Fixes #1221.
2019-11-19 12:32:29 -05:00
Nicolas Giard
e764e74a73
fix: markdown help dialog shown below editor 2019-11-18 14:37:55 -05:00
George Vagenas
68200f5136 fix: use https for plantuml (#1223) 2019-11-18 13:51:19 -05:00
Nicolas Giard
600bd9d426
docs: update example docker-compose.yml
[skip ci]
2019-11-17 22:57:49 -05:00