]>
cat aescling's git repositories - mastodon.git/log
Thibaut Girka [Mon, 9 Sep 2019 13:28:45 +0000 (15:28 +0200)]
Use upstream's Icon component
Rework the codebase to avoid unnecessary differences with upstream
Thibaut Girka [Mon, 9 Sep 2019 13:16:08 +0000 (15:16 +0200)]
Move “export” before decorators
As this is what upstream does.
See also https://github.com/tc39/proposal-decorators/issues/69
Rey Tucker [Sun, 8 Sep 2019 21:29:42 +0000 (17:29 -0400)]
glitch: fix webpack build failure in columns_area.js (#1212)
Fixes #1212 by copying what works in the mainline flavor.
ThibG [Fri, 6 Sep 2019 10:06:59 +0000 (12:06 +0200)]
Merge pull request #1211 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Eugen Rochko [Thu, 5 Sep 2019 04:14:06 +0000 (06:14 +0200)]
[Glitch] Fix line breaks in hashtag autosuggestions in web UI
Port
7db2c2e2ba049845bdfdbf9931ffae6ae5ccddd3 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Mostafa Ahangarha [Wed, 4 Sep 2019 20:30:49 +0000 (01:00 +0430)]
[Glitch] Exclude URLs from text analysis
Port
e974d4923fabd887416609bc6c8ca81ce81d0ff2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Wed, 4 Sep 2019 08:10:18 +0000 (10:10 +0200)]
[Glitch] Fix wrong sum of usage in hashtag component in web UI
Port
a6a63358c3fd81b9104aa0a51133cd065eea4a84 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Wed, 4 Sep 2019 02:14:13 +0000 (04:14 +0200)]
[Glitch] Fix wrong pluralization in hashtag component in web UI
Port
1a00bd9244ee8555d7401f4f0ee01ec381e96c1c to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Tue, 3 Sep 2019 04:35:44 +0000 (06:35 +0200)]
[Glitch] Change hashtag component in web UI to show numbers for 2 last days
Port
d19d86fe2b26fb00577d600234c32d726fb199a4 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Tue, 3 Sep 2019 02:56:40 +0000 (04:56 +0200)]
[Glitch] Fix uncached media in web UI not being clickable
Port
34adc8784a3f165a4bd5719a067093f703f499e9 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
mayaeh [Mon, 2 Sep 2019 16:12:27 +0000 (01:12 +0900)]
[Glitch] Integrate translation strings for the Profile Directory.
Port
1f22b8197cb961371fa761e1fa214d4f4a2074d1 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Mon, 2 Sep 2019 16:12:12 +0000 (18:12 +0200)]
[Glitch] Fix Mastodon logo style on hover on public pages' footer
Port
0ea53122f2a0db726afe96cfedd8e7fe3d930e0a to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Mon, 2 Sep 2019 16:11:34 +0000 (18:11 +0200)]
[Glitch] Fix height of dashboard counters
Port
6493f4ffaea9ae391a9cc24e2743531fd0c3a3e8 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Sun, 1 Sep 2019 18:04:35 +0000 (20:04 +0200)]
[Glitch] Fix custom emoji animation on hover in WebUI directory bios
Port
34eac5a1ecab250760bec1f703ddf828670210fa to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Sun, 1 Sep 2019 17:43:35 +0000 (19:43 +0200)]
[Glitch] Add "not available" label on unknown media attachments
Port
d3442894310022062debc4c6ed6b117f8bc3904b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Thu, 5 Sep 2019 09:36:41 +0000 (11:36 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
mayaeh [Thu, 5 Sep 2019 04:14:30 +0000 (13:14 +0900)]
Fix NotificationMailer failing when receiving mention with media from remote instance (#11765)
Eugen Rochko [Thu, 5 Sep 2019 04:14:06 +0000 (06:14 +0200)]
Fix line breaks in hashtag autosuggestions in web UI (#11764)
Eugen Rochko [Thu, 5 Sep 2019 04:13:50 +0000 (06:13 +0200)]
Fix wrong variable regression from #11753 (#11763)
ThibG [Thu, 5 Sep 2019 03:32:53 +0000 (05:32 +0200)]
Attempt to concurrently connect to remote IP addresses (#11757)
* Attempt to concurrently connect to remote IP addresses
* Reduce code length to please CodeClimate 🤷
dependabot-preview[bot] [Thu, 5 Sep 2019 03:31:47 +0000 (12:31 +0900)]
Bump addressable from 2.6.0 to 2.7.0 (#11732)
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.6.0...addressable-2.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Thu, 5 Sep 2019 03:04:45 +0000 (12:04 +0900)]
Bump capistrano from 3.11.0 to 3.11.1 (#11731)
* Bump capistrano from 3.11.0 to 3.11.1
Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Changelog](https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md)
- [Commits](https://github.com/capistrano/capistrano/compare/v3.11.0...v3.11.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* 3.11.1
Mostafa Ahangarha [Wed, 4 Sep 2019 20:30:49 +0000 (01:00 +0430)]
Exclude URLs from text analysis (#11759)
By the added regex, URLs, including the one without http or even www
like mysite.com will be removed from the toot's body so only the real
text of the toot will be analyzed for RTL detection
Yamagishi Kazutoshi [Wed, 4 Sep 2019 18:44:08 +0000 (03:44 +0900)]
Add PERSISTENT_TIMEOUT option (#11756)
Add environment variable to so `persistent_timeout` option of puma can be changed.
dependabot-preview[bot] [Wed, 4 Sep 2019 16:46:37 +0000 (01:46 +0900)]
Bump aws-sdk-s3 from 1.46.0 to 1.48.0 (#11729)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.46.0 to 1.48.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.46.0...v1.48.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 4 Sep 2019 16:45:44 +0000 (01:45 +0900)]
Bump rubocop-rails from 2.3.1 to 2.3.2 (#11728)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.3.1...v2.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 4 Sep 2019 16:45:20 +0000 (01:45 +0900)]
Bump bootsnap from 1.4.4 to 1.4.5 (#11730)
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.4.4...v1.4.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 4 Sep 2019 16:44:01 +0000 (01:44 +0900)]
Bump faker from 2.1.2 to 2.2.1 (#11733)
Bumps [faker](https://github.com/faker-ruby/faker) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faker-ruby/faker/compare/v2.1.2...v2.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Wed, 4 Sep 2019 16:42:35 +0000 (01:42 +0900)]
Bump webmock from 3.6.2 to 3.7.1 (#11734)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.6.2 to 3.7.1.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.6.2...v3.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Thibaut Girka [Wed, 4 Sep 2019 09:23:26 +0000 (11:23 +0200)]
Fix loading more items in account following/followers
Eugen Rochko [Wed, 4 Sep 2019 08:10:18 +0000 (10:10 +0200)]
Fix wrong sum of usage in hashtag component in web UI (#11755)
1 + 1 = 11
Eugen Rochko [Wed, 4 Sep 2019 02:14:13 +0000 (04:14 +0200)]
Fix wrong pluralization in hashtag component in web UI (#11754)
Eugen Rochko [Wed, 4 Sep 2019 02:13:54 +0000 (04:13 +0200)]
Change account deletion page to have better explanations (#11753)
Fix deletion of unconfirmed account not freeing up the username
Add prefill of logged-in user's email in the reconfirmation form
ThibG [Tue, 3 Sep 2019 20:53:27 +0000 (22:53 +0200)]
Fix admin interface showing superfluous reject media/reports on suspended blocks (#11749)
* Fix admin interface showing superfluous reject media/reports on suspended domains
* Fix reject media/reports checkboxes being visible when editing domain block of suspend severity
ThibG [Tue, 3 Sep 2019 20:52:32 +0000 (22:52 +0200)]
Fix ActivityPub context not being dynamically computed (#11746)
* Fix contexts not being dynamically included
Fixes #11649
* Refactor Note context in serializer
* Refactor Actor serializer
Eugen Rochko [Tue, 3 Sep 2019 05:59:52 +0000 (07:59 +0200)]
Fix error in admin UI for hashtag usage breakdown (#11743)
Eugen Rochko [Tue, 3 Sep 2019 04:35:44 +0000 (06:35 +0200)]
Change hashtag component in web UI to show numbers for 2 last days (#11742)
To deal with the midnight problem
Eugen Rochko [Tue, 3 Sep 2019 03:57:30 +0000 (05:57 +0200)]
Fix error in user warning template (#11741)
Eugen Rochko [Tue, 3 Sep 2019 02:57:07 +0000 (04:57 +0200)]
Fix user preference to show trends not working on public pages (#11740)
Fix #11738
Eugen Rochko [Tue, 3 Sep 2019 02:56:54 +0000 (04:56 +0200)]
Change OpenGraph description on sign-up page to reflect invite (#11744)
Eugen Rochko [Tue, 3 Sep 2019 02:56:40 +0000 (04:56 +0200)]
Fix uncached media in web UI not being clickable (#11745)
Hugo Gameiro [Mon, 2 Sep 2019 16:12:40 +0000 (17:12 +0100)]
Add SMTP reply_to option (#11718)
* Add SMTP_REPLY_TO in .env.production.sample
* Set reply_to in SMTP options
mayaeh [Mon, 2 Sep 2019 16:12:27 +0000 (01:12 +0900)]
Integrate translation strings for the Profile Directory. (#11722)
Run `yarn manage:translations en`
ThibG [Mon, 2 Sep 2019 16:12:12 +0000 (18:12 +0200)]
Fix Mastodon logo style on hover on public pages' footer (#11735)
Fixes #11690
ThibG [Mon, 2 Sep 2019 16:11:34 +0000 (18:11 +0200)]
Fix height of dashboard counters (#11736)
Eugen Rochko [Mon, 2 Sep 2019 16:11:13 +0000 (18:11 +0200)]
Change trending hashtags to not disappear instantly after midnight (#11712)
dependabot-preview[bot] [Mon, 2 Sep 2019 11:19:16 +0000 (20:19 +0900)]
Bump babel-eslint from 10.0.2 to 10.0.3 (#11723)
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.2...v10.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 2 Sep 2019 11:18:22 +0000 (20:18 +0900)]
Bump @babel/plugin-transform-runtime from 7.4.4 to 7.5.5 (#11725)
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.4.4 to 7.5.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.4...v7.5.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eugen Rochko [Fri, 23 Aug 2019 03:05:21 +0000 (05:05 +0200)]
[Glitch] Add header to trends section and change refresh rate to 15 minutes
Port
4ef8d8b77c596680be13b26400bc2a09038928de to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Thu, 22 Aug 2019 02:37:18 +0000 (04:37 +0200)]
[Glitch] Restore hashtag suggestions from local tag history
Port
5ab1e0e738183a0ddcec140d55184351f751b22d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Tue, 20 Aug 2019 22:18:07 +0000 (00:18 +0200)]
[Glitch] Fix trending hashtags being fetched every 36 seconds instead of every hour (#11631)
Port
d857d0d14d273648bad5a88ce3391d6e15592039 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Tue, 20 Aug 2019 21:10:25 +0000 (23:10 +0200)]
Fix trending hashtags spacing in single-column mode
Eugen Rochko [Sun, 18 Aug 2019 12:55:32 +0000 (14:55 +0200)]
[Glitch] Add trends to public pages sidebar
Port
c6b4b923e6f88b7cc4a1af251cb532a5a15035e2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Sat, 17 Aug 2019 20:04:31 +0000 (22:04 +0200)]
[Glitch] Fix hashtag autosuggestions line breaks for long suggestions
Port
cd660d374adc9394aaeea22d5d41b29535d8a4c2 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Sasha Sorokin [Thu, 15 Aug 2019 18:20:02 +0000 (01:20 +0700)]
[Glitch] Fix trending counter width
Port
a5a5a0adec08082a1d527a2f848dc9b0ababf253 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Tue, 6 Aug 2019 15:57:52 +0000 (17:57 +0200)]
[Glitch] Add trends UI with admin and user settings
Port
9072fe5ab6464cc9c7a871d388464c7afcf41cd0 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Mon, 29 Jul 2019 13:04:49 +0000 (15:04 +0200)]
[Glitch] Fix emoji autosuggestions
Port
784c88e16d8e0f75c0d27e34f926569607e02044 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Tue, 20 Aug 2019 20:13:00 +0000 (22:13 +0200)]
Refactor SCSS to better match upstream
Eugen Rochko [Sun, 28 Jul 2019 12:37:52 +0000 (14:37 +0200)]
[Glitch] Add autosuggestions for hashtags
Port
cfb2ed78231758a79af038a964ab7f7b7b35274e to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Sun, 1 Sep 2019 18:04:35 +0000 (20:04 +0200)]
Fix custom emoji animation on hover in WebUI directory bios (#11716)
Eugen Rochko [Sun, 1 Sep 2019 17:44:05 +0000 (19:44 +0200)]
Fix wrong percentages in admin UI for hashtag usage breakdown (#11714)
Eugen Rochko [Sun, 1 Sep 2019 17:43:35 +0000 (19:43 +0200)]
Add "not available" label on unknown media attachments (#11715)
Shlee [Sat, 31 Aug 2019 18:07:29 +0000 (02:07 +0800)]
Update NodeJS source for Docker Image (#11707)
* Update Ruby/Node/jemalloc source for Docker Image
* Update Dockerfile
* Update Dockerfile
Shlee [Sat, 31 Aug 2019 18:06:49 +0000 (02:06 +0800)]
Update Dockerfile (#11710)
ThibG [Sat, 31 Aug 2019 17:44:47 +0000 (19:44 +0200)]
Merge pull request #1209 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Sat, 31 Aug 2019 16:21:02 +0000 (18:21 +0200)]
Properly hide follower count in profile directory
Thibaut Girka [Sat, 31 Aug 2019 11:09:21 +0000 (13:09 +0200)]
Fix auto-added media icons when a CW is set but no content text
Thibaut Girka [Sat, 31 Aug 2019 11:04:26 +0000 (13:04 +0200)]
Update backend links and fix hardcoded ones
Thibaut Girka [Sat, 31 Aug 2019 10:53:10 +0000 (12:53 +0200)]
Fix imports importing modules from vanilla flavour instead of glitch
Eugen Rochko [Fri, 30 Aug 2019 05:41:16 +0000 (07:41 +0200)]
[Glitch] Change layout of public profile directory to be the same as in web UI
Port
987190417228bb56041ea824772341f07f4263d6 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Thu, 29 Aug 2019 22:14:36 +0000 (00:14 +0200)]
[Glitch] Add profile directory to web UI
Port
cb447b28c403c7db32e3e3d7c2510004287edfda to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Shlee [Fri, 30 Aug 2019 14:59:11 +0000 (22:59 +0800)]
Pushed CircleCI docker images to more recent V (#11708)
ThibG [Thu, 29 Aug 2019 23:57:38 +0000 (01:57 +0200)]
[Glitch] Change detailed status child ordering to sort self-replies on top
Port
6914482d0a6e7e654e17e7f2aa2f6a2acde6c59a to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Fri, 30 Aug 2019 11:38:41 +0000 (13:38 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- app/views/directories/index.html.haml
Upstream has redesigned the profile directory, and we
had a glitch-soc-specific change to hide follower counts.
Ported that change to the new design.
ichi_i [Fri, 30 Aug 2019 05:42:50 +0000 (06:42 +0100)]
Add TLS v1.3 support (#11603)
Maintain TLS v1.2 compatibility (might want to drop this later) and add support for TLS v1.3
abcang [Fri, 30 Aug 2019 05:41:38 +0000 (14:41 +0900)]
node v12 support (#11706)
Eugen Rochko [Fri, 30 Aug 2019 05:41:16 +0000 (07:41 +0200)]
Change layout of public profile directory to be the same as in web UI (#11705)
umonaca [Fri, 30 Aug 2019 02:30:29 +0000 (22:30 -0400)]
Add more media formats (#11687)
* Add more media formats
* Removed amr file type
Eugen Rochko [Fri, 30 Aug 2019 00:49:54 +0000 (02:49 +0200)]
Fix non-numbers being passed to Redis and causing an error (#11697)
Eugen Rochko [Fri, 30 Aug 2019 00:49:44 +0000 (02:49 +0200)]
Fix error in REST API for an account's statuses (#11700)
Eugen Rochko [Fri, 30 Aug 2019 00:49:33 +0000 (02:49 +0200)]
Fix uncaught error when resource param is missing in Webfinger request (#11701)
Eugen Rochko [Fri, 30 Aug 2019 00:19:17 +0000 (02:19 +0200)]
Fix uncaught domain normalization error in remote follow (#11703)
ThibG [Thu, 29 Aug 2019 23:57:38 +0000 (01:57 +0200)]
Change detailed status child ordering to sort self-replies on top (#11686)
Fixes #11679
Eugen Rochko [Thu, 29 Aug 2019 23:35:12 +0000 (01:35 +0200)]
Fix encoding error when checking e-mail MX records (#11696)
Eugen Rochko [Thu, 29 Aug 2019 23:34:59 +0000 (01:34 +0200)]
Fix error in warning e-mail template (#11698)
Eugen Rochko [Thu, 29 Aug 2019 23:34:47 +0000 (01:34 +0200)]
Fix uncaught parameter missing exceptions and missing error templates (#11702)
Eugen Rochko [Thu, 29 Aug 2019 23:34:33 +0000 (01:34 +0200)]
Fix non-GET requests to / not being matched (#11704)
Eugen Rochko [Thu, 29 Aug 2019 23:34:21 +0000 (01:34 +0200)]
Fix JSON-LD deprecation warning in log output (#11699)
ThibG [Thu, 29 Aug 2019 22:18:08 +0000 (00:18 +0200)]
Merge pull request #1208 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Eugen Rochko [Thu, 29 Aug 2019 22:14:36 +0000 (00:14 +0200)]
Add profile directory to web UI (#11688)
* Add profile directory to web UI
* Add a line of bio to the directory
Thibaut Girka [Thu, 29 Aug 2019 18:53:51 +0000 (20:53 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
ThibG [Thu, 29 Aug 2019 18:51:30 +0000 (20:51 +0200)]
Revert bcrypt to 3.1.12, again (#11693)
Same reasons as in #11555
Thibaut Girka [Thu, 29 Aug 2019 12:11:07 +0000 (14:11 +0200)]
Fix clicking on the new audioplayer opening the toot in detailed view
ThibG [Sun, 25 Aug 2019 13:48:50 +0000 (15:48 +0200)]
[Glitch] Change window resize handler to switch to/from mobile layout as soon as needed
Port
bd4099d976b52f7ec00e00b23cfe6e2766ff1e4d to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Sun, 25 Aug 2019 13:09:19 +0000 (15:09 +0200)]
[Glitch] Fix more visual issues with the audio player
Port
2e99e3cab349db6102505736e3b4b94abe776b80 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Sun, 25 Aug 2019 00:13:40 +0000 (02:13 +0200)]
[Glitch] Fix public page crash due to audio player, fix unpause in audio player
Port
e72bac7576263445630926dd9992004ece7b73c4 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Eugen Rochko [Fri, 23 Aug 2019 20:38:02 +0000 (22:38 +0200)]
[Glitch] Add audio player
Port
4190e31626907059aebf32b1be66715dacb989a9 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Tue, 27 Aug 2019 14:50:39 +0000 (16:50 +0200)]
[Glitch] Add special alert for throttled requests
Port
81f864d4dac349dd7cd516149d00e1cffe063edc to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
ThibG [Mon, 26 Aug 2019 16:24:10 +0000 (18:24 +0200)]
[Glitch] Add confirmation modal when logging out from the web app
Port
fd3d45d38f289815bed0adc7eaa3b15894ddb8fb to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Thu, 29 Aug 2019 11:39:00 +0000 (13:39 +0200)]
Remove sign out link from getting started columns, as it is already in the footer