discourse/app/assets/javascripts/discourse/controllers
2015-03-02 12:13:22 -05:00
..
badges FEATURE: long descriptions for badges to help teach people 2015-02-27 17:19:18 +11:00
discovery Remove duplicated NotificationType globals 2015-02-27 10:33:39 -05:00
group FIX: group member pages only showing first 50 members alphabetically 2015-02-19 20:26:18 +01:00
navigation ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
preferences Ember.empty has been renamed to Ember.isEmpty 2014-12-17 09:31:40 -05:00
about.js.es6 FEATURE: new site setting contact_url 2015-02-23 23:09:13 +05:30
application.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
avatar-selector.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
bulk-notification-level.js.es6 Remove duplicated NotificationType globals 2015-02-27 10:33:39 -05:00
change-owner.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
composer-messages.js.es6 some ES6 refactoring 2015-02-26 11:07:21 +01:00
composer.js.es6 FIX: Don't show similar topics with no results 2015-02-27 15:43:18 -05:00
controller.js.es6 Replace CurrentUserMixin with an injected currentUser 2015-02-27 10:33:39 -05:00
create-account.js.es6 FEATURE: don't allow username and email to be the same 2015-02-27 13:47:43 -05:00
discovery-sortable.js.es6 Add support for max_posts query param. Also make it easier to let 2014-08-14 11:51:45 -04:00
discovery.js.es6 Removed a bunch of Discourse.Site globals 2015-02-23 12:36:04 -05:00
edit-category.js.es6 UX: Change category badge style to use stripes 2015-01-20 14:56:06 -05:00
edit-topic-auto-close.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
exception.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
flag-action-type.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
flag.js.es6 Removed a bunch of Discourse.Site globals 2015-02-23 12:36:04 -05:00
forgot-password.js.es6 ramp it down to 1 second, already handled on server so it will hold you back 2014-12-05 09:58:50 +11:00
group.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
header.js.es6 Allow plugins to change the header to show two rows 2015-02-19 14:56:45 -05:00
history.js.es6 More refactoring to support extensibility of history 2015-01-28 13:37:06 -05:00
invite-private.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
invite.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
keyboard-shortcuts-help.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
login.js.es6 UX: improve message when admin login is blocked because of admin ip address whitelisting 2015-03-02 12:13:22 -05:00
merge-topic.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
modal.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
not-activated.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
notification.js.es6 Removed a bunch of Discourse.Site globals 2015-02-23 12:36:04 -05:00
notifications.js.es6 Replace CurrentUserMixin with an injected currentUser 2015-02-27 10:33:39 -05:00
object.js.es6 Replace CurrentUserMixin with an injected currentUser 2015-02-27 10:33:39 -05:00
preferences.js.es6 Minor code optimization 2015-01-27 22:51:57 +05:30
quote-button.js.es6 FIX: JSHint wasn't validating ES6 files, this fixes a bunch of errors. 2015-02-10 17:21:16 -05:00
raw-email.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
search-help.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
search.js.es6 FEATURE: search private messages option 2014-12-04 13:50:36 +11:00
share.js.es6 Let's remove the Singleton usage of SiteSettings from Sharing 2015-02-12 13:51:19 -05:00
site-map-category.js.es6 Replace CurrentUserMixin with an injected currentUser 2015-02-27 10:33:39 -05:00
site-map.js.es6 Replace CurrentUserMixin with an injected currentUser 2015-02-27 10:33:39 -05:00
split-topic.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
static.js.es6 Miscellaneous fixes from PR#3000 2015-01-29 13:56:32 -08:00
topic-admin-menu.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
topic-bulk-actions.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
topic-entrance.js.es6 TRIVIAL: add line break before time for post navigator 2014-08-30 16:14:00 +05:30
topic-list-item.js.es6 FIX: JSHint wasn't validating ES6 files, this fixes a bunch of errors. 2015-02-10 17:21:16 -05:00
topic-progress.js.es6 FIX: Jump to post was not respecting gaps 2015-01-12 18:10:30 -05:00
topic.js.es6 Removed a bunch of Discourse.Site globals 2015-02-23 12:36:04 -05:00
upload-selector.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
user-activity.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
user-badges.js.es6 FIX: sane badge ordering on user page 2014-12-22 14:30:37 +11:00
user-card.js.es6 PERF: don't run stats query in user card 2015-02-24 13:31:23 +11:00
user-dropdown.js.es6 Replace CurrentUserMixin with an injected currentUser 2015-02-27 10:33:39 -05:00
user-invited.js.es6 FIX: Better protection for invites scrolling 2014-12-02 17:03:12 -05:00
user-notifications.js.es6 UX: improved our footer handling 2014-11-19 20:37:43 +01:00
user-posts.js.es6 FIX: JSHint wasn't validating ES6 files, this fixes a bunch of errors. 2015-02-10 17:21:16 -05:00
user-topics-list.js.es6 Replace CurrentUserMixin with an injected currentUser 2015-02-27 10:33:39 -05:00
user.js.es6 UX: add confirmation dialog for user archive export 2015-02-15 22:13:28 +05:30