diff --git a/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js b/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js
index 4fc32db8a..8fefeae0b 100644
--- a/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js
+++ b/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js
@@ -356,8 +356,8 @@ export default class EmojiPickerDropdown extends React.PureComponent {
diff --git a/app/javascript/mastodon/features/compose/containers/emoji_picker_dropdown_container.js b/app/javascript/mastodon/features/compose/containers/emoji_picker_dropdown_container.js
index 5ec937a39..4c1332153 100644
--- a/app/javascript/mastodon/features/compose/containers/emoji_picker_dropdown_container.js
+++ b/app/javascript/mastodon/features/compose/containers/emoji_picker_dropdown_container.js
@@ -12,13 +12,13 @@ const DEFAULTS = [
'+1',
'grinning',
'kissing_heart',
- 'heart_eyes',
+ 'vhs',
'laughing',
- 'stuck_out_tongue_winking_eye',
+ 'floppy_disk',
'sweat_smile',
'joy',
'yum',
- 'disappointed',
+ 'computer',
'thinking_face',
'weary',
'sob',
diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js
index 97c726f62..f42b28c76 100644
--- a/app/javascript/mastodon/features/getting_started/index.js
+++ b/app/javascript/mastodon/features/getting_started/index.js
@@ -14,20 +14,20 @@ import { Link } from 'react-router-dom';
import NavigationBar from '../compose/components/navigation_bar';
const messages = defineMessages({
- home_timeline: { id: 'tabs_bar.home', defaultMessage: 'Home' },
- notifications: { id: 'tabs_bar.notifications', defaultMessage: 'Notifications' },
- public_timeline: { id: 'navigation_bar.public_timeline', defaultMessage: 'Federated timeline' },
+ home_timeline: { id: 'tabs_bar.home', defaultMessage: '/timelines/home' },
+ notifications: { id: 'tabs_bar.notifications', defaultMessage: '~/.notifications' },
+ public_timeline: { id: 'navigation_bar.public_timeline', defaultMessage: '/timelines/federated' },
settings_subheading: { id: 'column_subheading.settings', defaultMessage: 'Settings' },
- community_timeline: { id: 'navigation_bar.community_timeline', defaultMessage: 'Local timeline' },
- direct: { id: 'navigation_bar.direct', defaultMessage: 'Direct messages' },
- preferences: { id: 'navigation_bar.preferences', defaultMessage: 'Preferences' },
- follow_requests: { id: 'navigation_bar.follow_requests', defaultMessage: 'Follow requests' },
- favourites: { id: 'navigation_bar.favourites', defaultMessage: 'Favourites' },
- blocks: { id: 'navigation_bar.blocks', defaultMessage: 'Blocked users' },
- domain_blocks: { id: 'navigation_bar.domain_blocks', defaultMessage: 'Hidden domains' },
- mutes: { id: 'navigation_bar.mutes', defaultMessage: 'Muted users' },
- pins: { id: 'navigation_bar.pins', defaultMessage: 'Pinned toots' },
- lists: { id: 'navigation_bar.lists', defaultMessage: 'Lists' },
+ community_timeline: { id: 'navigation_bar.community_timeline', defaultMessage: '/timelines/local' },
+ direct: { id: 'navigation_bar.direct', defaultMessage: '~/.dms' },
+ preferences: { id: 'navigation_bar.preferences', defaultMessage: 'edit ~/.config' },
+ follow_requests: { id: 'navigation_bar.follow_requests', defaultMessage: '~/.follow-requests' },
+ favourites: { id: 'navigation_bar.favourites', defaultMessage: '~/.florps' },
+ blocks: { id: 'navigation_bar.blocks', defaultMessage: '~/.blocked' },
+ domain_blocks: { id: 'navigation_bar.domain_blocks', defaultMessage: '~/.hidden-domains' },
+ mutes: { id: 'navigation_bar.mutes', defaultMessage: '~/.muted' },
+ pins: { id: 'navigation_bar.pins', defaultMessage: '~/.pinned' },
+ lists: { id: 'navigation_bar.lists', defaultMessage: '~/.lists' },
discover: { id: 'navigation_bar.discover', defaultMessage: 'Discover' },
personal: { id: 'navigation_bar.personal', defaultMessage: 'Personal' },
security: { id: 'navigation_bar.security', defaultMessage: 'Security' },
diff --git a/app/javascript/mastodon/features/notifications/components/notification.js b/app/javascript/mastodon/features/notifications/components/notification.js
index 07fec84b2..78b77c1a7 100644
--- a/app/javascript/mastodon/features/notifications/components/notification.js
+++ b/app/javascript/mastodon/features/notifications/components/notification.js
@@ -116,7 +116,7 @@ export default class Notification extends ImmutablePureComponent {
diff --git a/app/javascript/mastodon/features/status/components/action_bar.js b/app/javascript/mastodon/features/status/components/action_bar.js
index f5977c02c..7cd08f829 100644
--- a/app/javascript/mastodon/features/status/components/action_bar.js
+++ b/app/javascript/mastodon/features/status/components/action_bar.js
@@ -161,7 +161,7 @@ export default class ActionBar extends React.PureComponent {
-
+
{shareButton}
diff --git a/app/javascript/mastodon/features/status/components/detailed_status.js b/app/javascript/mastodon/features/status/components/detailed_status.js
index b4bbda161..c2c86dd27 100644
--- a/app/javascript/mastodon/features/status/components/detailed_status.js
+++ b/app/javascript/mastodon/features/status/components/detailed_status.js
@@ -119,7 +119,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
{applicationLink} · {reblogLink} ·
-
+
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml
index 229b0f55b..31cae08ed 100644
--- a/app/views/about/show.html.haml
+++ b/app/views/about/show.html.haml
@@ -13,7 +13,8 @@
.column-0
.brand
= link_to root_url do
- = image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
+ = image_tag asset_pack_path('logo-cybre.png')
+ = Setting.site_title
- if Setting.timeline_preview
.column-1
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index c98d85f7b..615c8c08a 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -6,7 +6,7 @@
.sidebar-wrapper
.sidebar
= link_to root_path do
- = image_tag asset_pack_path('logo.svg'), class: 'logo', alt: 'Mastodon'
+ = image_tag asset_pack_path('logo-cybre.png'), class: 'logo', alt: 'Cybrespace'
= render_navigation
.content-wrapper
diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml
index eb8949f98..279d0944f 100644
--- a/app/views/layouts/auth.html.haml
+++ b/app/views/layouts/auth.html.haml
@@ -6,7 +6,8 @@
.logo-container
%h1
= link_to root_path do
- = image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
+ = image_tag asset_pack_path('logo-cybre.png')
+ = Setting.site_title
.form-container
= render 'flashes'
diff --git a/config/settings.yml b/config/settings.yml
index 78a801406..0d6a4348b 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -7,7 +7,7 @@
# For more information, see docs/Running-Mastodon/Administration-guide.md
#
defaults: &defaults
- site_title: Mastodon
+ site_title: 'Cybrespace'
site_short_description: ''
site_description: ''
site_extended_description: ''
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 0e41a9a6d..e8c28490f 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -29,7 +29,7 @@ module Mastodon
end
def to_s
- [to_a.join('.'), flags].join
+ [to_a.join('.'), flags, '-cybre'].join
end
def repository
@@ -37,7 +37,7 @@ module Mastodon
end
def source_base_url
- "https://github.com/#{repository}"
+ 'https://cybre.tech/cybrespace/mastodon'
end
# specify git tag or commit hash here
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
index 7a99a1964..8e9c26b58 100644
Binary files a/public/android-chrome-192x192.png and b/public/android-chrome-192x192.png differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
index b12aa55a3..691c1f20a 100644
Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ
diff --git a/public/background-cybre.png b/public/background-cybre.png
new file mode 100644
index 000000000..151fd5584
Binary files /dev/null and b/public/background-cybre.png differ
diff --git a/public/browserconfig.xml b/public/browserconfig.xml
index 7fdab5058..fcf794bc2 100644
--- a/public/browserconfig.xml
+++ b/public/browserconfig.xml
@@ -3,7 +3,7 @@
- #282c37
+ #1ea21e
diff --git a/public/clock.js b/public/clock.js
new file mode 100644
index 000000000..ffb9beae8
--- /dev/null
+++ b/public/clock.js
@@ -0,0 +1,54 @@
+document.addEventListener("DOMContentLoaded", function(event) {
+ updateClock();
+ setInterval(updateClock, 1000);
+});
+
+function getNextOpen(now) {
+ var days = [[0, 14], [4, 18], [8, 22], [12], [2, 16], [6, 20], [10]]
+ var nowday = now.getUTCDay();
+ var nour = now.getUTCHours();
+
+ var open_hour = -1;
+ var d = 0;
+
+ while (open_hour == -1) {
+ var times = days[(nowday + d) % 7];
+ for (var i = 0; i < times.length; ++i) {
+ var time = times[i];
+ if (time == nour) {
+ return "refresh";
+ } else if (time > nour || d > 0) {
+ open_hour = time;
+ break;
+ }
+ }
+ if (open_hour == -1) {
+ d += 1;
+ nour = -1;
+ }
+ }
+
+ var open = new Date(Date.UTC(now.getUTCFullYear(), now.getUTCMonth(), now.getUTCDate() + d));
+ var ts = open.setUTCHours(open_hour);
+ return open;
+}
+
+function updateClock() {
+ var clock = document.querySelector(".closed-registrations-message .clock");
+ var now = new Date();
+ var open = getNextOpen(now);
+
+ if (open == "refresh") {
+ location.reload();
+ return;
+ }
+
+ var until = open - now;
+ var ms = until % 1000;
+ var s = Math.floor((until / 1000)) % 60;
+ var m = Math.floor((until / 1000 / 60)) % 60;
+ var h = Math.floor((until / 1000 / 60 / 60));
+ if (m < 10) m = "0" + m;
+ if (s < 10) s = "0" + s;
+ clock.innerHTML = h + ":" + m + ":" + s;
+}
diff --git a/public/emoji/1f418.svg b/public/emoji/1f418.svg
index fb9656cd1..3852006c5 100644
--- a/public/emoji/1f418.svg
+++ b/public/emoji/1f418.svg
@@ -1 +1,17 @@
-
\ No newline at end of file
+
diff --git a/public/favicon.ico b/public/favicon.ico
index 79000c9cc..887128534 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/header.jpeg b/public/header.jpeg
new file mode 100644
index 000000000..e9d7b336f
Binary files /dev/null and b/public/header.jpeg differ
diff --git a/public/logo-cybre-glitch.gif b/public/logo-cybre-glitch.gif
new file mode 100644
index 000000000..abe9b2a9a
Binary files /dev/null and b/public/logo-cybre-glitch.gif differ
diff --git a/public/logo-cybre.png b/public/logo-cybre.png
new file mode 100644
index 000000000..41dd8fd4c
Binary files /dev/null and b/public/logo-cybre.png differ
diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png
index a4994062d..a79f11992 100644
Binary files a/public/mstile-150x150.png and b/public/mstile-150x150.png differ
diff --git a/public/riot-glitch.png b/public/riot-glitch.png
new file mode 100644
index 000000000..1c97ce5f1
Binary files /dev/null and b/public/riot-glitch.png differ