Nuwan
1772f5a46f
fixes & improvements in signup and downloads pages
2025-01-16 13:17:25 +05:30
Seth Call
2402cf6992
Fix social urls
2024-12-01 10:01:14 -06:00
Nuwan
45e6122439
more tweaks to email template
2024-11-19 01:24:39 +05:30
Nuwan
d0115a8cd9
new mailer template update
2024-11-19 01:24:39 +05:30
Nuwan
ec7a79c8bb
forgot password feature
2024-11-19 01:24:36 +05:30
Nuwan
df9cbf3ba7
forgot password feature wip
2024-11-19 01:24:06 +05:30
Nuwan
33d0de6f0c
wip forgot password
2024-11-19 01:24:06 +05:30
Nuwan
8b350ca3b6
wip forgot password
2024-11-19 01:24:06 +05:30
Nuwan
94ac48c8b5
fix images on beta email template
2024-11-08 16:40:20 +05:30
Nuwan
ac469c2741
remove mailcatcher gem from Gemfile.alt
2024-11-08 13:03:47 +05:30
Nuwan
051477d19f
new user match email - jamkazam team only
...
add a config to restrict new_musicians_match email to be sent only
to jamkazam team users
2024-11-07 20:45:51 +05:30
Nuwan
69a37495b5
new user confirm email
...
update user confirm email contents and change to the new layout
2024-11-06 17:58:40 +05:30
Nuwan
1281caccf2
change welcome_message email to the new email layout and update content
2024-11-06 00:59:23 +05:30
Nuwan
604b6f6b59
localize matched new users email
2024-11-04 17:27:23 +05:30
Nuwan
996fbe51d0
new email template chages
...
this email template is used for the emails with the new design
which is used in the beta site.
2024-11-01 20:18:05 +05:30
Seth Call
5831e7d709
Make the previously-slow query target feed query configurable. Default to on
2024-10-14 11:18:50 -05:00
Nuwan
499cd7e16b
header notifications
...
show number of unread notifiacation count on header
allow user to scroll through the notification in header notificaton
drawer
2024-09-03 00:11:36 +05:30
Nuwan
727147ffee
Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop
2024-08-29 17:10:01 +05:30
Nuwan
3175f77b7f
implement profile photo upload
2024-08-29 17:08:19 +05:30
Seth Call
6833c68e40
Merge branch 'develop' into feature/legacy-download
2024-08-28 06:23:41 -05:00
Nuwan
9668b59e23
integration with filestack for profile avatar image uploading - wip
2024-08-27 00:50:01 +05:30
Seth Call
c44db20385
Create /downloads-legacy, and update /downloads for the 3 clients
2024-08-11 19:39:56 -05:00
Nuwan
86d77df2c9
app features on/off
...
add ability to control the visibility of beta site menu items.
the visibility state is stored in the back end api and the front
end menu items are been shown accordingly.
2024-07-16 17:26:48 +05:30
Nuwan
37ed2dddd4
beta site sessions history page wip
2024-05-03 08:25:51 +05:30
Nuwan
cb0cb654c8
limit CORS only to /api/*
2024-04-26 16:35:45 +05:30
Nuwan
20eb17b044
initial release of my friends page
2024-04-20 16:44:24 +05:30
Nuwan
861722e5d4
includes fixes in profile edit form and lobby page
2024-02-12 19:11:11 +05:30
Nuwan
dd4239f1f3
account identity update
...
allow users to update their JamKazam email and password securly.
2024-02-05 18:26:01 +05:30
Nuwan
d2c525f498
more updates to lobby page
...
includes showing chat notifications. also ui improvements
2024-01-22 11:28:16 +05:30
Seth Call
c8a111f5f5
Beta download page
2023-11-02 08:41:35 +05:30
Nuwan
1e988931a4
sending weekly email to users about new users joined in
2023-11-02 08:41:29 +05:30
Nuwan
f75d2c8c46
send weekly email to users about new musicians
2023-11-02 08:39:16 +05:30
Nuwan
fad3b73d67
wip new user recommendation email
2023-11-02 08:33:48 +05:30
Nuwan
4ef2dcdc04
fix issues related to user login and logout
2021-11-11 16:54:00 +05:30
Nuwan
2ec02ee436
change user auth to have a login page for the users to sign in to the site
2021-11-11 07:55:17 +05:30
Nuwan Chathuranga
6dae6ba53c
write README for setting up app in dev
2021-10-13 22:51:30 +05:30
Nuwan Chathuranga
13175f64f1
integrating websocket api
...
reduce javascripts in application.js bundle and
other related scripts/markup in templates of
legacy app and keep what is nedded for intracting
with websocket api. The stripped version of the javascript
endpoint /client_scripts can be referenced by the react app.
2021-10-13 22:51:30 +05:30
Nuwan Chathuranga
6c88cd1215
wip - react components related to musician listing and filtering
2021-10-13 22:51:30 +05:30
Nuwan Chathuranga
4ee649c7f1
added updated files
2021-10-13 22:51:29 +05:30
Nuwan Chathuranga
bab8d14798
wip - filter musician records
2021-10-13 22:51:27 +05:30
Nuwan Chathuranga
f57218f429
enable CORS on web - allowing to connect by client app
2021-10-13 22:51:27 +05:30
Seth Call
ec8a481b42
Secret room token
2021-09-29 09:44:09 -05:00
Nuwan Chaturanga
fc624115b5
Merged in VRFS-5222-asset_upload_api (pull request #29 )
...
VRFS-5222 asset upload api
* migration file
* asset upload api wip
* /api/user_assets
this api endpoint is used to upload and query user_assets.
for uploads send following parameters..
- asset_type
- filename
- recording_id (optional)
- session_id (optional)
- ext_id (optional)
the api provides json response with signed url to aws s3
the same api endpoint is used to query uploaded user assets.
Following query parameters are supported.
- id
- ext_id
- recording_id + asset_type
- session_id + asset_type
* delete unused asset_uploader
* for user_asset uploads use aws_bucket
* db migration to add index on user_id of user_assets table
Approved-by: Seth Call
2021-06-17 02:20:55 +00:00
Nuwan
7627b39925
musiian latency badge error fixing
2021-06-16 22:30:54 +05:30
Nuwan
e7d89ecf30
fix for latency badge not showing
...
This fixes latency badge only working on one musician hover bubble.
2021-06-08 20:09:55 +05:30
Nuwan Chathuranga
047ae3ebb2
specify latency server url correctly
2021-06-04 00:16:07 +05:30
Seth Call
128e9c6bb4
hotfix for bad installer
2021-05-18 17:42:18 -05:00
Nuwan
9dac3fdb56
on error in get_latencies send details to bugsnag
2021-05-12 19:51:29 +05:30
Nuwan
2421a4bc03
add api endpoint to fetch latency data
...
this api method fetches latency data for the current user from the
latency graph database service
2021-05-12 16:07:23 +05:30
Nuwan Chaturanga
253d82a32c
Merged in VRFS-5099_clean_up_dump_paths (pull request #12 )
...
VRFS-5099 clean up dump paths
Approved-by: Seth Call
2021-04-16 21:24:10 +00:00