summaryrefslogtreecommitdiffstats
path: root/app/core
Commit message (Collapse)AuthorAgeFilesLines
* chore(package): update uuid to version 3.0.0Marc Bachmann2016-11-231-1/+1
|
* Fix lodash and multer issuesHoussam Haidar2016-04-032-3/+3
|
* Should fix ConversationsSimon Bartlett2015-06-262-5/+5
|
* Removed exception that is not usedGreg Gigon2015-06-121-2/+1
|
* Handling error when on Avatar caching. Ignoring Exception as lack of Avatar ↵Greg Gigon2015-06-121-1/+2
| | | | in cache is handled by calls to cache itseld
* Fixed uploads not being posted to roomSimon Bartlett2015-05-261-1/+1
|
* Fixed bug in core.messages.createSimon Bartlett2015-05-221-4/+5
|
* Private rooms - participant list is editableSimon Bartlett2015-05-223-45/+138
|
* eslint fixesSimon Bartlett2015-05-206-18/+10
|
* Merge branch 'master' into developSimon Bartlett2015-05-207-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
| * eslintSimon Bartlett2015-05-208-21/+26
| |
* | Merge branch 'master' into developSimon Bartlett2015-04-211-12/+3
|\ \ | |/ | | | | | | | | Conflicts: app/core/presence/connection-collection.js media/js/client.js
| * Added checks for undefined user in ConnectionCollection. Refs #398Simon Bartlett2015-04-141-25/+17
| |
* | Merge branch 'master' into developSimon Bartlett2015-03-262-2/+2
|\ \ | |/
| * Fix undefined room in notificationsHoussam Haidar2015-03-022-2/+2
| |
* | Fixed avatar cache bugSimon Bartlett2015-03-021-3/+1
| |
* | Introduced avatar cacheSimon Bartlett2015-03-024-36/+61
| |
* | Merge branch 'passwordedRoom' of github.com:sdelements/lets-chat into developSimon Bartlett2015-02-286-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 fixSimon Bartlett2015-02-221-1/+1
| | |
| * | Renamed passworded to passwordProtectedSimon Bartlett2015-02-221-1/+1
| | |
| * | Merge branch 'master' into passwordedRoomSimon Bartlett2015-02-221-1/+1
| |\ \
| * | | Password field is optional when editing a passworded roomSimon Bartlett2015-02-211-4/+8
| | | |
| * | | Passworded rooms don't leak room participantsSimon Bartlett2015-02-214-16/+54
| | | |
| * | | Participants are stored for passworded rooms.Simon Bartlett2015-02-213-9/+79
| | | | | | | | | | | | | | | | List methods for messages and files are protected.
| * | | only owner can edit passworded roomRomain Maneschi2015-02-211-0/+4
| | | |
| * | | update password in edit room modalRomain Maneschi2015-02-211-0/+1
| | | |
* | | | Merge branch 'feature/private_chat' of github.com:sdelements/lets-chat into ↵Simon Bartlett2015-02-289-38/+318
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | develop # Conflicts: # app/core/presence/connection-collection.js
| * | | Fixed XMPP connection issuesSimon Bartlett2015-02-272-17/+17
| | | |
| * | | Fixed avatarsSimon Bartlett2015-02-271-1/+1
| | | |
| * | | Cleaned up methods on ConnectionCollectionSimon Bartlett2015-02-271-23/+18
| | | |
| * | | Updated OTR message regex to match any versionSimon Bartlett2015-02-261-1/+1
| | | |
| * | | OTR chats are not persistedSimon Bartlett2015-02-261-10/+25
| | | |
| * | | XMPP avatar supportSimon Bartlett2015-02-263-8/+56
| | | |
| * | | XMPP users are notified when other users connect and disconnectSimon Bartlett2015-02-261-0/+2
| | | |
| * | | Introduced system room (for tracking user presence)Simon Bartlett2015-02-264-18/+50
| | | |
| * | | Users can send messages to each otherSimon Bartlett2015-02-261-0/+12
| | | |
| * | | Roster should only show other users who are online via XMPPSimon Bartlett2015-02-261-6/+24
| | | |
| * | | Moved user query to coreSimon Bartlett2015-02-262-0/+40
| | | |
| * | | Added models, core and controllers for private chatsSimon Bartlett2015-02-262-1/+119
| | | |
* | | | Merge branch '0.3' into feature/searchHoussam Haidar2015-02-286-20/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: templates/transcript.html
| * | | | Plugins support env variablesSimon Bartlett2015-02-281-6/+2
| | | | |
| * | | | Fixed xmpp room-join, so that it is not triggered on status changeSimon Bartlett2015-02-282-0/+14
| |/ / /
| * | | File fixesSimon Bartlett2015-02-232-3/+4
| | |/ | |/|
| * | Fixed archive bugSimon Bartlett2015-02-221-1/+1
| |/
| * Room filter is required to list files or messagesSimon Bartlett2015-02-153-12/+15
| |
* | Add text search to the Messages api endpoint APIHanif Virani2015-02-191-0/+4
|/
* Amazon S3 support is now a pluginSimon Bartlett2015-02-143-86/+67
|
* Fix S3 uploadsHoussam Haidar2015-02-141-4/+3
|
* Presence hotfixSimon Bartlett2015-02-131-2/+4
|
* Fixed server error. Closes #211Simon Bartlett2015-02-113-9/+7
|
* Fixed sanitizeQuery methodSimon Bartlett2015-02-061-1/+1
|
* Files endpoint fixSimon Bartlett2015-02-061-1/+1
|
* Updated config setting namesSimon Bartlett2015-02-062-6/+6
|
* Fix file type constraint configSimon Bartlett2015-02-061-1/+2
|
* File fixesSimon Bartlett2015-02-061-1/+2
|
* Upload embeds now workSimon Bartlett2015-02-062-7/+11
|
* File list itemHoussam Haidar2015-02-061-1/+1
|
* Merge branch 'release/0.3.0' of github.com:sdelements/lets-chat into ↵Houssam Haidar2015-02-054-16/+131
|\ | | | | | | release/0.3.0-uploads
| * API updateSimon Bartlett2015-02-054-16/+60
| |
| * Transcript updateSimon Bartlett2015-02-053-2/+19
| |
| * Transcripts!Simon Bartlett2015-02-042-4/+16
| |
| * Minor fixesSimon Bartlett2015-02-033-0/+6
| |
| * Updating API parametersSimon Bartlett2015-02-033-11/+47
| |
* | Switch to dropzone and make uploads actually workHoussam Haidar2015-02-042-2/+10
|/
* Room list request now includes online usersSimon Bartlett2015-01-311-0/+6
|
* Added connections endpointsSimon Bartlett2015-01-312-0/+15
|
* Cache user objects in memorySimon Bartlett2015-01-317-54/+100
|
* Improved XMPP chat history supportSimon Bartlett2015-01-291-4/+2
|
* Added support for XMPP chat historySimon Bartlett2015-01-291-1/+7
|
* Use lodash everywhere server sideSimon Bartlett2015-01-274-4/+4
|
* Optimized number of "rooms:users" requestsSimon Bartlett2015-01-272-0/+14
|
* Use multer middleware instead of bodyParser.Simon Bartlett2015-01-241-5/+6
| | | | | Only use it for the upload endpoints. Limit each request to 1 file upload.
* Added support for whitelisting file typesSimon Bartlett2015-01-241-0/+6
|
* Files backendSimon Bartlett2015-01-245-1/+184
|
* Amended messages querySimon Bartlett2015-01-241-3/+5
|
* Cleaning up serialization of objects to JSONSimon Bartlett2015-01-232-7/+4
|
* Message list method returns room ID and name. Fixes #171Simon Bartlett2015-01-221-0/+1
|
* Kerberos/LDAP users can now change their username - and still use XMPP.Simon Bartlett2015-01-221-13/+13
|
* Add last active field in rooms browserHoussam Haidar2015-01-191-3/+3
|
* Merge branch 'feature/edit_profile_rebased' into release/0.3.0Houssam Haidar2015-01-161-1/+1
|\ | | | | | | | | Conflicts: media/js/client.js
| * Fix Edit Profile to save on backend and update UIShawn Gustaw2015-01-161-1/+1
| |
* | Merge pull request #146 from sdelements/release/0.3.0-password-changeSimon Bartlett2015-01-151-2/+2
|\ \ | | | | | | authenticate users before allowing local auth password changes
| * | Fix require password for account changesHoussam Haidar2015-01-151-2/+2
| | |
* | | Added Room route middleware, that calls Room.findByIdOrSlugSimon Bartlett2015-01-152-2/+13
| | |
* | | Improving messages APISimon Bartlett2015-01-151-3/+2
|/ /
* | Improved rooms APISimon Bartlett2015-01-141-16/+3
|/
* Tokens can be revokedSimon Bartlett2015-01-141-1/+6
|
* Auth tokens are now bcrypted, and can be generated via the APISimon Bartlett2015-01-141-0/+25
|
* Rename screenName to usernameSimon Bartlett2015-01-145-25/+25
|
* Fixed auth/registration bugSimon Bartlett2015-01-141-0/+11
|
* Small tidyup of coreSimon Bartlett2015-01-045-44/+27
|
* Reorganized XMPP event listenersSimon Bartlett2015-01-044-9/+30
|
* Use room id if slug is missingHoussam Haidar2015-01-031-1/+1
|
* On room archived, XMPP users are notifiedSimon Bartlett2015-01-021-0/+11
|
* Rooms are archived, instead of deleted.Simon Bartlett2015-01-022-19/+44
|
* Add deleting roomShawn Gustaw2014-12-301-0/+16
|
* Add updating roomsShawn Gustaw2014-12-301-1/+2
|
* When a user changes their username, other users are notified.Simon Bartlett2014-12-234-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 XMPPSimon Bartlett2014-12-222-3/+39
|
* Added AccountManager to coreSimon Bartlett2014-12-222-6/+70
|