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
Robin Ward 6048c9e100 Let's switch back to using post numbers rather than last for links to
the last post. We'll keep support for the old format, but start linking
directly to the last post.
2014-06-06 10:14:43 -04:00
..
action_summary.js Add a way to flag a topic 2014-02-12 12:57:55 -05:00
archetype.js Convert Discourse.Site and Discourse.ScreenTrack to use Discourse.Singleton 2013-08-08 12:49:58 -04:00
badge.js Admin badge creation bug fixes. 2014-05-27 09:03:55 +05:30
category_list.js Remove trailing commas, add trailing semicolons 2014-03-18 18:21:10 -07:00
category.js FIX: Recursion with a computed property that was pointing to itself. 2014-06-04 16:33:22 -04:00
composer_message.js FIX: JSHint errors 2013-09-13 12:29:57 -04:00
composer.js Return the current user's custom fields 2014-06-05 16:16:45 -04:00
draft.js staff can always upload a file 2013-09-07 10:49:11 +02:00
group.js FEATURE: admins can invite users to groups via the web UI 2014-05-09 18:22:36 +10:00
input_validation.js Some javascript refactoring: Move markdown functions into their own classs, remove extraneous window. calls. 2013-03-05 14:53:55 -05:00
invite.js Bump hashes on various files 2014-05-15 15:52:09 +10:00
login_method.js Add Google Oauth2 authenticator. The current Google OpenID authentication has been deprecated by Google and will NOT work for any new websites. 2014-05-21 18:35:10 -04:00
model.js refactors Discourse.Model to bind context to self plus some minor clean-ups 2013-10-09 18:00:55 +02:00
nav_item.js REFACTOR: Fixes poor class hierarchy for listing topics 2014-01-18 19:26:24 +01:00
permission_type.js work in progress, add fidelity to category group permissions (full, create posts, readonly) 2013-07-16 15:46:11 +10:00
post_action_type.js Shows who deleted a post 2013-07-10 16:22:49 -04:00
post_stream.js FEATURE: live delete / recover 2014-06-04 14:10:54 +10:00
post.js BUGFIXES: properly deal with bookmarks and deleted posts 2014-06-04 17:41:11 +02:00
selectable_array.js Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
session.js Add Discourse.Singleton class mixin for creating singletons. 2013-08-08 12:00:58 -04:00
share_link.js Make Discourse.ShareLink easy for plugins 2014-03-13 23:38:57 -07:00
site.js Add a way to flag a topic 2014-02-12 12:57:55 -05:00
static_page.js Support for linking to static pages with hash URLs like #section. Also 2014-04-29 18:01:13 -04:00
top_list.js Use query params for sortable table headings 2014-04-17 10:52:57 -04:00
topic_details.js BUGFIX: some protection for missing "notification" translations 2014-06-02 13:52:22 +10:00
topic_list.js FEATURE: add the first 3 participants in a private message 2014-05-12 09:32:49 +02:00
topic_tracking_state.js BUGFIX: not notifying unread and new counts correctly 2014-06-06 15:17:02 +10:00
topic.js Let's switch back to using post numbers rather than last for links to 2014-06-06 10:14:43 -04:00
trust_level.js Show number before trust level. Also use less memory for trust levels. 2013-07-12 16:18:32 -04:00
user_action_group.js Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline 2013-02-25 17:16:57 -05:00
user_action_stat.js Each user activity filter has its own URL now. 2013-07-17 15:42:31 -04:00
user_action.js Work in progress, keeping avatars locally 2014-05-27 10:08:03 +10:00
user_badge.js Multiple grant badges. 2014-05-21 12:54:55 +05:30
user_stream.js FEATURE: remove bookmark button in activity feed 2014-05-12 09:33:26 +02:00
user.js BUGFIX: avatar in history dialog 2014-06-04 18:35:14 +02:00