Arpit Jalan
|
bb152a5b3f
|
FEATURE: download user posts archive
|
2014-12-24 15:13:48 +05:30 |
|
Sam
|
9e4942eeeb
|
FIX: don't pop up "cancel" when returning to topic
|
2014-12-22 16:08:39 +11:00 |
|
Sam
|
a75b9db4a2
|
FIX: sane badge ordering on user page
|
2014-12-22 14:30:37 +11:00 |
|
Sam
|
27d43ad6c0
|
PERF: hold back rendering of suggested topics 1 run loop.
|
2014-12-22 13:18:19 +11:00 |
|
Robin Ward
|
61101736cb
|
Ember.empty has been renamed to Ember.isEmpty
|
2014-12-17 09:31:40 -05:00 |
|
Arpit Jalan
|
9f8e73303a
|
FIX: redirect client to the original url after logging in for private instances
|
2014-12-16 13:19:26 +05:30 |
|
Sam
|
32b52642ab
|
PERF: don't render composer until we need it
|
2014-12-11 16:21:39 +11:00 |
|
Sam
|
3547c20aa7
|
add toolbar to pick emoji family, bump up number to 60
|
2014-12-08 16:45:24 +11:00 |
|
Sam
|
23163422e6
|
correct positioning when emoji is added
|
2014-12-08 14:22:54 +11:00 |
|
Sam
|
357a12f78e
|
FEATURE: work-in-progress emoji selector toolbar item
|
2014-12-05 17:19:17 +11:00 |
|
Sam
|
bc772233a7
|
ramp it down to 1 second, already handled on server so it will hold you back
|
2014-12-05 09:58:50 +11:00 |
|
Sam
|
3faa220dbc
|
ramp down "Forgot password" disable down to 5 seconds.
|
2014-12-05 09:56:46 +11:00 |
|
Robin Ward
|
5492bbe11c
|
FIX: Couldn't click delete topic button due to missing action
|
2014-12-04 11:49:53 -05:00 |
|
Sam
|
8f4e8fe8f2
|
FIX: only show "new pm" in pm tab when looking at your own profile
|
2014-12-04 13:50:36 +11:00 |
|
Sam
|
4aa0d88c6c
|
FEATURE: search private messages option
|
2014-12-04 13:50:36 +11:00 |
|
Sam
|
665ff94ff7
|
Revert "FIX: Don't show undefined in the footer text."
This reverts commit 7bf669ccf3.
|
2014-12-04 09:33:21 +11:00 |
|
Sam
|
6175973fda
|
Revert "Patch Ember to fix https://github.com/emberjs/ember.js/issues/9805"
This reverts commit 393607d25c.
|
2014-12-04 09:32:02 +11:00 |
|
Robin Ward
|
393607d25c
|
Patch Ember to fix https://github.com/emberjs/ember.js/issues/9805
|
2014-12-03 16:41:27 -05:00 |
|
Robin Ward
|
7bf669ccf3
|
FIX: Don't show undefined in the footer text.
|
2014-12-03 12:30:42 -05:00 |
|
Régis Hanol
|
b4363de280
|
FIX: reload current page when deleting a user
|
2014-12-03 16:03:42 +01:00 |
|
Régis Hanol
|
f9f54e2626
|
refactor fix in 67c4c90159
|
2014-12-03 13:00:02 +01:00 |
|
Régis Hanol
|
8ab32396a7
|
Merge pull request #3009 from gdpelican/feature/new-private-message
New Private Message button for user topics
|
2014-12-03 12:17:45 +01:00 |
|
Robin Ward
|
c90668ae53
|
FIX: Better protection for invites scrolling
|
2014-12-02 17:03:12 -05:00 |
|
Robin Ward
|
67c4c90159
|
FIX: Clicking avatars broke for non-admins
|
2014-12-02 15:24:05 -05:00 |
|
Régis Hanol
|
461196f089
|
FEATURE: 'delete user' button in the user card in the admin section
|
2014-12-02 18:52:56 +01:00 |
|
James Kiesel
|
cc76087f59
|
Add new private message button on topics list
That'll teach me to wildly refactor things.
|
2014-12-02 00:53:49 +13:00 |
|
Robin Ward
|
220f2424b5
|
FIX: Load order issue / header category badge when not surpressed
|
2014-11-25 18:13:38 -05:00 |
|
Régis Hanol
|
0947191060
|
UX: improved our footer handling
- new "show-footer" mixins
- converted most of the routes to ES6
- FIX: handling of "indexStream" in user pages
There will now be a footer on all the following pages
- /exception
- /about
- /latest
- /new
- /unread
- /starred
- /top
- /categories
- /c/:category
- /c/:category/l/latest
- /c/:category/l/new
- /c/:category/l/unread
- /c/:category/l/top
- /t/:topic/:id
- /groups/:name/members
- /user/activity
- /user/activity/topics
- /user/activity/posts
- /user/activity/replies
- /user/activity/likes-given
- /user/activity/likes-received
- /user/activity/bookmarks
- /user/activity/starred
- /user/badges
- /user/notifications
- /user/flagged-posts
- /user/deleted-posts
- /user/private-messages
- /user/private-messages/mine
- /user/private-messages/unread
- /user/invited
- /user/:username/preferences
- /faq (static pages)
- /badges
- /badges/:id/:badge
|
2014-11-19 20:37:43 +01:00 |
|
Neil Lalonde
|
ebcf21585c
|
FEATURE: add a button for staff to delete a user on their profile page
|
2014-11-14 15:25:33 -05:00 |
|
Robin Ward
|
9cd3708b63
|
Instead of using a "discoveryLoading" action, return true so it can
bubble up itself.
|
2014-11-14 13:33:55 -05:00 |
|
Robin Ward
|
1d1978086c
|
FIX: Improve use of loading spinners on discovery routes
|
2014-11-14 12:28:20 -05:00 |
|
Robin Ward
|
3829add90b
|
Merge pull request #2963 from cpradio/pr-pin-unpin-topic-kb-shortcut
FEATURE: Added Pin/Unpin Keyboard Shortcut
|
2014-11-14 11:14:35 -05:00 |
|
Robin Ward
|
9520cc0613
|
FIX: Inconsistent loading of user profiel page (expanded/unexpanded top
area)
|
2014-11-13 16:30:58 -05:00 |
|
Robin Ward
|
03bc91f204
|
Unify loading-spinner helper, add conditional support via component
|
2014-11-12 15:11:20 -05:00 |
|
cpradio
|
61cc8ead44
|
FEATURE: Added Pin/Unpin Keyboard Shortcut
|
2014-11-12 09:36:24 -05:00 |
|
Robin Ward
|
dc4da6b013
|
UX: Don't delay spinner on topic lists or clicking home
|
2014-11-11 14:58:00 -05:00 |
|
Régis Hanol
|
ec76be964e
|
UX: better footer handling
|
2014-11-10 21:51:55 +01:00 |
|
Robin Ward
|
a6b1be81b1
|
Upgrade to Ember 1.7.1 + group patch
|
2014-11-10 14:49:02 -05:00 |
|
Robin Ward
|
9f127d8183
|
UX: Focus on the user card when it's rendered
|
2014-11-10 11:31:28 -05:00 |
|
Sam
|
9c81f2c6af
|
remove duplicate code
fix issue where clicking on
the same user in 2 locations on the page would not work correctly
centralize logic
|
2014-11-06 12:13:46 +11:00 |
|
Sam
|
7b484937d0
|
minor debouncing fixes for user card
|
2014-11-06 10:30:38 +11:00 |
|
Régis Hanol
|
3d94808c00
|
UX: add the word it's before standard spam names to form a complete sentence
|
2014-11-05 22:46:07 +01:00 |
|
Robin Ward
|
b328d47628
|
FIX: fa- check was incorrect on user card
|
2014-11-05 15:19:08 -05:00 |
|
Robin Ward
|
acfd99ebf2
|
FIX: Use proper HTML for spinner rather than handlebars
|
2014-11-05 12:04:35 -05:00 |
|
Robin Ward
|
ea0c6df839
|
FIX: Only look for fa- at the beginning of the field. Allows urls with
that combination in it. Thanks @riking
|
2014-11-05 11:52:22 -05:00 |
|
Kris Aubuchon
|
59e0c1b9cd
|
trying out a new css-only loading spinner
|
2014-11-05 10:08:20 -05:00 |
|
Robin Ward
|
6a424cf469
|
UX: Make the user card badge image larger. If present, make text have a
smaller width to accomodate the larger image.
|
2014-11-04 16:30:46 -05:00 |
|
Robin Ward
|
9161b8529f
|
Broken tests, let's try popping in/out now to see how that works.
|
2014-11-04 13:46:35 -05:00 |
|
Robin Ward
|
d4d282e919
|
UX: Let's try a fade in when the user card is shown
|
2014-11-04 13:26:33 -05:00 |
|
Sam
|
bd78fca121
|
Merge pull request #2908 from cpradio/pr-dismiss-posts-topics-on-category
FEATURE: Show dismiss posts/topics buttons on category filtered lists
|
2014-10-31 11:34:53 +11:00 |
|