Commit Graph

553 Commits

Author SHA1 Message Date
Nicolas Giard
c5ce6bcbaa
fix: prevent duplicate group assignment (#1081) 2019-10-14 23:56:37 -04:00
Nicolas Giard
cffd32dee0
feat: local disk import all action + v1 import content (#1100) 2019-10-14 23:44:37 -04:00
NGPixel
73c89dfe44 feat: rebuild tree on page update 2019-10-13 22:35:42 -04:00
NGPixel
62d1d7a1df feat: move page 2019-10-13 19:59:50 -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
NGPixel
7a3198c306 fix: linting 2019-10-11 16:39:48 -04:00
NGPixel
2a4b89859c feat: fetch page tree resolver 2019-10-07 23:38:06 -04:00
NGPixel
38c33c58bb feat: rebuild page tree worker 2019-10-07 00:06:47 -04:00
unknown
5438aad637 fix: add site url field to setup page 2019-10-06 14:56:53 -04:00
Nick
5b9dd43e96 feat: import content + x-forwarded toggle 2019-10-05 16:58:34 -04:00
Lawrence Ching
922b7bd1bd feat: Baidu Tongji analytics module (#1087)
* Support Baidu Tongji analytics module

* fix: baidutongji logo + props
2019-10-04 17:07:54 -04:00
Nick
329e9872a1 fix: set minimum db pool size (#1071) 2019-10-02 22:37:41 -04:00
Nick
95535aa3b0 fix: prevent dots and spaces in page path during create 2019-10-02 00:44:18 -04:00
Nick
2e0f861fb2 feat: import users group creation logic 2019-09-29 20:53:41 -04:00
Nick
82ba7d0a36 feat: import users from v1 - db + create users 2019-09-28 22:19:33 -04:00
Nick
454da698a1 fix: git sync untracked 2019-09-27 14:17:12 -04:00
Nick
6a5bc2e273 refactor: plantuml module 2019-09-27 13:43:14 -04:00
Nick
f9e10d5107 fix: force user ids during setup 2019-09-27 11:36:33 -04:00
Ethan Davidson
4f8a28f617 feat: PlantUML markdown module (#1066)
* initial plantuml work

* got plantuml rendering working

* fix: added plantuml module config order
2019-09-26 23:01:45 -04:00
Nick
7b46d2a4fc fix: use companion agent for docker upgrade 2019-09-23 00:37:18 -04:00
Nick
1a7ace5107 feat: CONFIG_FILE env param 2019-09-22 16:43:47 -04:00
Nick
d0dc300a59 feat: docker auto upgrade 2019-09-22 16:32:39 -04:00
Nick
766eebbe2f fix: editor selection UI + config trim DB_PASS_FILE 2019-09-21 22:25:54 -04:00
Nick
53cdb11239 fix: replace mail pass unless changed (#1053) 2019-09-21 11:02:03 -04:00
Nick
06250c4f03 fix: ignore mailto links from processing (#1041) 2019-09-21 10:49:58 -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
Nick
309de5bc17 misc: deps cleanup + form validation fixes 2019-09-15 23:20:40 -04:00
Nick
26842ab62b feat: reconnect links after page update 2019-09-14 13:14:07 -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
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
eac12121bb fix: always prefix lang for non-default language in disk storage module (#1000) 2019-08-31 17:56:49 -04:00
Nick
28c443c356 feat: admin dashboard recent pages + update deps 2019-08-31 15:00:31 -04:00
Nick
7b2c35d2dc fix: page not found component (#990) 2019-08-30 21:23:27 -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
1d8f1f50e1 fix: prevent empty page content 2019-08-26 23:19:39 -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
ca25661f81 fix: remove generated view files 2019-08-26 22:53:05 -04:00
Nick
1419e9613a fix: welcome page crash 2019-08-25 16:52:16 -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
Nick
823ff1bc61 feat: update user 2019-08-17 18:29:58 -04:00
Nick
a6fa4fb4ac feat: admin edit user (wip) 2019-08-11 23:26:29 -04:00
Nick
2d2cf90514 feat: admin create user + markdown help fix 2019-08-10 22:14:53 -04:00
Nick
577a061033 misc: admin vuetify 2.0 UI + arabic display improvements 2019-08-10 12:18:14 -04:00
Nick
c4629419d3 fix: admin rendering UI + dark mode 2019-08-04 23:53:21 -04:00
rbtprograms
0f9ddf1e5d fix: Switch converted to Object Literal (#940)
* updating a switch into object literal and fixed a couple linter errors

* added a comment about weird formatting

* style: use lodash get

* fix: pass eslint + puglint + jest
2019-08-04 16:31:13 -04:00
Tiemen
e184fed8ee feat: skip discord authorization screen (#949) 2019-08-04 15:56:46 -04:00
Nick
e1f8bf59f5 fix: sidebar display 2019-08-04 13:54:23 -04:00
Nick
065c1bb12e misc: migrate to vuetify 2.0 (wip) 2019-08-03 22:51:29 -04:00
NGPixel
eccf1a1b19 misc: migrate to vuetify 2.0 (wip) 2019-07-29 04:51:43 +00:00
Nick
7f4e392877 fix: gitlab baseurl typo (#934) 2019-07-23 21:21:24 -04:00
Nick
0c6472ab85 feat: azure ad auth 2019-07-20 11:09:55 -04:00
Nick
9966a97bd3 feat: azure ad auth (wip) 2019-07-20 00:16:29 -04:00
Nick
08fd10603f fix: locale db field length 2019-07-16 22:23:41 -04:00
Nick
59dc6fde56 fix: fontawesome 5 latest version 2019-07-14 22:52:17 -04:00
Nick
fd8d358b63 fix: git private key alt paste mode 2019-07-14 18:55:12 -04:00
Nick
5689444a17 feat: page locale migration + deps update 2019-07-14 16:12:26 -04:00
Nick
8b7122277a fix: github enterprise auth compatibility 2019-07-14 13:36:39 -04:00
Nick
d74683b5fd fix: i18n client caching 2019-07-14 13:21:33 -04:00
Nick
6974811658 fix: editor locale redirect + welcome page localization 2019-07-13 20:27:31 -04:00
Nick
d546695143 fix: legacy login errors + logout button 2019-07-13 16:18:43 -04:00
NGPixel
03e80bdff3 feat: legacy login 2019-07-13 19:15:35 +00:00
Nick
bd24ff225b fix: gitlab baseurl missing (#907) 2019-07-13 01:57:50 -04:00
Nick
4eda8d6635 feat: alternate navigation icon set 2019-07-13 01:45:03 -04:00
Nick
b6f1e1805e feat: locales availability + IE display mode 2019-07-12 23:57:15 -04:00
Nick
1424c3a8bf feat: utilities - telemetry 2019-07-06 17:43:50 -04:00
Nick
dc4fa9b31e feat: utilities - cache 2019-07-06 17:06:42 -04:00
Nick
13f172978f feat: pages admin + path parsing fixes 2019-07-02 01:48:19 -04:00
Nick
4f968cf230 feat: simplified setup 2019-06-30 22:37:04 -04:00
Nick
604941fe6a feat: utilities section (wip) + auth utilities 2019-06-30 15:18:26 -04:00
Nick
9cd8657ce6 feat: 4 new analytics modules 2019-06-29 16:45:27 -04:00
Nick
2890d9ccf0 fix: handle duplicate page entries without render content 2019-06-25 22:48:23 -04:00
NGPixel
4e990d50eb feat: gitlab auth module + storage locale namespacing fix 2019-06-25 02:13:41 +00:00
Nick
2870da0e9e feat: analytics code rendering 2019-06-23 22:57:04 -04:00
Nick
537551874b feat: analytics modules backend + admin panel 2019-06-23 18:35:14 -04:00
Nick
b34aa5bab4 fix: elasticsearch module upgrade + deps update 2019-06-22 23:32:48 -04:00
Nick
d0b73c5a9b fix: UI localization on load + update all namespaced locales 2019-06-22 12:44:32 -04:00
Nick
1dfb55e803 feat: default locale with namespacing 2019-06-21 23:39:04 -04:00
Nick
28cf67cdaa feat: sideloading + locales nav menu 2019-06-21 20:54:09 -04:00
Comran Morshed
b690603412 fix: locale override not loading (#880) 2019-06-15 12:07:16 -04:00
Nick
0f1c3a1658 feat: translations (wip) 2019-06-08 21:00:12 -04:00
Nick
f93ea02975 fix: self-registration not assigning to predefined group 2019-06-08 13:30:07 -04:00
Nick
40d224e8c0 feat: admin mail - send test email 2019-06-08 00:07:30 -04:00
Nick
17f9f0baa9 feat: rtl display + dark theme improvements 2019-06-07 20:04:51 -04:00
Nick
922f179a90 feat: LDAP debug flag 2019-06-04 22:23:32 -04:00
Nick
f7ebccbb43 fix: avoid setting db ssl unless explicitly provided 2019-06-04 03:14:07 -04:00
Nick
a50bb2f281 fix: replace spaces in upload filenames 2019-06-02 22:18:11 -04:00