log

age author description
2020-05-24 mathieui Nicer-looking input form default tip
2020-05-24 Emmanuel Gil Peyrot Rename prosody.css to style.css, and remove Prosody specifics.
2020-05-24 Emmanuel Gil Peyrot Remove Prosody specifics in strings and namespaces.
2020-05-24 Emmanuel Gil Peyrot Add license headers to all source files.
2020-05-24 Emmanuel Gil Peyrot Remove prosody.svg.
2020-05-24 mathieui Add AGPLv3
2020-05-24 Emmanuel Gil Peyrot Use `` in JS for templating, and add two forgotten strings.
2020-05-24 mathieui Update translation strings
2020-05-23 Emmanuel Gil Peyrot Add pubsub#access_model retrieval for the vCard4 node.
2020-05-23 Emmanuel Gil Peyrot Disable the avatar access_model in more cases.
2020-05-23 Emmanuel Gil Peyrot Add a warning about avatars in presence access_model.
2020-05-23 Emmanuel Gil Peyrot Add pubsub#access_model retrieval for the avatar node.
2020-05-23 Emmanuel Gil Peyrot Ignore generated artifacts.
2020-05-23 Emmanuel Gil Peyrot mathieui: Add the CSS files.
2020-05-23 mathieui Add translations
2020-05-23 Emmanuel Gil Peyrot Move the node configuration retrieval to a util promise.
2020-05-23 Emmanuel Gil Peyrot Add pubsub#access_model retrieval for the nickname node.
2020-05-23 Emmanuel Gil Peyrot mathieui: Ask the user for confirmation before deleting PEP nodes or contacts.
2020-05-23 Emmanuel Gil Peyrot Add support for WebSocket.
2020-05-23 Emmanuel Gil Peyrot mathieui: Mark PEP as advanced and add a warning.
2020-05-23 Emmanuel Gil Peyrot Encode the default avatar using encodeURIComponent().
2020-05-23 Emmanuel Gil Peyrot mathieui: Add our current JID in the top bar.
2020-05-23 Emmanuel Gil Peyrot mathieui: Rename vCard to Personal Information.
2020-05-23 Emmanuel Gil Peyrot mathieui: Reload the page on logout.
2020-05-23 Emmanuel Gil Peyrot mathieui: Add a margin around the navtabs.
2020-05-23 Emmanuel Gil Peyrot Commit changes from the July 2019 Lyon sprint.
2018-12-24 Emmanuel Gil Peyrot Remove an extra comment about nickname access model.
2018-12-24 Emmanuel Gil Peyrot Support querying more than a single page of MAM results.
2018-12-23 Emmanuel Gil Peyrot Add nickname access model configuration.
2018-12-23 Emmanuel Gil Peyrot Change all blur events to change, prevents a stanza when no change occured.
2018-12-23 Emmanuel Gil Peyrot Remove extra variable declaration.
2018-12-23 Emmanuel Gil Peyrot Allow iq error to not have a <text/>.
2018-12-23 Emmanuel Gil Peyrot Display better vCard4 errors.
2018-12-23 Emmanuel Gil Peyrot Display the returned error in the title of the spinner.
2018-12-23 Emmanuel Gil Peyrot Add a newline for mam prefs default.
2018-12-23 Emmanuel Gil Peyrot Hide always/never tables in MAM preferences.
2018-12-23 Emmanuel Gil Peyrot Add vCard birthday support, and only include complete values in the vCard.
2018-12-23 Emmanuel Gil Peyrot Add a newline for the avatar access-model.
2018-12-23 Emmanuel Gil Peyrot Add support for setting some vCard4 fields.
2018-12-23 Emmanuel Gil Peyrot Add support for retrieving all MAM messages, and for downloading it in a XEP-0227-like format.
2018-12-23 Emmanuel Gil Peyrot Implement a tab system, thanks Zash!
2018-12-23 Emmanuel Gil Peyrot Fixup for an unitialised variable in the previous commit.
2018-12-22 Emmanuel Gil Peyrot Also configure the avatar data node’s access model.
2018-12-22 Emmanuel Gil Peyrot Also set and get always and never lists from MAM prefs.
2018-12-22 Emmanuel Gil Peyrot Clear a spinner’s timeout on change if it had been set previously.
2018-12-22 Emmanuel Gil Peyrot Disable default MAM prefs until we received the iq result.
2018-12-22 Emmanuel Gil Peyrot Retrieve and change the default MAM prefs.
2018-12-22 Emmanuel Gil Peyrot Add forgotten green ✔ and red ✘ SVGs.
2018-12-22 Emmanuel Gil Peyrot End spinners with either a green ✔ or a red ✘.
2018-12-22 Emmanuel Gil Peyrot Stop hardcoding XEP-0156 file to the current domain.
2018-12-22 Emmanuel Gil Peyrot Improve styling.
2018-12-22 Emmanuel Gil Peyrot Actually remove all of the extra data on disconnect.
2018-12-22 Emmanuel Gil Peyrot Also use a spinner on avatar get/set.
2018-12-22 Emmanuel Gil Peyrot Also use a spinner on nickname get/set.
2018-12-22 Emmanuel Gil Peyrot Add some more MAM fields.
2018-12-22 Emmanuel Gil Peyrot Add placeholders for connection and nickname.
2018-12-22 Emmanuel Gil Peyrot Change nickname on blur, remove the button.
2018-12-22 Emmanuel Gil Peyrot Add some more div containers.
2018-12-22 Emmanuel Gil Peyrot Add a spinner on connecting/disconnecting.
2018-12-22 Emmanuel Gil Peyrot Add support for the roster.
2018-12-22 Emmanuel Gil Peyrot Add a simple PEP node viewer and editor.
2018-12-22 Emmanuel Gil Peyrot Add pubsub#access_model configuration for avatars.
2018-12-21 Emmanuel Gil Peyrot Implement XEP-0156 to discover the right BOSH endpoint.
2018-12-21 Emmanuel Gil Peyrot Initial commit.