1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-11-18 09:01:30 +01:00
Commit graph

48 commits

Author SHA1 Message Date
0eb8be330b Wait until externalID has been fetched to render "Make Public" 2019-07-11 10:30:13 -06:00
2f96084b4a Various fixes/notes for server compatibility 2019-07-11 10:30:12 -06:00
4fc8cec5e3 Don't consider theme when checking if default 2019-07-11 10:30:12 -06:00
85ab5e2b96 Remove unneeded console logs and code 2019-07-11 10:30:11 -06:00
ec42aa3778 Correctly show/hide publicLinkDisplay after changing dictionaries 2019-07-11 10:30:07 -06:00
546c82996e Don't upload dictionaries have not been edited 2019-07-11 10:30:07 -06:00
57ca675f7a Only split out html/md files;Fix page load problem 2019-07-11 10:30:04 -06:00
8c39d05c13 Finish up password reset 2019-07-11 10:30:02 -06:00
8ed216cb7a Downgrade parcel-bundler to 1.9.7; minor fixes
Newer versions incorrectly link html files:
https://github.com/parcel-bundler/parcel/issues/2791
2019-07-11 10:29:59 -06:00
3340c96507 Start writing password reset 2019-07-11 10:29:58 -06:00
f2105465df Fix typo in Sync preventing publicLink from being set 2019-07-11 10:29:57 -06:00
63b1f20d58 Fix login error message 2019-07-11 10:29:51 -06:00
b59c4702b2 Use domain + pathname for public links instead of href 2019-07-11 10:29:51 -06:00
eadc13e04b Make sure publicLink is populated even when nonexistent 2019-07-11 10:29:50 -06:00
910e025997 Make public link visible when public; copy on click 2019-07-11 10:29:47 -06:00
4ad86e31fa Fix updateCurrentChangeDictionaryOption() selector 2019-05-28 00:17:23 -06:00
f0be285b3e Enable login when pressing enter on fields 2019-05-24 16:38:08 -06:00
6b46eaa148 Only render MakePublic if logged in 2019-05-24 15:37:15 -06:00
d228d1194a Make some messages appear longer/permanently 2019-05-24 11:45:08 -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
c8a01d854a Allow whitespace in passwords 2019-05-24 10:53:50 -06:00
941ba76ac8 Allow updating account info 2019-05-24 10:53:50 -06:00
63a0493586 Add Create New Dictionary button in account actions 2019-05-24 10:53:49 -06:00
fe0676f063 Split account settings into settings and actions 2019-05-24 10:53:49 -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
e2c3709ab8 Add color to error messages shown from addMessage() 2019-05-23 16:08:07 -06:00
7c3724f22e Delete words from server if logged in 2019-05-23 16:08:07 -06:00
569a0b9fc5 Choose when saveDictionary() updates lastUpdated 2019-05-23 14:27:38 -06:00
c5bdfa5450 Change externalId to externalID for backwards compatibility 2019-05-23 14:20:54 -06:00
bf30f108fa Move saveToken() to account/utilities.js 2019-05-23 13:16:51 -06:00
f753bd66f3 Upload new, updated, and imported words/dictionaries 2019-05-23 12:03:53 -06:00
6a6b545979 Make uploadDetails not need a parameter 2019-05-23 11:42:44 -06:00
af609afaca Fix log out using setCookie() 2019-05-23 11:41:49 -06:00
53d808fe30 Split upload functions; sort words after sync 2019-05-22 20:22:57 -06:00
3fa0ac2a81 Sync words on load 2019-05-22 14:21:42 -06:00
e2066e6168 Set up dictionary details sync 2019-05-21 18:57:29 -06:00
62dad867e0 Add commented outline for syncing in sync.js 2019-05-21 17:01:11 -06:00
d4d46c7afe Create new dictionary if logged in and local has no externalId 2019-05-21 16:56:11 -06:00
654bfab004 Upload dictionary if creating an account/not previously uploaded 2019-05-21 16:38:34 -06:00
cbb4cd07c7 Save token to cookie when logging in 2019-05-21 12:14:00 -06:00
6a4d9be05a Get logging in mostly working;
Does not return user data for some reason.
2019-05-17 12:23:40 -06:00
502065b08a Update sql types; Add html input maxlength 2019-05-17 11:45:37 -06:00
f8ae41bca6 Add create account 2019-05-14 17:22:17 -06:00
fcfc25e114 Fix request() helper 2019-05-14 17:21:46 -06:00
82d9ba9eee Add import-ed account script 2019-05-13 14:02:10 -06:00