forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: (67 commits) Remove toUpperCase from emojione popup config; Fixes RocketChat#1955 Make oembed parse title in ungreedy form Display time based on locale instead of using fixed 24h format Fix audio-recorder not stoping. Closes RocketChat#1941. Sort room files by uploadedAt. Closes RocketChat#1932 Allow multi-line title on oembed Add some logs Fallback LDAP login to local account if LDAP fails Add connections status bar to login page Created and pushed by LingoHub. Project: 'Rocket.Chat' by User: '[email protected]'. send correct content-type for livechat. fixes RocketChat#1951 Fix redirect exceptions Add i18n strings Close RocketChat#1768; Force SSL Close RocketChat#1925; Add options to enable TLS on LDAP Improve admin disbleQuery Close RocketChat#1923; Prevent erros update outgoing webhooks with empty channel Fix overlapping windows Add Raspberry Pi support announcement Updated base.less to use 480x270 ...
- Loading branch information
Showing
106 changed files
with
1,161 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
FROM node:0.10 | ||
|
||
# crafted and tuned by [email protected] and [email protected] | ||
# IMPORTANT - FOR TESTING ONLY - DO NOT USE THIS FOR DEVELOPMENT OR PRODUCTION! | ||
MAINTAINER [email protected] | ||
|
||
RUN groupadd -r rocketchat \ | ||
&& useradd -r -g rocketchat rocketchat \ | ||
&& mkdir /app \ | ||
&& mkdir /app/uploads | ||
&& useradd -r -g rocketchat rocketchat | ||
|
||
VOLUME /app/uploads | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,7 @@ FROM node:0.10 | |
MAINTAINER [email protected] | ||
|
||
RUN groupadd -r rocketchat \ | ||
&& useradd -r -g rocketchat rocketchat \ | ||
&& mkdir /app \ | ||
&& mkdir /app/uploads | ||
&& useradd -r -g rocketchat rocketchat | ||
|
||
VOLUME /app/uploads | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.