Commit Graph

1623 Commits

Author SHA1 Message Date
Regev Brody
e03a80dccc
feat: underline markdown support (#2073)
* fix: no markdown support for underline #2072
2020-06-18 18:37:24 -04:00
Regev Brody
0e6340f51e
fix: use config value for tokenRenewal expiration (#2042)
* fix: tokenRenewal seems to be hard coded #1540
2020-06-18 13:08:57 -04:00
NGPixel
330c90229e fix: admin locale - help button 2020-06-17 23:05:59 -04:00
jonasjoest
3b055f2ed5
fix: use first email address when retrieving multiple from LDAP (#2051)
Signed-off-by: Jonas Jöst <jonas@gpplanet.de>
2020-06-16 00:11:38 -04:00
Nicolas Giard
9e08718ee9
Merge pull request from GHSA-9jgg-4xj2-vjjj 2020-06-13 21:43:21 -04:00
Regev Brody
4ffd1325bd
fix: sidebar is empty when the jwt token is expired (#2037) 2020-06-10 09:11:14 -04:00
Nicolas Giard
1ca29dd66a
docs: update README
***NO_CI***
2020-06-08 13:06:04 -04:00
Nicolas Giard
735c3bcd3c
docs: update README
***NO_CI***
2020-06-08 12:55:45 -04:00
Nicolas Giard
8332ebbde0
misc: update issue template
***NO_CI***
2020-06-08 11:59:49 -04:00
Nicolas Giard
8b04b6d1c6
misc: add runme configuration
***NO_CI***
2020-06-08 11:16:18 -04:00
NGPixel
939fa0dc2e fix: use quote icon for plain blockquote 2020-06-07 19:34:01 -04:00
Regev Brody
037822b994
fix: secure html module removes target attribute from links (#2012) 2020-06-07 19:23:33 -04:00
NGPixel
ca0708ea75 feat: extra options for generic S3 module 2020-06-07 18:28:16 -04:00
NGPixel
e45145986a feat: generic S3 module 2020-06-07 18:08:33 -04:00
Regev Brody
a508a27475
fix: validate permissions when listing assets (#1928)
* fix: assets permission issues #1926
2020-06-07 16:58:12 -04:00
Nicolas Giard
b2fe025785
docs: update README
***NO_CI***
2020-06-07 12:54:38 -04:00
Nicolas Giard
338bff6cde
docs: update BACKERS
***NO_CI***
2020-06-06 18:33:53 -04:00
Nicolas Giard
561ed3d764
docs: update BACKERS
***NO_CI***
2020-06-06 17:45:10 -04:00
NGPixel
65f71d8e3b fix: strip starting slash from path during page create 2020-06-05 14:52:36 -04:00
NGPixel
deacd80c45 fix: dashboard invalid version on load 2020-06-05 14:46:54 -04:00
Nicolas Giard
155449f8ea
docs: update BACKERS
***NO_CI***
2020-06-05 14:25:34 -04:00
Nicolas Giard
d94df66b09
docs: added cypress results link
***NO_CI***
2020-06-05 14:22:55 -04:00
Nicolas Giard
ff31d252f9
feat: cypress E2E testing (#2002)
* feat: cypress

* dev: move cypress in dev + setup bash script

* fix: cypress docker network host

* fix: override cypress baseUrl

* fix: cypress ci-run.sh dir path

* fix: cypress ci-run vars

* fix: cypress missing group

* fix: cypress path config

* fix: cypress record key

* fix: remove cypress run file

* fix: cypress mssql delay

* misc: use current docker build for cypress tests
2020-06-05 14:13:29 -04:00
NGPixel
c2a0773633 fix: site config host slice 2020-06-04 00:33:27 -04:00
DAlperin
ca87f9088a
fix: respect image floating from visual editor (#1981) 2020-06-02 19:52:56 -04:00
NGPixel
4c038c4ad6 fix: roboto-mono incorrect path for arabic locales 2020-06-01 22:14:57 -04:00
NGPixel
a75ead44d0 fix: update saved state for page meta 2020-06-01 21:52:16 -04:00
NGPixel
144950ea70 fix: stop search loading when exiting 2020-06-01 21:35:10 -04:00
NGPixel
2013ee4fa2 fix: failed auth strategy prevent local auth from initializing 2020-06-01 21:20:21 -04:00
Nicolas Giard
7cb6de0d72
docs: update backers
***NO_CI***
2020-06-01 11:09:08 -04:00
takumi9942
bcd32d44e9
fix: sidebar base64 decode (#1975) 2020-06-01 10:54:02 -04:00
NGPixel
3891816758 fix: setup assets location + mysql migration 2.4.13 2020-05-31 22:39:45 -04:00
NGPixel
d19bf6cce0 fix: hide comment count (wip) 2020-05-31 18:28:53 -04:00
NGPixel
7a946ec0f5 feat: edit comment 2020-05-31 18:15:15 -04:00
NGPixel
e74605501f feat: comments post min delay 2020-05-31 15:54:20 -04:00
NGPixel
8a74904731 feat: comments delete + refresh on post + formatting 2020-05-31 02:13:41 -04:00
NGPixel
83f7c2867d fix: admin security UI 2020-05-30 16:42:48 -04:00
NGPixel
1f9e5b3fd0 feat: delete user with replace target 2020-05-30 16:34:09 -04:00
IndieRodo
006dae1221
fix: links to subtitles with special characters (#1949)
This issue is related to #1006 . The $vuetify.goTo() function expects a UTF-8 ev.target.hash . However, the markdown CRM URIencodes the ev.target.hash (this is great for browser compatibility, not so much for Vuetify)

Adding decodeURIComponent() to ev.target.hash fixes compatibility with Vuetify.

This fixes GitHub issue #1873
2020-05-30 13:10:44 -04:00
Arnaud Duforat
5c07ce0a7c
fix: 404 on apple-touch-icon (#1965) 2020-05-30 13:08:18 -04:00
daneallen
20e6bc1a70
fix: Open Redirect Vulnerability Mitigation - CWE 601 (#1963)
* Open redirect vulnerabilty mitigation

* Refacted Open Redirect to user configurable and corrected incorrect security variable names.

Co-authored-by: danallendds <daniel.allen@friends.dds.mil>
2020-05-29 18:24:20 -04:00
Arnaud Duforat
4b93e04261
fix: 404 on android-icon-192x192 (#1959) 2020-05-29 15:46:47 -04:00
NGPixel
1222355046 feat: comments - default provider create (wip) + permissions 2020-05-26 22:56:24 -04:00
Nicolas Giard
2fe2e6210d
docs: update BACKERS
***NO_CI***
2020-05-25 11:25:28 -04:00
NGPixel
8205faca53 feat: use asar for twemoji assets 2020-05-24 18:02:05 -04:00
NGPixel
a8578c5012 misc: pack twemoji into asar 2020-05-24 15:17:36 -04:00
NGPixel
a0618ee4f6 feat: comments UI improvements 2020-05-23 18:49:10 -04:00
NGPixel
15a45f8b91 fix: admin UI improvements 2020-05-22 23:29:42 -04:00
Reinier van der Leer
d44c9a05cf
fix: make sidebar scrollable if higher than the viewport (#1829) 2020-05-22 15:55:47 -04:00
Dan Later
2c83e3bd84
fix: CKEditor RTL locale support (#1636) 2020-05-22 13:34:53 -04:00