summaryrefslogtreecommitdiffstats
path: root/app/core/files.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix lodash and multer issuesHoussam Haidar2016-04-031-1/+1
|
* Fixed uploads not being posted to roomSimon Bartlett2015-05-261-1/+1
|
* Private rooms - participant list is editableSimon Bartlett2015-05-221-0/+3
|
* Merge branch 'master' into developSimon Bartlett2015-05-201-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
| * eslintSimon Bartlett2015-05-201-8/+12
| |
* | Merge branch 'master' into developSimon Bartlett2015-03-261-1/+1
|\ \ | |/
| * Fix undefined room in notificationsHoussam Haidar2015-03-021-1/+1
| |
* | Merge branch 'passwordedRoom' of github.com:sdelements/lets-chat into developSimon Bartlett2015-02-281-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 Bartlett2015-02-211-6/+31
| | | | | | | | List methods for messages and files are protected.
* | Plugins support env variablesSimon Bartlett2015-02-281-6/+2
| |
* | File fixesSimon Bartlett2015-02-231-1/+2
|/
* Room filter is required to list files or messagesSimon Bartlett2015-02-151-5/+7
|
* Amazon S3 support is now a pluginSimon Bartlett2015-02-141-11/+35
|
* Fixed server error. Closes #211Simon Bartlett2015-02-111-1/+1
|
* Files endpoint fixSimon Bartlett2015-02-061-1/+1
|
* Updated config setting namesSimon Bartlett2015-02-061-4/+4
|
* Fix file type constraint configSimon Bartlett2015-02-061-1/+2
|
* Upload embeds now workSimon Bartlett2015-02-061-5/+10
|
* File list itemHoussam Haidar2015-02-061-1/+1
|
* Merge branch 'release/0.3.0' of github.com:sdelements/lets-chat into ↵Houssam Haidar2015-02-051-5/+40
|\ | | | | | | release/0.3.0-uploads
| * API updateSimon Bartlett2015-02-051-7/+15
| |
| * Transcript updateSimon Bartlett2015-02-051-1/+7
| |
| * Transcripts!Simon Bartlett2015-02-041-1/+9
| |
| * Minor fixesSimon Bartlett2015-02-031-0/+2
| |
| * Updating API parametersSimon Bartlett2015-02-031-3/+14
| |
* | Switch to dropzone and make uploads actually workHoussam Haidar2015-02-041-1/+9
|/
* 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-241-0/+87