Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(package): update uuid to version 3.0.0 | Marc Bachmann | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Fix lodash and multer issues | Houssam Haidar | 2016-04-03 | 2 | -3/+3 |
| | |||||
* | Should fix Conversations | Simon Bartlett | 2015-06-26 | 2 | -5/+5 |
| | |||||
* | Removed exception that is not used | Greg Gigon | 2015-06-12 | 1 | -2/+1 |
| | |||||
* | Handling error when on Avatar caching. Ignoring Exception as lack of Avatar ↵ | Greg Gigon | 2015-06-12 | 1 | -1/+2 |
| | | | | in cache is handled by calls to cache itseld | ||||
* | Fixed uploads not being posted to room | Simon Bartlett | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug in core.messages.create | Simon Bartlett | 2015-05-22 | 1 | -4/+5 |
| | |||||
* | Private rooms - participant list is editable | Simon Bartlett | 2015-05-22 | 3 | -45/+138 |
| | |||||
* | eslint fixes | Simon Bartlett | 2015-05-20 | 6 | -18/+10 |
| | |||||
* | Merge branch 'master' into develop | Simon Bartlett | 2015-05-20 | 7 | -16/+23 |
|\ | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/rooms.js # app/core/presence.js # app/core/presence/user-collection.js # app/models/room.js # app/xmpp/msg-processors/roster-get.js # app/xmpp/msg-processors/vcard-get.js | ||||
| * | eslint | Simon Bartlett | 2015-05-20 | 8 | -21/+26 |
| | | |||||
* | | Merge branch 'master' into develop | Simon Bartlett | 2015-04-21 | 1 | -12/+3 |
|\ \ | |/ | | | | | | | | | Conflicts: app/core/presence/connection-collection.js media/js/client.js | ||||
| * | Added checks for undefined user in ConnectionCollection. Refs #398 | Simon Bartlett | 2015-04-14 | 1 | -25/+17 |
| | | |||||
* | | Merge branch 'master' into develop | Simon Bartlett | 2015-03-26 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix undefined room in notifications | Houssam Haidar | 2015-03-02 | 2 | -2/+2 |
| | | |||||
* | | Fixed avatar cache bug | Simon Bartlett | 2015-03-02 | 1 | -3/+1 |
| | | |||||
* | | Introduced avatar cache | Simon Bartlett | 2015-03-02 | 4 | -36/+61 |
| | | |||||
* | | Merge branch 'passwordedRoom' of github.com:sdelements/lets-chat into develop | Simon Bartlett | 2015-02-28 | 6 | -26/+142 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/core/presence/room-collection.js # app/core/presence/room.js # media/js/client.js # templates/includes/js/browser-item.html | ||||
| * | | Room query fix | Simon Bartlett | 2015-02-22 | 1 | -1/+1 |
| | | | |||||
| * | | Renamed passworded to passwordProtected | Simon Bartlett | 2015-02-22 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into passwordedRoom | Simon Bartlett | 2015-02-22 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Password field is optional when editing a passworded room | Simon Bartlett | 2015-02-21 | 1 | -4/+8 |
| | | | | |||||
| * | | | Passworded rooms don't leak room participants | Simon Bartlett | 2015-02-21 | 4 | -16/+54 |
| | | | | |||||
| * | | | Participants are stored for passworded rooms. | Simon Bartlett | 2015-02-21 | 3 | -9/+79 |
| | | | | | | | | | | | | | | | | List methods for messages and files are protected. | ||||
| * | | | only owner can edit passworded room | Romain Maneschi | 2015-02-21 | 1 | -0/+4 |
| | | | | |||||
| * | | | update password in edit room modal | Romain Maneschi | 2015-02-21 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'feature/private_chat' of github.com:sdelements/lets-chat into ↵ | Simon Bartlett | 2015-02-28 | 9 | -38/+318 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | develop # Conflicts: # app/core/presence/connection-collection.js | ||||
| * | | | Fixed XMPP connection issues | Simon Bartlett | 2015-02-27 | 2 | -17/+17 |
| | | | | |||||
| * | | | Fixed avatars | Simon Bartlett | 2015-02-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Cleaned up methods on ConnectionCollection | Simon Bartlett | 2015-02-27 | 1 | -23/+18 |
| | | | | |||||
| * | | | Updated OTR message regex to match any version | Simon Bartlett | 2015-02-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | OTR chats are not persisted | Simon Bartlett | 2015-02-26 | 1 | -10/+25 |
| | | | | |||||
| * | | | XMPP avatar support | Simon Bartlett | 2015-02-26 | 3 | -8/+56 |
| | | | | |||||
| * | | | XMPP users are notified when other users connect and disconnect | Simon Bartlett | 2015-02-26 | 1 | -0/+2 |
| | | | | |||||
| * | | | Introduced system room (for tracking user presence) | Simon Bartlett | 2015-02-26 | 4 | -18/+50 |
| | | | | |||||
| * | | | Users can send messages to each other | Simon Bartlett | 2015-02-26 | 1 | -0/+12 |
| | | | | |||||
| * | | | Roster should only show other users who are online via XMPP | Simon Bartlett | 2015-02-26 | 1 | -6/+24 |
| | | | | |||||
| * | | | Moved user query to core | Simon Bartlett | 2015-02-26 | 2 | -0/+40 |
| | | | | |||||
| * | | | Added models, core and controllers for private chats | Simon Bartlett | 2015-02-26 | 2 | -1/+119 |
| | | | | |||||
* | | | | Merge branch '0.3' into feature/search | Houssam Haidar | 2015-02-28 | 6 | -20/+34 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: templates/transcript.html | ||||
| * | | | | Plugins support env variables | Simon Bartlett | 2015-02-28 | 1 | -6/+2 |
| | | | | | |||||
| * | | | | Fixed xmpp room-join, so that it is not triggered on status change | Simon Bartlett | 2015-02-28 | 2 | -0/+14 |
| |/ / / | |||||
| * | | | File fixes | Simon Bartlett | 2015-02-23 | 2 | -3/+4 |
| | |/ | |/| | |||||
| * | | Fixed archive bug | Simon Bartlett | 2015-02-22 | 1 | -1/+1 |
| |/ | |||||
| * | Room filter is required to list files or messages | Simon Bartlett | 2015-02-15 | 3 | -12/+15 |
| | | |||||
* | | Add text search to the Messages api endpoint API | Hanif Virani | 2015-02-19 | 1 | -0/+4 |
|/ | |||||
* | Amazon S3 support is now a plugin | Simon Bartlett | 2015-02-14 | 3 | -86/+67 |
| | |||||
* | Fix S3 uploads | Houssam Haidar | 2015-02-14 | 1 | -4/+3 |
| | |||||
* | Presence hotfix | Simon Bartlett | 2015-02-13 | 1 | -2/+4 |
| | |||||
* | Fixed server error. Closes #211 | Simon Bartlett | 2015-02-11 | 3 | -9/+7 |
| | |||||
* | Fixed sanitizeQuery method | Simon Bartlett | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Files endpoint fix | Simon Bartlett | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Updated config setting names | Simon Bartlett | 2015-02-06 | 2 | -6/+6 |
| | |||||
* | Fix file type constraint config | Simon Bartlett | 2015-02-06 | 1 | -1/+2 |
| | |||||
* | File fixes | Simon Bartlett | 2015-02-06 | 1 | -1/+2 |
| | |||||
* | Upload embeds now work | Simon Bartlett | 2015-02-06 | 2 | -7/+11 |
| | |||||
* | File list item | Houssam Haidar | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/0.3.0' of github.com:sdelements/lets-chat into ↵ | Houssam Haidar | 2015-02-05 | 4 | -16/+131 |
|\ | | | | | | | release/0.3.0-uploads | ||||
| * | API update | Simon Bartlett | 2015-02-05 | 4 | -16/+60 |
| | | |||||
| * | Transcript update | Simon Bartlett | 2015-02-05 | 3 | -2/+19 |
| | | |||||
| * | Transcripts! | Simon Bartlett | 2015-02-04 | 2 | -4/+16 |
| | | |||||
| * | Minor fixes | Simon Bartlett | 2015-02-03 | 3 | -0/+6 |
| | | |||||
| * | Updating API parameters | Simon Bartlett | 2015-02-03 | 3 | -11/+47 |
| | | |||||
* | | Switch to dropzone and make uploads actually work | Houssam Haidar | 2015-02-04 | 2 | -2/+10 |
|/ | |||||
* | Room list request now includes online users | Simon Bartlett | 2015-01-31 | 1 | -0/+6 |
| | |||||
* | Added connections endpoints | Simon Bartlett | 2015-01-31 | 2 | -0/+15 |
| | |||||
* | Cache user objects in memory | Simon Bartlett | 2015-01-31 | 7 | -54/+100 |
| | |||||
* | Improved XMPP chat history support | Simon Bartlett | 2015-01-29 | 1 | -4/+2 |
| | |||||
* | Added support for XMPP chat history | Simon Bartlett | 2015-01-29 | 1 | -1/+7 |
| | |||||
* | Use lodash everywhere server side | Simon Bartlett | 2015-01-27 | 4 | -4/+4 |
| | |||||
* | Optimized number of "rooms:users" requests | Simon Bartlett | 2015-01-27 | 2 | -0/+14 |
| | |||||
* | Use multer middleware instead of bodyParser. | Simon Bartlett | 2015-01-24 | 1 | -5/+6 |
| | | | | | Only use it for the upload endpoints. Limit each request to 1 file upload. | ||||
* | Added support for whitelisting file types | Simon Bartlett | 2015-01-24 | 1 | -0/+6 |
| | |||||
* | Files backend | Simon Bartlett | 2015-01-24 | 5 | -1/+184 |
| | |||||
* | Amended messages query | Simon Bartlett | 2015-01-24 | 1 | -3/+5 |
| | |||||
* | Cleaning up serialization of objects to JSON | Simon Bartlett | 2015-01-23 | 2 | -7/+4 |
| | |||||
* | Message list method returns room ID and name. Fixes #171 | Simon Bartlett | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | Kerberos/LDAP users can now change their username - and still use XMPP. | Simon Bartlett | 2015-01-22 | 1 | -13/+13 |
| | |||||
* | Add last active field in rooms browser | Houssam Haidar | 2015-01-19 | 1 | -3/+3 |
| | |||||
* | Merge branch 'feature/edit_profile_rebased' into release/0.3.0 | Houssam Haidar | 2015-01-16 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: media/js/client.js | ||||
| * | Fix Edit Profile to save on backend and update UI | Shawn Gustaw | 2015-01-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #146 from sdelements/release/0.3.0-password-change | Simon Bartlett | 2015-01-15 | 1 | -2/+2 |
|\ \ | | | | | | | authenticate users before allowing local auth password changes | ||||
| * | | Fix require password for account changes | Houssam Haidar | 2015-01-15 | 1 | -2/+2 |
| | | | |||||
* | | | Added Room route middleware, that calls Room.findByIdOrSlug | Simon Bartlett | 2015-01-15 | 2 | -2/+13 |
| | | | |||||
* | | | Improving messages API | Simon Bartlett | 2015-01-15 | 1 | -3/+2 |
|/ / | |||||
* | | Improved rooms API | Simon Bartlett | 2015-01-14 | 1 | -16/+3 |
|/ | |||||
* | Tokens can be revoked | Simon Bartlett | 2015-01-14 | 1 | -1/+6 |
| | |||||
* | Auth tokens are now bcrypted, and can be generated via the API | Simon Bartlett | 2015-01-14 | 1 | -0/+25 |
| | |||||
* | Rename screenName to username | Simon Bartlett | 2015-01-14 | 5 | -25/+25 |
| | |||||
* | Fixed auth/registration bug | Simon Bartlett | 2015-01-14 | 1 | -0/+11 |
| | |||||
* | Small tidyup of core | Simon Bartlett | 2015-01-04 | 5 | -44/+27 |
| | |||||
* | Reorganized XMPP event listeners | Simon Bartlett | 2015-01-04 | 4 | -9/+30 |
| | |||||
* | Use room id if slug is missing | Houssam Haidar | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | On room archived, XMPP users are notified | Simon Bartlett | 2015-01-02 | 1 | -0/+11 |
| | |||||
* | Rooms are archived, instead of deleted. | Simon Bartlett | 2015-01-02 | 2 | -19/+44 |
| | |||||
* | Add deleting room | Shawn Gustaw | 2014-12-30 | 1 | -0/+16 |
| | |||||
* | Add updating rooms | Shawn Gustaw | 2014-12-30 | 1 | -1/+2 |
| | |||||
* | When a user changes their username, other users are notified. | Simon Bartlett | 2014-12-23 | 4 | -9/+94 |
| | | | | | | Each room that the user is a participant will: * emit a leave event with the old screenName * emit a join event with the new screenName | ||||
* | Prevent users from changing their username when logged in via XMPP | Simon Bartlett | 2014-12-22 | 2 | -3/+39 |
| | |||||
* | Added AccountManager to core | Simon Bartlett | 2014-12-22 | 2 | -6/+70 |
| |