Harvey Kandola
01e53c3d27
Fix sanitization of document title
2022-09-12 12:35:40 -04:00
Harvey Kandola
6c8b10753d
i18n fixes
2022-03-21 19:14:10 -04:00
HarveyKandola
0c3fed2b18
Prep re-branding
2021-11-03 11:46:20 -04:00
HarveyKandola
eea8db9288
Fingerprint during Ember build
2021-09-07 20:18:30 -04:00
sauls8t
bda9719ecb
Handle non-pinned spaces
2020-02-04 14:36:40 +00:00
sauls8t
fbd4b17c15
Record all doc pin related user actions
2020-02-04 14:36:11 +00:00
sauls8t
e014f5b5c1
Pinned documents
...
Closes #278
Pin documents to the top of each space.
2020-02-03 21:00:35 +00:00
sauls8t
2d105f2154
Better handling for document.update TX
2019-10-30 13:57:26 +00:00
HarveyKandola
5cef58eeba
Re-sync space counts when moving docs
...
Between spaces!
2019-09-24 14:07:44 +01:00
HarveyKandola
fad1de2e41
Overhaul the space stats module
...
Closes #274
All space counters are reset after document and catergory operations.
2019-09-24 13:39:57 +01:00
HarveyKandola
3b76e10ee0
Ensure doc protected from non-category viewers
...
Closes #310
2019-08-27 15:24:59 +01:00
sauls8t
326019d655
Add padding for section headings in export view
2019-06-25 17:25:00 +01:00
sauls8t
a710839f69
Tidy up draft permission handling
...
Removes inconsistency of approvals vs. lifecycle.
2019-06-11 10:38:39 +01:00
sauls8t
a90c5834fa
Improve move/copy/merge sections between documents
...
Processx all child sections during copy/move/merge operation.
Ensure links work as expected within newly copied/moved content.
Index copied/moved content for searching.
fixes #138
fixes #248
2019-06-06 16:17:36 +01:00
sauls8t
ec8d5c78e2
Provide copy document option
...
Duplicates entire document tree into a new document (same space).
2019-06-06 11:45:41 +01:00
HarveyKandola
96872990f9
Update export process CSS
...
This will ensure new styles are reflected during export process.
2019-06-03 12:21:18 +01:00
Harvey Kandola
728789195c
PDF section type build prep
...
Closes #207 -- view PDF's with new PDF section type.
2019-04-19 13:18:31 +01:00
Harvey Kandola
166aeba09b
[WIP] PDF viewer section & per section attachments
2019-04-17 17:13:18 +01:00
Harvey Kandola
e10d04d22e
Exclude draft versions from non-lifecycle users
...
Only show draft documents to those with lifecycle permissions.
Closes #242
2019-04-15 13:23:41 +01:00
Harvey Kandola
64403c402b
Make store SQL Server compatible
2019-04-01 12:02:23 +01:00
McMatts
e6e5f75ee7
Set doc revised for when section events
...
Supports new space recency filters.
2019-03-08 15:43:17 +00:00
Harvey Kandola
4d0de69489
New release prep
2019-03-01 17:13:29 +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
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
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
McMatts
5153d49ad7
Removed redundant vote code
2018-11-13 18:53:29 +00:00
Harvey Kandola
cccf160d37
Removed spaces
2018-10-23 16:57:58 +01:00
sauls8t
f950075593
Remove redundant code
2018-10-23 13:46:38 +01:00
sauls8t
4094677792
[WIP] Backup process outline
2018-10-10 15:13:09 +01:00
Harvey Kandola
8eb930d281
Make search re-indexing multi-tenant aware
...
Makes things easier when having to reindex in multi-tenant deployments.
2018-10-06 17:23:55 +01:00
sauls8t
075060d11c
Implemented per database provider DATE INTERVAL queries
2018-10-01 13:31:22 +01:00
HarveyKandola
8a65567169
Implement PostgreSQL Full Text Search++
...
1. Full text search supports MySQL, MariaDB, Percona and now PostgreSQL.
2. Changed SQL Variant to typed enum.
3. Changed doc.Versioned from INT to BOOL.
4. Search Reindexer now parses all documents and attachments.
5. Site meta API call returns storage provider type.
6. README prep'ed for PostgreSQL support.
7. DELETE SQL statements ignore zero rows affected.
Closes #100 !!!
Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
Co-Authored-By: McMatts <matt@documize.com>
2018-09-28 16:33:15 +01:00
HarveyKandola
97beb3f4d3
Continued MySQL/PostgreSQL store provider refactoring
...
Refactored, renamed, removed storage related code.
Basic smoke test passed for PostgreSQL whilst fully working on MySQL variants as per usual.
2018-09-27 15:14:48 +01:00
HarveyKandola
b455e5eaf5
PostgreSQL prep
...
Update of vendored SQL libs and refactoring of store provider layer.
2018-09-26 17:59:56 +01:00
sauls8t
153e38a5d4
Fix missing return on error
2018-09-20 17:23:26 +01:00
sauls8t
8ee63de6c7
More SQL changes in line with new schema
2018-09-20 12:47:47 +01:00
sauls8t
944fd98421
Fixed up more SQL store breaking changes
2018-09-20 11:12:17 +01:00
Harvey Kandola
3ea6ae3c37
Make Sitemap & Robots.txt use new schema
2018-09-20 09:31:06 +01:00
Harvey Kandola
4f0cc2f616
Make API work with new schema
2018-09-19 16:03:29 +01:00
Harvey Kandola
28342fcf5e
[WIP] new schema implementation
2018-09-18 20:55:40 +01:00
HarveyKandola
4d1eb952b2
Fully working Jira connector using JQL
2018-08-08 12:18:04 +01:00
HarveyKandola
9d80c5fc8c
Handle draft documents during export process
2018-07-29 16:40:56 -04:00
HarveyKandola
4949043df9
Pre-process section types for HTML export
2018-07-29 14:08:39 -04:00
HarveyKandola
def01b6265
Export single or multiple documents
2018-07-29 10:59:24 -04:00
HarveyKandola
cf0b06923d
Color tweaks for timestamp
2018-07-28 17:35:29 -04:00
HarveyKandola
ef425a6ce2
WIP
2018-07-28 17:15:16 -04:00
HarveyKandola
689e5078b8
WIP
2018-07-28 15:47:14 -04:00
HarveyKandola
f916801008
WIP
2018-07-28 15:30:33 -04:00