Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lodash and multer issues | Houssam Haidar | 2016-04-03 | 1 | -1/+1 |
| | |||||
* | Fixed uploads not being posted to room | Simon Bartlett | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | Private rooms - participant list is editable | Simon Bartlett | 2015-05-22 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into develop | Simon Bartlett | 2015-05-20 | 1 | -6/+10 |
|\ | | | | | | | | | | | | | | | | | | | # 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 | 1 | -8/+12 |
| | | |||||
* | | Merge branch 'master' into develop | Simon Bartlett | 2015-03-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix undefined room in notifications | Houssam Haidar | 2015-03-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'passwordedRoom' of github.com:sdelements/lets-chat into develop | Simon Bartlett | 2015-02-28 | 1 | -6/+31 |
|\ \ | |/ |/| | | | | | | | | | | | # Conflicts: # app/core/presence/room-collection.js # app/core/presence/room.js # media/js/client.js # templates/includes/js/browser-item.html | ||||
| * | Participants are stored for passworded rooms. | Simon Bartlett | 2015-02-21 | 1 | -6/+31 |
| | | | | | | | | List methods for messages and files are protected. | ||||
* | | Plugins support env variables | Simon Bartlett | 2015-02-28 | 1 | -6/+2 |
| | | |||||
* | | File fixes | Simon Bartlett | 2015-02-23 | 1 | -1/+2 |
|/ | |||||
* | Room filter is required to list files or messages | Simon Bartlett | 2015-02-15 | 1 | -5/+7 |
| | |||||
* | Amazon S3 support is now a plugin | Simon Bartlett | 2015-02-14 | 1 | -11/+35 |
| | |||||
* | Fixed server error. Closes #211 | Simon Bartlett | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Files endpoint fix | Simon Bartlett | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Updated config setting names | Simon Bartlett | 2015-02-06 | 1 | -4/+4 |
| | |||||
* | Fix file type constraint config | Simon Bartlett | 2015-02-06 | 1 | -1/+2 |
| | |||||
* | Upload embeds now work | Simon Bartlett | 2015-02-06 | 1 | -5/+10 |
| | |||||
* | 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 | 1 | -5/+40 |
|\ | | | | | | | release/0.3.0-uploads | ||||
| * | API update | Simon Bartlett | 2015-02-05 | 1 | -7/+15 |
| | | |||||
| * | Transcript update | Simon Bartlett | 2015-02-05 | 1 | -1/+7 |
| | | |||||
| * | Transcripts! | Simon Bartlett | 2015-02-04 | 1 | -1/+9 |
| | | |||||
| * | Minor fixes | Simon Bartlett | 2015-02-03 | 1 | -0/+2 |
| | | |||||
| * | Updating API parameters | Simon Bartlett | 2015-02-03 | 1 | -3/+14 |
| | | |||||
* | | Switch to dropzone and make uploads actually work | Houssam Haidar | 2015-02-04 | 1 | -1/+9 |
|/ | |||||
* | 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 | 1 | -0/+87 |