Commit Graph

71 Commits

Author SHA1 Message Date
garrettmills
5bdcf59dbd Add ability to store column order 2020-02-19 01:11:28 -06:00
garrettmills
f03b4efb7e Add additionalData field to ColumnDef 2020-02-18 11:17:49 -06:00
garrettmills
46f60a671a Permissions refactor; create sharing API; update dependencies 2020-02-14 00:11:16 -06:00
garrettmills
b427a16601 Update ORM to fix relationship bug 2020-02-11 01:09:24 -06:00
garrettmills
b82d7a51f2 Add Personal Tree menu grouping 2020-02-11 00:38:36 -06:00
garrettmills
4a3ebc1ba6 support redirectTo param on file upload 2020-02-10 23:55:01 -06:00
garrettmills
c105c78f9b Merge branch 'master' of ssh.dev.azure.com:v3/HackKu/HackKu%202020/backend 2020-02-09 17:09:19 -06:00
garrettmills
aeede3b5d6 Enable backend export route 2020-02-09 17:09:10 -06:00
c780aa5fba Stopped root page from exporting as html and fix URL for icon 2020-02-09 05:55:07 -06:00
garrettmills
3f9730955a Merge branch 'master' of ssh.dev.azure.com:v3/HackKu/HackKu%202020/backend 2020-02-09 04:37:32 -06:00
garrettmills
f629e6f3bd Enable file uploader component 2020-02-09 04:37:21 -06:00
d223c177d5 URL fix. 2020-02-09 03:23:04 -06:00
f24ecd2aa2 Task #26 - Rewrote export as html functions. 2020-02-09 03:19:20 -06:00
garrettmills
8714ab79f1 Merge branch 'master' of ssh.dev.azure.com:v3/HackKu/HackKu%202020/backend 2020-02-09 01:58:46 -06:00
garrettmills
30f61077fe enable endpoints for embedded code editor 2020-02-09 01:58:29 -06:00
bc8219b175 changed favicon 2020-02-09 01:13:24 -06:00
d005a9f3c8 Task #27 - Fix for export markdown function and archiving. 2020-02-09 00:02:09 -06:00
7fd4e99649 fixed dash path 2020-02-08 23:29:10 -06:00
cc195169c4 Merge branch 'master' of https://dev.azure.com/HackKu/HackKu%202020/_git/backend 2020-02-08 23:22:17 -06:00
42f2429937 fixed redrect links 2020-02-08 23:22:12 -06:00
garrettmills
3bf4c9eb1f Enable ionic user check 2020-02-08 23:15:36 -06:00
garrettmills
0757cefac1 finish database implementation 2020-02-08 23:09:27 -06:00
2349955249 Merge branch 'master' of https://dev.azure.com/HackKu/HackKu%202020/_git/backend 2020-02-08 21:42:34 -06:00
85d9578004 Updated the pug files 2020-02-08 21:41:30 -06:00
a9bc00f9e1 Task #26 - Created functions for exporting to html and archiving the files 2020-02-08 20:40:27 -06:00
47a4826485 added images 2020-02-08 19:41:43 -06:00
f1e1fae09c Merge branch 'master' of https://dev.azure.com/HackKu/HackKu%202020/_git/backend 2020-02-08 18:51:46 -06:00
e2e16ab7f1 Task #26 - Created html page and styling for layout 2020-02-08 18:29:49 -06:00
a7690932bb Fixed head of the thingy 2020-02-08 18:26:30 -06:00
d09a328d15 fixed login 2020-02-08 18:05:25 -06:00
b58a8fcb9d rezised buttons 2020-02-08 17:50:54 -06:00
bcf4c581a9 Updated welcome.pug 2020-02-08 22:10:30 +00:00
522fbb5ba0 Updated welcome.pug 2020-02-08 21:59:46 +00:00
garrettmills
36ff836dd6 Merge branch 'master' of ssh.dev.azure.com:v3/HackKu/HackKu%202020/backend 2020-02-08 15:28:01 -06:00
garrettmills
f720e334b3 Add delete for pages, active scope to model 2020-02-08 15:27:53 -06:00
85dd679c8e Update azure-pipelines.yml for Azure Pipelines 2020-02-08 20:09:20 +00:00
f8128a1d0b Update azure-pipelines.yml for Azure Pipelines
Added the logic for the backend
2020-02-08 20:07:46 +00:00
3afd38c23a Update azure-pipelines.yml for Azure Pipelines 2020-02-08 19:54:28 +00:00
fe7094415f Set up CI with Azure Pipelines
Backend pipe [skip ci]
2020-02-08 19:53:31 +00:00
29a873559b Task #26 - Created general layout for exporting to html 2020-02-08 12:47:03 -06:00
garrettmills
80d568a520 Merge branch 'master' of ssh.dev.azure.com:v3/HackKu/HackKu%202020/backend 2020-02-08 12:36:49 -06:00
garrettmills
85e0af2e9d Add API endpoint to fetch menu item tree 2020-02-08 12:36:42 -06:00
ec0ebda861 Task #27 - Archive shell script 2020-02-08 12:19:25 -06:00
d3cd8b4d38 Task #27 - Fix for export markdown functions and click link markdown type 2020-02-08 12:01:17 -06:00
270da67977 Task #27 - Defined functions for creating directories for exporting as markdown 2020-02-08 11:24:15 -06:00
garrettmills
617a77b809 Task #21 - add page controller and page/node api endpoints 2020-02-08 11:16:04 -06:00
garrettmills
7c8bcd928f Update page model relationships 2020-02-08 08:07:46 -06:00
ef2e315480 Task #28 - Export controller dependency 2020-02-08 07:56:01 -06:00
e352c9806b Task #28 - copy of nodes for pages 2020-02-08 07:12:26 -06:00
garrettmills
89a3386e97 Merge branch 'master' of ssh.dev.azure.com:v3/HackKu/HackKu%202020/backend 2020-02-08 06:57:46 -06:00