Commit Graph

69 Commits

Author SHA1 Message Date
Matteo Pagliazzi a9095f3464 fix(translations): remove translations for privacy & terms 2014-01-24 17:38:21 +01:00
Marcelo Sizer 4d834c5c2b Replace a line for env.t 2014-01-22 22:37:09 -02:00
Andrew Bloomgarden 77801e458e Change static module name to habitrpgStatic.
The way the tests are written now, the habitrpg module definition in static.js
was clobbering the one in app.js. In other words, most of the tests weren't
testing what they thought they were testing.
2014-01-15 21:33:57 -08:00
Tyler Renelle eeaeb5c006 Merge remote-tracking branch 'DanielHeath/develop' into develop
Conflicts:
	views/static/front.jade
2014-01-05 16:37:05 -07:00
Matteo Pagliazzi 7cfca80e2f remove unnecessary text tags 2014-01-05 13:23:45 +01:00
Tyler Renelle eda45d9240 Merge pull request #2174 from Sinza-/develop
Replace hard-coded strings with env.t on views/static folder and en/app.json
2014-01-01 22:33:13 -08:00
Tyler Renelle 9b56899d0f #2217 add note about base-url for api routes 2014-01-01 22:47:38 -07:00
Tyler Renelle 580279eeda #2217 apiv2 update documentation 2014-01-01 22:26:59 -07:00
Tyler Renelle 548d4f5b78 #2217 swagger-ui: allow authentication for interacting with routes 2014-01-01 21:09:01 -07:00
Tyler Renelle a2b30dcb1a #2217 merge apiv2 route definitions with swagger decorations 2014-01-01 20:21:46 -07:00
Tyler Renelle 98361ea94f #2217 add note about API-docs being a WIP 2014-01-01 16:37:03 -07:00
Tyler Renelle 0edcfac46b #2217 start adding APIv2 generated documentation via swagger-node-express 2014-01-01 15:33:37 -07:00
Daniel Heath 0ecc013a00 Allow lastpass users to autofill their credentials 2014-01-01 13:52:12 +11:00
Marcelo Sizer 57ac0239c5 Replaced hard-coded strings with env.t on views/static folder and en/app.json contains it all. 2013-12-30 00:14:55 -02:00
Matteo Pagliazzi d0c29eba78 move js & css files to public/manifest.json, allow for stylus files editing without restarting server on development, removed hashres from dev build 2013-11-04 22:13:03 +01:00
Matteo Pagliazzi 2da33b0355 add loading bar to front page too 2013-11-01 21:07:44 +01:00
Tyler Renelle bbb4a9152b [#1674] don't sync challenge to user until after challenge is
saved (delete still not working)
2013-10-31 01:24:13 -07:00
Tyler Renelle 52a36a19e4 add agreement copy on registration. 2013-10-31 00:03:43 -07:00
Matteo Pagliazzi c9ff96af6c added small notice about password manager 2013-10-27 13:36:20 +01:00
Tyler Renelle 609499a4c9 front-page: update promo video 2013-10-19 16:24:20 -07:00
Tyler Renelle 36b3a77877 [#1397 #1543 #1540] start adding in unlock notifications (working for some, not for all). Also some tour & header fixes 2013-09-17 14:10:10 -04:00
Tyler Renelle 01ac814b17 typo 2013-09-10 19:10:58 -04:00
Matteo Pagliazzi 21823564c2 add caching 2013-09-10 14:40:00 +02:00
Matteo Pagliazzi 9cc92ccb25 serve all css minimized & static files from /build 2013-09-10 12:29:43 +02:00
Tyler Renelle a6590e7d84 [#1505] add memberServices into static. I'm adding way too many deps to the
static page, I need to separate out authServices bare-bones & only use
that in static
2013-09-09 21:25:45 -04:00
Tyler Renelle 9690c7112f login form: set method='POST' & remove dymamic calculating of input
fields, since we now have the facebook button #1464 #1446 #1246
2013-09-08 22:49:13 -04:00
Tyler Renelle 0b34b41bbe fix to toggle helm 2013-09-08 11:39:30 -04:00
Tyler Renelle d7b21eb32a typo fixes 2013-09-08 10:17:27 -04:00
Matteo Pagliazzi 4f9cf94574 fix #1438 2013-09-07 13:56:33 +02:00
Tyler Renelle e23acc4c0a Merge branch 'paglias/grunt' into develop 2013-09-06 22:23:02 -04:00
Matteo Pagliazzi 9046bd5041 css 2013-09-06 21:39:18 +02:00
Matteo Pagliazzi 07ddd39856 fix for static pages 2013-09-06 19:50:14 +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
Matteo Pagliazzi 16bc90acb1 remove moment and lodash, using from habitrpg-shared 2013-09-04 13:15:13 +02:00
Matteo Pagliazzi cb350338ed manage local js with connect-assets 2013-09-04 12:54:15 +02:00
Tyler Renelle 466c727d4e rewrite: facebook auth bug fixes. still not ideal solution, but it works
for now
2013-09-03 23:40:27 -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 16ee1c1d65 misc bug fixes 2013-09-03 19:11:52 -04:00
Tyler Renelle b470abb441 small static-pages tweaks 2013-09-02 01:20:43 -04:00
Tyler Renelle ef9e1f3444 rewrite: push login modal to the front page, don't allow anonymous
usage.
2013-09-02 01:08:28 -04:00
Tyler Renelle fb0ffd075e rewrite: converted static pages, removed old unused static pages 2013-09-01 13:30:53 -04:00
Tyler Renelle 3c45220e1f rewrite2 WIP 2013-08-24 23:54:08 -04:00
MoofinSeeker 8855766829 Update terms.html
Added spaces before line breaks in text body.
2013-06-13 00:53:14 +02:00
MoofinSeeker 3a8f6086ad Update privacy.html
Added spacing before line breaks in body of text.
2013-06-13 00:34:59 +02:00
Tyler Renelle 367ca4a76b redirect about, team, extensions to the community site. remove header 2013-04-03 17:15:28 -04:00
Stan Lindsey 6ba25e40b0 Added Community Link 2013-03-28 11:29:02 +00:00
Stan Lindsey e0a28514c7 Added Community Link 2013-03-28 11:27:52 +00:00
Tyler Renelle 58ba7cf4f3 Merge branch 'develop' 2013-03-25 17:43:48 -07:00
Tyler Renelle 01f2bfeab7 remove FAQ page, redirect to http://community.habitrpg.com/faq-page 2013-03-25 17:41:25 -07:00