Commit graph

28 commits

Author SHA1 Message Date
Nishant Samel
4aa0397f43
Add unique index to organization_users table (#358)
* Add unique index to `organization_users` table

- Fix https://github.com/ToolJet/ToolJet/issues/232

* Add respective validation test cases

Co-authored-by: Nishant Samel <nishant@saeloun.com>
2021-07-01 12:17:48 +05:30
Akshay
b30b0b0b10
Feature: Friendly URLs for applications (#285)
* add migration to create slug for apps

* update migration file to include default slug population

* update schemafile

* add capability to get app by slug

* add capability to frontend to set and fetch app by slug

* remove unrelated changes from lint

* respond default 204 itself when success else render error

* make input field to show error when slug taken

* wip: show error message

* Cleanup

* add new route to fetch app by slug

* add slug to show json jbuilder

* update react components to fetch app by both id and slug

* fix launch link not being set

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-06-22 20:03:13 +05:30
Apoorv Tiwari
1f43ffec0a
Feature: Added forgot password (#264)
* Add forgot password feature

* Make the requested changes

Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-06-17 12:29:23 +05:30
navaneeth
dceaba4179 Feature: Check for updates every 24 hours 2021-06-06 11:11:21 +05:30
navaneeth
5a343adc9a Use lockbox for credential encryption 2021-05-29 20:41:32 +05:30
navaneeth
adbe9f4107 Feature: Endpoint to list folder apps 2021-05-19 14:42:10 +05:30
navaneeth
8bf8c7fb24 Feature: Endpoint for creating folders 2021-05-19 13:05:26 +05:30
navaneeth
1026a2856d Store app creator on database 2021-05-11 00:53:57 +05:30
navaneeth
2787d9efd5 Feature: Public applications 🎉 2021-05-07 13:55:09 +05:30
navaneeth
3c20814763 Setup docker-compose for local development 2021-04-29 15:29:25 +05:30
navaneeth
95858d1736 Setup Rubocop 2021-04-29 12:11:23 +05:30
navaneeth
fe27c17fd4 Add status to org users, update user roles 2021-04-23 14:52:19 +05:30
navaneeth
df496aabcc Feature: Invitation email for new users 2021-04-23 13:06:02 +05:30
navaneeth
21cb424fcd Generate & store OAuth2 tokens for dat asources 2021-04-18 15:00:07 +05:30
navaneeth
c79263fb40 [37] Encrypt data source credentials 2021-04-15 13:09:45 +05:30
navaneeth
14161b537f Deploy app versions 2021-04-12 15:59:53 +05:30
navaneeth
7ede5b8256 Display all app versions 2021-04-12 14:52:51 +05:30
navaneeth
ed8e4f08a4 Endpoint to fetch organization users 2021-04-12 10:20:22 +05:30
navaneeth
78276a2467 Endpoint for fetching all app users 2021-04-12 09:42:00 +05:30
navaneeth
2d7a6e2ac7 Feature: REST API queries 2021-04-04 22:37:03 +05:30
navaneeth
e9724d0e72 Features: Run queries, execute PG queries on backend 2021-04-04 09:18:04 +05:30
navaneeth
b4da94507d Feature: Create queries for postgresql datasources 2021-04-03 16:44:15 +05:30
navaneeth
3a1bf3c1bd Feature: Create datasources 2021-04-03 11:27:55 +05:30
navaneeth
69b2ce46d0 Feature: Save app definitions on db 2021-04-02 16:39:35 +05:30
navaneeth
79ff0e7a7c Feature: Create new apps 2021-04-01 16:29:27 +05:30
navaneeth
ca10eb9dc8 User login 2021-04-01 08:10:51 +05:30
navaneeth
e422b960d9 User roles and permissions 2021-03-31 22:16:01 +05:30
navaneeth
ad50c22dc8 Enable pg extensions 2021-03-31 21:53:00 +05:30