index
:
php-xmpp-invitation
this commit
php
XMPP invitation landing page, without javascript
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Collapse
)
Author
2020-01-21
Use minified qrcode.js and close input tag
Perflyst
2020-01-21
Load QRCode only on desktop
Perflyst
2020-01-21
Add QRCode generation
Perflyst
2019-03-12
Rename to XSF platform mapping
Jonah Brüchert
2019-03-12
Recommend different clients depending on the operating system
Jonah Brüchert
2018-04-20
JID parser: fall back to the full string if it doesn't contain '@', thx ↵
Georg Lukas
iBrek and iNPUTmice
2017-04-03
Provide both URL-encoded and 'plain' JID from hash parser
Georg Lukas
2017-03-29
URL-encoding: globals are evil, order matters
Georg Lukas
2017-02-13
Properly URL-encode the JID, needed for IRC transports
Georg Lukas
2017-02-05
Less text = better
Georg Lukas
2017-01-18
Select the XMPP URI when clicked
Alex Jordan
2017-01-16
Make the i18n stuff actually work
Alex Jordan
They were kinda crashing the webpage before...
2017-01-16
Don't initialize i18n until the document is loaded
Alex Jordan
2017-01-16
Fix client list getting injected twice
Alex Jordan
2017-01-16
Use strict equality instead of loose equality operators
Alex Jordan
2017-01-16
Get rid of onload= in the HTML
Alex Jordan
2017-01-16
Use strict mode
Alex Jordan
2017-01-16
Wrap the JS in a IIFE
Alex Jordan
2017-01-16
Add some missing semicolons
Alex Jordan
2017-01-16
Move i18n-text into the scripts/ directory
Alex Jordan
2017-01-16
Move the JS into a separate file
Alex Jordan