Harvey Kandola
51a0e1127e
Add spam control basics
2019-04-16 12:53:22 +01: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
bb73655327
Write to stderr when onboarding shared space fails
2019-03-04 19:00:15 +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
d281621d90
Optimize space deletion process
...
Utilize multiple SQL transactions to close out the space deletion process.
2019-01-15 20:13:45 +00:00
McMatts
036f36ba1d
Enable custom logo upload and rendering
2019-01-06 13:50:12 +00:00
McMatts
09635b67ab
Experimental TX refactoring
2018-11-16 19:13:41 +00:00
Harvey Kandola
d1b803b246
PRovide basic in-app purchase/renewal flow
2018-11-05 19:48:50 +00:00
Harvey Kandola
e116d3b000
Subscription checks
2018-10-29 16:53:54 +00:00
sauls8t
516140dd7e
[WIP] Provide system restore facility
...
Co-Authored-By: Harvey Kandola <harvey@documize.com>
2018-10-15 18:59:21 +01:00
sauls8t
4094677792
[WIP] Backup process outline
2018-10-10 15:13:09 +01:00
Harvey Kandola
391c143483
Change RefID field size from 16 to 20 with updated algo
...
Xid dependency updated.
Moved to 20 length ID values.
Added new revision number to version and meta information. Revision number is timestamp format.
2018-10-04 21:03:47 +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
Harvey Kandola
4f0cc2f616
Make API work with new schema
2018-09-19 16:03:29 +01:00
McMatts
0847a82fc9
Reduce cloned space permissions copy
...
Removed unnecessary results from SQL.
2018-09-10 17:40:42 +01:00
sauls8t
df9d9e174a
Automatiically set Everyone as viewer on Public spaces
2018-06-13 12:47:40 +01:00
sauls8t
0f87d5b07e
New spaces to result in live documents
...
Ensure community edition users do not see Draft document lifecycle.
2018-05-10 15:12:17 +01:00
sauls8t
2298ac3376
Set ReplyTo for SMTP based notifications
...
Ensure all replies go back to person who initiated the notification.
2018-05-03 18:03:25 +01:00
McMatts
46f5f25acc
Grant document lifecycle permission when adding new space
2018-04-17 16:09:53 +01:00
McMatts
4816cf73c0
Record space activity actions
...
Record user space, creation, view and deletion.
View action also covers anonymous users.
2018-03-30 12:55:17 +01:00
McMatts
0b85657536
Semver based in-app news and update notification
...
Ignore semver.patch for Whats New notifications.
Use semver.major.minor.patch for Admin notifications.
Changed endpoint to /news.
2018-03-23 11:52:19 +00:00
Harvey Kandola
297ce94546
Set document lifecycle defaults
2018-03-20 14:17:11 +00:00
sauls8t
08f0c2cd0b
Replace permission related strings with typed values
2018-03-02 14:47:58 +00:00
sauls8t
f8e47fe1d2
Correct space public/protected/private detection logic
2018-02-23 14:25:07 +00:00
sauls8t
8d4c6a19ee
Provide space add/remove event notifications
2018-02-22 18:13:56 +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
sauls8t
bffdd1f2b1
Ensure global admin is also default document approver
2018-01-28 17:42:24 +00:00
sauls8t
9d8b1d2f3c
Fix an issue with Everyone permissions not being observed
2018-01-26 15:34:20 +00:00
Harvey Kandola
1e3f8e51f0
sticky form headers, category improvements, dropdown improvements
2017-10-11 16:05:24 -04:00
Harvey Kandola
c77b384215
space related bug fixesx
2017-10-09 10:56:59 -04:00
Harvey Kandola
7ce3adb65e
anon user space/categopry handling
2017-10-04 13:27:48 -04:00
Harvey Kandola
8d761da939
delete space, mov doc edge cases
2017-09-26 20:13:44 +01:00
Harvey Kandola
5481de4e1c
document list: show by selected space/category
2017-09-26 16:30:16 +01:00
Harvey Kandola
4874d23f15
space categorty management
2017-09-19 17:58:33 +01:00
Harvey Kandola
6a651770b5
refactored permission code
2017-09-18 17:53:42 +01:00
Harvey Kandola
c4c95a9d24
revised calc for space type
2017-09-18 13:50:44 +01:00
Harvey Kandola
cd543a1506
force space delete
2017-09-18 13:35:51 +01:00
Harvey Kandola
ef285c91de
persist permissions
...
WIP
2017-09-15 11:08:05 +01:00
Harvey Kandola
5f7c6d211f
new permission endpoint
...
WIP
2017-09-14 12:54:57 +01:00
Harvey Kandola
ae05cacf3f
re-working space permissions -- WIP
2017-09-13 19:22:38 +01:00
Harvey Kandola
a982af6e79
permission screen UI overflow fix
...
1. handle long username overflow on space permissions screen
2. only show document history to editors
3. removed redundant document editing permission check
4. Ensure subdomain is detected when accepting space invitation
2017-08-31 18:01:07 +01:00
Harvey Kandola
5a2c44717e
clone reusable content blocks
2017-08-21 18:47:59 +01:00
Harvey Kandola
bf390ed0b9
clone space!
2017-08-21 17:51:06 +01:00
Harvey Kandola
557da2847e
bug fixes galore
2017-08-07 14:42:02 +01:00
Harvey Kandola
476403bf46
wrap errors up, log at top level only
2017-08-03 10:00:24 +01:00
Harvey Kandola
ecc94f31c9
changed indexer coupling
2017-08-02 15:58:39 +01:00
Harvey Kandola
562872a4a8
removed old API
2017-08-02 15:26:31 +01:00
Harvey Kandola
72b14def6d
moving endpoints to new API (WIP)
2017-07-26 10:50:26 +01:00
Harvey Kandola
27640dffc4
pointers to Runtime!
2017-07-24 19:10:49 +01:00