Nava Majumdar
@Nava10Y
I am .Nava.
Repls
Community
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 26
Database V5
> ## Added Feature:
> * none
> ## Bugs/Fixes:
> * does not return ""extraCapsuleData": null" when recalling data from endpoint "/auth/extra-capsule-worker.php" i
> ## Files Changed:
> * database/extra-capsule-db-function.php
> * auth/extra-capsule-worker.php
> ## Files Added:
> * none646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 25
Database V5
> ## Added Feature:
> * Added API functionality for data management in the extraCapsule table.
> ## API Features:
> * Add Data (aPlus):
> * Endpoint: POST request to "/auth/extra-capsule-worker.php" with "aPlus" parameter.
> * Required Parameters: userID, extraCapsuleID, extraCapsuleData or indexNumber (only if you want to edit a certain extra-capsule sub capsule)
> * Create extraCapsule (cPlus):
> * Endpoint: POST request to "/auth/extra-capsule-worker.php" with "cPlus" parameter.
> * Required Parameters: userID, extraCapsuleID, extraCapsuleData
> * Retrieve Data (rPlus):
> * Endpoint: POST request to "/auth/extra-capsule-worker.php" with "rPlus" parameter.
> * Required Parameters: userID, extraCapsuleID or indexNumber (only if you want to see a certain extra-capsule sub capsule) and byitself
> * Delete Data (dPlus):
> * Endpoint: POST request to "/auth/extra-capsule-worker.php" with "dPlus" parameter.
> * Required Parameters: userID, extraCapsuleID
> ## Bugs/Fixes:
> * none
> ## Files Changed:
> * database/sql-connect.php
> * auth/tools.php
> ## Files Added:
> * auth/extra-capsule-worker.php
> * database/extra-capsule-db-function.php646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 24
Database V4
> ## Added Feature:
> * Now you may use a device that is already logged in to scan a QR code to connect into an account on a separate device.
> ## Bugs/Fixes:
> * none
> ## Files Changed:
> * database/sql-connect.php
> * database/accounts-db-function.php
> ## Files Added:
> * auth/qr-code.php646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 23
Database V4
> ## Added Feature:
> * None currently
> ## Bugs/Fixes:
> * Fixed: quick login has been updated, so that the code that is generated has a expiry time of 1 min and the code is deleted when it hits the expiry time.
> ## Files Changed:
> * database/sql-connect.php
> * database/accounts-db-function.php
> * pages/qlcode-worker.php
> * js/qlcode-worker.js
> ## Files Added:
> * None currently646
36
19
3
qr-code-to-loginyou can login with qr code (not secure yet)
20
0
3
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 22
Database V4
> ## Added Feature:
> * None currently
> ## Bugs/Fixes:
> * Fixed: a bug that occasionally prevents users from logging in after registering. However, it was corrected by providing options when hashing. nah i changed it back to md5 π (31/01/2023)
> ## Files Changed:
> * database/accounts-db-function.php
> * auth/apps-api-auth.php
> * auth/register.php
> ## Files Added:
> * None currently646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 21
Database V4
> ## Added Feature:
> * secure token
> ## Bugs/Fixes:
> * Security Update: Hash > transition from md5() to passwordhash( password,PASSWORDARGON2I ) nah i changed it back to md5 π (31/01/2023)
> ## Files Changed:
> * database/token-db-function.php
> * auth/login.php
> * auth/register.php
> * user/index.php
> ## Files Added:
> * None currently646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 20
Database V3
> ## Added Feature:
> * None currently
> ## Bugs/Fixes:
> * Security Update: Hash > transition from md5() to passwordhash( password,PASSWORDARGON2I ) nah i changed it back to md5 π (31/01/2023)
> ## Files Changed:
> * database/accounts-db-function.php
> * auth/login.php
> * auth/register.php
> * user/index.php
> ## Files Added:
> * None currently646
36
19
9
chat-nGlobal Chat where you can meet people through chat
Update 11
changed files:
> * database/accounts-db-function.php
> * js/index.js
> * pages/logout.php
> # added features:
> * auto login without going to database (but you have to press login button)
34
11
9
9
chat-nGlobal Chat where you can meet people through chat
Update 10
changed files:
> * js/index.js
> * pages/worker.php
> # added features:
> * you can add link without keyword
34
11
9
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 19
Database V3
> ## Added Feature:
> * None currently
> ## Bugs/Fixes:
> * Quick Login code does note get deleted after login in : Now it gets deleted after login
> ## Files Changed:
> * database/accounts-db-function.php
> * pages/qlcode-worker.php
> * auth/tools.php
> * auth/login.php
> ## Files Added:
> * None currently646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 18
Database V3
> ## Added Feature:
> * quick login allows you login with code that you can get from user setting in database.
> ## Bug fixed:
> * None found yet
> ## Files Changed:
> * database/accounts-db-function.php
> * database/sql-connect.php
> * auth/login.php
> * pages/index.php
> ## Files Added:
> * pages/qlcode-worker.php
> * pages/qlcode-worker.js646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 17
Database V3
> ## Added Feature:
> * None Currently
> ## Bug fixed:
> * password gets deleted with the account
> * all capsule/capsule container gets deleted with the account
> ## Files Changed:
> * database/capsule-db-function.php
> * database/accounts-db-function.php
> ## Files Added:
> * None currently646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 16
Database V3
> ## Added Feature:
> * None Currently
> ## Bug fixed:
> * api login/register: not working because of a weird error caused by post/get request and so apps-api-auth.php was created to fix that error
> ## Files Changed:
> * auth/capsule-worker.php
> * database/capsule-db-function.php
> * database/accounts-db-function.php
> * auth/login.php
> * auth/register.php
> ## Files Added:
> * auth/apps-api-auth.php646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 15
Database V3
> ## Added Feature:
> * API login/register - i think that how i should call it?
> * The ability to save user json data, as well as update and retrieve it.
> ## Bug fixed:
> * when you register it will take you to the login page,
> ## Files Changed:
> * database/accounts-db-function.php
> * database/sql-connect.php
> * auth/login.php
> * auth/register.php
> * pages/nav.php
> ## Files Added:
> * css/capsule.css
> * auth/capsule-worker.php
> * user/capsule.php
> * database/capsule-db-function.php646
36
19
19
databaseConnect your website to A Google authenticator (clone) that is easy to use. login or register now.
Update 14
Bug fixed:
> * now if you login from a chrome browser it will say that the website is safe
> * login/register is faster
> # Files Changed:
> * database/accounts-db-function.php
> * auth/login.php
> * auth/register.php
> * css/auth.css646
36
19
9
chat-nGlobal Chat where you can meet people through chat
Update 9
changed files:
> * js/index.js
> * user/index.html
> * pages/nav.php
> * pages/worker.php
> # added features:
> * more background colour/color
> * you can delete your message
34
11
9
9
chat-nGlobal Chat where you can meet people through chat
Update 8
changed files:
> * css/nav-bar.css
> * js/index.js
> * user/index.html
> * pages/nav.php
> * pages/worker.php
> # added features:
> * you can change background colour
> * you can send youtube videos
34
11
9
9
chat-nGlobal Chat where you can meet people through chat
Update 7
changed files:
> * css/style.css
> * js/index.js
> * user/index.html
> # added features:
> * click on link to open pop up which ask you if you want to open link to another page
> * click on image to open pop up which will show you enlarged image that you clicked on
> # bugs fixed:
> * can't open links
> * image size to big
34
11
9
9
chat-nGlobal Chat where you can meet people through chat
Update 6
changed files:
> * css/style.css - css for the hidden menu
> * js/index.js - hidden menu that contains the keyword
> * js/index.js - helper with the keyword
> # added features:
> * write this (img[]-... in the input to open a menu that can help you with the keyword for adding image, link and heading34
11
9