Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | Allow own roars to be included in lists. | multiple creatures | |
2019-05-21 | Split boosts/repeats off to their own tab and add to the API. | multiple creatures | |
2019-05-21 | Remove cached status when sharekey changed. | multiple creatures | |
2019-05-21 | Custom filters: add ability to create filters that exclude or are exclusive ↵ | multiple creatures | |
to roars with attachments. | |||
2019-05-21 | Account manager: consider dormant to be 3 months instead of one. | multiple creatures | |
2019-05-21 | Add option to hide public replies from profile | multiple creatures | |
2019-05-21 | Anxiety reduction: make block/mute reply filters more granular and add ↵ | multiple creatures | |
options to control what to filter. | |||
2019-05-21 | Allow sharekeys to be set via the API. | multiple creatures | |
2019-05-21 | Make sure `rekey` parameter exists before complaining. | multiple creatures | |
2019-05-21 | Implement share keys and related bangtags, add `sharekey`, `network`, and ↵ | multiple creatures | |
`curated` to the API, remove app info from the UI, and move timestamps to the right. | |||
2019-05-21 | Make sure only distributable statuses are marked curated; move bangtags ↵ | multiple creatures | |
processing into own helper lib. | |||
2019-05-21 | Add option to remove filtered roar placeholder gap. | multiple creatures | |
2019-05-21 | Add options to increase size and spacing of action buttons and width of ↵ | multiple creatures | |
compose drawer. | |||
2019-05-21 | Add scope restrictions on curated world timeline considerations. | multiple creatures | |
2019-05-21 | Refactored community-curated world timeline code; **privacy**: remove ↵ | multiple creatures | |
support for packmate-visible hashtags until we resolve federation caveats. | |||
2019-05-21 | Raise max search result limit to 66 in API. | multiple creatures | |
2019-05-21 | Use PostgreSQL FTS for searches. | multiple creatures | |
2019-05-21 | Add options to increase size and spacing of context menus and to gently the ↵ | multiple creatures | |
kobolds. Also allow showing multiple user roles. | |||
2019-05-21 | add option to toggle captions + code: move monsterpit additons on top | multiple creatures | |
2019-05-21 | hidden accounts + stats hiding | multiple creatures | |
2019-05-21 | actually add raw world to settings controller <.<" >.> | multiple creatures | |
2019-05-21 | correct typo | multiple creatures | |
2019-05-21 | more local-only options | multiple creatures | |
2019-05-21 | add option to default to local only | multiple creatures | |
2019-05-21 | transparency: let logged in users view mod actions | multiple creatures | |
2019-05-17 | Add option for default toot content-type | Thibaut Girka | |
2019-05-17 | Add API support for setting status content-type | Thibaut Girka | |
2019-05-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-14 | Record account suspend/silence time and keep track of domain blocks (#10660) | ThibG | |
* Record account suspend/silence time and keep track of domain blocks * Also unblock users who were suspended/silenced before dates were recorded * Add tests * Keep track of suspending date for users suspended through the CLI * Show accurate number of accounts that would be affected by unsuspending an instance * Change migration to set silenced_at and suspended_at * Revert "Also unblock users who were suspended/silenced before dates were recorded" This reverts commit a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c. * Switch from using suspended and silenced to suspended_at and silenced_at * Add post-deployment migration script to remove `suspended` and `silenced` columns * Use Account#silence! and Account#suspend! instead of updating the underlying property * Add silenced_at and suspended_at migration to post-migration * Change account fabricator to translate suspended and silenced attributes * Minor fixes * Make unblocking domains always retroactive | |||
2019-05-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-11 | Add toot source to delete result to ease Delete & Redraft (#10669) | ThibG | |
* Return Status with raw text in raw_content when deleting a status * Use raw content if available on delete & redraft * Rename raw_content to text; do not serialize formatted content when source is requested | |||
2019-05-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/statuses_controller.rb minor conflict because of glitch-soc's theming system - app/controllers/stream_entries_controller.rb minor conflict because of glitch-soc's theming system | |||
2019-05-09 | Add some caching for HTML versions of statuses pages (#10701) | ThibG | |
2019-05-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/media_attachment.rb | |||
2019-05-03 | Explicitly disable storage of REST API results (#10655) | ThibG | |
Fixes #10652 | |||
2019-05-03 | Provide a link to existing domain block when trying to block an ↵ | ThibG | |
already-blocked domain (#10663) * When trying to block an already-blocked domain, provide a link to the block * Fix styling for links in flash messages * Allow blocks to be upgraded but not downgraded | |||
2019-05-02 | Check that an invite link is valid before bypassing approval mode (#10657) | ThibG | |
* Check that an invite link is valid before bypassing approval mode Fixes #10656 * Add tests * Only consider valid invite links in registration controller * fixup | |||
2019-04-25 | Fix not being able to save e-mail preference for new pending accounts (#10622) | Eugen Rochko | |
2019-04-19 | Fix keybase indication on dashboard | Thibaut Girka | |
2019-04-19 | Allow turning keybase off instance-wide | Thibaut Girka | |
2019-04-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-04-10 | compare usernames case-insensitively on new proof creation flow (#10544) | Alex Gessner | |
* compare usernames case-insensitively on new proof creation flow * Fix code style issue | |||
2019-04-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/views/admin/pending_accounts/index.html.haml No real conflict, upstream changes too close to glitch-specific theming system changes. - config/navigation.rb Upstream redesigned the settings navigation, took those changes and re-inserted the flavours menu. | |||
2019-04-10 | Add invite request to pending account notification e-mail (#10528) | Eugen Rochko | |
Fix sorting of the pending accounts page | |||
2019-04-10 | Add preference to disable e-mails about new pending accounts (#10529) | Eugen Rochko | |
2019-04-09 | Add "why do you want to join" field to invite requests (#10524) | Eugen Rochko | |
* Add "why do you want to join" field to invite requests Fix #10512 * Remove unused translations * Fix broken registrations when no invite request text is submitted | |||
2019-04-09 | Fix permission denied bug on approve all/reject all pending accounts (#10519) | Eugen Rochko | |
2019-04-08 | Fix batch actions not working on pending accounts (#10508) | ThibG | |
2019-04-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - config/locales/pl.yml Conflict caused by new upstream string too close to glitch-specific “flavour” string. Took both strings. | |||
2019-04-07 | Improve blocked view of profiles (#10491) | Eugen Rochko | |
* Revert "Fix filtering of favourited_by, reblogged_by, followers and following (#10447)" This reverts commit 120544067fcca4bf6e71ba1ffb276c451c17c656. * Revert "Hide blocking accounts from blocked users (#10442)" This reverts commit 62bafa20a112ccdddaedb25723fc819dbbcd8e9a. * Improve blocked view of profiles - Change "You are blocked" to "Profile unavailable" - Hide following/followers in API when blocked - Disable follow button and show "Profile unavailable" on public profile as well |