1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-09-02 17:24:33 +02:00
Commit graph

26 commits

Author SHA1 Message Date
e6916f0f24 Enable creating new dictionaries from frontend
Also change how dictionaries are created, i.e. set random unique id
so exposing them without hashing is ok.
This is to allow displaying public dictionaries the same way
2018-07-01 16:08:01 -06:00
e6878fd9ec Make public index PHP so backend transformations are possible 2018-07-01 13:47:40 -06:00
095b8051be Fix sign up; Add confirmations to sign up and log in 2018-06-24 23:03:37 -06:00
3e42864eeb Enable saving changed Account Details 2018-06-24 22:06:03 -06:00
9363dc9274 Enable two-way intelligent word deletion by storing deleted ids 2018-06-23 17:30:45 -06:00
744506bdc3 Enable words to be deleted. 2018-06-23 17:29:55 -06:00
c6abce8cc6 Make useIPAPronunciation a browser/session setting 2018-06-23 17:29:46 -06:00
61b5525778 Provide some more explicit errors 2018-06-17 14:52:58 -06:00
9be58f5e72 Add use_ipa and use int for dates in structure.sql 2018-06-17 14:03:53 -06:00
728ba28d5b Add set and get userDetails to api 2018-03-09 16:27:38 -07:00
f59f72eaac Fixes: Return created_on and last_updated as int; import Word class ref. 2018-02-21 23:13:51 -07:00
0dc64b5f10 If logged in on load, sync dictionaries 2018-01-21 18:09:52 -07:00
a25e4726e5 Implement create account and login; fix validation issues 2018-01-21 14:25:36 -07:00
bc7dc27443 Validate sign up form and check for email and username uniqueness. 2018-01-21 12:38:28 -07:00
39fe0cbe0a Give up on MySQL timestamps & just use unix timestamps (int)
Also change the way update "success" is evaluated for setting details/words.
2018-01-12 14:57:05 -07:00
23263051f5 Update words to the database 2018-01-12 10:10:24 -07:00
7e7ffb8525 Rename sort_by_equivalent column to sort_by_definition 2018-01-12 09:23:23 -07:00
a2063644af Add favicon to index.html 2018-01-07 16:35:30 -07:00
297cbf7415 Comment out .htaccess stuff until I can work on it 2018-01-07 16:35:05 -07:00
e68e877119 Take a stab at Content Security Policy in meta tags 2018-01-07 16:03:14 -07:00
ca471da663 Move the backend files to /public/api 2018-01-07 16:01:40 -07:00
d6724fb0df Move .htaccess to public folder 2018-01-04 22:08:42 -07:00
e51e906785 Add heading graphic for assorted use 2017-09-11 11:40:47 -06:00
f500a08f8f Added PNG fallback if browser does not support SVG 2017-04-22 16:52:06 -06:00
dc0d7eff07 Add: Data managers; New SearchBox design
Also fixed logo and restructured components that don't need state.
2017-04-20 13:10:07 -06:00
a3437771f5 Remove everything to start a full rewrite. 2017-04-03 22:24:14 -06:00