]> cat aescling's git repositories - mastodon.git/log
mastodon.git
9 years agoAdd preferences for follow request notification e-mails
Eugen Rochko [Mon, 26 Dec 2016 21:04:16 +0000 (22:04 +0100)]
Add preferences for follow request notification e-mails

9 years agoOnly display follow requests link in getting started window if account is locked
Eugen Rochko [Mon, 26 Dec 2016 20:55:52 +0000 (21:55 +0100)]
Only display follow requests link in getting started window if account is locked

9 years agoFollow requests send e-mail notifications, but are excluded from notifications API
Eugen Rochko [Mon, 26 Dec 2016 20:52:03 +0000 (21:52 +0100)]
Follow requests send e-mail notifications, but are excluded from notifications API
Better initial state for unlisted/nsfw toggles

9 years agoReplacing follow requests in the settings area with in-UI column
Eugen Rochko [Mon, 26 Dec 2016 20:33:51 +0000 (21:33 +0100)]
Replacing follow requests in the settings area with in-UI column

9 years agoAdding follow requests API
Eugen Rochko [Mon, 26 Dec 2016 18:30:45 +0000 (19:30 +0100)]
Adding follow requests API

9 years agoDon't show statuses to blocked users
Eugen Rochko [Mon, 26 Dec 2016 18:13:56 +0000 (19:13 +0100)]
Don't show statuses to blocked users

9 years agoFix #86 - resolve layout breaking on zoom-out on accounts grid
Eugen Rochko [Mon, 26 Dec 2016 17:48:33 +0000 (18:48 +0100)]
Fix #86 - resolve layout breaking on zoom-out on accounts grid

9 years agoFix #357 - Also make textarea blur close suggestions which make it more accessible...
Eugen Rochko [Sat, 24 Dec 2016 00:39:14 +0000 (01:39 +0100)]
Fix #357 - Also make textarea blur close suggestions which make it more accessible on touch devices

9 years agoFix #367 - Lock icon instead of retweet icon on boost button on private statuses
Eugen Rochko [Sat, 24 Dec 2016 00:33:55 +0000 (01:33 +0100)]
Fix #367 - Lock icon instead of retweet icon on boost button on private statuses

9 years agoMerge pull request #369 (nice)
Eugen Rochko [Sat, 24 Dec 2016 00:28:37 +0000 (01:28 +0100)]
Merge pull request #369 (nice)

9 years agoHide unlisted toggle when private is active, hide nsfw toggle when no files added
Eugen Rochko [Sat, 24 Dec 2016 00:22:47 +0000 (01:22 +0100)]
Hide unlisted toggle when private is active, hide nsfw toggle when no files added

9 years agoRe-add unlisted toggle to the UI
Anthony Bellew [Fri, 23 Dec 2016 14:20:16 +0000 (07:20 -0700)]
Re-add unlisted toggle to the UI

9 years agoFix account timelines bug
Eugen Rochko [Fri, 23 Dec 2016 00:13:16 +0000 (01:13 +0100)]
Fix account timelines bug

9 years agoFix alignment
Eugen Rochko [Thu, 22 Dec 2016 23:45:16 +0000 (00:45 +0100)]
Fix alignment

9 years agoFix confirmation email being sent to old address when changing it
Eugen Rochko [Thu, 22 Dec 2016 23:43:03 +0000 (00:43 +0100)]
Fix confirmation email being sent to old address when changing it

9 years agoCompose form in the UI now has public/private toggle instead of public/unlisted
Eugen Rochko [Thu, 22 Dec 2016 23:38:16 +0000 (00:38 +0100)]
Compose form in the UI now has public/private toggle instead of public/unlisted

9 years agoAdd page for authorizing/rejecting follow requests
Eugen Rochko [Thu, 22 Dec 2016 23:04:52 +0000 (00:04 +0100)]
Add page for authorizing/rejecting follow requests

9 years agoAdjust wording
Eugen Rochko [Thu, 22 Dec 2016 22:24:46 +0000 (23:24 +0100)]
Adjust wording

9 years agoRe-enable Webfinger for locked accounts but don't handle "follow" events
Eugen Rochko [Thu, 22 Dec 2016 22:17:57 +0000 (23:17 +0100)]
Re-enable Webfinger for locked accounts but don't handle "follow" events
coming in via Salmon.

Currently no way to prevent remote follows, but they will only receive public
and unlisted posts

