Explicitly return service object from userDataSvc.
After the addition of the web worker code, I'm not sure if the worker variable is visible from outside the service when using the implicit service return. It's better to encapsulate the service...
View ArticleWIP: Pass an argument that indicates the operation to perform to web workers...
WIP: Pass an argument that indicates the operation to perform to web workers that can perform several operations. The operation argument is passed back to the main thread when the worker finishes, so...
View ArticleWIP: pass an "operation" argument to web workers.
This argument is not passed to the server via Ajax; rather, it is returned untouched to the main thread via callback when the Ajax call returns. It serves for the main thread to know which operation...
View ArticleUpdated rails 4.2.5.1 -> 4.2.5.2
This fixes two vulnerabilities. For more details: http://weblog.rubyonrails.org/2016/2/29/Rails-4-2-5-2-4-1-14-2-3-2-22-2-have-been-released/
View ArticleSimplified angular service that changes the state of entries, so it uses a si...
This way the overhead of multiple workers running is reduced.
View ArticleFixed bug when successfully adding a subscription.
Adding a subscription no longer takes the user to the Start page. This could be surprising for the user. Also no alert is displayed when the subscribe job has been enqueued, only once it finishes....
View Article