Ghost/core/client
Gabor Javorszky f6d164b5d8 Current user added
Closes #340. Closes #375
* Replaced session with id of current user
* Added method to ghostlocals to always send profile picture and full name to templates (template checks if falsy)
* Modified user saving (`forge().set(new).save()` died on me, `forge().save(new)` didn't)
* If user has profile picture, that will be used
* If user has name, that will be used
* Password changing doesn't care about your email. Uses cookies. Tasty!
* User pane uses current user id. Had to set path to me, otherwise goes to `browse` instead of `read`.
* Added logic to user api to check for `id === 'me'`, and then use the cookie value
* User data saves are now correct
* There is no logout error
2013-08-17 22:02:46 +01:00
..
assets fixes extensions bug for image uploader 2013-08-13 21:04:07 +01:00
helpers App restructure - closes #245 2013-07-11 20:23:34 +01:00
models Current user added 2013-08-17 22:02:46 +01:00
tpl Merge pull request #339 from javorszky/iss282 2013-08-06 01:17:43 -07:00
views Current user added 2013-08-17 22:02:46 +01:00
init.js Minor update to notification frontend api 2013-08-06 08:55:47 +01:00
markdown-actions.js First pass at creating a usuable modal for the copy to HTML keyboard shortcut. 2013-07-25 16:00:41 +01:00
router.js Editable user profiles in settings screen 2013-08-05 18:26:44 +01:00
tagui.js Revert "Merge pull request #318 from matthojo/mobile-interactions" 2013-08-01 22:19:20 +01:00
toggle.js App restructure - closes #245 2013-07-11 20:23:34 +01:00