9 years agoPrivate posts mentioning non-followers should not notify them, neither locally nor...
Eugen Rochko [Thu, 22 Dec 2016 22:14:24 +0000 (23:14 +0100)]
Private posts mentioning non-followers should not notify them, neither locally nor via Salmon

9 years agoHide follow/unfollow button from public page if follow already requested
Eugen Rochko [Thu, 22 Dec 2016 22:07:46 +0000 (23:07 +0100)]
Hide follow/unfollow button from public page if follow already requested

9 years agoFollow call on locked account creates follow request instead
Eugen Rochko [Thu, 22 Dec 2016 22:03:57 +0000 (23:03 +0100)]
Follow call on locked account creates follow request instead
Reflect "requested" relationship in API and UI
Reflect inability of private posts to be reblogged in the UI
Disable Webfinger for locked accounts

9 years agoAdd "locked" flag to accounts, prevent blocked users from following, force-unfollow...
Eugen Rochko [Thu, 22 Dec 2016 20:34:19 +0000 (21:34 +0100)]
Add "locked" flag to accounts, prevent blocked users from following, force-unfollow blocked users

9 years agoMerge branch 'master' into development
Eugen Rochko [Thu, 22 Dec 2016 10:35:00 +0000 (11:35 +0100)]
Merge branch 'master' into development

9 years agoEnsure that reblogs and favs always refer to the original status rather than a reblog...
Eugen Rochko [Thu, 22 Dec 2016 10:34:05 +0000 (11:34 +0100)]
Ensure that reblogs and favs always refer to the original status rather than a reblog wrapper

9 years agoFix notifications reducer bug
Eugen Rochko [Thu, 22 Dec 2016 10:23:30 +0000 (11:23 +0100)]
Fix notifications reducer bug

9 years agoPrivate visibility on statuses prevents non-followers from seeing those
Eugen Rochko [Wed, 21 Dec 2016 19:00:18 +0000 (20:00 +0100)]
Private visibility on statuses prevents non-followers from seeing those
Filters out hidden stream entries from Atom feed
Blocks now generate hidden stream entries, can be used to federate blocks
Private statuses cannot be reblogged (generates generic 422 error for now)
POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean
Statuses JSON now contains visibility=(public|unlisted|private) field

9 years agoDon't use rack timeout in any but production environments
Eugen Rochko [Wed, 21 Dec 2016 18:10:40 +0000 (19:10 +0100)]
Don't use rack timeout in any but production environments

9 years agoFederated profile bio now formatted
Eugen Rochko [Wed, 21 Dec 2016 18:10:19 +0000 (19:10 +0100)]
Federated profile bio now formatted

9 years agoUpdate Rails to 5.0.1
Eugen Rochko [Wed, 21 Dec 2016 18:09:59 +0000 (19:09 +0100)]
Update Rails to 5.0.1

9 years agoFix #250 - no text adjust
Eugen Rochko [Tue, 20 Dec 2016 23:56:13 +0000 (00:56 +0100)]
Fix #250 - no text adjust

9 years agoImprove icons
Eugen Rochko [Tue, 20 Dec 2016 23:44:42 +0000 (00:44 +0100)]
Improve icons

9 years agoImproved launcher icon on Android
Eugen Rochko [Tue, 20 Dec 2016 23:28:57 +0000 (00:28 +0100)]
Improved launcher icon on Android

9 years agoFix #249 - use window.location hack to let people login from sandboxed iOS homescreen
Eugen Rochko [Tue, 20 Dec 2016 23:13:13 +0000 (00:13 +0100)]
Fix #249 - use window.location hack to let people login from sandboxed iOS homescreen

9 years agoMerge pull request #366 from tobypinder/smushed_assets
Eugen [Tue, 20 Dec 2016 22:34:14 +0000 (23:34 +0100)]
Merge pull request #366 from tobypinder/smushed_assets

Smush assets for quicker load times/less bandwidth used.

9 years agoSmush assets for quicker load times/less bandwidth used.
Toby Pinder [Tue, 20 Dec 2016 19:49:44 +0000 (19:49 +0000)]
Smush assets for quicker load times/less bandwidth used.

9 years agoAdding some rescues to workers, e.g. don't fail removal job when status can't be...
Eugen Rochko [Mon, 19 Dec 2016 08:31:12 +0000 (09:31 +0100)]
Adding some rescues to workers, e.g. don't fail removal job when status can't be found in the first place (already removed)

