Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-30 | Merge pull request #380 from ThibG/glitch-soc/features/domain-block-ui | beatrix | |
Port #6628 to glitch-soc flavour | |||
2018-03-30 | Merge pull request #406 from ThibG/glitch-soc/fixes/menu-fixes | David Yip | |
Backport dropdown menu fixes from Mastodon | |||
2018-03-30 | Merge pull request #407 from ThibG/glitch-soc/fixes/migration-page | David Yip | |
Fix migration page style | |||
2018-03-30 | Fix migration page style | Thibaut Girka | |
2018-03-30 | [Glitch] Remove pointer events on the entire UI when a dropdown menu is open | Thibaut Girka | |
Port 913a38111ff5b0cb7f412bec93e8314859c88855 to glitch-soc | |||
2018-03-30 | [Glitch] Place dropdown menu top if it is closer to the bottom of the viewport | Thibaut Girka | |
Port f6a8d835d30f61628ca731462ecfe4f6005e6a9e to glitch-soc | |||
2018-03-30 | Add the domain blocks UI to Getting Started Misc | Thibaut Girka | |
2018-03-30 | Add basic domain block UI | Thibaut Girka | |
2018-03-30 | Keep list of blocked domains | Thibaut Girka | |
Might be overkill, but I'm trying to follow the same logic as for blocked users | |||
2018-03-30 | Update all known users' domain_blocking relationship instead of just one's | Thibaut Girka | |
2018-03-30 | Fix undefined URL in `fetchDomainBlocks` | Thibaut Girka | |
2018-03-29 | Merge pull request #404 from ThibG/glitch-soc/features/moved-note | David Yip | |
[Untested] [Glitch] Profile redirect notes | |||
2018-03-29 | [Glitch] Display unfollow button even if account moved | Thibaut Girka | |
Backport 3987bd18a4bfaee49ea9a3439fc51610aeca6c2c to glitch-soc | |||
2018-03-29 | [Glitch] Profile redirect notes | Thibaut Girka | |
Port WebUI changes from 58cede4808baa4db6cc143b80ef23e8179a8415b | |||
2018-03-28 | Merge pull request #402 from ThibG/glitch-soc/fixes/accept-empty-toot-contents | David Yip | |
Render toots with empty contents | |||
2018-03-28 | Merge pull request #403 from ThibG/glitch-soc/fixes/attachment-lists-fixup | David Yip | |
Fix attachment lists | |||
2018-03-28 | Fix attachment lists | Thibaut Girka | |
2018-03-28 | Render toots with empty contents | Thibaut Girka | |
This is necessary to display toots with media but otherwise no contents, as glitch-soc displays the media as a child of StatusContent, unlike Mastodon. | |||
2018-03-27 | Merge pull request #400 from vulpineclub/dev-gs-392-frontmatter | David Yip | |
Remove ignored 'u' parameter on regexp (#392) | |||
2018-03-27 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2018-03-27 | Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master | David Yip | |
2018-03-27 | Remove ignored 'u' parameter on regexp (#392) | Rey Tucker | |
2018-03-27 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
Conflicts: app/javascript/styles/mastodon/components.scss app/models/media_attachment.rb | |||
2018-03-27 | Merge pull request #399 from ThibG/glitch-soc/features/attachments-list | David Yip | |
Port attachment lists to glitch-soc flavour | |||
2018-03-27 | Fix LoadMore on account media gallery (#6933) | unarist | |
max_id in the fetch request should be a status id, but media attachment id was used. | |||
2018-03-27 | [Glitch] Display AttachmentList in notifications | Thibaut Girka | |
Port 77406d3a092db48250a85984dde2f2cc81386146 to glitch-soc | |||
2018-03-27 | [Glitch] Display AttachmentList in timelines in compact style when media missing | Thibaut Girka | |
Port 86a9de6753fc425b247699c7822bc8a5d49af043 to glitch-soc | |||
2018-03-27 | Clone response before put it to the cache (#6932) | unarist | |
`Response.prototype.clone()` must be called before the response used. This fixes an error from ServiceWorker and failing to load image when the image is not cached. | |||
2018-03-27 | Add missing null handling in notification reducer (#6930) | unarist | |
This patch adds null item (i.e. gap) handling on below functions to avoid TypeError. * `filterNotifications` called on user mute/block * `deleteByStatus` called on status deletion | |||
2018-03-27 | Cache media (#6902) | Akihiko Odaki | |
2018-03-27 | fix #6846 (#6914) | Yuto Tokunaga | |
2018-03-27 | Add a spec for UniqueUsernameValidator (#6927) | unarist | |
Note that this spec has a pending test about dots in the username, because allowing it has been reverted for now. | |||
2018-03-27 | Fix UniqueUsernameValidator comparison (#6926) | Eugen Rochko | |
Comparison was downcasing only one side, therefore if previously existing account had a non-lowercase spelling, it would be ignored when checking for duplicates. New rake task `mastodon:maintenance:find_duplicate_usernames` will help find constraint violations that might have occured from the presence of this bug. Bump version to 2.3.3 | |||
2018-03-26 | Validate HTTP response length while receiving (#6891) | Akihiko Odaki | |
to_s method of HTTP::Response keeps blocking while it receives the whole content, no matter how it is big. This means it may waste time to receive unacceptably large files. It may also consume memory and disk in the process. This solves the inefficency by checking response length while receiving. | |||
2018-03-26 | feat(ShowMore): Add classname to show more/show less button (#6904) | Stephen Burgess | |
2018-03-26 | Refactor scss (#6913) | Yuto Tokunaga | |
* Refactoring scss introduce scss variables for the media modal fix css block structure corresponding to react components fix flex layouts remove background image of the loaded image on the media modal * Fix typo | |||
2018-03-26 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-26 | Fix moved account handling in IndexedDB feature (#6915) | unarist | |
* Fix stack overflow on importFetchedAccounts When the account has moved property, it should process destination account instead of source account itself. * Set account id instead of account object for moved property This restores "foo has moved to" indication on account view, and fixes `reblog` index on `accounts` object store. | |||
2018-03-26 | Missing OTP_SECRET in scalingo.json (#6917) | Yann Klis | |
2018-03-25 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-03-25 | i18n: Update Polish translation (#6903) | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-03-24 | Allow clients to fetch notifications made while they were offline (#6886) | Akihiko Odaki | |
2018-03-24 | Allow clients to fetch statuses made while they were offline (#6876) | Akihiko Odaki | |
2018-03-24 | Rename variables to have semantic meanings in notifications reducer (#6890) | Akihiko Odaki | |
2018-03-24 | Store objects to IndexedDB (#6826) | Akihiko Odaki | |
2018-03-24 | Revert "Revert "Upgrade Paperclip to version 6.0.0" (#6807)" (#6808) | Yamagishi Kazutoshi | |
This reverts commit 40871caa4b06c7ee1c3b07f439ed984ead295ced. | |||
2018-03-24 | Show media modal on public pages (#6801) | Akihiko Odaki | |
2018-03-24 | Change “Toots with replies” to “Toots and replies” (#6875) | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-03-24 | Change columns in notifications nonnullable (#6764) | Akihiko Odaki | |
2018-03-24 | Note if the user is already following the target when authorizing follow (#6325) | Akihiko Odaki | |