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
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
HarveyKandola
bfe5262cb5
Streamlined add router methods
2019-06-20 15:27:09 +01:00
sauls8t
80f0876b51
Show admins incomplete config indicator
...
SMTP checks to start with.
2019-06-19 13:39:36 +01:00
sauls8t
b2cd375936
Increase border radius for UI card elements
2019-06-19 12:48:18 +01:00
sauls8t
243a170071
Fixed SQL syntax for SQL Server
...
Affected User Group admin
2019-06-19 12:47:47 +01:00
sauls8t
fb3f2cc24b
Send product edition meta to setup wizard
2019-06-19 12:47:18 +01:00
sauls8t
946c433018
Detect first-time login event
2019-06-19 12:46:46 +01:00
sauls8t
4d2f30711c
Accept activation key during setup process
...
Enterprise edition only.
2019-06-19 12:46:05 +01:00
HarveyKandola
887c999a1e
Bumped Go compilation to v1.12.6
2019-06-14 15:16:28 +01:00
HarveyKandola
b256bf2e9d
Move product assets to AWS S3
...
Moving from Google Cloud bucket to AWS S3 bucket.
2019-06-12 18:17:05 +01:00
Harvey Kandola
8f4cd755de
Merge pull request #282 from documize/core-0619
...
The all new v3 is here sporting a new layout, better theming, quick-jump to spaces and content, tonnes of document view improvements, comment replies, expand/collapse doc views and much more.
2019-06-12 14:19:12 +01:00
HarveyKandola
64612b825a
Include new comment fields in backup/restore process
...
c_sectionid
c_replyto
2019-06-12 13:52:30 +01:00
HarveyKandola
216866a953
Shrink doc meta font size
2019-06-12 08:44:37 +01:00
HarveyKandola
14820df165
Move doc headings above doc meta
2019-06-11 18:03:28 +01:00
sauls8t
f7a738ad84
v3 build prep
2019-06-11 11:41:09 +01:00
sauls8t
df2775f8a4
Remove confusing dick handlers from document meta zone
2019-06-11 10:38:57 +01:00
sauls8t
a710839f69
Tidy up draft permission handling
...
Removes inconsistency of approvals vs. lifecycle.
2019-06-11 10:38:39 +01:00
sauls8t
2a45c82b46
Remove redundant logging
2019-06-11 10:37:49 +01:00