David Llop

Results 10 issues of David Llop

In [this wave](https://app.teem.works/teems/cHJvdG90eXBlLnAycHZhbHVlLmV1L3MrVXNjT1pHSEFnZkM?tab=pad) bold annotations has lost their style, but when you select them, you can see the annotation is still there (the bold button is highlighted). You can check...

bug

https://stackoverflow.com/questions/15436624/gcm-send-image-instead-of-message

A `SwellRT.version` property would be useful in JavaScript.

api

We should maintain the session logged in when upgrading Teem.

bug
swellrt

It would be great to have Teem in F-droid. - https://f-droid.org/contribute/ (Submit applications section) - https://f-droid.org/manual/fdroid.html#Building-Applications - Pull request example https://gitlab.com/fdroid/fdroiddata/commit/38cd14bb2144f45e1efa262aea882fa4bb9ddd29

good for beginners

We need to protect `/session/logout` URL to avoid XSRF attacks. We don't have REST connections with SwellRT, so we may need a different approach than [usual angular XSRF solution](https://docs.angularjs.org/api/ng/service/$http#cross-site-request-forgery-xsrf-protection). My...

Neither `$translate.proposedLanguage()` nor `$translate.use()` have the current language when called at https://github.com/P2Pvalue/teem/blob/master/src/js/app.js#L85.

I changed all urls so the app can be used from: http://localhost:8080/ipfs/QmRKo9RAwrRj74sUCKWZH4RLkJMueBUBqrUAPt1RPPXdja/ The only thing that isn't working is uploading due to a CORS issue.