- 24 Jul, 2020 13 commits
-
-
mgabdev authored
• Updated: - search feature to show groups if no user
-
mgabdev authored
• Updated: - some popover positions to be majorly on screen
-
mgabdev authored
• Removed: - unused ColumnHeader component
-
mgabdev authored
• Updated: - ListItem and PopoverComponents text sizes
-
mgabdev authored
• Updated: - SignUpPanel styles • Added: - SignupPanel to multiple pages/layouts
-
mgabdev authored
• Updated: - ProPanel styles
-
mgabdev authored
• Removed: - unused index.js in panel folder
-
mgabdev authored
• Added: - NavigationBarButton component • Removed: - the component code from NavigationBar component
-
mgabdev authored
• Added: - expires_at key to Status
-
mgabdev authored
• Added: - bookmarks for GabPRO members only - migration for creation of StatusBookmarks - all necessary routes, controllers - redux for adding, removing, fetching and displaying bookmarks - bookmark icon - doorkeeper scopes - backend and frontend support Bookmarks behave like likes/favorites, except they aren't shared with other users and do not have an associated counter. https://github.com/tootsuite/mastodon/commit/dfea7368c934f600bd0b6b93b4a6c008a4e265b0
-
mgabdev authored
• Updated: - SearchService to return groups for everyone even if not logged in
-
mgabdev authored
• Added: - "bookmarks" to list of reserved usernames
-
- 22 Jul, 2020 20 commits
-
-
mgabdev authored
• Updated: - PreviewCard, FetchLinkCardService, FetchOEmbedService to work better
-
mgabdev authored
• Updated: - status meta data title and description to remove truncation
-
mgabdev authored
• Updated: - PopoverBase react-popper, • Added: - @popperjs/core
-
mgabdev authored
• Updated: - EditProfileModal to not allow verified people to change display names
-
mgabdev authored
• Removed: - local instance block on FetchLinkCardService
-
mgabdev authored
• Fixed: - issue with loading status context/comments in feature
-
mgabdev authored
• Fixed: - issue with removing shortcuts in redux
-
mgabdev authored
• Added: - check in GroupHeader for if isAdmin for group options
-
mgabdev authored
• Removed: - catchall shared/og in application.html.haml
-
mgabdev authored
• Updated: - GroupTimeline to not connect to stream if no user
-
mgabdev authored
• Added: - meta to application.html.haml for groups and unmatched routes
-
mgabdev authored
• Updated: - groups to be public - routes for /group and /groups/id to be public - GroupTimeline to ignore relationships for loading - Group fetching to be a where with is_archived: false - GroupControllers to have if current_user, else • Added: - Meta and og information for view - Group fetch - public route api for featured groups, group timelines • Removed: - Doorkeeper for read:groups
-
mgabdev authored
• Updated: - fetchGroups action to be only public for featured groups
-
mgabdev authored
• Updated: - GroupInfoPanel to hide members list if no user
-
mgabdev authored
• Added: - fetchGroup action
-
mgabdev authored
• Fixed: - issue with loading context, comments from Status feature by loading in feature not child • Added: - check for if ancestor status exists in StatusContainer
-
mgabdev authored
• Updated: - SidebarSectionItem image style
-
mgabdev authored
• Added: - missing constants in ModalRoot for shortcuts
-
mgabdev authored
• Added: - shortcuts functionality - shortcuts route, controller, model - shortcut error message for "exists" - shortcut redux - EditShortcutsModal, constant - links to sidebar, sidebar_xs - options to add/remove group, account in GroupOptionsPopover, ProfileOptionsPopover - shortcuts page, feature/list
-
mgabdev authored
• Added: - migration for creating Shortcuts
-
- 21 Jul, 2020 6 commits
-
-
mgabdev authored
• Updated: - CommentSortingOptionsPopover width
-
mgabdev authored
• Removed: - unused @body_classes in ruby
-
mgabdev authored
• Updated: - ListItem to have image - ListItem to have customizable right action icon
-
mgabdev authored
• Added: - error, loading modal components - error, loading popover components • Removed: - ModalLoading from async_components • Updated: - ModalRoot to use new components
-
mgabdev authored
• Added: - shortcut locales errors
-
mgabdev authored
• Updated: - home page tags to headings
-
- 17 Jul, 2020 1 commit
-
-
mgabdev authored
• Added: - max retry to DigestMailerWorker
-