This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/models
Dan Ungureanu 352d43b101
FIX: Better handling of Group model state (#8356)
The group card and group members page were affecting each other and were
leaking members list and the query parameters which led to bad UX
experience and sub-optimal performance (client made more queries because
it was loading fewer members).

This commit refactors the group model to make it more consistent, remove
dead code, move error handling outside of model.
2019-11-18 14:59:28 +02:00
..
action-summary.js.es6 DEV: Run prettier 2019-11-12 11:49:31 +01:00
archetype.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
badge-grouping.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
badge.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
category-list.js.es6 REFACTOR: Remove Discourse.Category constants 2019-11-08 13:31:00 -05:00
category.js.es6 FEATURE: remove support for 'suppress_from_latest' category setting. (#8308) 2019-11-18 12:28:35 +05:30
composer.js.es6 Fix Prettier using correct version (1.19.1) 2019-11-15 10:34:26 -05:00
draft.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
group-history.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
group.js.es6 FIX: Better handling of Group model state (#8356) 2019-11-18 14:59:28 +02:00
invite.js.es6 Fix Prettier using correct version (1.19.1) 2019-11-15 10:34:26 -05:00
live-post-counts.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
login-method.js.es6 DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00
nav-item.js.es6 DEV: Make context available to ExtraNavItems 2019-11-15 13:46:49 +00:00
permission-type.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
post-action-type.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
post-stream.js.es6 WIP - discourse/models/user not defined 2019-11-13 15:34:30 -05:00
post.js.es6 DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
rest.js.es6 DEV: Import Promise from rsvp (#8296) 2019-11-05 10:37:32 -06:00
result-set.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
reviewable-history.js.es6 DEV: Import every instance of Ember.computed function (#8267) 2019-10-30 15:28:29 -05:00
reviewable.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
session.js.es6 FIX: Return a deprecation for Discourse.Session 2019-11-08 14:55:36 -05:00
site.js.es6 REFACTOR: Deprecate Discourse.Site and Discourse.User 2019-11-12 10:53:22 -05:00
static-page.js.es6 FIX: More missing RSVP imports 2019-11-11 09:25:33 -05:00
store.js.es6 DEV: Provide a nicer error when JSON is malformed 2019-11-12 13:04:52 -05:00
tag-group.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
tag.js.es6 FEATURE: Allow scoping search to tag (#8345) 2019-11-14 10:40:26 +10:00
topic-details.js.es6 DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
topic-list.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
topic-timer.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
topic-tracking-state.js.es6 FEATURE: remove support for 'suppress_from_latest' category setting. (#8308) 2019-11-18 12:28:35 +05:30
topic.js.es6 UX: Adds +n indicator in PM topic list (#8353) 2019-11-14 14:14:23 -05:00
trust-level.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
user-action-group.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
user-action-stat.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-action.js.es6 DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
user-badge.js.es6 DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
user-draft.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-drafts-stream.js.es6 DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
user-posts-stream.js.es6 REFACTOR: Remove Discourse.Model 2019-11-08 14:13:35 -05:00
user-stream.js.es6 REFACTOR: Remove Discourse.UserAction from code 2019-11-08 12:52:39 -05:00
user.js.es6 FIX: Failing tests 2019-11-13 15:34:30 -05:00