Denis Arh
dc99bc2cb8
Add record procedure exec capabilities
...
This will allow us to perform bulk operations on record & record-values
2019-09-13 11:29:01 +02:00
Denis Arh
05dfa30500
Fix name description for application
2019-09-13 11:27:21 +02:00
Tomaž Jerman
dacc855944
Add missing role handle param
2019-09-11 16:01:39 +02:00
Denis Arh
6b5ef8aaae
Basic system autuomation, mail processing
2019-09-03 09:09:44 +02:00
Tomaž Jerman
d0647f0f89
Define record import routes
2019-08-29 17:48:42 +02:00
Denis Arh
408834e92b
spec cleanup, add find-by-handle for users
2019-08-27 18:01:18 +02:00
Denis Arh
b8088caab5
Add option to filter namespaces by slug
2019-08-26 08:54:46 +02:00
Denis Arh
cf13c950a0
Fix automation API docs
2019-08-23 13:49:36 +02:00
Denis Arh
7fd9c7fdfb
Support searching modules by name
2019-08-23 13:49:36 +02:00
Denis Arh
751317d544
Support automation script testing and manual running
2019-08-23 13:49:36 +02:00
Denis Arh
3db9368a99
Add ability to pass custom struct as module & record to script runner
2019-08-23 13:49:36 +02:00
Denis Arh
ffdeef1da2
Support for manual/explicit running of user scripts
...
Moved user-script endponts under /automation/
Add permission checking for trigger running
2019-08-23 13:49:36 +02:00
Denis Arh
6463df9af1
Improvements of automation trigger management
2019-08-23 13:49:36 +02:00
Denis Arh
38fe06998c
Extreact & refactor automation scripts & triggets
...
Automation (scripts and triggers) is now a standalone package and can be used
in other services.
2019-08-23 13:49:36 +02:00
Denis Arh
5423cf43c8
Add JSON(L) and CSV record exporting capabilities
...
API endpoints, CSV and JSON record encoders, dedicated svc/repo methods
2019-08-15 16:42:51 +02:00
Denis Arh
0707f139c4
Support simple jsonl exports for records
2019-08-14 17:06:29 +02:00
Denis Arh
c1e3231d00
Add support for membership policy, featured channels
2019-08-08 11:43:51 +02:00
Denis Arh
dd5820253f
Docs moved to corteza-docs repo
2019-07-14 11:23:29 +02:00
Denis Arh
f601e0aa96
Improve record attachment upload capabilities
...
Add missing upload-to-non-existing record featue by moving endpoint away
from specific record and moving recordID, fieldName from PATH to POST
parameters
2019-07-08 08:14:19 +02:00
Denis Arh
6dc85c849d
Improve role membership management through REST API
2019-07-02 18:48:42 +02:00
Denis Arh
0d299e0f32
Add ability to change password of another user
2019-06-26 19:15:01 +02:00
Denis Arh
70cac41579
Enhance user filtering
...
New response structure
Use query-builder
Refactor user service & repo
2019-06-26 17:45:26 +02:00
Denis Arh
bb447ee795
Chan & thread unread fixes
2019-06-25 08:45:22 +02:00
Denis Arh
8592aa8d35
Remove flags, improve ENV handling
...
Following https://12factor.net/config , Corteza internals are now configurable
ONLT via environmental variables.
See .env.example for details
2019-05-30 01:04:07 +02:00
Denis Arh
ba1118eb4f
Update documentation
2019-05-29 22:42:42 +02:00
Denis Arh
b732894109
Fix codegen and its outputs
2019-05-24 12:46:30 +02:00
Denis Arh
d3678cc564
Remove required flag from slug param (compose namespaces)
2019-05-20 20:34:28 +02:00
Tit Petric
fa6543b38f
upd(messaging): remove dependencies on system
2019-05-19 12:05:54 +02:00
Denis Arh
a3aeae64d3
Make "enabled" field for namespace not required
2019-05-15 17:52:12 +02:00
Denis Arh
e0121d3a53
Same API endpoint for permission signature over three services
2019-05-15 11:16:34 +02:00
Denis Arh
4dece123a5
Refactor all services & controllers and implement new a/c pattern
2019-05-09 16:55:18 +02:00
Denis Arh
a9358610f5
Make sign & userID params for attachment endpoints non-required
2019-04-30 13:33:25 +02:00
Denis Arh
4af79a5f35
Apply namespace changes to all layers of records
2019-04-29 18:51:18 +02:00
Denis Arh
edee054392
Apply namespace changes to all layers of pages
2019-04-29 18:51:18 +02:00
Denis Arh
0c2286be83
Apply namespace changes to all layers of triggers
2019-04-29 18:51:18 +02:00
Denis Arh
40999e623e
Apply namespace changes to all layers of modules
2019-04-29 18:51:18 +02:00
Denis Arh
a41e4bfc19
Apply namespace changes to all layers of charts
2019-04-29 18:51:18 +02:00
Denis Arh
8ef7b77a77
Namespace changes on all types, attachment repository, service
2019-04-29 18:51:18 +02:00
Denis Arh
d10a89b31a
Add /namespace/{namespaceID} prefix to compose routes
...
Attachments, charts, modules, records, pages, triggers can now be
accessed under /namespace/{namespaceID}/...
2019-04-29 18:51:18 +02:00
Denis Arh
5bfbab6a4e
Implement namespace CRUD + various small fixes
...
Other fixes and improvements:
- add parseISODateWithErr and parseISODatePtrWithErr handlers for incoming data
- add service & repository errors
- cleanup old (unbound) attachment controllers from router
- fix system repository error prefix (auth => system)
2019-04-29 18:51:18 +02:00
Denis Arh
010a1351ea
Rename files & symbols
2019-04-29 18:51:18 +02:00
Denis Arh
0c919d9146
Implements /search/threads
2019-04-27 19:31:45 +02:00
Denis Arh
d96a6c8abc
Revert []string=>[]uint64 change for channel members
...
Due to golang's inability do decode uint64 slice from string slice, we're expecting
string input for members (for now): https://github.com/golang/go/issues/15624
2019-04-27 16:08:02 +02:00
Denis Arh
eae4643274
Fix requred fields, create chan members type
2019-04-27 10:43:26 +02:00
Tit Petric
dd75d7db70
add(api,docs): webhooks schema and docs
2019-04-26 22:11:28 +02:00
Denis Arh
b0239761f7
User/chan/messaging activity refactored
2019-04-26 13:34:35 +02:00
Denis Arh
f8e7a2133d
Add status stubs
2019-04-26 11:46:33 +02:00
Denis Arh
d533cca1d5
Move message filtering to /search endpoint
2019-04-26 09:34:23 +02:00
Denis Arh
1a8a7da000
New & improved channel histroy rest endpoint params
2019-04-26 07:35:19 +02:00
Denis Arh
ed078ce456
Move cmd execution to REST endpoint, remove /echo, add /me
2019-04-26 07:18:18 +02:00