Guo Xiang Tan
|
c260a4e34d
|
FIX: Can't add categories when creating a new web hook.
|
2017-01-09 11:22:35 +08:00 |
|
Arpit Jalan
|
6d26e348b6
|
FIX: 'add permalink' feature was broken
|
2017-01-05 18:50:17 +05:30 |
|
Claas Augner
|
2c723f8323
|
FIX: Add emoji-custom class in custom emojis list.
|
2017-01-04 23:54:03 +01:00 |
|
Claas Augner
|
e17bd6174c
|
Extract helper i18n-yes-no.
|
2016-12-28 11:45:41 +01:00 |
|
Claas Augner
|
8760f13c77
|
FIX: Translate all boolean values in user index
|
2016-12-27 11:16:30 +01:00 |
|
Robin Ward
|
16b236899c
|
FIX: custom-html tag had broken information
|
2016-12-20 11:49:30 -05:00 |
|
Régis Hanol
|
c302ffe08f
|
FIX: buttons in user admin page weren't working
|
2016-12-20 12:26:53 +01:00 |
|
Régis Hanol
|
3c3008fec3
|
FIX: clicking 'Show Email' on admin page wasn't working
|
2016-12-20 11:35:13 +01:00 |
|
Robin Ward
|
e03d5e2140
|
Reapply Ember 2.10 for good this time!
This reverts commit ddd299f4aa .
|
2016-12-19 11:19:10 -05:00 |
|
Robin Ward
|
ddd299f4aa
|
Revert "Revert "Revert Ember 2.10+ for a short while""
This reverts commit 76bbc481cb .
|
2016-12-16 10:29:30 -05:00 |
|
Robin Ward
|
76bbc481cb
|
Revert "Revert Ember 2.10+ for a short while"
This reverts commit 21682fd60b .
|
2016-12-16 09:52:29 -05:00 |
|
Robin Ward
|
21682fd60b
|
Revert Ember 2.10+ for a short while
|
2016-12-15 16:43:38 -05:00 |
|
Robin Ward
|
28699e66d8
|
Revert "REVERT: Ember 2.10 -- it's not building properly"
This reverts commit 600541c623 .
|
2016-12-15 10:28:15 -05:00 |
|
Guo Xiang Tan
|
43ee9f884e
|
FEATURE: Add Group#full_name .
|
2016-12-13 16:16:26 +08:00 |
|
Guo Xiang Tan
|
7bfabb029b
|
UX: Move editing group from into an individual tab.
|
2016-12-13 15:15:20 +08:00 |
|
Robin Ward
|
600541c623
|
REVERT: Ember 2.10 -- it's not building properly
|
2016-12-12 16:19:05 -05:00 |
|
Robin Ward
|
9a7998a930
|
Various fixes for Ember 2.10
|
2016-12-12 14:44:29 -05:00 |
|
Robin Ward
|
2efe4900cf
|
Plugin Outlets need their arguments to be explicit
|
2016-12-12 14:44:29 -05:00 |
|
Guo Xiang Tan
|
da7009a968
|
FEATURE: Add request membership button for allowed groups.
|
2016-12-12 22:48:08 +08:00 |
|
Guo Xiang Tan
|
b5cc5a6fb1
|
Unify group translations under same key.
|
2016-12-12 17:00:30 +08:00 |
|
Guo Xiang Tan
|
adb7fcb6b3
|
FEATURE: Add bio to group page.
|
2016-12-05 16:58:04 +08:00 |
|
Guo Xiang Tan
|
31acd311e5
|
FEATURE: Allow group owners to edit group name and avatar flair.
|
2016-12-05 14:27:46 +08:00 |
|
Robin Ward
|
69ff0e48b4
|
Remove SortedMixin
|
2016-12-01 11:33:33 -05:00 |
|
Guo Xiang Tan
|
e97efe3ac6
|
Fix incorrect class and removal unncessary div .
|
2016-11-29 15:31:03 +08:00 |
|
Guo Xiang Tan
|
943e605add
|
REFACTOR: Project's convention is to use dash for classes.
|
2016-11-29 15:22:24 +08:00 |
|
Robin Ward
|
d9cf9e2fb1
|
FIX: ace editor was buggy in the latest Ember release
|
2016-11-28 11:29:56 -05:00 |
|
Neil Lalonde
|
6c38053c32
|
preview digest renders nicely in an iframe
|
2016-11-24 15:38:22 -05:00 |
|
Robin Ward
|
bb0ab289b9
|
Migrate deprecated Ember.ListView to regular components.
This is slower for scrolling but it actually feels reasonably fast to
me? If we find it's a problem we can revisit once Ember 2.4 is fully in
place.
|
2016-11-24 12:59:20 -05:00 |
|
Neil Lalonde
|
47aa3d94aa
|
FEATURE: send digest preview to an email address
|
2016-11-23 17:51:57 -05:00 |
|
Robin Ward
|
6431b03d66
|
Remove the last of the admin view classes
|
2016-11-16 16:41:15 -05:00 |
|
Robin Ward
|
aa86e5f206
|
Remove admin modal views
|
2016-11-15 17:18:36 -05:00 |
|
Robin Ward
|
a9ed15e11a
|
FIX: Remove more of those pesky View classes
|
2016-11-11 17:03:15 -05:00 |
|
Robin Ward
|
a94f06ff78
|
Remove the ScrollTop Mixin
|
2016-11-10 15:25:04 -05:00 |
|
Robin Ward
|
985b855a5b
|
FIX: Later versions of ember require dashes in template names
|
2016-11-09 14:50:34 -05:00 |
|
Robin Ward
|
875703a750
|
A couple of small but important fixes for later Ember releases
|
2016-11-09 11:46:27 -05:00 |
|
Robin Ward
|
bf91532260
|
Fixes some Ember Deprecations for 1.13:
- Remove ArrayController
- Remove {{view}} from templates
- Replace many cases of needs: [‘controller’] with inject
- Enable Ember Legacy Views
|
2016-10-21 11:06:07 -04:00 |
|
Guo Xiang Tan
|
547750e9dd
|
Unify API keys and web hooks into a single admin nav header.
|
2016-09-20 05:22:03 +08:00 |
|
Erick Guan
|
48fb0558d8
|
UX: Add headers for webhook events
|
2016-09-19 12:07:55 +08:00 |
|
Erick Guan
|
00d5facf36
|
FEATURE: prompts new webhook events
|
2016-09-19 12:07:17 +08:00 |
|
Neil Lalonde
|
b9801d2e26
|
UX: add text near group flair settings explaining that flair only shows for a user's primary group
|
2016-09-15 17:39:47 -04:00 |
|
Matt Palmer
|
51854e56ac
|
Don't hide e-mail in settings behind email-in plugins
|
2016-09-06 14:23:43 +10:00 |
|
Erick Guan
|
9ce61b4586
|
FEATURE: Webhooks.
|
2016-09-05 18:44:00 +08:00 |
|
Neil Lalonde
|
2251104e32
|
FEATURE: avatar flair can be font awesome icons
|
2016-08-26 17:15:37 -04:00 |
|
Robin Ward
|
c3a3aff120
|
FEATURE: Support for a whitelist for embeddable host paths
|
2016-08-23 14:56:12 -04:00 |
|
Robin Ward
|
884bdf7240
|
FEATURE: Ability to scrub titles when importing embeddable content
|
2016-08-22 12:43:02 -04:00 |
|
Neil Lalonde
|
36f0bd36f4
|
remove hard-coded avatar url
|
2016-08-17 16:57:31 -04:00 |
|
Neil Lalonde
|
d079f69b7b
|
FEATURE: add flair to avatars using new settings in the groups admin UI
|
2016-08-17 15:13:15 -04:00 |
|
safaalfulaij
|
291c32aa69
|
Fix Plural Strings
|
2016-08-10 20:24:28 +03:00 |
|
Robin Ward
|
3d62e5dd98
|
SECURITY: XSS issue on Admin users list
|
2016-08-05 12:01:16 -04:00 |
|
Robin Ward
|
331135a88e
|
Deuglify the admin dashboard loading state. Also clean up the code
|
2016-08-03 15:36:41 -04:00 |
|