1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
Commit graph

26 commits

Author SHA1 Message Date
HarveyKandola
0524a0c74c Added link to Go modules migration guide 2019-09-06 11:12:42 +01:00
HarveyKandola
b826852137 Moved from Dep to Go Modules
We have finally dropped go dep and moved over to go mod !

During the move, some dependencies have been bumped.
2019-09-06 11:06:28 +01:00
HarveyKandola
2c164a135a Remove obsolete build flag 2019-09-05 10:37:40 +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
Harvey Kandola
91ec2f89d8 Compile for ARM and ARM64 (Raspberry Pi)
Closes #267 so folks can run Documize on the Pi.
2019-05-15 16:45:26 +01:00
Harvey Kandola
4de83beba4 Update build process to include PDFJS 2019-04-19 15:09:12 +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
8515a77403 Remove debug info from compiled binaries 2019-04-04 12:08:30 +01:00
Harvey Kandola
9ec858286f Create tables
Script to create tables with correct data types in SQL Server 2016 and above.

Search table not included.
2019-03-29 16:42:49 +00:00
Harvey Kandola
9206e9aaa1 Improve Ember build process 2019-01-07 14:43:56 +00:00
HarveyKandola
b455e5eaf5 PostgreSQL prep
Update of vendored SQL libs and refactoring of store provider layer.
2018-09-26 17:59:56 +01:00
Harvey Kandola
2336dab69f Make database install/upgrade provider aware
Ground work for installing and upgrading database schema based upon DB provider (MySQL, PostgresSQL, SQL Server, etc.)

Cleaned up legacy cruft, refactored, commented and made simpler for to support additional database providers.
2018-09-14 12:50:30 +01:00
HarveyKandola
abc0b206a4 Trim GOPATH from binary compile process 2018-08-17 13:50:39 +01:00
Harvey Kandola
455a384eb0 Prettify 2018-05-02 14:52:23 +01:00
sauls8t
9d82682797 Enhance + SECTION to always be visible 2018-02-07 19:16:23 +00:00
Harvey Kandola
3337db6b27 ensure section updates always display latest numbering 2017-12-18 09:54:09 +00:00
Harvey Kandola
b8d848549e improved setup process and space view rendering 2017-10-06 13:59:58 -04:00
Harvey Kandola
9e20a5f085 manifest.json 2017-08-08 11:24:21 +01:00
Harvey Kandola
562872a4a8 removed old API 2017-08-02 15:26:31 +01:00
Harvey Kandola
68130122e7 refactored flag/env loading 2017-07-19 18:47:01 +01:00
Harvey Kandola
dc49dbbeff moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
Harvey Kandola
b6616d4965 main.go rejig 2017-07-18 13:17:20 +01:00
Harvey Kandola
7455a027fc removed experimental code 2017-07-18 13:10:52 +01:00
Elliott Stoneham
a2ce777762 restructure directories 2016-07-20 15:58:37 +01:00
Elliott Stoneham
8fcf67ef17 Run multiple sql files to update the db as required
Locks the config table to make sure only one instance does the update.
Refactors the start-up against an empty database code to also use the
same update mechanism.
2016-07-15 16:54:07 +01:00
Harvey Kandola
18933c6767 initial commit 2016-07-07 18:54:16 -07:00