1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00
Commit Graph

379 Commits

Author SHA1 Message Date
Daniel Berteaud
c5c71f7883 Some more tooltips in admin area 2015-10-29 14:32:32 +01:00
Daniel Berteaud
6c92f49417 Fix deprecated syntaxe warning for qw() 2015-10-29 14:28:50 +01:00
Daniel Berteaud
a2b1664d8c Add a drop down menu to set item per page 2015-10-29 11:32:40 +01:00
Daniel Berteaud
0166ad5ded Enhance the connection modal
So users know when input (password/name) is required
2015-10-12 11:39:08 +02:00
Daniel Berteaud
a932c6c668 Fix event types in doc
Which isn't a panel
2015-08-31 11:28:45 +02:00
Daniel Berteaud
050549cb39 Fix uninit var when etherpad is disabled 2015-08-07 18:26:47 +02:00
Daniel Berteaud
71ba31b773 Fix install dependencies doc 2015-08-07 17:56:27 +02:00
Daniel Berteaud
1f83ed6a9a Add missing closing quote 2015-08-07 17:40:27 +02:00
Daniel Berteaud
fa4c3b29fc Fix subimting the invitation form when hiting enter 2015-08-07 13:05:06 +02:00
Daniel Berteaud
d79fc35f4c Add I18N plugin in doc 2015-08-07 11:21:41 +02:00
Daniel Berteaud
c653ba4bc9 Fix video variable conflict
And also properly disable the suspend cam button if peer has no video
2015-08-07 09:25:35 +02:00
Daniel Berteaud
2a71e95b3b Add doc for redis 2015-08-06 18:41:33 +02:00
Daniel Berteaud
8dd6b4293a Add new dependencies in the doc
for redis and perl(Mojo::Redis2)
2015-08-06 18:24:11 +02:00
Daniel Berteaud
9b45c7173e Fix invitation response form 2015-07-29 14:50:29 +02:00
Daniel Berteaud
95efab95a4 Event when sending join notif 2015-07-26 21:38:42 +02:00
Daniel Berteaud
da5e1a4f83 Update popup on auth button 2015-07-26 19:39:38 +02:00
Daniel Berteaud
2ccd74d9e3 Add client and server side validation for the feedback form 2015-07-26 18:31:45 +02:00
Daniel Berteaud
b096c9b1e6 Don't include the email line if email is absent 2015-07-26 18:30:54 +02:00
Daniel Berteaud
adf3e3b73a Feedback form must use POST 2015-07-26 17:48:38 +02:00
Daniel Berteaud
ef7b3967b2 Better auth dialog behavior 2015-07-25 15:44:23 +02:00
Daniel Berteaud
4ebdf173c3 Fix textaerea containing spaces 2015-07-25 13:29:16 +02:00
Daniel Berteaud
a95de23496 Remove useless $self-> 2015-07-23 14:23:54 +02:00
Daniel Berteaud
6c2cf3e60a Big templates cleanup 2015-07-23 14:15:30 +02:00
Daniel Berteaud
426fa04522 Use a separate dir for tmp 2015-07-22 22:01:24 +02:00
Daniel Berteaud
6c48c77047 MOve apache sample conf in doc 2015-07-22 21:47:08 +02:00
Daniel Berteaud
2ab41df25d Add missing Data::Dumper installation 2015-07-22 18:27:25 +02:00
Daniel Berteaud
d48d27b380 Switch to the new Etherpad perl module
Which replace Etherpad::API
2015-07-22 18:20:36 +02:00
Daniel Berteaud
10477bb90e Typo in invite template 2015-07-22 17:58:19 +02:00
Daniel Berteaud
6d408452f8 Cleanups in invitation email 2015-07-22 16:39:40 +02:00
Daniel Berteaud
980b834da6 Change the way JS localization is done
Render a plain JS file and include it as a standard JS script instead of relying on an ajax call
This makes it available immediatly (before that there could be a slight delay), but more importantly, makes sure the response can be cached
Chrome wasn't caching XHR get responses (no matter what the header were)
2015-07-22 13:57:42 +02:00
Daniel Berteaud
1a054c8c52 Better img placement 2015-07-21 18:47:55 +02:00
Daniel Berteaud
96557f571a Cleaner error when neither webcam nor mic are available 2015-07-21 18:43:05 +02:00
Daniel Berteaud
a03dfb201e Doc update 2015-07-19 10:51:28 +02:00
Daniel Berteaud
a41a953a25 Some doc updates 2015-07-18 13:24:43 +02:00
Daniel Berteaud
65edc1b470 Minor enhancements in documentation 2015-07-17 18:46:17 +02:00
Daniel Berteaud
c67722acd7 Remove the help page
it wasn't useful at all
2015-07-17 18:29:24 +02:00
Daniel Berteaud
b25bf5cb14 Add Locale::Maketext::Lexicon in the doc 2015-07-17 15:48:50 +02:00
Daniel Berteaud
cb712f43cd Update templates syntaxe so gettext.pl can extract strings 2015-07-17 12:26:16 +02:00
Daniel Berteaud
4fb913d0f1 Check if etherpad is enabled with the get_opt_features helper
Instead of stashing the value
2015-07-17 10:07:14 +02:00
Daniel Berteaud
21ad77ea18 Update doc for the new export feature 2015-07-17 09:27:00 +02:00
Daniel Berteaud
58c31af4dd Make Excel::Writer::XLSX and File::Temp optional 2015-07-17 09:20:33 +02:00
Daniel Berteaud
ede3ff06e7 Add tooltips for audit buttons 2015-07-17 08:42:41 +02:00
Daniel Berteaud
c18c02ead1 Export events in XLSX
Fix #102
2015-07-16 22:47:22 +02:00
Daniel Berteaud
bb9095f6c2 Fix display admin ireserved fields 2015-07-15 22:13:41 +02:00
Daniel Berteaud
344ab80b6b Add admin area link in the toolbar 2015-07-14 21:48:09 +02:00
Daniel Berteaud
489ad3aaae Log an event when a peer joins 2015-07-14 11:43:20 +02:00
Daniel Berteaud
df6b375f8c Details modified notification emails 2015-07-14 11:33:04 +02:00
Daniel Berteaud
ce77729ef8 Fix asset URI when in dev mode 2015-07-14 10:54:26 +02:00
Daniel Berteaud
8685753ae9 Update perl modules requirements 2015-07-14 00:26:16 +02:00
Daniel Berteaud
e67ad9abf8 Fix closing li element 2015-07-14 00:20:43 +02:00