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
Age
Commit message (
Collapse
)
Author
2017-01-16
Make the i18n stuff actually work
Alex Jordan
They were kinda crashing the webpage before...
2017-01-16
Correct a minor whitespace inconsistency
Alex Jordan
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
Remove some unnecessary/deprecated HTML attributes
Alex Jordan
2017-01-16
Make script includes relative to index.html
Alex Jordan
2017-01-16
Move <script>s to the bottom of <body>, where they should be
Alex Jordan
This is because otherwise they block the browser's HTML parsing.
2017-01-16
Move i18n-text into the scripts/ directory
Alex Jordan
2017-01-16
Move the JS into a separate file
Alex Jordan
2017-01-05
Support base64-encoded JIDs, added for ChatSecure
Georg Lukas
2017-01-02
README: change names
Georg Lukas
2017-01-02
German i18n
Georg Lukas
2017-01-01
README: inspiration
Georg Lukas
2017-01-01
README: better intro
Georg Lukas
2017-01-01
README with example
Georg Lukas
2017-01-01
Initial code commit: WARNING, FUGLY JAVASCRIPT
Georg Lukas
2017-01-01
Added Android clients
Georg Lukas
2017-01-01
Added WTFPL i18n-text v0.4.3 from https://bitbucket.org/vogdb/i18n-text
Georg Lukas
2017-01-01
Added bootstrap, must get rid of it soon
Georg Lukas
2017-01-01
initial commit: README, the most important thing ever
Georg Lukas