Commit graph

160 commits

Author SHA1 Message Date
Nick Gordon
c69bc0de58 derp. moment is already a dependency 2013-11-15 08:55:06 -08:00
Nick Gordon
7bf1bf2af0 data export commit, supports exporting task history via csv
*adds the following new dependencies: moment, express-csv
*recommend replacing functionality of 'relative-date' with features from 'moment'
*supports retrieval of CSV history via the API and in browser
**/api/v1/export/history (requires typical API authorization)
**/export/history.csv (requires session authorization)
*adds new routes for data export
2013-11-15 06:18:16 -08:00
Tyler Renelle
d589c24371 Merge pull request #1700 from djuretic/develop
Tests working (for continuous intregration)
2013-11-03 18:59:56 -08:00
Matteo Pagliazzi
5a103db716 upgrade lodash to 2.2.1 2013-11-02 09:52:48 +01:00
Dušan Juretić
142024b818 define karma task for continuous integration 2013-10-31 22:45:10 -03:00
Dušan Juretić
f4ac5dfe8c fix unit tests 2013-10-31 22:35:35 -03:00
Tyler Renelle
a90f37f35c more migration fixes, fix up metrics.js 2013-10-30 18:58:09 -07:00
Tyler Renelle
96f7db3d8a switching habitrpg-shared over from #rewrite to #master, will remove
rewrite branch soon after we're launched with challenges @shaners @paglias
2013-10-29 23:12:38 -07:00
Tyler Renelle
c5671550f1 challenges: add group.memberCount and ability to specifiy field projections in GET request /api/v1/groups?type=guild&fields=name,description,chat 2013-10-28 18:20:02 -07:00
Tyler Renelle
fa25f3d300 challenges: WIP beginning challenges feature. some basic CRUD & some
basic subscribe / unsubscribe functional (but buggy)
2013-10-28 11:34:07 -07:00
Tyler Renelle
5d46793373 Merge pull request #1591 from djuretic/develop
Tests for AuthCtrl
2013-10-15 19:59:47 -07:00
Dušan Juretić
89b4d2ece0 authCtrl tests now working, replaced window for $window 2013-10-12 22:46:13 -03:00
Tyler Renelle
09cd132420 paypal: begin adding paypal alternative to credit-card payments 2013-10-12 15:24:35 -07:00
Andre Casey
730c82ccaf Removes devDependecies for docker from Package.json. 2013-09-30 19:11:14 -07:00
Andre Casey
92485a938e Documentation configuration for Docker
Includes:
- Gruntfile config
- read me for docs (docs-home.md. maps to --> docs-home.md.html)
- updated package.json for docker dep
- updated .gitignore to not include generated files
2013-09-26 18:10:50 -04:00
Tyler Renelle
423170d0cf Revert "Fixes the bower post install fail in windows. I think it should be fine on all other OS, but I don't have the environment set up to test it."
This reverts commit 219bb4e572.
2013-09-22 12:57:00 -04:00
fragmental
219bb4e572 Fixes the bower post install fail in windows. I think it should be fine on all other OS, but I don't have the environment set up to test it. 2013-09-21 17:45:51 -05:00
Tyler Renelle
c54c383c5a [#1534] add some more starter test code, still no tests 2013-09-13 21:19:02 -04:00
Tyler Renelle
6708d46107 [#1534] initialize karma tests using generator-karma (yeoman) 2013-09-13 20:00:35 -04:00
Matteo Pagliazzi
21823564c2 add caching 2013-09-10 14:40:00 +02:00
Matteo Pagliazzi
f71590449c add hash to build files & correct minor fix 2013-09-10 12:39:17 +02:00
Tyler Renelle
91d1cdf361 [#1465] add member modals back in. Not all info is present, just a bit more
work. Can now click guild & tavern members! does lazy-loading of members
so we don't have to load all their information at once
2013-09-07 12:45:39 -04:00
Matteo Pagliazzi
40d6df1776 grunt v2 2013-09-07 12:47:44 +02:00
Tyler Renelle
6b960fba6a edit procfile (heroku Foreman) to run grunt start:production 2013-09-06 22:51:47 -04:00
Tyler Renelle
e23acc4c0a Merge branch 'paglias/grunt' into develop 2013-09-06 22:23:02 -04:00
Matteo Pagliazzi
b0bf1d4c58 finish 2013-09-06 22:33:00 +02:00
Matteo Pagliazzi
9046bd5041 css 2013-09-06 21:39:18 +02:00
Matteo Pagliazzi
7cd075d787 initial grunt support, gzip enabled 2013-09-06 19:19:43 +02:00
Tyler Renelle
c12de954a4 [#1446] add password-reset (still need change password for this to be useful) 2013-09-06 09:33:23 -04:00
Tyler Renelle
4333d055e5 auth bug fixes 2013-09-04 00:20:49 -04:00
Tyler Renelle
ceae8bf768 rewrite: start adding facebook auth. note, this isn't going to work properly due to issues outlined in http://stackoverflow.com/questions/14572600/passport-js-restful-auth . gotta figure something out here... 2013-09-03 23:20:31 -04:00
Tyler Renelle
ad67cbcc1c rewrite: begin the great server-side javascript migration 2013-08-28 23:21:06 -04:00
Tyler Renelle
893febf4d8 rewrite2 some fixes so deploy plays nicely with heroku 2013-08-27 10:34:58 -04:00
Tyler Renelle
dddb0be9f3 rewrite2 move css files up a directory. Move *all* images to habitrpg-shared. moved a lot of spritesheet css to habitrpg-shared. still more to be moved, but this is a start 2013-08-26 21:34:33 -04:00
Tyler Renelle
570d5f71ad update npm & node version reqs 2013-08-26 19:09:14 -04:00
Tyler Renelle
3a66d1df3b rewrite2 bug fixes & prep for heroku 2013-08-26 13:18:01 -04:00
Tyler Renelle
8c3e50372e rewrite2 fix shop, fix checkboxes, delete tasks 2013-08-25 18:20:07 -04:00
Tyler Renelle
3c45220e1f rewrite2 WIP 2013-08-24 23:54:08 -04:00
Tyler Renelle
a00bd3dcf1 add mongoose! 2013-08-24 18:57:08 -04:00
Tyler Renelle
3ec7ba1a5a Merge branch 'apiv2' into develop 2013-08-04 16:33:29 -04:00
Tyler Renelle
63ab1b1975 apiv2 more of previous (task xform) 2013-08-04 16:24:30 -04:00
Tyler Renelle
1a08c7b084 change derby-ui-boot url to point to our fork, for #741 2013-08-04 09:57:31 -04:00
Tyler Renelle
013cc7e5b7 migrations: try adding a coffeescript method, which uses mongoskin to run the migrations. Looks like it's not quite there, collection.toArray() pulls all objects into memory which is too big to run the migrations - might have to stick to mongo scripts 2013-06-15 17:31:23 -04:00
Tyler Renelle
3d6dafb368 set derby-ui-boot dependency to
f04ba2c7e7b3a8f1462a6e70fe4f81055d74c4b2 (new versions are for racer 0.5)
2013-05-27 14:51:56 +01:00
Tyler Renelle
e0f63860a9 typo in package.json 2013-05-25 18:31:47 +01:00
Tyler Renelle
a31eb184a2 habitrpg-shared: don't forget the package req! 2013-05-22 11:27:16 +01:00
Tyler Renelle
0b445df909 habitrpg-shared: *almost* working wth new scoring (c0cf9780fe) - need to fix for cron, API, and other misc bugs 2013-05-19 23:50:41 +01:00
Stan Lindsey
12c6e111b4 Merge pull request #921 from switz/locales
@slappybag => Allow locale to be set from a model middleware
2013-05-10 03:49:13 -07:00
Daniel Saewitz
9969168d3e Pin derby-i18n to switz#master 2013-05-09 13:11:32 -04:00
Tyler Renelle
e0e9c5eac4 remove unecessary package.json bits 2013-05-09 10:54:27 +01:00