HarveyKandola
c35eb16fc5
Merge branch 'auth-with-cas' of https://github.com/dereknex/community into pr/306
2019-08-27 10:59:42 +01:00
HarveyKandola
9dd78ca9be
Fix typos
2019-08-27 10:59:40 +01:00
Derek Chen
891ba07db8
add run cas server section
2019-08-21 23:25:12 +08:00
sauls8t
2ee9a9ff46
Setting first/last name for all scenarios
2019-08-18 15:23:01 +01:00
Derek Chen
399c36611f
update user firstname and lastname when login with CAS
2019-08-18 21:33:25 +08:00
Derek Chen
fbb73560c0
Get firstname and lastname from CAS attributes
2019-08-17 22:13:37 +08:00
Derek Chen
15e687841f
Merge branch 'auth-with-cas' of github.com:dereknex/community into auth-with-cas
2019-08-16 22:24:51 +08:00
Derek Chen
0a10087160
fix got blank page when CAS auth failure
2019-08-16 22:17:52 +08:00
Derek Chen
9d0d4a7861
fix got blank page when CAS auth failure
2019-08-16 22:00:55 +08:00
sauls8t
fc60a5917e
Allow user sync when dual auth mode
...
LDAP sync can be executed if dual mode authentication is enabled.
2019-08-16 10:37:58 +01:00
sauls8t
285a01508b
LDAP fix for dual mode
2019-08-15 17:28:45 +01:00
sauls8t
4f248bf018
Linting
2019-08-15 17:15:39 +01:00
sauls8t
32dbab826d
Bumped database driver dependencies
...
Latest used for MySQL, SQL Server and PostgreSQL
2019-08-15 14:51:40 +01:00
sauls8t
b6e1543b7f
Merge branch 'master' of https://github.com/documize/community
2019-08-15 13:57:00 +01:00
Harvey Kandola
f8bb879a70
Merge pull request #307 from dereknex/docker-build
...
Build Documize with docker
2019-08-15 13:54:53 +01:00
sauls8t
20366e6776
Fix typo
2019-08-15 13:54:26 +01:00
Derek Chen
ffacf17c5f
update bindata.go
2019-08-14 17:39:41 +08:00
Chen Chong
bfe4c5d768
Update Dockerfile
2019-08-14 09:07:57 +00:00
Derek Chen
0f3a618140
Update Dockerfile
...
fix docker build miss 'gcc' error
2019-08-14 16:54:52 +08:00
Derek Chen
826f6d96a6
fix docker build miss gcc issue
2019-08-14 16:51:55 +08:00
苗超
6a9fa0140a
Update Dockerfile
2019-08-14 08:38:47 +00:00
Derek Chen
24619c6a58
fix merge error
2019-08-14 11:48:59 +08:00
Derek Chen
ebc8214049
Merge branch 'docker-build' into auth-with-cas
2019-08-14 11:39:16 +08:00
Derek Chen
71c1def5c7
add Dockerfile
2019-08-14 11:36:41 +08:00
Derek Chen
fded0014a3
Merge branch 'master' into auth-with-cas
2019-08-13 22:32:40 +08:00
Derek Chen
041091504f
fix lost auth token issue when refresh page
2019-08-13 22:10:08 +08:00
Derek Chen
8c2df6178d
auth with cas
2019-08-09 13:44:03 +08:00
sauls8t
02d478c6dd
Latest embedded assets
2019-08-07 17:21:39 -04:00
Derek Chen
8c99977fc9
working on forentend
2019-08-08 00:40:03 +08:00
sauls8t
9d6b6fec23
Bump version to 3.1.2
2019-08-05 13:54:25 -04:00
sauls8t
4e0e3b5101
Upgrade Markdown preview dependency
...
v9.0.1
2019-08-05 13:35:26 -04:00
sauls8t
e219c97a6b
Enbale browser context menu for TinyMCE
2019-08-05 13:29:08 -04:00
sauls8t
7485f2cef7
Upgrade TinyMCE to v5.0.12
2019-08-05 13:28:48 -04:00
sauls8t
627195aae7
Clarify permissions explanation
2019-08-05 13:06:35 -04:00
Harvey Kandola
f39be2a594
Merge pull request #302 from Ma27/markdown-html-preview
...
Render HTML in Markdown during previews as well
2019-08-04 13:20:46 -04:00
Maximilian Bosch
444b4fd1f7
Render HTML in Markdown during previews as well
...
When having e.g. a markdown-based section in a document where you
reference another document, a HTML-link is generated. However when
previewing changes, the raw HTML is shown.
With setting `html: true` in the configuration for `markdownit`[1],
HTML is detected and properly parsed (Also markup tags such as `<h1>`
are rendered properly just like when using `blackfriday` to request a rendered
section).
Regarding probably harmful side-effects: setting e.g. `<style>* { display:
none !important; }</style>` causes a white page with `markdownit` as
well as with `blackfriday`. `<script>` tags aren't affected since
`handlebars` mostly breaks with `<script>` tags within variables that
are substituted using `{{{var}}}` into the DOM[3].
Please note that I didn't commit the modifications in `embed/bindata.go`
as it seemed to me after looking at the history that those updates are
only done when preparing a release.
[1] 1ad3aec204/lib/presets/default.js (L6-L9)
[2] https://github.com/documize/blackfriday/blob/master/markdown.go#L105-L146
[3] https://github.com/wycats/handlebars.js/issues/531
2019-08-01 21:02:35 +02:00
sauls8t
b31f330c41
Fixed SQL Server JSON support
...
Closes #298
2019-07-18 10:14:41 -04:00
sauls8t
69077ce419
Provider sample data for Cloud onboarding
2019-06-29 15:37:49 +01:00
sauls8t
201d2a339c
Prep v3.1.0 build
2019-06-25 17:52:03 +01:00
sauls8t
326019d655
Add padding for section headings in export view
2019-06-25 17:25:00 +01:00
sauls8t
264c25cfe0
Prevent space user invitation for non-Documize auth providers
...
If running LDAP or Keycloak authentication, you cannot bypass user sync process to invite new users.
Closes #284
2019-06-25 17:05:25 +01:00
sauls8t
595301db64
Replace UPLOAD with + for attachments action
2019-06-25 16:53:43 +01:00
sauls8t
d6432afdad
Sort labels by name
...
DB layer sorts, UI just receives and displays as-is.
2019-06-25 16:52:31 +01:00
HarveyKandola
9c36241b58
Update SQL Server driver library
2019-06-25 15:37:19 +01:00
HarveyKandola
c538fc9eb1
Update PostgreSQL driver library
2019-06-25 15:33:51 +01:00
HarveyKandola
f3df43efe0
Updated Go MySQL driver library
2019-06-25 15:26:53 +01:00
HarveyKandola
d04becc1a3
Improved backup/restore compatibility between DB providers
2019-06-25 15:26:38 +01:00
HarveyKandola
3621e2fb79
Install helps docs as part of onboarding process
...
Our own docs are installed as sample data!
Refactored search reindexing code.
2019-06-24 17:01:56 +01:00
HarveyKandola
411f64c359
Typo
2019-06-20 15:28:34 +01:00
HarveyKandola
ae923e7df1
Make tooltips use theme skin
2019-06-20 15:28:23 +01:00