91c5f928c2
FIX: Group#mentionable
and Group#messageable
not fully working.
2017-10-02 16:50:58 +08:00
16b67745d8
FIX: store:main
error when running QUnit tests checking disabled plugins
2017-08-23 19:34:31 -04:00
a9613163b5
FEATURE: Force user to enter reason when requesting for group membership.
2017-08-09 15:45:28 +09:00
ec85b41078
UX: Move watched words to the Logs section of admin
2017-07-31 17:06:50 -04:00
4620dfe92d
FEATURE: Add group settngs to allow users to leave a group freely.
...
https://meta.discourse.org/t/split-join-leave-freely-setting-on-groups/65565
2017-07-28 15:00:25 +09:00
75374c76b3
UX: Display button to message group on group page.
...
https://meta.discourse.org/t/make-it-easier-to-send-a-message-to-groups/65065
2017-07-27 17:51:25 +09:00
24cb950432
FEATURE: Watched Words: when posts contain words, do one of flag, require approval, censor, or block
2017-07-26 11:01:09 -04:00
684b05f510
FIX: Strip zero-width characters from search terms.
2017-06-07 18:19:47 +09:00
0a8e16d049
UX: show short flag descriptions in the flag modal on mobile
2017-05-19 15:35:10 -04:00
14410b71fb
Convert server side paths to use /u/
2017-03-30 10:23:24 -04:00
45a257815a
Convert front end paths from /users/
to /u/
2017-03-30 10:23:24 -04:00
22f197c153
FEATURE: subcategory list style: boxes with featured topics
2017-03-16 11:54:45 -04:00
6d7e968e30
FEATURE: box-style rendering of sub-categories
2017-03-13 15:25:52 -04:00
e089515dab
FIX: Don't try to load avatars in test mode
2017-02-17 16:21:35 -05:00
432b08f296
remove personal email from fixtures
...
I'm writing acceptance tests against the user fixture in my plugin. It would be a good idea to use a generic email address as I'd like to respect eviltrout's privacy :)
2017-02-13 11:29:03 +11:00
c76f6856ea
FEATURE: reply as new message to the same recipients
2017-01-27 12:24:31 +08:00
389e1d0bd5
Add acceptance JS tests for group membership button.
2017-01-06 11:56:10 +08:00
a481bf048f
FIX: Incorrect membership action buttons shown for non logged in users.
2016-12-29 12:51:36 +08:00
4b940dc8bd
FEATURE: Add groups page.
2016-12-14 17:27:47 +08:00
eefd286f71
Fix JS tests.
2016-12-13 16:45:49 +08:00
8c7a0b7684
UX: Display group title if it exists.
2016-12-07 10:20:13 +08:00
31acd311e5
FEATURE: Allow group owners to edit group name and avatar flair.
2016-12-05 14:27:46 +08:00
0d4f71e90b
FIX: Display group avatar flair on user page.
2016-11-29 13:47:45 +08:00
3eae668e64
Set up pretender inside test file.
2016-10-24 12:17:17 +08:00
f083994f5a
FIX: exact group match always should be added
2016-10-24 12:43:38 +11:00
e064e6f7a3
FEATURE: new 'categories_and_latest' endpoint
2016-08-29 22:47:44 +02:00
efc6408b1d
FIX: Regression with escaping on badge page
2016-07-28 15:57:06 -04:00
2f8ab8cd30
SECURITY: XSS in "Account Suspended" Messages and Badge Descriptions
2016-07-28 11:38:12 -04:00
b8125b3512
REFACTOR: Remove Discourse.Ajax
2016-07-11 12:57:05 -04:00
f6c460c207
Add tests for groups pages, DRY html into a component
2016-04-11 13:17:34 -04:00
973f8a5254
FIX: plugin links.
...
Change from `https://meta.discourse.org/category/extensibility/plugin ` to `https://meta.discourse.org/c/plugin ` so that they actually work! Note that `/category/...` would continue to work (it just redirects to `/c/...`), but since the site itself appears to normalize to `/c/`, it makes sense for the links to follow the same pattern.
2016-03-16 11:42:39 -07:00
c1aea91d63
FEATURE: More digest email frequency options. Digests can be sent as often as every 30 minutes.
2016-03-02 15:43:47 -05:00
1e131a120c
Merge branch 'master' into vdom
2016-02-17 18:39:11 +11:00
8981ca41f0
correct acceptance test
2016-02-17 18:38:57 +11:00
d1e85bdd8b
FEATURE: Use virtual dom framework for faster post rendering
2016-02-11 11:00:40 -05:00
e03861da7e
change all emoji image tests to use ?v=1
2015-12-22 14:36:21 -08:00
6dd4bc7d57
FEATURE: support group owner, capable of controlling group membership
...
Group owners are regular users that can add or remove users to a group
The Admin UX allows admins to appoint group owners
The public group UX will display group owners first and unlock UI to
add and remove members
Group owners can only be appointed on non automatic groups
Group owners may not appoint another group owner
2015-11-10 00:56:57 +11:00
85da9c6ff8
Digital Ocean should be DigitalOcean https://www.digitalocean.com/legal/terms/
2015-10-30 13:31:48 -04:00
c5460b7d3f
FEATURE: Full height hamburger menu
...
- Rename `site-map` to `hamburger-menu`
- Includes acceptance tests
2015-08-25 16:48:43 -04:00
5e215a87c2
Add more acceptance tests for composer.
2015-08-14 00:49:13 +08:00
33b03c1503
FIX: Broken js tests
2015-07-28 17:23:24 -04:00
7518918b8f
FEATURE: add quarterly period to Top page
2015-07-28 12:31:42 -04:00
f647174c95
Add acceptance test for full page search
2015-07-15 11:17:04 -04:00
fcfcda099f
Component tests for like button
2015-07-14 14:46:46 -04:00
7ed309666b
Refactor search results to be components instead of views for reuse
2015-06-22 15:08:51 -04:00
0362c50698
Remove deprecations from edit-category and add skeleton acceptance test
2015-05-15 11:12:41 -04:00
8e395a94d4
FIX: Modal asking where to post was missing
2015-05-14 18:18:28 -04:00
ea51095ef9
Adds acceptance test for user preferences
2015-05-13 11:15:41 -04:00
0b65c88003
Upgrade Notifications to fix deprecations and use store
2015-05-11 11:20:45 -04:00
e912b698ac
FIX: Updating the category was not updating the UI
2015-04-16 13:56:27 -04:00