Commit Graph

1260 Commits

Author SHA1 Message Date
Nick
06250c4f03 fix: ignore mailto links from processing (#1041) 2019-09-21 10:49:58 -04:00
Nick
3db491a8a4 fix: display admin link to all admin permissions (#1052) 2019-09-21 10:45:40 -04:00
Nick
744e6e3248 fix: restore unicode chars for search content 2019-09-21 10:36:09 -04:00
Nick
89754ca7fc feat: DB_PASS_FILE argument support 2019-09-21 01:10:45 -04:00
Nicolas Giard
f01449a2e4
docs: update BACKERS.md 2019-09-16 21:32:56 -04:00
Nick
a4eb5584bb feat: editor selection UI improvements 2019-09-15 23:40:52 -04:00
Nick
309de5bc17 misc: deps cleanup + form validation fixes 2019-09-15 23:20:40 -04:00
Nick
1717f7a8d3 feat: editor media modal UI for ckeditor 2019-09-14 15:35:47 -04:00
Nick
26842ab62b feat: reconnect links after page update 2019-09-14 13:14:07 -04:00
Nick
d89bf1ab71 feat: browse tags localization 2019-09-12 20:50:31 -04:00
Nick
2fcbe4a3c1 fix: hide create account link for non-local strategies 2019-09-10 15:31:00 -04:00
Nick
dedcd191a3 feat: editor select custom view UI 2019-09-10 14:50:16 -04:00
Nick
b6fd070b0b feat: list pages by tags + fix search permissions 2019-09-08 21:31:31 -04:00
Andrew Sim
5202eadebb feat: AWS S3 + Digitalocean Spaces storage modules (#1015)
* Provide basic implementation of AWS S3 storage module

* Abstract S3 Compatible Storage Module logic

* Refactor `getFileExtension()` into the `page` object

* Add implementation for Digitalocean storage module

* Remove accidental `async`/`await` in S3 Storage Module

* Remove argument from the call to `page.getFileExtension()`

https://github.com/Requarks/wiki/pull/1015#discussion_r321990073
2019-09-08 21:11:25 -04:00
Juan Baez
3ab7bcf8ea fix: host ref in html-core renderer (#1021)
Fixing typo on: "server\modules\rendering\html-core\renderer.js"

Lines 40 and 41. Invalid reference to "WIKI.config.site.host" -- should be: "WIKI.config.host"

This was causing rendering issues when attempting to create some sample pages; such as: https://github.com/jbaez001/markdown-cheatsheet
2019-09-08 21:09:46 -04:00
Nick
69e644e18f fix: code linting 2019-09-08 12:39:05 -04:00
Nick
7634bd266d feat: ckeditor 2019-09-08 12:01:17 -04:00
Nick
04193dbc6f feat: database connection retries on start 2019-09-04 22:23:44 -04:00
Nick
33e31a9901 feat: page links table 2019-09-02 22:18:59 -04:00
Nick
ab463fcae1 feat: tags on page fetch + pageLinks table schema 2019-09-02 18:32:33 -04:00
Nick
efab00fa0c feat: content link states 2019-09-02 15:33:56 -04:00
Nicolas Giard
e491af44ad
docs: updated sponsor link 2019-09-01 21:28:59 -04:00
Nicolas Giard
6c2e3ac2bf
docs: updated sponsor logo 2019-09-01 21:20:51 -04:00
Nick
22e51c9862 fix: tags load from editor 2019-09-01 18:38:09 -04:00
Nick
5a7fd2d73e feat: tags UI (wip) + save tags from page 2019-09-01 18:33:36 -04:00
Nick
8e80b7471d feat: editor page props UI improvements + codemirror fix 2019-08-31 22:10:58 -04:00
Nick
cc469d8785 fix: handle anchor links within the page contents (#1006) 2019-08-31 21:59:14 -04:00
Nick
eac12121bb fix: always prefix lang for non-default language in disk storage module (#1000) 2019-08-31 17:56:49 -04:00
Nick
7a582f7146 fix: incorrect default lang selected in page-selector component (#1005) 2019-08-31 17:49:54 -04:00
Nick
28c443c356 feat: admin dashboard recent pages + update deps 2019-08-31 15:00:31 -04:00
Nick
3b02d701c4 fix: editor mardkwon scroll sync 2019-08-31 11:14:15 -04:00
Nick
025a0eeee3 fix: editor media modal displayed below editor (#992) 2019-08-30 21:27:02 -04:00
Nick
7b2c35d2dc fix: page not found component (#990) 2019-08-30 21:23:27 -04:00
Nick
a41ca694be fix: vuetify not transpiled for MS Edge (#994) 2019-08-30 16:42:24 -04:00
Nick
06c2e6e88c fix: missing mdi icons on registration dialog (#996) 2019-08-30 16:15:58 -04:00
Nicolas Giard
e5d7ea8ce1
feat: add missing keycloak auth icon 2019-08-30 14:27:32 -04:00
D4uS1
94b0121efa feat: add keycloak auth provider (#1004)
* added custom keycloak authentication.

* update readme.

* updated readme.

* reverted README for PR.

* fix: use async/await

* changed callback parameter name from done to cb.

* fix: keycloak description + website

* fix: keycloak logo
2019-08-30 14:26:34 -04:00
Nick
9313bf8dde fix: clarify icons fa prefixes in admin nav help 2019-08-26 23:37:49 -04:00
Nick
1d8f1f50e1 fix: prevent empty page content 2019-08-26 23:19:39 -04:00
Nick
518602b0d4 fix: hide incomplete ratings panel 2019-08-26 23:11:21 -04:00
Nick
13358b26b0 fix: auto redirect to login from homepage 2019-08-26 23:06:58 -04:00
Nick
93237cdaeb fix: broken unauthorized page 2019-08-26 23:03:56 -04:00
Nick
fd0335c613 fix: login dialog dark mode 2019-08-26 22:54:02 -04:00
Nick
ca25661f81 fix: remove generated view files 2019-08-26 22:53:05 -04:00
Nick
c29d11f775 fix: scroll anchor preventing text selection 2019-08-25 17:12:38 -04:00
Nick
1419e9613a fix: welcome page crash 2019-08-25 16:52:16 -04:00
Nicolas Giard
a8e264cded
fix: disable GH Actions build
[ci skip]
2019-08-25 14:28:45 -04:00
Nick
10e19700e5 fix: UI improvements 2019-08-25 14:23:56 -04:00
Nick
7f67c72757 fix: missing vuetify-loader in webpack prod 2019-08-24 23:25:54 -04:00
Nick
d3e693ab46 feat: mandatory password change on login + UI fixes 2019-08-24 22:19:54 -04:00