Commit graph

552 commits

Author SHA1 Message Date
Akshay Sasidharan
dabd9459df bump to v1.25.5 2022-09-20 16:31:52 +05:30
gsmithun4
53386b224c bump to v1.25.4 2022-09-19 20:52:38 +05:30
Muhsin Shah C P
638fcf7223
[Feature] Now multiple users can login through RestAPI-Oauth 🚀 (#4052)
* Implemented multiple access token feature
- working on refresh token case

* worked on refresh token flow

* added multiple token ability to openapi plugin too
- fixed some bugs

* changed tokenData to token_data
- fixed some issues

* added user type with user id

* changed user type

* Rewrote some function
- added switch for enabling and disable multi auth
- fixed some bugs
- refactored the code

* fixed view app issue

* Fixed public app issue

* cleaning some code

* (public_app) add a check to avoid oauth login redirect when there is no access token

* reverted all changes of openapi (temporary)
- will add multi token functionality once done with restapi

* fixed a bug

* fixed a bug

* refactored some code

* changed the switch text

* pr changes

* changed token_data back to tokenData

* cleaning code

* removed token data from datasources query

* removed some lines

* added a comment
2022-09-19 20:27:37 +05:30
Akshay Sasidharan
85f90f6b3f bump to v1.25.3 2022-09-16 21:59:42 +05:30
Akshay Sasidharan
2413cae0da hotfix: handle pg env vars from env and env file 2022-09-16 21:57:33 +05:30
Akshay Sasidharan
0f8c568bb6 bump to v1.25.2 2022-09-16 20:54:55 +05:30
Akshay
ba491a1f29
Feature: Add PG_DB_OWNER env var to disable db and extension creation (#4055)
* add PG_DB_OWNER env var to disable db and extension creation

* update docs
2022-09-16 20:50:44 +05:30
gsmithun4
27e2a7c32e Bump to v1.25.1 2022-09-16 12:21:41 +05:30
Midhun G S
1dd2e465ac
Remove signup guard from set-password-from-token API (#4050)
* Remove sign up guard set-password-from-token API

* test cases fix
2022-09-16 12:19:09 +05:30
Muhsin Shah C P
fa4c8fc909
[feature] Added pagination and filtering features to users page (#3921)
* added pagination and filtering in backend

* added pagination
    - created a seperate component for users table
    - added pagination

* Added filter UI

* temporary css fix for pagination footer

* fixed pagination width issue

* now result will also clear when user clicks on clear icon

* Added seperate api for comment mentions

* Now we can search mentions by email, first and last names

* Fixed a bug
- email didn't send for comment mentions

* refactoring the code

* resolved PR changes

* Added isAdmin guard

* adding some checks

* fixed lint errors

* added wild card search

* Added no result found text

* fixed failing test case

* Working on PR changes

* Now users table avatars will load image too

* replaced skeleton classes with skeleton library component

* Completed PR changes

* added orderby

* Fixed some issues

* fixed failed test case

* have fixed some css issues

* replaced query with quersrting package

* fixed minor width issue

* Fixed some css issues

* fixed darkMode issue

* implemented on enter press search

* Refactored the code

* fixed white space issue

* refactored the code

* fixed overlapping issue

* refactored the code

* fixing some issues

* fixes

* removed guard

* code cleanup

* comments notification fix

* fixed conflict issues

* fixed css height issue

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2022-09-16 10:42:53 +05:30
Akshay Sasidharan
1a98cea4a2 bump to v1.25.0 2022-09-15 12:47:25 +05:30
Akshay Sasidharan
5b3f7382fa Merge branch 'develop' 2022-09-15 12:39:50 +05:30
Akshay Sasidharan
8389bff1c2 bump to v1.24.4 2022-09-14 23:40:02 +05:30
Sherfin Shamsudeen
9998184ba7 Merge branch 'main' into develop 2022-09-08 17:19:17 +05:30
Sherfin Shamsudeen
b3103e7ec0 Bump hotfix version 2022-09-08 16:59:31 +05:30
Muhsin Shah C P
5ab4f1bde5
[feature] Hide apps in dashboard (#3888)
* - Added new field under app view permission
- Added new column to appGroupPermission

* added queries for hiding app from dashboard

* changed a column name
2022-09-08 15:03:03 +05:30
Akshay Sasidharan
421a0b865e bump version to v1.24.1 2022-09-05 23:10:41 +05:30
Erfan Naghashlou
473104e1ff
refactor: remove @babel/plugin-proposal-class-properties (2nd PR after CLA problem) (#3959)
* refactor: remove @babel/plugin-proposal-class-properties as plugin

* Remove class properties plugin from babel.config.js, Update frontend package.json, Update frontend,server,plugin package.lock.json
2022-09-05 22:41:03 +05:30
Akshay Sasidharan
50ab571fe3 bump to v1.24.1 2022-09-05 21:10:48 +05:30
Akshay Sasidharan
8e23f019db bump to v1.24.0 2022-09-01 22:49:14 +05:30
Midhun G S
4f001f9214
fixes for rest api url encoded requests (#3924) (#3931) 2022-09-01 18:53:19 +05:30
Akshay
3cf2c089cc
make health check endpoints backward compatible (#3930) 2022-09-01 18:41:10 +05:30
Akshay
33ac8809dd
Chore: Add wait for it script (#3909)
* add wait-for-it to remove errors on premature server start

* handle pg default port

* run postgres container as root

* remove root user on postgres
2022-09-01 13:00:06 +05:30
Akshay
2be5abfdf0
update seed command on doc (#3910) 2022-09-01 12:42:15 +05:30
Akshay
032c687c45
move data migration to respective folder (#3911) 2022-09-01 12:39:30 +05:30
Gandharv
c324ff8d28
chore: move devDeps to deps in package.json (#3916)
* chore: move devDeps -> deps

* change pos of preview-email import

* fix lint
2022-09-01 11:33:23 +05:30
Akshay Sasidharan
fcfc2735e0 Merge branch 'main' into develop 2022-08-31 20:47:52 +05:30
Akshay
368330ec9a
subpath fixes (#3919) 2022-08-31 20:44:08 +05:30
Muhsin Shah C P
a8c77e4f6f
[enhancement] Handle internal database exceptions in a better way (#3414)
* Added some exceptions

* Edited some error messages

* Removed some errors from handling

* Fixing failed test cases

* Fixed some issues
2022-08-30 12:40:58 +05:30
Akshay Sasidharan
765b98334f Merge branch 'main' into develop 2022-08-29 23:45:12 +05:30
Akshay Sasidharan
d27fa1eaa4 bump version 2022-08-29 15:51:53 +05:30
Akshay
3178cb66b1
Hotfix: subpath link formation (#3897)
* fix link formation

* strip trailing slash

* fix lint
2022-08-29 15:49:39 +05:30
Akshay Sasidharan
23d354f4a2 Merge branch 'main' into develop 2022-08-28 15:21:09 +05:30
Akshay Sasidharan
cc7befcfd9 bump to v1.23.1 2022-08-28 15:20:37 +05:30
Akshay Sasidharan
1ca800a299 Merge branch 'main' into develop 2022-08-27 22:20:29 +05:30
Akshay Sasidharan
1f4d5b9434 bump to v1.23.0 2022-08-27 22:10:47 +05:30
Navaneeth Pk
98bb7519dd
Reverse proxy using base tag (#3889)
* reverse proxy

* reverse proxy

* Fix for yjs

* Fix for ws

* Fixes org switching

* Fixes org creation

* Fixes login logo

* Fixes download icon

* Construct use invite URL from base URI

* Fixes apiUrl if sub path is set

* Remove commented code

* Fix profile link

* invitation url changes

* Fixes dev env

* Use url-join lib to connect urls for goto app and invitation link

* Use useHistory instead of helper to get history for template modal

* Review changes

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2022-08-27 21:58:24 +05:30
Muhsin Shah C P
7a4fc97928
[Fixed] User can reset their password with a space (#3825)
* added trim fn

* Added trim fn to dto

* Refactored the code
2022-08-26 11:04:40 +05:30
Gandharv
d87bdbdd70
Hide user data from comments module (#3836)
* fix: hide user data from comments module

* fix lint
2022-08-25 12:27:01 +05:30
Sherfin Shamsudeen
52da989c09 Merge branch 'main' into develop 2022-08-25 02:49:47 +05:30
Sherfin Shamsudeen
c75b627fc2 Bump patch version 2022-08-25 02:49:10 +05:30
Sherfin Shamsudeen
9798c6e444 Merge branch 'main' into develop 2022-08-22 19:42:19 +05:30
Sherfin Shamsudeen
9291e9badc Bump hotfix version 2022-08-22 14:32:43 +05:30
Midhun G S
8efc7a6ea8
Merge Main (#3827)
* GitHub API end point correction (#3826)

* Bump minor version
2022-08-19 18:30:43 +05:30
gsmithun4
cc46414d3b Bump minor version 2022-08-19 18:20:01 +05:30
Midhun G S
b8e559033a
GitHub API end point correction (#3826) 2022-08-19 18:06:58 +05:30
Midhun G S
e2854c7dee
hide response of group permission create (#3820) 2022-08-19 13:24:52 +05:30
Kavin Venkatachalam
a9dcdef13f Merge branch 'main' into develop 2022-08-18 19:14:22 +05:30
Kavin Venkatachalam
b8db979c29 Updated version 2022-08-18 19:13:21 +05:30
Akshay Sasidharan
0d64bf7998 Merge branch 'main' into develop 2022-08-18 13:22:40 +05:30