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
HarveyKandola
d0970c153b
WIP
2018-07-28 11:43:45 -04:00
HarveyKandola
467acec3c4
Implement category-based permissioning for search results
...
Only see what you can see.
Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
2018-06-22 17:01:26 +01:00
Harvey Kandola
f5b196c334
Draft documents always visible to editors when space lifecycle set to Draft mode
2018-05-14 11:52:51 +01:00
McMatts
9235c183c5
Support for document draft-live publication workflows
2018-04-20 14:38:35 +01:00
Harvey Kandola
22b6674edb
Content liking
...
New per space option that allows users to like/dislike content.
The prompt is configurable per space, e.g. "Was this useful?".
Enterprise edition gets new Votes report providing insights into most/least liked content.
2018-04-13 11:01:36 +01:00
McMatts
ddd90a4aaf
Auto-load serach results
2018-04-07 14:30:31 +01:00
McMatts
5fb41e9fb1
Change document activity records after space move
2018-04-05 20:00:42 +01:00
McMatts
663ec23c75
Fix slient error drop
2018-04-05 14:22:23 +01:00
McMatts
c29426f2d7
Record search history only for share spaces
2018-04-05 14:21:55 +01:00
McMatts
2579382280
Copt document categories when copying document
2018-04-04 14:38:04 +01:00
McMatts
b4c4decb3b
Search history recording
...
1. Record all search queries.
2. Replaced typeahead with form style for faster search result fetch/rendering.
2018-03-30 20:00:24 +01:00
McMatts
a6828e6b7f
Record document search history
2018-03-30 17:03:18 +01:00
McMatts
c138716ff4
Refactor document view activity recording
2018-03-30 12:54:15 +01:00
Harvey Kandola
297ce94546
Set document lifecycle defaults
2018-03-20 14:17:11 +00:00
Harvey Kandola
d9a2b16c2a
Use new Bootstrap format for checkboxes
2018-03-20 10:41:11 +00:00
sauls8t
f825e9fdc9
Improved full text search matching
2018-03-19 15:04:02 +00:00
sauls8t
a7a82d9fe3
Support for document versioning
2018-03-19 12:24:58 +00:00
Harvey Kandola
089457f16e
WIP document versioning
2018-03-16 18:27:33 +00:00
Harvey Kandola
ba52dfa11d
Provide basis for document lifecycle
2018-03-15 17:11:53 +00:00
Harvey Kandola
958f4d30b9
Provider foundation for doc lifecycle and versions
2018-03-14 13:38:37 +00:00
sauls8t
3993cfeb8e
Ensure space view permission comes before doc permissions
2018-02-16 12:56:05 +00:00
sauls8t
0997655e0a
Fix order of DB transaction commits
...
Some DB commit commands were out of sequence and so have been fixed to be consist across the board. Specially, audit log entries have their own DB TX and so should be executed outside of any other commit cycle.
2018-02-04 15:43:57 +00:00