- Dec 10, 2019
-
-
Eugen Rochko authored
This reverts commit 054ef83f.
-
Eugen Rochko authored
-
- Dec 09, 2019
-
-
Sasha Sorokin authored
This commit changes how doorkeeper.applications.help.native_redirect_uri string is being formatted to use <code> tag for native_redirect_uri placeholder. This makes the URI look more distinguishable.
-
- Dec 08, 2019
-
-
Eugen Rochko authored
-
- Dec 06, 2019
-
-
Eugen Rochko authored
Fix #12551 Fix #12547
-
a authored
* Fix account search with no query Modeled after #12541. Fix #12548 * fix codeclimate
-
- Dec 04, 2019
-
-
Hinaloe authored
-
Jeong Arm authored
-
Takeshi Umeda authored
-
Takeshi Umeda authored
* Show badge on group actor in WebUI * Do not notify in case of by following group actor * If you mention group actor, also mention group actor followers * Relax characters that can be used in username (same as Application) * Revert "Relax characters that can be used in username (same as Application)" This reverts commit 7e10a137b878d0db1b5252c52106faef5e09ca4b. * Delete display_name method
-
Shlee authored
* Update stream.js * Update package.json * Update yarn.lock Co-authored-by:
hina <hina@hinaloe.net>
-
Eugen Rochko authored
Fix #12462
-
- Dec 03, 2019
-
-
a authored
-
ThibG authored
* Fix poll options not being selectable via keyboard Fixes #12384 * Improve styling of poll option checkboxes/radio buttons * Use more appropriate ARIA roles for poll options * Allow switching between single and multiple choice from keyboard * Coding style * Avoid using .bind()
-
- Dec 02, 2019
-
-
Yamagishi Kazutoshi authored
-
ThibG authored
Fixes #12511
-
mayaeh authored
* Fix translations not being displayed * ran `yarn manage:translations en`
-
- Dec 01, 2019
-
-
ThibG authored
-
Mathieu Brunot authored
Signed-off-by:
mathieu.brunot <mathieu.brunot@monogramm.io>
-
ThibG authored
* Add follow_request notification type The notification type already existed in the backend but was never pushed to the front-end. This also means translation strings were also available for the backend, from the notification mailer. Unlike other notification types, these are off by default, to match what I remember of Gargron's view on the topic: that follow requests should not clutter notifications and should instead be reviewed at the user's own leisure in the dedicated column. Since follow requests have their own column, I've deemed it unnecessary to add a specific tab for them in the notification quick filter. * Show follow request link in single-column if there are pending requests, even if account isn't locked * Push follow requests from notifications to the follow_requests list * Offer to accept or reject follow request from the notification * Redesign follow request notification
-
ThibG authored
Before this patch, if remote poll options have leading or trailing spaces, the information stored locally won't match them, causing federated voting to fail.
-
Mathieu Brunot authored
*
Convert LDAP username #12021 Signed-off-by:mathieu.brunot <mathieu.brunot@monogramm.io> *
Fix conversion var use Signed-off-by:mathieu.brunot <mathieu.brunot@monogramm.io> *
Fix LDAP uid conversion test Signed-off-by:mathieu.brunot <mathieu.brunot@monogramm.io> *
Remove comments with ref to PR Signed-off-by:mathieu.brunot <mathieu.brunot@monogramm.io> *
Remove unnecessary paranthesis Signed-off-by:mathieu.brunot <mathieu.brunot@monogramm.io> *
Move space in conversion string Signed-off-by:mathieu.brunot <mathieu.brunot@monogramm.io>
-
Sasha Sorokin authored
Before this moment relationships managing page was using strings from other context - from counters, but in order for translators to be able to translate it relatively to the page, it must use separate strings. I've split the strings for "Following" and "Followers" and put them to "relationships" keyset in localization file. This should solve this issue. Fixes #10863
-
Eugen Rochko authored
-
- Nov 30, 2019
-
-
ThibG authored
Fixes #11137
-
ThibG authored
* Add ability to filter reports by target account domain * Reword by_target_domain label
-
ThibG authored
* Fix lost focus after modal closes Regression caused by the use of the wicg-inert polyfill * Fix regression introduced by wicg-inert * Catch errors to please CodeClimate
-
- Nov 29, 2019
-
-
Sasha Sorokin authored
Counter size is currently set to strict 33.3% width, but with it counter may break in other languages than English. For example it is already broken on Gargron's profile on mastodon.social using Russian locale. This commit changes "width" to "min-width", so counters still displayed correctly, but if they need more width to fit text, they are now allowed to take as many width as they need.
-
Sasha Sorokin authored
Currently notifications page seems a bit cluttered with no clear separation between e-mail and filtering settings. This commit tries to address them by adding clear separation with headers, hints and removing continuously reused texts for events checkboxes.
-
ThibG authored
* [WiP] Add hotkey to open media * Give focus to play/pause button when opening video modal
-
ThibG authored
The arguments were passed to the wrong function… also, there is no need to have a conditional decrementation: failure to upload means we marked an upload as pending, in all cases.
-
- Nov 28, 2019
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Nov 26, 2019
-
-
ThibG authored
If a poll contains empty options (which is apparently possible on Pleroma), it is created without them. However, the poll update code doesn't filter empty options, and thus: 1. Clear known votes, as it assumes the set of options has changed 2. Errors out because it tries adding empty options, which fails validation This commit fixes that by filtering them out the same way they are filtered out at poll creation time.
-
- Nov 25, 2019
-
-
ThibG authored
-
- Nov 22, 2019
-
-
Dimitri Merejkowsky authored
-
ThibG authored
* Fix closed registration message blur * Adjust overlay margins to account for blur Fixes #12425
-
- Nov 21, 2019
-
-
Eugen Rochko authored
Fix #12433
-
ThibG authored
-
ThibG authored
* Add test for links without targets * Fix FetchLinkCardServices crashing on a tags without a target
-