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
Robin Ward 6b04967e2f FEATURE: Staff members can lock posts
Locking a post prevents it from being edited. This is useful if the user
has posted something which has been edited out, and the staff members don't
want them to be able to edit it back in again.
2018-01-26 14:01:30 -05:00
..
badges FIX: badge selector showing up for anon 2017-10-30 16:21:31 +11:00
discovery Move topic list extensibility to topic-list component 2017-10-12 12:03:22 -04:00
navigation Make eslint happy. 2017-11-02 08:06:45 +08:00
preferences Extensibility points for user/preferences 2018-01-02 15:46:32 -05:00
about.js.es6 Fixes some deprecations 2015-05-11 11:18:37 -04:00
account-created-edit-email.js.es6 FEATURE: Allow users to resend/update email from confirmation page 2017-05-03 11:18:01 -04:00
account-created-index.js.es6 FEATURE: Allow users to resend/update email from confirmation page 2017-05-03 11:18:01 -04:00
activation-edit.js.es6 FEATURE: Allow users to resend/update email from confirmation page 2017-05-03 11:18:01 -04:00
application.js.es6 REFACTOR: DRY up New Topic button code 2017-08-01 15:04:07 -04:00
avatar-selector.js.es6 FIX: Refreshing Gravatar didn't work 2017-12-20 20:49:58 +01:00
basic-modal-body.js.es6 FEATURE: Let users update their emails before confirming 2017-04-05 16:44:49 -04:00
bulk-notification-level.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
change-owner.js.es6 FEATURE: Added 'select +below' and 'select +all replies' options to selecting posts 2017-12-13 22:12:06 +01:00
change-timestamp.js.es6 FIX: TopicTimestampChanger should not allow timestamps in the future. 2017-05-22 16:03:49 +08:00
composer.js.es6 FIX: Canceling upload on mobile did not work 2018-01-02 11:26:23 +01:00
create-account.js.es6 FEATURE: add required user fields to invite accept form 2017-06-12 20:43:07 +05:30
discovery-sortable.js.es6 FEATURE: add bumped_before query param for topic list 2017-03-02 15:11:50 -05:00
discovery.js.es6 Fix more deprecations: 2016-10-21 17:28:37 -04:00
edit-category.js.es6 REFACTOR: Remove many Discourse.Category.list() calls 2017-11-01 15:25:35 -04:00
edit-topic-timer.js.es6 UX: Allow users to remove a remind me topic timer. 2017-10-05 11:50:08 +08:00
exception.js.es6 UX: Use the same 404 page for the unknown route and exception handler 2017-12-06 15:20:24 -05:00
feature-topic.js.es6 Fix more deprecations: 2016-10-21 17:28:37 -04:00
flag.js.es6 FEATURE: Show a button to Staff for "Moderation History" on posts/topics 2017-12-05 15:20:20 -05:00
forgot-password.js.es6 optimize 'hide help button' code 2017-06-19 22:20:09 +05:30
full-page-search.js.es6 FEATURE: show create new topic link on mobile 2018-01-11 10:38:52 +05:30
grant-badge.js.es6 FEATURE: grant badges in post admin wrench (#5498) 2018-01-22 14:10:53 +11:00
group-activity-posts.js.es6 FIX: Missing footer on groups pages 2018-01-23 16:20:53 -05:00
group-activity.js.es6 FEATURE: Support filtering of groups page by category if in url 2017-10-31 17:50:06 -04:00
group-edit.js.es6 UX: Move editing group from into an individual tab. 2016-12-13 15:15:20 +08:00
group-index.js.es6 UX: Show spinning icon while group members load. 2017-01-03 14:58:14 +08:00
group-logs.js.es6 FEATURE: Group logs. 2016-12-12 17:29:54 +08:00
group.js.es6 REFACTOR: Groups navigation to a component 2017-11-01 12:43:20 -04:00
groups.js.es6 FIX: Missing action to show login modal on group page. 2017-01-06 11:40:32 +08:00
header.js.es6 Migrate this.container to getOwner(this) 2016-11-07 15:21:31 -05:00
history.js.es6 UX: Show edit button on post revision modal as long as user can edit. 2017-01-27 10:49:17 +08:00
invite.js.es6 Remove stray debugger. 2017-07-25 22:51:47 +09:00
invites-show.js.es6 FIX: user fields in invite signups were broken 2017-10-04 23:04:24 +02:00
jump-to-post.js.es6 UX: Show post count in jump to post modal 2016-12-22 12:34:42 -05:00
keyboard-shortcuts-help.js.es6 Fix more deprecations: 2016-10-21 17:28:37 -04:00
login.js.es6 FIX: redirect to original URL after social login 2018-01-26 18:52:27 +01:00
merge-topic.js.es6 FEATURE: Added 'select +below' and 'select +all replies' options to selecting posts 2017-12-13 22:12:06 +01:00
modal.js.es6 Remove ObjectController, Discouse Controllers + Presence 2015-08-13 10:49:08 -04:00
not-activated.js.es6 FEATURE: Allow users to resend/update email from confirmation page 2017-05-03 11:18:01 -04:00
password-reset.js.es6 FIX: change password form validation should instruct admins to use min password length for admin accounts 2017-11-07 16:14:56 -05:00
post-enqueued.js.es6 Support for custom reasons for things being queued for approval 2015-04-28 15:06:47 -04:00
preferences.js.es6 FEATURE: rebuild user preferences page to use tabs 2017-05-02 16:52:18 -04:00
raw-email.js.es6 UX: display text & html parts alongside raw email in incoming email modal 2017-03-08 23:15:42 +01:00
rename-tag.js.es6 Use db schema for tags instead of plugin store and custom fields 2016-05-26 14:29:48 -04:00
reorder-categories.js.es6 Remove SortedMixin 2016-12-01 11:33:33 -05:00
request-group-membership-form.js.es6 FIX: Linting and broken test 2017-09-25 13:11:41 -04:00
search-help.js.es6 Fix more deprecations: 2016-10-21 17:28:37 -04:00
split-topic.js.es6 FEATURE: Added 'select +below' and 'select +all replies' options to selecting posts 2017-12-13 22:12:06 +01:00
static.js.es6 Convert front end paths from /users/ to /u/ 2017-03-30 10:23:24 -04:00
tag-groups-show.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
tag-groups.js.es6 FIX: error when trying to create new tag groups 2016-12-28 12:42:51 -05:00
tags-index.js.es6 FEATURE: add setting to display tags by tag groups 2018-01-12 11:03:02 -05:00
tags-show.js.es6 FIX: when deleting a tag, the warning modal has the wrong topic count 2018-01-12 16:35:27 -05:00
topic-bulk-actions.js.es6 FIX: This class is no longer required and leaves the state as hidden 2017-11-15 17:35:24 -05:00
topic-unsubscribe.js.es6 ObjectController is deprecated 2015-08-12 23:07:58 +02:00
topic.js.es6 FEATURE: Staff members can lock posts 2018-01-26 14:01:30 -05:00
upload-selector.js.es6 Migration upload-selector to component 2016-11-15 14:10:34 -05:00
user-activity.js.es6 Small code tidy up for user/activity menu 2017-11-16 11:49:14 -05:00
user-badges.js.es6 Fixes some Ember Deprecations for 1.13: 2016-10-21 11:06:07 -04:00
user-card.js.es6 Migrate user card to use components 2016-11-17 15:40:04 -05:00
user-invited-show.js.es6 FEATURE: optimize invite js code 2017-07-01 19:11:39 +05:30
user-notifications.js.es6 FIX: Dismiss all button was not updating the UI 2017-05-09 13:46:26 -04:00
user-posts.js.es6 Fix more deprecations: 2016-10-21 17:28:37 -04:00
user-private-messages.js.es6 Fix more deprecations: 2016-10-21 17:28:37 -04:00
user-summary.js.es6 FEATURE: show read time in last 60 days 2017-11-16 15:46:51 -05:00
user-topics-list.js.es6 Fix more deprecations: 2016-10-21 17:28:37 -04:00
user.js.es6 UX: don't shown the 'staff-counters' div when there's no counter 2017-12-16 13:16:23 +01:00
users.js.es6 Fix more deprecations: 2016-10-21 17:28:37 -04:00