9 years agoMake unfavouriting async to prevent timeout errors from leaving orphaned records...
Eugen Rochko [Mon, 19 Dec 2016 08:12:00 +0000 (09:12 +0100)]
Make unfavouriting async to prevent timeout errors from leaving orphaned records behind

9 years agoMerge pull request #356 from victorhck/master
Eugen [Sun, 18 Dec 2016 20:22:46 +0000 (21:22 +0100)]
Merge pull request #356 from victorhck/master

added two missings spanish  translations

9 years agoAdjusting public display of statuses to look similar to logged-in UI,
Eugen Rochko [Sun, 18 Dec 2016 18:47:11 +0000 (19:47 +0100)]
Adjusting public display of statuses to look similar to logged-in UI,
fix #361 with rich OEmbed display via iframe, fix #237 by hiding sensitive
content behind a spoiler on public pages

9 years agoAdd OEmbed iframe HTML, convert emojis on public pages, increase size of attachment...
Eugen Rochko [Sun, 18 Dec 2016 14:20:39 +0000 (15:20 +0100)]
Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails

9 years agoRemoving external hub completely, fix #333 fixing digit-only hashtags,
Eugen Rochko [Sun, 18 Dec 2016 11:17:45 +0000 (12:17 +0100)]
Removing external hub completely, fix #333 fixing digit-only hashtags,
removing web app capability from non-webapp pages

9 years agoAdd a better cropped image
Eugen Rochko [Thu, 15 Dec 2016 00:07:58 +0000 (01:07 +0100)]
Add a better cropped image

9 years agoAdding art by cutewitchirl, open graph tags for about page
Eugen Rochko [Wed, 14 Dec 2016 23:59:49 +0000 (00:59 +0100)]
Adding art by cutewitchirl, open graph tags for about page

9 years agoFix responsiveness of 500 page
Eugen Rochko [Wed, 14 Dec 2016 23:49:17 +0000 (00:49 +0100)]
Fix responsiveness of 500 page

9 years agoadded to missings spanish translations
victorhck [Wed, 14 Dec 2016 17:43:00 +0000 (18:43 +0100)]
added to missings spanish  translations

9 years agoFix key up listener on compose form
Eugen Rochko [Wed, 14 Dec 2016 17:38:28 +0000 (18:38 +0100)]
Fix key up listener on compose form

9 years agoRe-implemented autosuggestions component for the compose form
Eugen Rochko [Wed, 14 Dec 2016 17:21:31 +0000 (18:21 +0100)]
Re-implemented autosuggestions component for the compose form
Fix #205, fix #156, fix #124

9 years agoFixed AS delete verb
Eugen Rochko [Wed, 14 Dec 2016 14:13:39 +0000 (15:13 +0100)]
Fixed AS delete verb

9 years agoImproved admin UI
Eugen Rochko [Tue, 13 Dec 2016 12:42:10 +0000 (13:42 +0100)]
Improved admin UI

9 years agoRestoring old async behaviour of thread resolving as it proved to be more robust
Eugen Rochko [Mon, 12 Dec 2016 20:12:19 +0000 (21:12 +0100)]
Restoring old async behaviour of thread resolving as it proved to be more robust

9 years agoFix timelines loading bug
Eugen Rochko [Mon, 12 Dec 2016 13:39:18 +0000 (14:39 +0100)]
Fix timelines loading bug

9 years agoAdding some navigation items from #262 to the getting started screen
Eugen Rochko [Mon, 12 Dec 2016 13:27:52 +0000 (14:27 +0100)]
Adding some navigation items from #262 to the getting started screen

9 years agoFix metaKey usage
Eugen Rochko [Sun, 11 Dec 2016 22:54:32 +0000 (23:54 +0100)]
Fix metaKey usage

9 years agoFix #167 - Enable cmd+enter on Mac to submit form
Eugen Rochko [Sun, 11 Dec 2016 22:39:25 +0000 (23:39 +0100)]
Fix #167 - Enable cmd+enter on Mac to submit form

9 years agoFix #171 - You can now drag & drop files to be uploaded
Eugen Rochko [Sun, 11 Dec 2016 22:35:06 +0000 (23:35 +0100)]
Fix #171 - You can now drag & drop files to be uploaded

9 years agoFix #203 - try/catch around JSON parse
Eugen Rochko [Sun, 11 Dec 2016 22:18:41 +0000 (23:18 +0100)]
Fix #203 - try/catch around JSON parse

