Harvey Kandola
80aab3ce99
SQL Server provider basics
2019-03-27 15:09:48 -04:00
McMatts
1854998c80
Add diagnostic output for attachment download
2019-03-13 11:42:32 +00:00
McMatts
1d00f8ac6e
Allow sorting of search results and space contents
...
Closes #187
Sort search results and space contents by Name, Created or Revised.
2019-03-13 11:40:36 +00:00
McMatts
f062005946
Introduce transaction isolation customization
...
Search related indexing transactions requires better TX begin/commit.
New helpers provide TX isolation control.
2019-03-08 15:50:55 +00:00
McMatts
36d7136210
Add diagnostic message for LDAP auth
2019-03-08 15:45:46 +00:00
McMatts
e6e5f75ee7
Set doc revised for when section events
...
Supports new space recency filters.
2019-03-08 15:43:17 +00:00
McMatts
eb9501014d
Make WYSIWYG font size & line height to REM
...
End of pixels @harveykandola
2019-03-06 14:11:37 +00:00
McMatts
bb73655327
Write to stderr when onboarding shared space fails
2019-03-04 19:00:15 +00:00
Harvey Kandola
8332e8a03d
Send back saved label after edits
2019-03-03 15:59:13 +00:00
Harvey Kandola
4d0de69489
New release prep
2019-03-01 17:13:29 +00:00
Harvey Kandola
25c247e99b
Introduce new Tabular editor with CSV import support
...
Closes #211 and #202
An all-new tabular editor has been added -- this replaces the previous tabular editor.
Better formatting options.
CSV data can also be imported straight into the table.
2019-03-01 14:28:18 +00:00
Harvey Kandola
f47f09661f
Improve search by tag for MySQL
...
Fixes #214
MySQL requires specific full text search queries.
2019-02-28 13:39:53 +00:00
Harvey Kandola
4b7d4cf872
Ensure non-negative space summary counts
...
Sometimes users direct manipulate database and so space level counts don't match.
We ensure that counts don't go negative.
2019-02-28 12:42:42 +00:00
Harvey Kandola
2510972a83
Allow SMTP config to specify FQDN of sending server
...
/cc @backba
2019-02-28 12:31:02 +00:00
Harvey Kandola
f828583b49
Allow admins to set subdomain for their instance
...
Fixes #209
Admins can see and set subdomain for their instance.
Self-host customers only!
2019-02-27 13:49:59 +00:00
Harvey Kandola
af9bc25660
PlantUML to force UTF-8 encoding
...
Should Fix #213
2019-02-27 13:10:19 +00:00
Harvey Kandola
66003dac21
Logo fetching to match on domain mismatch
...
Fixes #209
Sometimes people use subdomain like docs.example.org but backend does not reflect the domain, e.g. dmz_org.c_domain is empty.
So we fall back to loading logo for empty c_domain value as well.
2019-02-26 11:55:08 +00:00
sauls8t
9aaea9492a
Fix issue with backup/restore of space labels
...
Closed #206
2019-02-21 10:56:15 +00:00
sauls8t
ac84eaf85d
Ensure sqlx.In is compatible with latest PostgreSQL
...
Bump version
2019-02-12 12:15:09 +00:00
Harvey Kandola
bbed3e5a08
Chaneg build number data type to string
...
Fixes #198
2019-02-10 13:12:17 +00:00
McMatts
7f2d2c01a6
Improved MS Word document name extraction
...
Use document filename and not H1 title inside document.
Supports both Linux & MSFT.
2019-02-05 20:25:36 +00:00
Harvey Kandola
5faf6bda9b
Remove label associations when deleting a label
2019-01-26 20:01:35 +00:00
sauls8t
c0c3ca18e2
Fixed an issue with non-admin Jira connector auth
...
Role check should be OR and not AND.
2019-01-24 16:57:23 +00:00
Harvey Kandola
b6d9c54667
Improve attachment and link handling
2019-01-16 16:55:43 +00:00
Harvey Kandola
d281621d90
Optimize space deletion process
...
Utilize multiple SQL transactions to close out the space deletion process.
2019-01-15 20:13:45 +00:00
Harvey Kandola
d05052a5b4
Improve display on vertically constrained screens
...
Changed media queries to invoke mobile-first rendering if screen vertical height is less than 650px.
2019-01-13 13:57:12 +00:00
Harvey Kandola
c1d796e6bc
Update export process with latest build assets
...
We embed CSS into self-contained HTML file.
This change updates the CSS.
2019-01-12 15:14:55 +00:00
Harvey Kandola
0ce10ae5a2
Back-port CSS changes to export process
...
Export process produces a self-enclosed HMTL file.
The new styles introduced in v2 need to be available to the export process, hence this commit.
2019-01-08 18:11:48 +00:00
Harvey Kandola
5467771542
Display category names in documents list (space view)
...
We pre-fetch category names and attach them to documents.
2019-01-08 12:43:25 +00:00
Harvey Kandola
1d4a20cdfe
Optimize category SQL code
...
Removed redundant join condition -- should speed things up!
2019-01-08 12:42:32 +00:00
McMatts
dd355958a2
Refactor custom & default logo logic
2019-01-07 12:41:55 +00:00
McMatts
036f36ba1d
Enable custom logo upload and rendering
2019-01-06 13:50:12 +00:00
McMatts
a211ba051a
Per space label, icon, description
...
Labels introduce visual grouping and filtering of spaces.
2019-01-04 16:33:30 +00:00
Harvey Kandola
92cb03a1db
Make content linker compat with new attachment API
...
Moved fom /attachments to /attachment API endpoint name.
2018-12-21 17:38:55 +00:00
Harvey Kandola
61c648a7ac
Replaced Material Icons & Boostrap with custom UI framework
2018-12-21 11:15:59 +00:00
Harvey Kandola
89957c8278
Change add-ons to use new UI framework
2018-12-20 18:12:17 +00:00
sauls8t
3d2060ca60
Migrate document attachments view to new UI framework
2018-12-19 12:41:36 +00:00
McMatts
d5b5e015d1
Update Space view to use new layout
2018-12-17 13:39:13 +00:00
Harvey Kandola
8d525ce733
Optimize document fetching SQL
...
Removed redundant sub-query to speed up fetching of documents by space.
There is no cross-tenant leak of information with this change.
2018-12-13 12:25:53 +00:00
sauls8t
75a19a80f9
Replace Bootstrap tooltips/popovers/dropdowns
...
With Ember Attacher component.
This commit removes redundant BS code.
Co-Authored-By: McMatts <matt@documize.com>
2018-12-06 14:10:00 +00:00
Harvey Kandola
d7a46ceee6
Implement new refactored color scheme
2018-12-04 17:26:57 +00:00
Harvey Kandola
34d54745f3
New theme layout
2018-12-02 16:19:25 +00:00
Harvey Kandola
679049d2b1
[WIP] User can select theme
2018-11-24 18:39:43 +00:00
Harvey Kandola
11e164496b
[WIP] theme selector
2018-11-24 16:13:21 +00:00
Harvey Kandola
c152d029f2
Add comments
2018-11-21 11:51:54 +00:00
McMatts
5d632712e0
Improve Space permissions
...
Closes out loopholes that allowed managers to kick owners.
2018-11-16 19:18:10 +00:00
McMatts
09635b67ab
Experimental TX refactoring
2018-11-16 19:13:41 +00:00
McMatts
73d91a2dae
Ensure Backup/Restore process activation keys
2018-11-16 19:13:18 +00:00
McMatts
5153d49ad7
Removed redundant vote code
2018-11-13 18:53:29 +00:00
sauls8t
0a313be1de
Ignore product subscription column for table updates
2018-11-12 20:25:55 +00:00