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
Denis Arh
43a5693ee5
Move list of commands from WS initial payload to /commands REST endpoint
2019-04-26 06:16:34 +02:00
Denis Arh
ad65c643ad
Add url/param signing capapbilities to support access to attachments (CRM)
2019-04-26 06:04:15 +02:00
Denis Arh
2132d1fdca
Add url/param signing capapbilities to support access to attachments
2019-04-25 18:24:41 +02:00
Denis Arh
6d607f52ac
Update auth help/instructions
2019-04-24 19:04:50 +02:00
Denis Arh
c4104488e5
More strict ext-auth protocols, remove jwt cookie + small fixes
2019-04-18 19:53:02 +02:00
Denis Arh
60f35bef47
Expose auth settings through REST API
2019-04-18 07:32:07 +02:00
Denis Arh
3f83a33622
Change password reset flow, add token exchange step
2019-04-09 22:35:39 +02:00
Denis Arh
dd5a2832d0
REST endpoints for /auth/internal
2019-04-09 08:58:31 +02:00
Denis Arh
d5212f267c
Refactor credentials, migrate to /auth/external/ (from /social)
2019-04-03 18:07:14 +02:00
Denis Arh
b84ed43f27
Refactored settings
2019-04-03 17:46:39 +02:00
Tit Petric
947548b4f5
upd(system): extend user with typed kind and meta
2019-04-03 15:28:39 +02:00
Tit Petric
e27720dc93
upd(all): codegen update handlers/request pkgs
2019-04-03 14:45:38 +02:00
Tit Petric
54d467e0f6
fix(docs): missing authentication in api spec
2019-03-13 21:04:32 +01:00
Denis Arh
e352f065c3
Add /permissions/effective endpoint, missing operations
2019-03-12 17:51:18 +01:00
Denis Arh
ebfab252fc
Add system/applications
...
- CRUD support for applications
- new (application related) permissions
2019-03-09 18:52:00 +01:00
Denis Arh
8dc5d0c703
Fix regression (record endpoints overriding module)
2019-03-01 20:00:00 +01:00
Denis Arh
8d43907bd6
Basic (rest) structure for page & record/module attachments
2019-03-01 00:30:46 +01:00
Denis Arh
a5a50cff2e
Fix in/out payload types to string
2019-02-24 09:32:45 +01:00
Denis Arh
e2c2c9df4a
Fix role membership management endpoints & ctrls
2019-02-24 09:32:22 +01:00
Mitja Zivkovic
47b798bbdc
upd(system) listing all defined permissions
2019-02-22 21:20:27 +01:00
Mitja Zivkovic
8cc4551efc
upd(system): add Permissions API
2019-02-21 20:48:06 +01:00
Mitja Zivkovic
2bcf294191
fix(messaging): removed double permission word in path
2019-02-19 09:21:38 +07:00
Mitja Zivkovic
654201aa73
upd(messaging): permission API with DB
2019-02-15 20:32:15 +01:00
Mitja Zivkovic
f155f48bdf
upd(messaging): permissions to rules
2019-02-14 16:28:39 +01:00
Denis Arh
3911316321
Changes to system REST & service layer
2019-02-11 20:57:14 +01:00
Tit Petric
06f75376bc
upd(sam): rename to messaging
2019-02-05 15:09:52 +01:00
Tit Petric
675b52e642
upd(messaging): update api docs and spec
2019-02-05 14:41:57 +01:00
Denis Arh
26ddcab2c1
Add channel-membership flagging capabilities
2019-01-22 21:27:52 +01:00
Denis Arh
9557b0ebb5
Enable user filtering by email and username
2019-01-22 13:22:35 +01:00
Denis Arh
14a344c7a1
Unread messages, reworked
2019-01-17 19:49:40 +01:00