Commit graph

15 commits

Author SHA1 Message Date
Blade Barringer
c91b0cd34a Moved folders into common directory 2015-01-21 10:34:04 -06:00
Tyler Renelle
81bdb2481c refactor(services): move to a single "habitrpg" module for services /
directives / filters
2015-01-17 18:42:01 -07:00
Matteo Pagliazzi
c301bd3e89 fix(console): remove console.log 2015-01-16 17:46:47 +01:00
Matteo Pagliazzi
4a22b1dc57 fix(sync): fix for when data is null, ie. server offline 2015-01-16 17:33:15 +01:00
Matteo Pagliazzi
1f1cd750cb chore(i18n): update locales 2015-01-16 17:16:48 +01:00
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