Daniel Berteaud
ecbee1f15c
Split JS resources
...
Fix for #36
11 years ago
Daniel Berteaud
5ef1801ade
Load JS on feedback, feedback_thanks and about pages
...
Fix #33
11 years ago
Daniel Berteaud
d05925722b
Fix lock button status sync
...
When there're several owners
11 years ago
Daniel Berteaud
f55d6cf092
Various fixes in path handling when using language suffix
11 years ago
Daniel Berteaud
596ef48dcb
Add a sticky footer div
11 years ago
Daniel Berteaud
7c11139bee
Fix several missing closing tags in the join template
11 years ago
Daniel Berteaud
e2cb0d41b5
Center the navbar in the conf menu
11 years ago
Daniel Berteaud
883905af6a
Fix feedback email templates
...
As they now need to be in email_html and email_text format
11 years ago
Daniel Berteaud
102df46a80
Reduce page title size
...
h1 was a bit too big
11 years ago
Daniel Berteaud
dec8da6a44
Don't add the active class on the lock button if locked
...
prevent an inconsistent button state if the owner join a locked room (after he authenticate)
11 years ago
Daniel Berteaud
76ae8e18ea
Prevent owner to be locked out of its own room
...
If the room was locked when he left
11 years ago
Daniel Berteaud
2b461fbc59
Move lock button at the top of the conf menu
11 years ago
Daniel Berteaud
43f3fba40b
Revert "Remove room lock, not that usefull now that you can use a password"
...
This reverts commit 25f2602694
.
Locking can still be usefull to prevent participant to join, event is they know the pass
Conflicts:
public/js/vroom.js
11 years ago
Daniel Berteaud
072215a071
Add custom message intro in email invitation
...
Also don't XML escape translated strings in the plain text version
11 years ago
Daniel Berteaud
d80ab2440a
Change email input placeholder
11 years ago
Daniel Berteaud
fdff058521
Add a custom message field in email invitations
...
Can be used to send the join password, or anything else
11 years ago
Daniel Berteaud
cea2189774
Store join paswword hashed
...
Do not trade security and privacy for convenience
11 years ago
Daniel Berteaud
e394b8d911
Hide the app URL on XS screens
11 years ago
Daniel Berteaud
6e48945f4e
More help items
11 years ago
Daniel Berteaud
769e288796
Revamp help page
11 years ago
Daniel Berteaud
4fb717b6be
Use form instead of simple divs for paswords
...
So hitting enter also submit it
11 years ago
Daniel Berteaud
697b143cef
Add an auth form in the join template
...
Lets you authenticate as the room owner even if there's no join pasword
11 years ago
Daniel Berteaud
a5837dac98
Implement owner password auth
...
Owner passwords are salt+sha256 hashed (unlike join password) as they do not need cleartext access
For now, you also have to set a join password if you want to be able to auth as an owner
Need to implement a password popup if there's an owner password but no join password
11 years ago
Daniel Berteaud
eaf20b6a13
Send join password in email invitations
...
Fix #26
11 years ago
Daniel Berteaud
41b5f5754b
Hide conf menu by default
...
And display it only if we are the owner of the room
11 years ago
Daniel Berteaud
25f2602694
Remove room lock, not that usefull now that you can use a password
11 years ago
Daniel Berteaud
c092c45431
Move lock button in config menu
11 years ago
Daniel Berteaud
6300a0b6d4
Add a retry button on error page
...
If the error is WRONG_PASSWORD
11 years ago
Daniel Berteaud
c7dae14d32
Add password page template
11 years ago
Daniel Berteaud
950f31c39a
Set password button should be disabled
...
Until we start typing a password
11 years ago
Daniel Berteaud
0feec74dbd
Add remove pass button
...
Also simplify password setting for now, remove the confirm password dialog (will probably be added agin once everything is ready and working)
11 years ago
Daniel Berteaud
ab827ac770
Add a new menu for configuration in the toolbar
...
Only contains join password for now
11 years ago
Daniel Berteaud
6a916d7ba7
Add timestamp as get param to resources
...
Should force clients to get new files each time thy change
without any maintenance, as it just reads the file mtime
Should fix #22
11 years ago
Daniel Berteaud
f65932fee1
Some more email invitation refactoring
11 years ago
Daniel Berteaud
1d8ad29190
Send alternative/multipart emails
...
Plus some other adjustements
Fix #20
Unfortunatly, it's not sufficient, as gmail still often tags invitations as spam :-(
but still a bit better
11 years ago
Daniel Berteaud
9aa15e8597
Add missing class to panels on the index page
...
Text wasn't justified
11 years ago
Daniel Berteaud
d481ff47e2
Validate room name field
...
Not perfect as the message is not easily customizable, but better than nothing ;-)
Fix #15
11 years ago
Daniel Berteaud
0a051f8c05
Add a placeholder for the comment field
11 years ago
Daniel Berteaud
66ef75e427
Make the comment field mandatory
...
Fix #19
11 years ago
Daniel Berteaud
6ef394b914
Add a thank page after feedback submission
...
Fix #16
11 years ago
Daniel Berteaud
f1012ad480
Various cleanups on the index page
11 years ago
Daniel Berteaud
10db137f6c
Rework the invitation menu
...
Fix #17
11 years ago
Daniel Berteaud
a70fe3bc09
Fix feedback template indention
11 years ago
Daniel Berteaud
3d53560c30
Hide the logo and fork me img on XS screens
...
They take too much space
11 years ago
Daniel Berteaud
37207e61ac
Fix about page title localization
11 years ago
Daniel Berteaud
3aa3415a0e
Add a feedback form
...
Add a link to the feedback page in the public toolbar, and the goodby page
Should fix #14
11 years ago
Daniel Berteaud
3b99238cbf
Add a join button on conflict error
...
Cleanup stash handling for the error template, and add a button to join the room
Should fix #12
11 years ago
Daniel Berteaud
4815e4cb83
Define rootUrl in js_include
...
So /localize is working not matter which alias we use, even on the front page
11 years ago
Daniel Berteaud
409edd50db
Update jQuery to 1.11.1
11 years ago
Daniel Berteaud
98fd6cd32c
Coding style updates and comments cleanup
11 years ago