Commit graph

300 commits

Author SHA1 Message Date
jelhan
5260e82b3d removing unused encryptKey 2014-02-21 19:48:28 +01:00
jelhan
b04b36af83 clearing new user input fiels after save 2014-02-21 19:45:41 +01:00
jelhan
c6022c48e5 remove debug log 2014-02-21 19:30:41 +01:00
jelhan
c9ff78faf4 Merge pull request #2 from jelhan/inject_enryption_key
Inject enryption key
2014-02-21 19:18:18 +01:00
jelhan
b516097bcb Merge pull request #1 from jelhan/inject_enryption_key
inject encryption key
2014-02-21 19:12:51 +01:00
jelhan
38e453d2eb Merge master into inject_enryption_key 2014-02-21 19:09:22 +01:00
jelhan
8460a015ca ID has to be unique 2014-02-21 19:08:44 +01:00
jelhan
fb21d679c6 ID has to be unique 2014-02-21 19:08:27 +01:00
jelhan
0952d08925 Enable MODEL_FACTORY_INJECTIONS
allows to inject into model but breaks compatiblity with current version of ember data
2014-02-21 19:04:19 +01:00
jelhan
5483f43597 inject encryption key
doesn't work because injection on models is disabled, see: http://emberjs.com/api/classes/Ember.Application.html#method_inject
2014-02-21 18:24:15 +01:00
jelhan
a1e4a1da84 Update README.md 2014-02-21 03:24:19 +01:00
jelhan
319027f70b set correct default 2014-02-21 02:50:56 +01:00
jelhan
8a8a160094 fix error in last commit 2014-02-21 02:50:32 +01:00
jelhan
fe50c6f66b doing it the ember way 2014-02-21 02:47:39 +01:00
jelhan
6cba1b57a0 replace unnecessary get('model') by returned model 2014-02-21 01:58:32 +01:00
jelhan
5bfa169fff handling decryption errors caused by wrong password 2014-02-21 00:56:48 +01:00
jelhan
6d3d54c44b prevent unnecessary double load of content from server 2014-02-21 00:47:44 +01:00
jelhan
96cc2bcfba documentation 2014-02-21 00:28:21 +01:00
jelhan
d992971386 Deleting uncomment line 2014-02-21 00:27:08 +01:00
jelhan
74be62b061 Selection is always embedded so no need for a belongs to realationship to user model 2014-02-21 00:26:16 +01:00
jelhan
5f7426d3a3 Merge branch 'master' of https://github.com/jelhan/croodle.git 2014-02-21 00:15:09 +01:00
jelhan
f64b2291c4 Description input field to textarea 2014-02-21 00:14:40 +01:00
jelhan
cb18ed0b1c Update libaries
Ember to 1.6.0-beta.1+canary.a063adea
Ember Data to 1.0.0-beta.7.f87cba88
Ember EmbeddedAdapter to latest dev release on GitHub
Handlebars to 1.3.0
JQuery to 2.1.0
Stanford JavaScript Crypto Libary to latest dev release on GitHub
2014-02-21 00:13:23 +01:00
jelhan
01b2f690f9 Update README.md 2014-02-19 20:55:39 +01:00
jelhan
edf2e2898f Update README.md 2014-02-19 20:54:50 +01:00
jelhan
22431d9240 Fixing persitenz bug in createOption view 2014-02-19 20:35:07 +01:00
jelhan
7cd8a5bcb0 doing it the ember way 2014-02-08 02:08:36 +01:00
jelhan
be4407be74 loading and error substates 2014-02-07 20:58:21 +01:00
jelhan
2208b64f18 Merge branch 'master' of https://github.com/jelhan/croodle.git 2014-02-06 12:25:34 +01:00
jelhan
8b4438ad5f refactored folder structure 2014-02-06 12:24:26 +01:00
jelhan
fcea26528a Update README.md
clarify which data is encrypted
2014-02-06 12:18:24 +01:00
jelhan
8812399d8d adding data folder with empty index.html 2014-02-06 12:15:12 +01:00
jelhan
ced3da6041 fix bug with name on user model
remove encryption key from template
2014-02-01 22:08:47 +01:00
jelhan
c63ab8e30a dirty workaround to get encryption key for model when they a created through embedded records 2014-02-01 21:59:58 +01:00
jelhan
c4d7d2dc13 implementing basic encryption
need to find a solution for passing encryptKey to models of embedded records
2014-02-01 08:14:44 +01:00
jelhan
1c79ee674c Using ember query params to put encryption key in uri
moving to canaray build cause in beta and stable builds do not contain features
2014-02-01 04:04:34 +01:00
jelhan
f856860515 Implementing encryption of stored data
encryption key is hard-coded yet
2014-01-31 15:00:47 +01:00
jelhan
cf6cbcc3c9 clean up code 2014-01-29 17:19:00 +01:00
jelhan
ce8cba14f8 needs to be naturaly sorted to be in correct order 2014-01-29 16:09:04 +01:00
jelhan
6452243436 removing not used code 2014-01-29 15:54:59 +01:00
jelhan
f95c30df94 ordered by filename and so by ID / creation date 2014-01-29 15:47:59 +01:00
jelhan
1df3ce837f clear newUser Form after newUser has been saved 2014-01-29 15:41:47 +01:00
jelhan
76d4eb19f9 Fixing bug in template: selected values of a user was not shown 2014-01-29 15:32:27 +01:00
jelhan
ff3ef88585 remove not used update mode 2014-01-28 02:06:37 +01:00
jelhan
61e3fcad67 embed user data on load
split up write for user and poll
store user data related to poll
2014-01-28 02:05:14 +01:00
jelhan
32f27c9e8e Moving to EmbeddedAdapter project 2014-01-28 00:19:08 +01:00
jelhan
8873cd525e Update EmberJS to 1.3.1 and Ember Data to 1.0.0-beta5 2014-01-23 11:57:06 +01:00
jelhan
2585cf5a4c Update EmberJS to 1.3.1 and Ember Data to 1.0.0-beta5 2014-01-23 11:56:00 +01:00
jelhan
9a3feb2fdb Update EmberJS to 1.3.1 and Ember Data to 1.0.0-beta5 2014-01-23 11:55:16 +01:00
jelhan
c2cf28ae3c Merge branch 'EmberJS' of https://github.com/jelhan/croodle.git into EmberJS 2014-01-07 16:21:35 +01:00