Commit Graph

553 Commits

Author SHA1 Message Date
NGPixel
1a4e96d074 fix: use monospaced font for code injection textareas 2020-01-26 17:27:04 -05:00
NGPixel
d0706b376b feat: ctrl + click save in editor to save and close 2020-01-26 13:29:17 -05:00
NGPixel
3e991fa590 misc: dev mode warning on setup 2020-01-25 23:12:57 -05:00
NGPixel
ae53484abd feat: admin ssl - renew cert + toggle redirection btn 2020-01-19 21:30:25 -05:00
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
NGPixel
18b2f60b84 fix: unescaped code in markdown preview panel 2020-01-14 22:41:26 -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
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
661b6044fa feat: verify + activate + deactivate user from admin 2020-01-02 14:19:27 -05:00
NGPixel
0d6676c19b feat: SFTP storage module + sensitive field option 2019-12-25 01:47: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
NGPixel
cb5264e42b fix: hide bullet on links and grid lists 2019-12-20 17:19:53 -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
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
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
a72a7b1cdf fix: disable code block line break + copy button 2019-11-22 16:16:37 -05:00
Hinaloe
115472a3fc fix: exclude non-class attributes from markdown rendering in editor preview (#1251) 2019-11-22 10:52:19 -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
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
NGPixel
1c814638da fix: inconsistent spacing in nested lists 2019-11-16 22:25:51 -05:00
NGPixel
d6f2176de2 fix: insert file for visual editor 2019-11-16 22:02:51 -05:00
NGPixel
bf47e310f5 fix: groups edit tabs UI 2019-11-16 18:56:59 -05:00
Mislav Jakopović
81e6eacd6e misc: extend twemoji country flags (#1163) 2019-11-03 22:27:45 -05:00
NGPixel
491434fd92 fix: marker highlighting for visual editor 2019-11-03 22:25:29 -05:00
NGPixel
d69dde1df5 fix: UI fixes + search crash (#1086) 2019-11-02 16:04:43 -04:00
NGPixel
57f79c19b2 fix: blockquote missing right padding (#1168) 2019-11-02 00:03:39 -04:00
NGPixel
3d5e4abca1 fix: allow value selection in admin system info (#1161) 2019-10-30 23:11:17 -04:00
NGPixel
c83eb25514 fix: breadcrumbs url formatting on 3rd level and higher + missing locale (#930) 2019-10-27 17:39:55 -04:00
NGPixel
e5774a89f1 fix: nested lists indentation (#1114) 2019-10-26 16:43:25 -04:00
NGPixel
f1668b9ac5 feat: import assets from disk module 2019-10-20 14:42:10 -04:00
NGPixel
d987058336 feat: asset add/rename/remove + dump action for git and disk modules 2019-10-19 17:39:45 -04:00
Pavel Korovin
73aa870abc fix: SRI security toggle (#1104) 2019-10-19 03:14:18 -04:00
NGPixel
f8c3aef7bd feat: favicon + manifest update + page selector locale switch fix 2019-10-18 20:23:37 -04:00
Nicolas Giard
334d0a754e
feat: import v1 disk mode config (#1099) 2019-10-14 14:37:47 -04:00
Nicolas Giard
0f079e2d5f
fix: editor select back button (#1098) 2019-10-14 13:07:49 -04:00
NGPixel
c20107408e fix: page selector scroll 2019-10-13 23:10:49 -04:00
NGPixel
62d1d7a1df feat: move page 2019-10-13 19:59:50 -04:00
NGPixel
daa8174d7f feat: github sponsor button + keep parent path in page selector 2019-10-12 21:10:06 -04:00
NGPixel
acb57879dd feat: SRI security toggle 2019-10-12 14:41:45 -04:00
NGPixel
3de0e1499a feat: page tree browser 2019-10-12 00:55:43 -04:00