lavab / web

AngularJS web client of Lavaboom's email service
https://mail.lavaboom.com
38 stars 21 forks source link

Include the name of the node that actually serves you the interface #313

Closed flixi closed 9 years ago

flixi commented 9 years ago

For example served by maggie or marge or homer... bildschirmfoto 2015-03-19 um 17 45 00 Similiar to this. Include it right below the menu.

let4be commented 9 years ago

@pzduniak where could I take this information from? I've tried /info and /me API calls but it seems there is no required information tho, /info has

docs_url: "https://docs.lavaboom.io/" message: "Lavaboom API" version: "v0"

But I guess it's different from what we would like to see

let4be commented 9 years ago

If we want to show exactly the node's name which gives us static assets, hm... we could for example pass the node name in Server or X-Powered-By http response header

andreis commented 9 years ago

Yeah, the header idea is the most practical imho

let4be commented 9 years ago

now web reads X-Powered-By header ;)

could be useful for further customization: https://github.com/lavab/web/blob/develop/src/translations/en.toml#L11-11 https://github.com/lavab/web/blob/develop/src/blocks/inbox/emails.jade#L7-7 https://github.com/lavab/web/blob/develop/src/index.jade#L48-48