m4sk1n
2c3544eedd
i18n: Improve Polish translation ( #4783 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
0b32338e3f
Add link to 'noscript' message ( #4561 )
* Add link to 'noscript' message
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* remove indent
7 years ago
Eugen Rochko
74437c6bff
Refactor Web::PushSubscription, remove welcome message ( #4524 )
* Refactor Web::PushSubscription, remove welcome message
* Add missing helper
* Use locale of the receiver on push notifications (#4519 )
* Remove unused translations
* Fix dir on notifications
7 years ago
m4sk1n
409051c22c
i18n: Update Polish translation #4675 ( #4692 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
829e2e8c5d
Update Polish translation ( #4674 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Eugen Rochko
c1b086a538
Fix up the applications area ( #4664 )
- Section it into "Development" area
- Improve UI of application form, index, and details
7 years ago
m4sk1n
4c23544714
i18n: Minor changes in Polish translation ( #4649 )
* i18n: Minor changes in Polish translation
* i18n: pl
7 years ago
m4sk1n
2a04bdc87a
i18n: Update Polish translation ( #4613 )
* i18n: Update Polish translation
* Update pl.json
7 years ago
m4sk1n
4e1bf082ce
i18n: Improve admin panel translation (pl) ( #4559 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
3363a05539
i18n: Update Polish translation ( #4545 )
7 years ago
Eugen Rochko
df605f0f8b
Add "signed in as" header to some pages ( #4523 )
7 years ago
Krzysztof Jurewicz
400616813e
Fix some mistakes in Polish translation ( #4495 )
7 years ago
m4sk1n
0bbd5789b5
i18n: Update Polish translation ( #4479 )
* i18n: Update Polish translation
* Update Polish translation
7 years ago
m4sk1n
c7de92e0df
i18n: Update Polish translation ( #4414 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
7905739c2a
s/PubSubHubbub/WebSub/g ( #4372 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
462b3752e4
i18n: @2374d63 (pl) ( #4340 )
* i18n: @2374d63 (pl)
* i18n: fixed typo on Polish translation
7 years ago
Eugen Rochko
029f2c4545
Redesign /terms page ( #4338 )
* Redesign /terms page
* Fix tests
* Remove unused keys
7 years ago
Eugen Rochko
2374d63536
Redesign extended information page ( #4322 )
* Redesign extended information page
* Remove unused keys
* Add $ui-base-lighter-color variable to SCSS
7 years ago
m4sk1n
4b4ea1f929
i18n: Update Polish translation ( #4327 )
* i18n: Update Polish translation
* i18n: Update Polish translation
7 years ago
Eugen Rochko
3c515f2cd2
Run yarn run manage:translations and i18n-tasks normalize ( #4302 )
7 years ago
m4sk1n
9fc082ea81
i18n: @716f4cb (pl) ( #4266 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
030e5cec58
Fix missing closing <p> tag in ToS in .yml files ( #4264 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
fb7f06a752
i18n: Update Polish translation ( #4252 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
902c5cf7ca
i18n: update (pl) ( #4233 )
* i18n: update (pl)
* Update pl.yml
7 years ago
Eugen Rochko
8c45cd0e36
Improve ActivityPub representations ( #3844 )
* Improve webfinger templates and make tests more flexible
* Clean up AS2 representation of actor
* Refactor outbox
* Create activities representation
* Add representations of followers/following collections, do not redirect /users/:username route if format is empty
* Remove unused translations
* ActivityPub endpoint for single statuses, add ActivityPub::TagManager for better
URL/URI generation
* Add ActivityPub::TagManager#to
* Represent all attachments as Document instead of Image/Video specifically
(Because for remote ones we may not know for sure)
Add mentions and hashtags representation to AP notes
* Add AP-resolvable hashtag URIs
* Use ActiveModelSerializers for ActivityPub
* Clean up unused translations
* Separate route for object and activity
* Adjust cc/to matrices
* Add to/cc to activities, ensure announce activity embeds target status and
not the wrapper status, add "id" to all collections
7 years ago
m4sk1n
999170d898
i18n: fediwers › fediwersum (pl) ( #4198 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Sorin Davidoi
0c7c188c45
Web Push Notifications ( #3243 )
* feat: Register push subscription
* feat: Notify when mentioned
* feat: Boost, favourite, reply, follow, follow request
* feat: Notification interaction
* feat: Handle change of public key
* feat: Unsubscribe if things go wrong
* feat: Do not send normal notifications if push is enabled
* feat: Focus client if open
* refactor: Move push logic to WebPushSubscription
* feat: Better title and body
* feat: Localize messages
* chore: Fix lint errors
* feat: Settings
* refactor: Lazy load
* fix: Check if push settings exist
* feat: Device-based preferences
* refactor: Simplify logic
* refactor: Pull request feedback
* refactor: Pull request feedback
* refactor: Create /api/web/push_subscriptions endpoint
* feat: Spec PushSubscriptionController
* refactor: WebPushSubscription => Web::PushSubscription
* feat: Spec Web::PushSubscription
* feat: Display first media attachment
* feat: Support direction
* fix: Stuff broken while rebasing
* refactor: Integration with session activations
* refactor: Cleanup
* refactor: Simplify implementation
* feat: Set VAPID keys via environment
* chore: Comments
* fix: Crash when no alerts
* fix: Set VAPID keys in testing environment
* fix: Follow link
* feat: Notification actions
* fix: Delete previous subscription
* chore: Temporary logs
* refactor: Move migration to a later date
* fix: Fetch the correct session activation and misc bugs
* refactor: Move migration to a later date
* fix: Remove follow request (no notifications)
* feat: Send administrator contact to push service
* feat: Set time-to-live
* fix: Do not show sensitive images
* fix: Reducer crash in error handling
* feat: Add badge
* chore: Fix lint error
* fix: Checkbox label overlap
* fix: Check for payload support
* fix: Rename action "type" (crash in latest Chrome)
* feat: Action to expand notification
* fix: Lint errors
* fix: Unescape notification body
* fix: Do not allow boosting if the status is hidden
* feat: Add VAPID keys to the production sample environment
* fix: Strip HTML tags from status
* refactor: Better error messages
* refactor: Handle browser not implementing the VAPID protocol (Samsung Internet)
* fix: Error when target_status is nil
* fix: Handle lack of image
* fix: Delete reference to invalid subscriptions
* feat: Better error handling
* fix: Unescape HTML characters after tags are striped
* refactor: Simpify code
* fix: Modify to work with #4091
* Sort strings alphabetically
* i18n: Updated Polish translation
it annoys me that it's not fully localized :P
* refactor: Use current_session in PushSubscriptionController
* fix: Rebase mistake
* fix: Set cacheName to mastodon
* refactor: Pull request feedback
* refactor: Remove logging statements
* chore(yarn): Fix conflicts with master
* chore(yarn): Copy latest from master
* chore(yarn): Readd offline-plugin
* refactor: Use save! and update!
* refactor: Send notifications async
* fix: Allow retry when push fails
* fix: Save track for failed pushes
* fix: Minify sw.js
* fix: Remove account_id from fabricator
7 years ago
m4sk1n
3567ac3d3e
i18n: @e19eefe , @056b5ed + consistency improvement (pl) ( #4171 )
* i18n: @e19eefe (pl)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n: @056b5ed (pl)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* i18n: Improve consistency (pl)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Eugen Rochko
056b5ed72f
Improve UI of admin site settings ( #4163 )
7 years ago
Eugen Rochko
e19eefe219
Redesign the landing page, mount public timeline on it ( #4122 )
* Redesign the landing page, mount public timeline on it
* Adjust the standalone mounted component to the lacking of router
* Adjust auth layout pages to new design
* Fix tests
* Standalone public timeline polling every 5 seconds
* Remove now obsolete translations
* Add responsive design for new landing page
* Address reviews
* Add floating clouds behind frontpage form
* Use access token from public page when available
* Fix mentions and hashtags links, cursor on status content in standalone mode
* Add footer link to source code
* Fix errors on pages that don't embed the component, use classnames
* Fix tests
* Change anonymous autoPlayGif default to false
* When gif autoplay is disabled, hover to play
* Add option to hide the timeline preview
* Slightly improve alt layout
* Add elephant friend to new frontpage
* Display "back to mastodon" in place of "login" when logged in on frontpage
* Change polling time to 3s
7 years ago
m4sk1n
958fe0f7db
i18n: @7a889a8 (pl) ( #4144 )
* i18n: @7a889a8 (pl)
* Update pl.yml
7 years ago
m4sk1n
8781a8e203
i18n: minor change (pl) ( #4124 )
7 years ago
m4sk1n
7a549f830e
i18n: improve consistency (pl) ( #4104 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
6d106d3943
i18n: minor changes in Polish translation ( #4087 )
* i18n: minor changes in Polish translation
* Update pl.json
7 years ago
m4sk1n
a38b34c37a
i18n: Updated Polish translation ( #4068 )
* i18n: Updated Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* fuggin nano
7 years ago
m4sk1n
da42bfadb5
i18n: E-mail notifications to admins about new reports (pl) ( #3975 )
7 years ago
m4sk1n
646de92781
i18n: Updated Polish translation ( #3956 )
* i18n: Updated Polish translation
* Update pl.yml
7 years ago
Eugen Rochko
5e8d037e27
Fix #3910 - Require OTP authentication to disable 2FA ( #3935 )
* Fix #3910 - Require OTP authentication to disable 2FA. Also, remove ability
to generate new OTP backup codes *after* initial backup codes were handed
out during activation
* Restore recovery code re-generation
* Improve display of some 2FA elements
7 years ago
m4sk1n
da6fa029f6
i18n: Fixed typo in Polish translation ( #3864 )
7 years ago
m4sk1n
6f34fdb616
updated Polish translation ( #3751 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
98eacb2238
i18n: updated Polish translation ( #3744 )
7 years ago
m4sk1n
778430b54a
i18n: Minor fixes in Polish translation ( #3674 )
* i18n
* i18n
* i18n
* i18n
* i18n
7 years ago
m4sk1n
1a065fb146
i18n: updated Polish translation ( #3670 )
7 years ago
Eugen Rochko
8902e265b4
Add explit admin actions to (re)subscribe/unsubscribe remote accounts ( #3640 )
* Add explit admin actions to (re)subscribe/unsubscribe remote accounts
and re-download avatar/header
* Improve how admin NSFW toggle looks
7 years ago
m4sk1n
90689190a3
i18n: Update Polish translation ( #3637 )
7 years ago
m4sk1n
30fa5fe1a4
i18n: updated Polish translation ( #3597 )
* i18n: updated Polish translation
* i18n: updated Polish translation
btw it would be nice to have master-based Mastodon instance (even isolated from others) to test translation.
7 years ago
Matt Jankowski
de4681b2be
Move admin/pubsubhubbub controller to admin/subscriptions ( #3442 )
7 years ago
m4sk1n
1b732cad61
i18n: pl: pluralized ( #3344 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
m4sk1n
ef80ad17b3
Updated Polish translation ( #3335 )
* i18n: updated Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: completed Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: corrected Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: Updated Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Update simple_form.pl.yml
* Update simple_form.pl.yml
* updated Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Update pl.yml
7 years ago
m4sk1n
fbbd80b40b
Updated Polish translation ( #3204 )
* i18n: updated Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: completed Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: corrected Polish translation
Signed-off-by: Marcin Mikołajczak <m4sk1n@vivaldi.net>
* i18n: Updated Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Update simple_form.pl.yml
* Update simple_form.pl.yml
7 years ago