Ghost/ghost/admin/app/controllers
Aileen Nowak d90ed28940 Renaming date properties to contain UTC
closes TryGhost/Ghost#6985

- renames all date properties to end with `UTC`:
	- `publishedAt` in `post` model
	- `createdAt` in `post`, `role`, `subscriber`, `tag` and `user` model
	- `updatedAt` in `post`, `role`, `subscriber`, `tag` and `user` model
	- `unsubscribedAt` in `subscriber` model
	- `lastLogin` in `user` model
- adds `attrs` transforms in matching serializers `post`, `tag` and `user`
- new serializers files for `subscribers` and `role` to add `attr` transforms
- adds unit tests for all serializers
- use two variables in `post-settings-menu` controller to handle blog-timezone adjusted date as well as UTC date
2016-06-17 11:09:21 +02:00
..
editor Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
settings deps: grunt-jscs,ember-suave@3.0.0 2016-06-11 13:39:31 -06:00
setup deps: grunt-jscs,ember-suave@3.0.0 2016-06-11 13:39:31 -06:00
team deps: grunt-jscs,ember-suave@3.0.0 2016-06-11 13:39:31 -06:00
about.js Always show current year in copyright text on "About" page 2016-01-25 11:33:10 +00:00
application.js don't show the nav menu when on a 404 route and not signed in 2016-05-13 19:02:55 -06:00
error.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
post-settings-menu.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
posts.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
reset.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
setup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signin.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
signup.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
subscribers.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00