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/controllers
2014-11-13 16:30:58 -05:00
..
badges ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
discovery Merge pull request #2908 from cpradio/pr-dismiss-posts-topics-on-category 2014-10-31 11:34:53 +11:00
group ES6: More controllers 2014-05-08 11:35:34 -04:00
navigation ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
preferences FEATURE: Allow users to select a badge with an image to appear on their 2014-10-20 16:35:38 -04:00
application.js.es6 Using Discourse.XYZ in templates is deprecated. This fixes that, plus 2014-09-05 13:09:01 -04:00
avatar-selector.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
bulk-notification-level.js.es6 ES6: Most controllers converted over now. 2014-05-27 10:51:03 -04:00
change-owner.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
composer-messages.js.es6 Remove deprecated Ember.Set 2014-09-04 15:01:12 -04:00
composer.js.es6 FIX: hitting edit while replying does nothing 2014-10-06 10:51:02 +11:00
controller.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
create-account.js.es6 name field: remove failure for blank name, and don't say your name looks good when you haven't entered anything 2014-10-29 16:10:21 -04: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 UX: Don't delay spinner on topic lists or clicking home 2014-11-11 14:58:00 -05:00
edit-category.js.es6 Rename /category/xyz paths to /c/xyz -- @SamSaffron did most of the 2014-10-16 12:15:31 -04:00
edit-topic-auto-close.js.es6 FEATURE: auto-close topics based on last post 2014-10-10 18:21:44 +02:00
exception.js.es6 Fix "Server Error: [missing {{code}} value]" page 2014-08-25 17:20:48 -07:00
flag-action-type.js.es6 UX: add the word it's before standard spam names to form a complete sentence 2014-11-05 22:46:07 +01:00
flag.js.es6 FIX: Don't show wrong flag choices after undo 2014-09-02 17:37:54 -04:00
forgot-password.js.es6 FEATURE: inform users if forgot password works or not 2014-09-11 12:04:44 +10:00
group.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
header.js.es6 FIX: When uncategorized badge is not suppressed, the header formatting 2014-10-23 12:07:56 -04:00
history.js.es6 UX: show the hide revision button on mobile 2014-10-28 16:58:35 -07:00
invite-private.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
invite.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
keyboard-shortcuts-help.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
login.js.es6 Replaced many global Discourse.SiteSetting calls in templates with 2014-09-11 16:46:34 -04:00
merge-topic.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
modal.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
not-activated.js.es6 FIX: allow retry activation of account by username or password 2014-09-25 17:42:48 +10:00
notification.js.es6 More deprecations to allow us to work on future versions of Ember 2014-10-07 16:04:19 -04:00
notifications.js.es6 FIX: Don't link to notifications without URLs 2014-08-06 15:24:20 -04:00
object.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
preferences.js.es6 Adds support for a description to user fields. 2014-10-02 15:56:52 -04:00
quote-button.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
raw-email.js.es6 user proper naming conversation 2014-10-24 21:23:11 +05:30
search-help.js.es6 Hide google search when the instance is private 2014-10-20 16:50:42 +05:30
search.js.es6 Remove broken debouncePromise and clean up some deprecations 2014-09-23 16:16:44 -04:00
share.js.es6 Migrated more helpers to ES6 preferred format 2014-09-11 13:32:57 -04:00
site-map-category.js.es6 TWEAK: Sum new and unread in the site map category list 2014-08-05 16:01:49 -04:00
site-map.js.es6 REFACTOR: Don't use Discourse.Capabilities, instead use injection. 2014-08-06 18:28:02 -04:00
split-topic.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
static.js.es6 ES6: Remove dynamically generated static routes. They were causing lots 2014-07-29 14:24:16 -04:00
topic-admin-menu.js.es6 UX: add topic admin button to the bottom of the topic 2014-10-06 20:19:07 +02:00
topic-bulk-actions.js.es6 FEATURE: Add Archive Topics to Bulk actions 2014-09-22 14:56:48 -04: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 Don't show new topic indicator on New tab 2014-09-09 01:02:16 +05:30
topic-progress.js.es6 Use progress bar indices in jump control, too 2014-08-14 17:52:21 -07:00
topic.js.es6 Unify loading-spinner helper, add conditional support via component 2014-11-12 15:11:20 -05:00
upload-selector.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
user-activity.js.es6 ES6: User activity views 2014-07-16 13:19:47 -04:00
user-badges.js.es6 Fix badge type ordering 2014-08-25 12:48:31 -07:00
user-card.js.es6 UX: Focus on the user card when it's rendered 2014-11-10 11:31:28 -05:00
user-dropdown.js.es6 Make bookmarks menu appear all the time 2014-06-23 10:21:33 +05:30
user-invited.js.es6 Feature: resend invites 2014-10-07 01:43:17 +05:30
user-notifications.js.es6 UX: better footer handling 2014-11-10 21:51:55 +01:00
user-topics-list.js.es6 ES6: Mega update of controllers 2014-08-13 10:22:47 -04:00
user.js.es6 FIX: Inconsistent loading of user profiel page (expanded/unexpanded top 2014-11-13 16:30:58 -05:00