9 years agoFix #157 - labels/titles on follow/unfollow buttons
Eugen Rochko [Sun, 11 Dec 2016 22:13:05 +0000 (23:13 +0100)]
Fix #157 - labels/titles on follow/unfollow buttons

9 years agoFix whitespace preservation in status text
Eugen Rochko [Sun, 11 Dec 2016 22:08:46 +0000 (23:08 +0100)]
Fix whitespace preservation in status text

9 years agoSensitive content federates using the "nsfw" hashtag
Eugen Rochko [Sun, 11 Dec 2016 21:49:25 +0000 (22:49 +0100)]
Sensitive content federates using the "nsfw" hashtag

9 years agoThread resolving no longer needs to be separate from ProcessFeedService,
Eugen Rochko [Sun, 11 Dec 2016 21:23:11 +0000 (22:23 +0100)]
Thread resolving no longer needs to be separate from ProcessFeedService,
since that is only ever called in the background

9 years agoImprove images in opengraph meta tags
Eugen Rochko [Fri, 9 Dec 2016 11:08:39 +0000 (12:08 +0100)]
Improve images in opengraph meta tags

9 years agoFix OpenGraph meta tags
Eugen Rochko [Fri, 9 Dec 2016 10:56:27 +0000 (11:56 +0100)]
Fix OpenGraph meta tags

9 years agoFix translations
Eugen Rochko [Fri, 9 Dec 2016 10:52:09 +0000 (11:52 +0100)]
Fix translations

9 years agoMerge pull request #346 from stamak/declaring_uk
Eugen [Thu, 8 Dec 2016 17:01:32 +0000 (18:01 +0100)]
Merge pull request #346 from stamak/declaring_uk

Declare Ukrainian

9 years agoDeclare Ukrainian
Stanislav Makar [Thu, 8 Dec 2016 16:54:35 +0000 (18:54 +0200)]
Declare Ukrainian

Closes: #345
9 years agoMerge pull request #343 from undrskr/master
Eugen [Thu, 8 Dec 2016 00:29:00 +0000 (01:29 +0100)]
Merge pull request #343 from undrskr/master

Ukrainian translation: Fix some translation errors.

9 years agoFix some translation errors.
Vladyslav [Wed, 7 Dec 2016 19:13:57 +0000 (21:13 +0200)]
Fix some translation errors.

9 years agoMerge pull request #342 from undrskr/master
Eugen [Wed, 7 Dec 2016 18:53:09 +0000 (19:53 +0100)]
Merge pull request #342 from undrskr/master

Ukrainian translation: Final steps

9 years agoFinal steps for Ukrainian translation
Vladyslav [Wed, 7 Dec 2016 18:39:22 +0000 (20:39 +0200)]
Final steps for Ukrainian translation

9 years agoFix paperclip config
Eugen Rochko [Wed, 7 Dec 2016 16:19:29 +0000 (17:19 +0100)]
Fix paperclip config

9 years agoUpdate Paperclip config to allow plugging in Minio instead of AWS
Eugen Rochko [Wed, 7 Dec 2016 15:59:18 +0000 (16:59 +0100)]
Update Paperclip config to allow plugging in Minio instead of AWS

9 years agoDownsize attachment previews, but improve quality from 80 to 90
Eugen Rochko [Wed, 7 Dec 2016 11:09:20 +0000 (12:09 +0100)]
Downsize attachment previews, but improve quality from 80 to 90

9 years agoFix #341 - Remove react-responsive in favour of simpler resize handler/window width
Eugen Rochko [Tue, 6 Dec 2016 18:18:37 +0000 (19:18 +0100)]
Fix #341 - Remove react-responsive in favour of simpler resize handler/window width

9 years agoImprove suspend account service
Eugen Rochko [Tue, 6 Dec 2016 17:32:36 +0000 (18:32 +0100)]
Improve suspend account service

9 years agoAdd suspend account functionality to admin UI
Eugen Rochko [Tue, 6 Dec 2016 17:22:59 +0000 (18:22 +0100)]
Add suspend account functionality to admin UI

9 years agoAdd filters for suspended accounts
Eugen Rochko [Tue, 6 Dec 2016 17:03:30 +0000 (18:03 +0100)]
Add filters for suspended accounts

