Sam
|
830ce05fe6
|
PERF: simplify and shrink the translation cache
FIX: leaking objects into the translation cache causing sidekiq to grow
|
2015-03-30 16:31:36 +11:00 |
|
Robin Ward
|
e3eaa7fa75
|
FIX: In long topics, filtering button was not always showing in card
|
2015-03-24 12:33:50 -04:00 |
|
Sam
|
92e371f0b3
|
FEATURE: civilized mute
Allow user to mute all notifications generated by specific users
|
2015-03-24 11:55:22 +11:00 |
|
Sam
|
1601211617
|
Revert "FEATURE: allow end users to opt out of getting any private messages"
This reverts commit 229ecc4f8a .
|
2015-03-23 17:21:58 +11:00 |
|
Sam
|
229ecc4f8a
|
FEATURE: allow end users to opt out of getting any private messages
|
2015-03-23 15:50:45 +11:00 |
|
Robin Ward
|
ae695d6438
|
UX: Show two lines per user on directory
|
2015-03-19 14:53:52 -04:00 |
|
Robin Ward
|
3d2d224312
|
FEATURE: User Directory, with sorting and time period filter
|
2015-03-18 15:20:34 -04:00 |
|
Régis Hanol
|
ad8bf65053
|
Merge pull request #3246 from riking/patch-2
Remove topic_auto_close_at from PostSerializer
|
2015-03-16 09:53:38 +01:00 |
|
Neil Lalonde
|
608647d02f
|
FEATURE: Anonymize User. A way to remove a user but keep their topics and posts.
|
2015-03-10 11:59:08 -04:00 |
|
riking
|
4cc22a55a0
|
Remove topic_auto_close at from PostSerializer
We should look at extracting some of the cruft from these repsonses.
|
2015-03-02 11:00:19 -08:00 |
|
Régis Hanol
|
05890436df
|
FIX: title missing from revisions dialog
|
2015-03-02 18:29:59 +01:00 |
|
Sam
|
96f240283b
|
Merge pull request #3241 from techAPJ/patch-1
UX: show user name and title on about page
|
2015-03-02 21:14:51 +11:00 |
|
Arpit Jalan
|
98f28e1830
|
UX: show user name and title on about page
|
2015-03-02 15:18:44 +05:30 |
|
Sam
|
f555bbb416
|
FEATURE: long descriptions for badges to help teach people
|
2015-02-27 17:19:18 +11:00 |
|
Sam
|
6a20d12772
|
don't fail serializing if title is missing
|
2015-02-27 13:22:52 +11:00 |
|
Sam
|
fe578f9944
|
FEATURE: Allow manual assignment of related post to badge
PERF: clean up performance of user badges admin when large number of badges exist
|
2015-02-25 12:53:01 +11:00 |
|
Sam
|
e9c5e17fbe
|
PERF: disable PM stats when explicitly omitting stats
|
2015-02-24 13:39:31 +11:00 |
|
Sam
|
130dbf7358
|
PERF: don't run stats query in user card
|
2015-02-24 13:31:23 +11:00 |
|
Robin Ward
|
8186d86f38
|
FIX: Enforce max length for custom user fields
|
2015-02-23 13:02:30 -05:00 |
|
Arpit Jalan
|
b04fae2e2c
|
UX: show real name on the about page
|
2015-02-23 22:14:51 +05:30 |
|
Robin Ward
|
d8c616a68a
|
Add a store so we can start using ES6 modules for models, finally.
|
2015-02-10 12:35:53 -05:00 |
|
Robin Ward
|
7dea65122e
|
Support a url field in plugin metadata
|
2015-02-06 18:08:57 -05:00 |
|
Robin Ward
|
3d7b534564
|
FEATURE: New "Plugins" admin section with extensibility support
|
2015-02-06 17:33:24 -05:00 |
|
Robin Ward
|
4e64d16a47
|
FEATURE: Allow plugins to log staff actions
|
2015-02-05 15:26:34 -05:00 |
|
Robin Ward
|
25daca8f23
|
Helpers for plugins to support enabling/disabling
|
2015-02-04 16:23:56 -05:00 |
|
Neil Lalonde
|
67b262b93e
|
Merge branch 'master' of github.com:discourse/discourse
|
2015-01-29 17:39:52 -05:00 |
|
Neil Lalonde
|
644c7a4675
|
FEATURE: Add an option to show custom user fields on profiles. Default is to not show them.
|
2015-01-29 17:38:39 -05:00 |
|
Sam
|
a6ce188f35
|
Merge pull request #3126 from riking/latest-posts
Latest posts endpoint at /posts.json
|
2015-01-30 08:55:45 +11:00 |
|
Robin Ward
|
52d04935be
|
Merge pull request #3145 from gdpelican/bugfix/like-toggle
Rerender actions on like/dislike
|
2015-01-29 10:32:11 -05:00 |
|
James Kiesel
|
3b2dcf12b5
|
Rerender actions on like/dislike
|
2015-01-29 23:27:05 +13:00 |
|
Robin Ward
|
053d3120f7
|
Updated incorrect comment
|
2015-01-28 13:38:40 -05:00 |
|
Robin Ward
|
8fc477ab07
|
More refactoring to support extensibility of history
|
2015-01-28 13:37:06 -05:00 |
|
Robin Ward
|
4a46d4ee35
|
Refactor and enable extensibility in PostRevisionSerializer
|
2015-01-28 13:37:06 -05:00 |
|
riking
|
1d24d8471e
|
FEATURE: Latest posts endpoint at /posts.json
|
2015-01-23 21:16:03 -08:00 |
|
Régis Hanol
|
f7f5e39f75
|
FIX: Minor Admin bug with a setting when creating a new group
|
2015-01-23 20:31:48 +01:00 |
|
Régis Hanol
|
256519dddf
|
FEATURE: automatic group membership based on email address
|
2015-01-23 18:25:43 +01:00 |
|
Arpit Jalan
|
62c1291548
|
FIX: user name and title were not showing on post creation
|
2015-01-22 02:28:04 +05:30 |
|
Régis Hanol
|
c681b353f2
|
FEATURE: bookmark topic button
|
2015-01-12 12:10:15 +01:00 |
|
Sam
|
3347a48275
|
FEATURE: add liked and bookmarked classes to topic list item rows
|
2015-01-08 14:35:56 +11:00 |
|
Sam
|
6785675150
|
clean up support for filter=liked and filter=bookmarked
|
2015-01-07 18:50:28 +11:00 |
|
Sam
|
ea87f5fd8a
|
FEATURE: support for filter=bookmarked and filter=liked in topic list
|
2015-01-07 18:20:10 +11:00 |
|
Sam
|
efc717c14a
|
FEATURE: remove star concept from Discourse
|
2015-01-07 13:43:27 +11:00 |
|
Robin Ward
|
4318d6a2bd
|
FIX: Deactivate check was removed from JSON by accident
|
2015-01-06 11:06:05 -05:00 |
|
Sam
|
d036d461dc
|
FEATURE: only expand globally pinned topics on front page
|
2015-01-06 07:44:52 +11:00 |
|
Régis Hanol
|
e20078a9dc
|
PERF: fix performance issue when displaying the user card for admins
|
2015-01-05 19:49:32 +01:00 |
|
Sam
|
222964b27b
|
add perf note
|
2015-01-05 17:54:38 +11:00 |
|
Sam
|
0396fd66f6
|
FEATURE: sorting by op likes shows the op likes count
|
2015-01-05 17:39:49 +11:00 |
|
Robin Ward
|
26129e95dc
|
Merge pull request #3051 from RauchF/api_absolute_days
Added absolute dates to user list serializer
|
2014-12-24 11:32:31 -05:00 |
|
Régis Hanol
|
45dbdb6896
|
FEATURE: custom emojis
|
2014-12-23 01:12:26 +01:00 |
|
Felix Rauch
|
a45024de6c
|
Added absolute dates to user list serializer
Added fields last_seen_at, last_emailed_at, and created_at to the admin user list serializer, to allow client applications to use those dates without having to parse the age string.
Referred to at: https://meta.discourse.org/t/api-returns-relative-times-instead-of-absolute-time-values
|
2014-12-20 10:24:16 +01:00 |
|