Eugen Rochko
f2ec1803cb
Redesign admin instances area ( #9645 )
2019-01-08 13:39:49 +01:00
ysksn
c3725cc78f
Remove `pending` ( #9752 )
...
Some specs have already been added.
2019-01-08 09:42:56 +01:00
ysksn
4d1e6abef3
Remove spec files ( #9751 )
...
Nothing to test.
2019-01-08 12:18:46 +09:00
ysksn
a59aac6351
Add pending specs for jsonld helper ( #9750 )
...
* Add specs for JsonLdHelper#first_of_value
* Add specs for JsonLdHelper#supported_context?
2019-01-08 12:18:27 +09:00
Eugen Rochko
922158bcae
Move profile directory link in web UI from footer to discover section ( #9745 )
2019-01-07 23:59:06 +01:00
ThibG
e60999c3c5
Improvements to signature verification ( #9667 )
...
* Refactor signature verification a bit
* Rescue signature verification if recorded public key is invalid
Fixes #8822
* Always re-fetch AP signing key when HTTP Signature verification fails
But when the account is not marked as stale, avoid fetching collections and
media, and avoid webfinger round-trip.
* Apply stoplight to key/account update as well as initial key retrieval
2019-01-07 21:45:13 +01:00
kedama
2a113f0185
Stop gifv timeline preview explicitly when open the media gallery. ( #9749 )
2019-01-07 15:54:40 +01:00
Eugen Rochko
defe248b1c
Change remote interaction dialog to use specific actions ( #9743 )
...
* Change remote interaction dialog to use specific actions
Instead of just "interact", use different strings based on whether
it's a reply, reblog or favourite. Add explanation why the step
is necessary in the first place
* Remove obsolete strings
2019-01-07 15:36:26 +01:00
Eugen Rochko
d62a2a69e4
Add locale param to sign-up API ( #9747 )
...
Fix #9627
2019-01-07 14:50:20 +01:00
Eugen Rochko
fdbd6466f2
Fix regression in custom emoji migration ( #9742 )
...
Fix #9741
2019-01-07 09:47:00 +01:00
0xflotus
695de5d134
refactored account.js ( #9739 )
2019-01-07 08:23:09 +01:00
0xflotus
f563aca42d
refactored package.json ( #9740 )
...
added `not dead` to browserslist config, because the previous config covered e.g. IE Versions, that are not maintained + IE >= 11.
considering [browserslist best practice guide](https://github.com/browserslist/browserslist/blob/master/README.md#best-practices )
2019-01-07 08:17:35 +01:00
Remi Rampin
b6db4feb13
Fix db/seeds.rb ( #9738 )
...
Add "agreement: true" to avoid:
> ActiveRecord::RecordInvalid: Validation failed: Agreement must be accepted
2019-01-07 08:14:53 +01:00
Eugen Rochko
4c99d23df8
Fix embed play icons regression from #9715 ( #9731 )
2019-01-06 23:54:01 +01:00
Eugen Rochko
bed1c8ca9a
Fix unique violation in downcase custom emoji domain migration ( #9733 )
...
Fix #9727
2019-01-06 23:53:46 +01:00
Eugen Rochko
f6940286f5
Add cache to custom emojis API ( #9732 )
...
Fix #9729
2019-01-06 23:52:58 +01:00
Eugen Rochko
425cb74066
Fix deleting a scheduled status immediately deleting media attachments ( #9728 )
2019-01-06 16:38:40 +01:00
ash lea
b22f9c8792
add list title editing
2019-01-06 13:03:57 +01:00
Eugen Rochko
bf1ee883d8
Fix wrong param name in scheduled statuses and return params in API ( #9725 )
...
The database column and API param are called in_reply_to_id, not
in_reply_to_status_id, so it makes no sense to encode it that way
2019-01-06 12:03:27 +01:00
Eugen Rochko
c3922e1c3c
Fix PublishScheduledStatusWorker being queued with no arguments ( #9724 )
2019-01-06 09:21:16 +01:00
Thibaut Girka
07592234ac
Add local setting to disable swipe-to-change-columns
2019-01-05 21:47:48 +01:00
Eugen Rochko
3dc1452d35
Add missing locale strings ( #9723 )
2019-01-05 19:13:11 +01:00
Nolan Lawson
4fa76b21b6
Enable immutable caching for S3 objects ( #9722 )
...
I also added "public" here, as I can't think of a good reason not to add it. Perhaps it has some marginal benefit in that ISPs (or other proxies) can cache it for all users. The assets are certainly publicly available and the same for all users.
2019-01-05 12:29:53 -05:00
Eugen Rochko
ae1aaa3b8a
Add scheduled statuses ( #9706 )
...
Fix #340
2019-01-05 12:43:28 +01:00
Eugen Rochko
e7591340b0
Follow new account before unfollowing the old one during move ( #9719 )
2019-01-05 11:27:58 +01:00
Naoki Kosaka
ef6de324c4
Use Contact User as Relay, Report, Subscribe. ( #9661 )
...
* Use Contact User as Relay, Report, Subscribe.
* Use Account.representative to fetch contact user.
* Use find_local.
* No reason to use Account.representative in subscribe_service.
* Don't required representative!
* Fallback is included in Account.representative method.
2019-01-05 07:17:12 +01:00
Eugen Rochko
fd35d69b4f
Change note length validation to ignore mention domains and URLs ( #9717 )
...
Fix #4419
2019-01-05 07:16:46 +01:00
Sir-Boops
60b0585743
Remove uneeded command and switch to images for TOR ( #9438 )
2019-01-04 16:15:09 +01:00
Eugen Rochko
f63fff4689
Fix unreadable text color in report modal for some statuses ( #9716 )
...
Fix #9697
2019-01-04 13:54:56 +01:00
ThibG
631a91cbc0
Add quick links to the admin interface in the WebUI ( #8545 )
...
* Allow to show a specific status in the admin interface
* Let the front-end know the current account is a moderator
* Add admin links to status and account menus
If the current logged-in user is an admin, add quick links to the admin
interface in account and toot dropdown menu. Suggestion by @ashkitten
* Use @statuses.first instead of @statuses[0]
2019-01-04 13:10:43 +01:00
Eugen Rochko
39d81be7de
Display fallback link card thumbnail when none is given ( #9715 )
2019-01-04 12:44:46 +01:00
Eugen Rochko
1bd7044dbc
Add mod and moderator to list of default reserved usernames ( #9713 )
2019-01-04 12:29:39 +01:00
Eugen Rochko
7c4a15a9e8
Add preview cards to non-detailed statuses on public pages ( #9714 )
2019-01-04 11:40:02 +01:00
Yamagishi Kazutoshi
566540ec71
Increase files checked by ESLint ( #9705 )
2019-01-04 11:28:38 +01:00
Eugen Rochko
82abf9b371
Fix admin UI view of local followers ( #9712 )
...
Regression from #9700
2019-01-04 11:28:14 +01:00
dependabot[bot]
d3f2258ac6
Bump rubocop from 0.61.1 to 0.62.0 ( #9702 )
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.61.1 to 0.62.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.61.1...v0.62.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-03 08:22:01 +01:00
dependabot[bot]
38f35886d7
Bump parallel_tests from 2.27.0 to 2.27.1 ( #9703 )
...
Bumps [parallel_tests](https://github.com/grosser/parallel_tests ) from 2.27.0 to 2.27.1.
- [Release notes](https://github.com/grosser/parallel_tests/releases )
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.27.0...v2.27.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-03 15:59:04 +09:00
dependabot[bot]
872e1a3018
Bump webpush from 0.3.4 to 0.3.5 ( #9701 )
...
Bumps [webpush](https://github.com/zaru/webpush ) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/zaru/webpush/releases )
- [Changelog](https://github.com/zaru/webpush/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zaru/webpush/compare/v0.3.4...v0.3.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-03 15:58:04 +09:00
Eugen Rochko
93f560423b
Fix list of local followers showing remote followers in admin UI ( #9700 )
2019-01-03 06:40:16 +01:00
ysksn
cd51dfdd76
Add specs for UrlValidator ( #9699 )
2019-01-03 13:10:20 +09:00
ysksn
3cab7b9a17
Add specs for UnreservedUsernameValidator ( #9698 )
...
* Add specs for UnreservedUsernameValidator
* Use instance variable
2019-01-03 13:10:02 +09:00
dependabot[bot]
2340af313b
Bump tty-prompt from 0.18.0 to 0.18.1 ( #9683 )
...
Bumps [tty-prompt](https://github.com/piotrmurach/tty-prompt ) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/piotrmurach/tty-prompt/releases )
- [Changelog](https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/piotrmurach/tty-prompt/compare/v0.18.0...v0.18.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-02 22:39:40 +01:00
dependabot[bot]
9a05d6def6
Bump pry-rails from 0.3.8 to 0.3.9 ( #9682 )
...
Bumps [pry-rails](https://github.com/rweng/pry-rails ) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/rweng/pry-rails/releases )
- [Commits](https://github.com/rweng/pry-rails/compare/v0.3.8...v0.3.9 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-02 22:39:23 +01:00
dependabot[bot]
0affc26c26
Bump httplog from 1.1.1 to 1.2.0 ( #9681 )
...
Bumps [httplog](https://github.com/trusche/httplog ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/trusche/httplog/releases )
- [Changelog](https://github.com/trusche/httplog/blob/master/CHANGELOG.md )
- [Commits](https://github.com/trusche/httplog/compare/v1.1.1...v1.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-02 22:39:02 +01:00
dependabot[bot]
6a887e5d0c
Bump tzinfo-data from 1.2018.7 to 1.2018.9 ( #9684 )
...
Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data ) from 1.2018.7 to 1.2018.9.
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases )
- [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2018.7...v1.2018.9 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-02 22:38:18 +01:00
dependabot[bot]
f46f0b9224
Bump oj from 3.7.4 to 3.7.6 ( #9685 )
...
Bumps [oj](https://github.com/ohler55/oj ) from 3.7.4 to 3.7.6.
- [Release notes](https://github.com/ohler55/oj/releases )
- [Changelog](https://github.com/ohler55/oj/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ohler55/oj/compare/v3.7.4...v3.7.6 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-02 22:37:50 +01:00
ThibG
5932f28dd0
Fix CircleCI ( #9695 )
2019-01-02 20:48:22 +01:00
ThibG
396c1a4c83
Merge pull request #878 from ThibG/glitch-soc/merge-upstream
...
Merge upstream changes
2019-01-02 20:03:32 +01:00
Thibaut Girka
6956a99a98
[Glitch] Update dependencies for Node.js (2018-12-31)
...
Port compatibility changes from 101a46ac24
to glitch-soc
2019-01-02 16:07:33 +01:00
Thibaut Girka
9b6e4daca7
[Glitch] Improve admin UI for account view
...
Port SCSS changes from 8958e58bd4
to glitch-soc
2019-01-02 15:38:48 +01:00