9 years agoAdding suspend account service
Eugen Rochko [Tue, 6 Dec 2016 16:41:42 +0000 (17:41 +0100)]
Adding suspend account service

9 years agoAdd single user mode
Eugen Rochko [Tue, 6 Dec 2016 16:19:26 +0000 (17:19 +0100)]
Add single user mode

9 years agoFix
Eugen Rochko [Mon, 5 Dec 2016 23:24:33 +0000 (00:24 +0100)]
Fix

9 years agoAdd account suspension
Eugen Rochko [Mon, 5 Dec 2016 21:59:30 +0000 (22:59 +0100)]
Add account suspension

9 years agoDownsize originals in media attachments, small fixes
Eugen Rochko [Mon, 5 Dec 2016 16:13:05 +0000 (17:13 +0100)]
Downsize originals in media attachments, small fixes

9 years agoMerge pull request #338 from stamak/uk.yml
Eugen [Mon, 5 Dec 2016 11:30:07 +0000 (12:30 +0100)]
Merge pull request #338 from stamak/uk.yml

Add Ukrainian localization file uk.yml

9 years agoAdd Ukrainian localization file uk.yml
Stanislav Makar [Sun, 4 Dec 2016 13:26:34 +0000 (15:26 +0200)]
Add Ukrainian localization file uk.yml

Closes: #337
9 years agoAdding configurable e-mail blacklist
Eugen Rochko [Sun, 4 Dec 2016 18:07:02 +0000 (19:07 +0100)]
Adding configurable e-mail blacklist

9 years agoFix rule
Eugen Rochko [Sun, 4 Dec 2016 17:34:30 +0000 (18:34 +0100)]
Fix rule

9 years agoFix mutating objects
Eugen Rochko [Sun, 4 Dec 2016 17:32:31 +0000 (18:32 +0100)]
Fix mutating objects

9 years agoBetter responsiveness
Eugen Rochko [Sun, 4 Dec 2016 17:13:07 +0000 (18:13 +0100)]
Better responsiveness

9 years agoAdding more to admin accounts UI
Eugen Rochko [Sun, 4 Dec 2016 17:10:40 +0000 (18:10 +0100)]
Adding more to admin accounts UI

9 years agoFix public tags page
Eugen Rochko [Sun, 4 Dec 2016 15:56:45 +0000 (16:56 +0100)]
Fix public tags page

9 years agoAutomatically block outgoing notifications from silenced accounts to users
Eugen Rochko [Sun, 4 Dec 2016 15:51:49 +0000 (16:51 +0100)]
Automatically block outgoing notifications from silenced accounts to users
who don't follow them

9 years agoDo not use expiring links after all
Eugen Rochko [Sun, 4 Dec 2016 12:02:43 +0000 (13:02 +0100)]
Do not use expiring links after all

9 years agoSet a specific S3 expiration time so that files can be cached
Eugen Rochko [Sun, 4 Dec 2016 11:58:35 +0000 (12:58 +0100)]
Set a specific S3 expiration time so that files can be cached

9 years agoDo not autoplay videos, display play button instead. Use expiring links when using...
Eugen Rochko [Sun, 4 Dec 2016 11:26:12 +0000 (12:26 +0100)]
Do not autoplay videos, display play button instead. Use expiring links when using S3. Do not keep originals
for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also
make it private (aka only accessible via expiring links to prevent hotlinking)

9 years agoFix cloudfront config
Eugen Rochko [Sat, 3 Dec 2016 21:12:22 +0000 (22:12 +0100)]
Fix cloudfront config

9 years agoAdd Cloudfront support
Eugen Rochko [Sat, 3 Dec 2016 21:07:18 +0000 (22:07 +0100)]
Add Cloudfront support

9 years agoKeep timelines in the UI trimmed when possible
Eugen Rochko [Sat, 3 Dec 2016 20:04:57 +0000 (21:04 +0100)]
Keep timelines in the UI trimmed when possible

9 years agoImprove notification model
Eugen Rochko [Sat, 3 Dec 2016 19:04:19 +0000 (20:04 +0100)]
Improve notification model

9 years agoAdd "next" pagination to public profiles
Eugen Rochko [Sat, 3 Dec 2016 18:30:13 +0000 (19:30 +0100)]
Add "next" pagination to public profiles

9 years agoAdmin accounts page lists accounts
Eugen Rochko [Sat, 3 Dec 2016 18:08:07 +0000 (19:08 +0100)]
Admin accounts page lists accounts