1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-23 10:30:05 +02:00
Commit graph

36 commits

Author SHA1 Message Date
5c5309a9a5 Replace leftover isComplete with theme 2019-07-11 10:45:04 -06:00
4de8b572c3 Parse references on backend for view 2019-07-11 10:45:01 -06:00
601841c754 Correctly link public word references 2019-07-11 10:45:00 -06:00
b9cfce5a05 Add public word view 2019-07-11 10:45:00 -06:00
6292a73717 Add failed login lockout 2019-07-11 10:45:00 -06:00
2eb5b4db84 Add error message if public dictionary not found 2019-07-11 10:44:59 -06:00
6154510af6 Load and render public dictionary correctly 2019-05-28 00:12:17 -06:00
373414d5c0 Fix dictionary not returning alphabeticalOrder;
Needs fix to include in db!
2019-05-28 00:11:38 -06:00
e806f53076 Add original .htaccess file from Lexiconga 2019-05-27 23:51:28 -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
1bc75f2256 Make view.html a template for router.php to use
Also add public_name to Dictionary->getPublicDictionaryDetails()
2019-05-27 22:52:50 -06:00
d1b123317f Start non-invasive work on public viewing 2019-05-24 18:50:31 -06:00
b1140eebb7 Remove isComplete option, always default to false 2019-05-24 15:09:57 -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
f6a6a8cc0b Add lastUpdated and createdOn if missing on import/migrate 2019-05-23 16:07:59 -06:00
c5bdfa5450 Change externalId to externalID for backwards compatibility 2019-05-23 14:20:54 -06:00
401779adb1 Fix variable typo in Dictionary->getDetails() 2019-05-23 12:04:29 -06:00
b8fa80b34b Fix incorrect data pulled in phonotactics exception 2019-05-23 11:07:51 -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
1369fb0fdb Update returned data from Dictionary->getDetails() 2019-05-21 17:01:48 -06:00
654bfab004 Upload dictionary if creating an account/not previously uploaded 2019-05-21 16:38:34 -06:00
33ac88dd6c Strip tags before parsing json in api request 2019-05-21 16:18:44 -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
0f1a7d2f09 Force local project database user/password setup 2019-05-17 12:52:20 -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
04176ef92f Add composer and some things to help with dev + basics 2019-05-13 17:18:31 -06:00