Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* 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
engelgabriel committed Jan 18, 2016
2 parents 94c9ef3 + c6d1814 commit 83c0e42
Show file tree
Hide file tree
Showing 106 changed files with 1,161 additions and 333 deletions.
6 changes: 2 additions & 4 deletions .docker/dockerfiles/develop/Dockerfile
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

Expand Down
4 changes: 1 addition & 3 deletions .docker/dockerfiles/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
emojione:[email protected].0
emojione:[email protected].1
[email protected]
[email protected]
francocatena:[email protected]
Expand Down Expand Up @@ -74,7 +74,7 @@ [email protected]
[email protected]
[email protected]
matb33:[email protected]
mdg:validation-error@0.2.0
mdg:validation-error@0.3.0
[email protected]
[email protected]
[email protected]
Expand All @@ -85,7 +85,7 @@ mizzao:[email protected]
mizzao:[email protected]
[email protected]
[email protected]
momentjs:[email protected].0
momentjs:[email protected].1
monbro:[email protected]
[email protected]
[email protected]
Expand All @@ -105,7 +105,7 @@ ostrio:[email protected]
pauli:[email protected]
pauli:[email protected]
perak:[email protected]
percolate:[email protected].7
percolate:[email protected].8
percolate:[email protected]
pntbr:[email protected]
[email protected]
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The Ultimate Open Source WebChat Platform
* [Docker](#docker)
* [FreeBSD](#freebsd)
* [Ansible](#ansible)
* [Raspberry Pi 2](#raspberry-pi-2)
* [Ubuntu VPS](#ubuntu-vps)
* [Ubuntu Software Center](#ubuntu-software-center)
* [About Rocket.Chat](#about-rocketchat)
Expand All @@ -24,7 +25,7 @@ The Ultimate Open Source WebChat Platform
* [Documentation](#documentation)
* [License](#license)
* [Development](#development)
* [Installation](#installation)
* [Quick Start](#quick-start-for-code-developers)
* [Branching Model](#branching-model)
* [Translations](#translations)
* [Community](#community)
Expand Down Expand Up @@ -71,7 +72,7 @@ Deploy your own Rocket.Chat server instantly on [Scalingo](https://scalingo.com)
## Sandstorm.io
[![Rocket.Chat on Sandstorm.io](https://raw.githubusercontent.com/Sing-Li/bbug/master/images/sandstorm.jpg)](https://apps.sandstorm.io/app/vfnwptfn02ty21w715snyyczw0nqxkv3jvawcah10c6z7hj1hnu0)

_*Grab*_ the [Sandstorm SPK for the latest Rocket.Chat release](https://github.com/RocketChat/Rocket.Chat/releases/latest) for testing on your own server.
_*Grab*_ the [Sandstorm SPK for the latest Rocket.Chat release](https://rocket.chat/releases/latest/spk) for testing on your own server.

## Sloppy.io
Host your docker container at [sloppy.io](http://sloppy.io). Get an account and use the [quickstarter](https://github.com/sloppyio/quickstarters/tree/master/rocketchat)
Expand Down Expand Up @@ -110,6 +111,11 @@ Automated production-grade deployment in minutes, for RHEL / CentOS 7 or Ubuntu

[![Ansible deployment](https://raw.githubusercontent.com/Sing-Li/bbug/master/images/ansible.png)](https://github.com/RocketChat/Rocket.Chat/wiki/Easy,-hands-off-deployment-with-Ansible)

## Raspberry Pi 2
Run Rocket.Chat on this world famous $30 quad core server:

[![Raspberry Pi 2](https://raw.githubusercontent.com/Sing-Li/bbug/master/images/pitiny.png)](https://github.com/RocketChat/Rocket.Chat.RaspberryPi)

## Ubuntu VPS
Follow these [deployment instructions](https://github.com/RocketChat/Rocket.Chat/wiki/Deploy-Rocket.Chat-without-docker)

Expand Down Expand Up @@ -252,7 +258,7 @@ Note that Rocket.Chat is distributed under the [MIT License](http://opensource.o

# Development

## Installation
## Quick start for code developers
Prerequisites:

* [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
Expand All @@ -266,13 +272,7 @@ cd Rocket.Chat
meteor
```

or use docker:

```
git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
docker run -it -p 3000:3000 -v "$(pwd)":/app danieldent/meteor
```
If you are not a developer and just want to run the server - see [deployment methods](https://github.com/RocketChat/Rocket.Chat/wiki#deployment).

## Branching Model

Expand Down
17 changes: 13 additions & 4 deletions i18n/ar.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@
"close" : "غلق",
"coming_soon" : "قريبا",
"Commands" : "الأوامر",
"Compact_View" : "عرض متراص",
"Confirm_password" : "تأكيد كلمة السر",
"Conversation" : "محادثة",
"Convert_Ascii_Emojis" : "حول محارف الأسكي إلى اموجي",
"COPY_TO_CLIPBOARD" : "نسخ",
"Create_new" : "إنشاء جديد",
"Create_new_direct_message_room" : "إنشاء غرفة رسالة مباشرة جديدة",
Expand All @@ -81,7 +83,7 @@
"Email_already_exists" : "البريد الالكتروني موجود مسبقا",
"Email_or_username" : "البريد الإلكتروني أو اسم المستخدم",
"Email_verified" : "تم التحقق من البريد الإلكتروني",
"Emoji" : "الرموز التعبيرية",
"Emoji" : "رمز تعبيري (اموجي)",
"Enable_Desktop_Notifications" : "تفعيل تنبيهات سطح المكتب",
"Enter_info" : "ادخل المعلومات الخاصة بك",
"Enter_to" : "ادخل الى",
Expand Down Expand Up @@ -144,6 +146,7 @@
"Login_with" : "تسجيل الدخول بـ %s",
"login_with" : "أو الدخول مباشرة بـ",
"Logout" : "تسجيل خروج",
"Logout_Others" : "تسجيل الخروج من الأجهزة الأخرى",
"Make_Admin" : "جعل مدير",
"Mark_as_read" : "تعليم كمقروء",
"Members" : "الأعضاء",
Expand Down Expand Up @@ -200,6 +203,7 @@
"optional" : "اختياري",
"others" : "آخرون",
"Password" : "كلمة السر",
"Password_Change_Disabled" : "مدير الموقع منع تغيير كلمة السر",
"Password_changed_successfully" : "تم تغيير كلمة السر بنجاح",
"People" : "الناس",
"Please_enter_your_new_password_below" : "الرجاء إدخال كلمة المرور الجديدة أدناه:",
Expand All @@ -224,6 +228,7 @@
"Remove" : "إزالة",
"Remove_Admin" : "إزالة مدير",
"Remove_from_room" : "إزالة من الغرفة",
"Removed" : "تمت اﻹزالة",
"Reset" : "إعادة التعيين",
"Reset_password" : "إعادة تعيين كلمة السر",
"Restart" : "إعادة التشغيل",
Expand All @@ -239,6 +244,7 @@
"Rooms" : "الغرف",
"S_new_messages_since_s" : "% رسالة جديدة منذ %",
"Save_changes" : "حفظ التغيرات",
"Save_Mobile_Bandwidth" : "توفير استهلاك الانترنت",
"Search" : "بحث",
"Search_Messages" : "بحث الرسائل",
"Search_settings" : "إعدادات البحث",
Expand All @@ -254,7 +260,7 @@
"Send_Message" : "أرسل رسالة",
"Settings" : "اﻹعدادات",
"Settings_updated" : "تم تحديث الإعدادات",
"Showing_online_users" : "عرض <b>__total_online__</b> of __total__ users",
"Showing_online_users" : "عرض <b>__total_online__</b>من __total__ عضو",
"Showing_results" : "<p>يعرض <b>%s</b> نتائج</p>",
"Silence" : "الصمت",
"since_creation" : "منذ %s",
Expand Down Expand Up @@ -290,15 +296,15 @@
"Submit" : "تقديم",
"The_channel_name_is_required" : "اسم القناة مطلوب",
"The_field_is_required" : "هذا الحقل %s مطلوب.",
"The_server_will_restart_in_s_seconds" : "سيتم إعادة تشغيل السيرفر في ٪s ثانية",
"The_server_will_restart_in_s_seconds" : "سيتم إعادة تشغيل الخادم في %s ثانية",
"True" : "نعم",
"Type_your_new_password" : "اكتب كلمة المرور الجديدة",
"Unmute_user" : "إلغاء اسكات المستخدم",
"Unread_Rooms" : "الغرف غير مقروءة",
"Unread_Rooms_Mode" : "وضع الغرف الغير مقروءة",
"Upload_file_question" : "تحميل الملف؟",
"Uploading_file" : "تحميل الملف ...",
"Use_Emojis" : "استخدام Emojis",
"Use_Emojis" : "استخدم الرموز التعبيرية (ايموجي)",
"Use_initials_avatar" : "استخدم الأحرف الأولى من اسم المستخدم",
"use_menu" : "استخدم القائمة الجانبية للوصول إلى الغرف الخاصة بك والمحادثات",
"Use_service_avatar" : "استخدام %s الرمزية",
Expand Down Expand Up @@ -330,11 +336,13 @@
"User_updated_successfully" : "تم تحديث العضو بنجاح",
"Username" : "اسم المستخدم",
"Username_cant_be_empty" : "اسم المستخدم لا يمكن أن يكون فارغا",
"Username_Change_Disabled" : "مدير الموقع منع تغيير اسم المستخدم",
"Username_description" : "يتم استخدام اسم المستخدم للسماح للآخرين بذكرك في الرسائل.",
"Username_invalid" : "<strong>%s</strong> لا يصلح كإسم مستخدم،<br/> استخدم فقط حروفا وأرقاما وشرطات",
"Username_title" : "تسجيل اسم المستخدم",
"Username_unavaliable" : "<strong>%s</strong> مستخدم مسبقا :(",
"Users" : "المستخدمين",
"UTF8_Names_Validation_Description" : "لا تسمح باستخدام رموز خاصة و مسافات. يمكنك استخدام العلامات التالية - _  . لكن لا تسمح بهن في نهاية الاسم.",
"View_All" : "مشاهدة الكل",
"We_have_sent_password_email" : "لقد قمنا بإرسال رسالة بريد إلكتروني مع إرشادات إعادة تعيين كلمة السر. إذا لم يصلك البريد الإلكتروني قريبا، يرجى العودة والمحاولة مرة أخرى.",
"We_have_sent_registration_email" : "لقد قمنا بإرسال رسالة بريد إلكتروني لتأكيد تسجيلك. إذا لم يصلك البريد الإلكتروني قريبا، يرجى العودة والمحاولة مرة أخرى.",
Expand All @@ -344,6 +352,7 @@
"Yes" : "نعم",
"Yes_clear_all" : "نعم، حذف الكل!",
"Yes_delete_it" : "نعم، أحذف!",
"You_can_use_an_emoji_as_avatar" : "تستطيع استخدام ايموجي كصورة رمزية",
"You_have_been_muted" : "لقد تم اسكاتك ولا يمكنك التحدث في هذه الغرفة",
"You_need_confirm_email" : "تحتاج إلى تأكيد بريدك الإلكتروني لتسجيل الدخول!",
"You_will_not_be_able_to_recover" : "لن تستطيع استرداد هذه الرسالة!",
Expand Down
Loading

0 comments on commit 83c0e42

Please sign in to comment.