1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-25 19:40:06 +02:00
Commit graph

23 commits

Author SHA1 Message Date
287b85b585 Rename src to src_2.x 2024-06-08 01:32:44 -06:00
105331bf68 Various fixes/notes for server compatibility 2019-07-11 10:45:15 -06:00
828608ee0b Fix User->upgradePassword() missing user 2019-07-11 10:45:11 -06:00
102877aefa Change user dates to datetime format 2019-07-11 10:45:11 -06:00
8a80412cd6 Finish up password reset 2019-07-11 10:45:07 -06:00
c0fe25007d Make sure php files can be used anywhere 2019-07-11 10:45:07 -06:00
0f23454473 Start writing password reset 2019-07-11 10:45:05 -06:00
bed665f448 Remove hashing dictionary id
Randomizing id should be enough security, plus it makes .htaccess easier
2019-05-27 23:50:26 -06:00
d3ef16b947 Correctly sync dictionary on login and create account 2019-05-24 11:34:11 -06:00
33e9193abb Add delete dictionary from server with switching 2019-05-24 10:53:51 -06:00
d665f861a2 Allow changing password from account settings 2019-05-24 10:53:50 -06:00
941ba76ac8 Allow updating account info 2019-05-24 10:53:50 -06:00
24a5baa545 Set up change dictionary 2019-05-24 10:53:48 -06:00
f8b9503960 Validate token if one exists; Save account data 2019-05-24 10:53:41 -06:00
aee0f81d3c Add additional messaging to delete-words error 2019-05-23 16:08:07 -06:00
3fa0ac2a81 Sync words on load 2019-05-22 14:21:42 -06:00
6aef828f42 Default lastUpdated to created; extra error messaging 2019-05-21 18:54:19 -06:00
654bfab004 Upload dictionary if creating an account/not previously uploaded 2019-05-21 16:38:34 -06:00
59dcdd1694 Only send user data and token on login; Hash dictionary ids 2019-05-21 11:48:28 -06:00
c9f456edfb Fix incorrect user column; Add default empty data for text fields 2019-05-21 11:25:57 -06:00
b6e6390dde Add debug to User; Remove phonology from new dictionary 2019-05-14 17:23:00 -06:00
a4358a7658 Use cookies for storing tokens 2019-05-14 15:49:54 -06:00
f642519125 Copy previously-written API code from React version 2019-05-14 15:28:42 -06:00