summary refs log tree commit diff
path: root/webclient/settings/settings.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-106/+0
|
* fix binger descriptionMatthew Hodgson2014-09-181-3/+3
|
* Added basic RegExp support.Kegan Dougal2014-09-161-1/+1
|
* Bing on all the things if there are 0 bing words.Kegan Dougal2014-09-161-0/+1
|
* Added bing detection logic. Persist the display name of the user in ↵Kegan Dougal2014-09-161-3/+3
| | | | localstorage for use when binging.
* Added a section on bing words if you enable desktop notifications.Kegan Dougal2014-09-161-0/+8
|
* Added /join descriptionEmmanuel ROHEE2014-09-081-0/+1
|
* doc: kick can take a reason argEmmanuel ROHEE2014-09-051-1/+1
|
* Re-apply fixes to the link-email screen to make it work again (in a somewhat ↵David Baker2014-09-041-3/+3
| | | | temporary way until home servers sign associations). Unhide the linked emails box.
* Hide email link UI from the settings because it doesn't work.David Baker2014-09-031-2/+2
|
* List commands and their usage in the settings pageEmmanuel ROHEE2014-09-031-0/+15
|
* Attempt to make avatar change clearerEmmanuel ROHEE2014-09-021-4/+5
|
* make the little logos clickable for ErikMatthew Hodgson2014-09-011-1/+1
|
* nasty big monolithic commit of a whole bunch of UI/UX improvements:Matthew Hodgson2014-08-311-7/+10
| | | | | | | | - add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX
* tweaks to settings pageMatthew Hodgson2014-08-301-22/+13
|
* Get user display name and avatar from the server rather than storing them in ↵Emmanuel ROHEE2014-08-291-3/+3
| | | | the local storage
* Show desktop notification state. Provide help if the user has previously ↵Emmanuel ROHEE2014-08-291-6/+19
| | | | denied permission to display them.
* Added "Your name" as placeholder to help user understand what is this alone ↵Emmanuel ROHEE2014-08-221-1/+1
| | | | input box
* Move profile parts of the rooms page and the config content into a new page: ↵Emmanuel ROHEE2014-08-221-0/+73
settings