Commit Graph

10 Commits

Author SHA1 Message Date
Negue 4516a6544c change ApiUrlService.getApiUrl to ApiUrlService.get 2014-09-16 19:33:16 +02:00
Negue 20f669e4d2 ADD: ApiUrlService getApiUrl / setApiUrl as preparation for custom Endpoints inside the mobile app 2014-08-26 22:38:44 +02:00
base of tree aa0c69e082 Fixes #1528. Stores the currently selected tags locally before synchronizing with the server and restores them after the new user object comes back down the pipe. One potential issue that should probably be fixed is if a tag is deleted on another client that has it selected, there is no visual feedback showing that a tag is still selected, but there are no tasks shown because a null tag is selected. This is fixed by pressing "clear filters", but null filters should probably be checked eventually 2014-02-23 22:37:42 -08:00
Tyler Renelle b458828b22 refactor(errors): refactor the way errors, offline, & queued ops are handled 2014-02-06 20:18:19 -07:00
Tyler Renelle 2cd7959d2e fix(userServices): only crash client on 500 2014-01-31 10:25:35 -07:00
Tyler Renelle dfd2a17ef9 APIv2: instead of passing req to callback, passing response object so API can return the object when wrapped on the server 2013-12-28 11:51:38 -07:00
Tyler Renelle 050d266970 don't force-refresh on errors 2013-12-25 13:00:48 -07:00
Tyler Renelle 7e82e2f5e0 force a hard-refresh if an error is detected (temporary, revisit if
causing issues)
2013-12-16 22:09:20 -07:00
Tyler Renelle ce04027802 classes: fixes & balancing of spells 2013-12-16 12:54:46 -07:00
Tyler Renelle 5d390561d2 move userServices.js to habitrpg-shared, so mobile can share the code 2013-12-15 21:29:28 -07:00