Commit Graph

12111 Commits

Author SHA1 Message Date
ea269ccfb2 rename purge_inactive to purge_unactivated 2014-12-02 21:36:25 -08:00
44c1a895b5 move two user related "other" settings to "user" 2014-12-02 21:25:48 -08:00
Sam
a8ff5fe97c Merge pull request #3002 from jmay/group-membership-api
use limit & offset for pagination of group members
2014-12-03 11:11:10 +11:00
2ad0aeea2f Merge pull request #3015 from awesomerobot/master
a few very minor visual tweaks
2014-12-02 15:16:14 -08:00
ea37946d00 a few very minor visual tweaks 2014-12-02 17:10:14 -05:00
c90668ae53 FIX: Better protection for invites scrolling 2014-12-02 17:03:12 -05:00
008337b018 FIX: Selecting one user in admin would select them all 2014-12-02 15:30:57 -05:00
67c4c90159 FIX: Clicking avatars broke for non-admins 2014-12-02 15:24:05 -05:00
461196f089 FEATURE: 'delete user' button in the user card in the admin section 2014-12-02 18:52:56 +01:00
99928cac26 FEATURE: use actual time in preference > email notifications' instruction 2014-12-02 18:15:32 +01:00
87667cfe17 FIX: Editing a category definition topic was clearing its permissions 2014-12-02 11:46:21 -05:00
1210486623 FIX: editing the 1st post of a private message wasn't working 2014-12-02 16:04:45 +01:00
45820e9c4c Merge pull request #3014 from techAPJ/patch-3
FIX: exportUsers action was deleted, so user export was failing
2014-12-02 11:39:51 +01:00
2ead3fca69 FIX: exportUsers action was deleted, so user export was failing 2014-12-02 16:05:43 +05:30
3fcde72656 bit shorter max width on mobile categories 2014-12-02 00:41:51 -08:00
0503599de7 suppress long category names on mobile 2014-12-02 00:19:42 -08:00
e3bcd848b3 minor copyedit 2014-12-01 17:24:51 -08:00
f226e4efc0 FIX: don't error out when updating a topic with no changes 2014-12-02 02:16:30 +01:00
9bdac79ba6 Make suspect report use <= 1 instead of = 0 2014-12-01 17:15:07 -05:00
b547be44b2 Better error message output 2014-12-01 14:53:37 -05:00
6d0b6b0642 Merge pull request #2974 from longhotsummer/patch-1
Traverse symlinks to plugins in dev mode when compiling stylesheets
2014-12-01 15:13:22 +01:00
e2fb5310d8 Traverse symlinks to plugins in dev mode when compiling stylesheets
When developing plugins it's useful to symlink the to the plugin directory from the discourse directory, since that means the two are separate git repos.

However, Dir.glob doesn't by default traverse symlinks. This change means that the SASS compilation caching detects when any of a plugin's files have changed.
2014-12-01 15:59:21 +02:00
64b06b360a Merge pull request #3008 from oblakeerickson/log_out_return_success
Have log_out method return json
2014-12-01 14:26:06 +01:00
bdc92eec70 Have log_out method return json.
This commit helps improve the discourse_api experience so that we can
check the json response if it was a success or not. This commit also
checks that a 404 is sent instead of a 500 if a bad user_id is passed
in.
2014-12-01 06:03:25 -07:00
c00c5e1024 our previous mobile avatar tap fix was incorrect 2014-12-01 03:36:25 -08:00
a3a04e06b6 fix images in readme 2014-12-01 11:38:33 +01:00
a6074af711 Merge pull request #3010 from techAPJ/patch-1
FEATURE: switch to GitHub email_reply_parser library and parse plain tex...
2014-12-01 11:18:24 +01:00
5f445826c5 Merge pull request #3011 from chancancode/dont_use_route
Don't `use_route`
2014-12-01 11:16:01 +01:00
5352a7f53c Don't use_route
See https://github.com/rails/rails/pull/17453 and https://github.com/rails/rails/pull/17725
2014-11-30 21:25:54 -08:00
Sam
9defb6879b upgrade to rails master 2014-12-01 15:34:50 +11:00
529014d56e FEATURE: switch to GitHub email_reply_parser library and parse plain text email content 2014-12-01 09:00:35 +05:30
003d32babe decrease size of cat color stripe in digests a bit 2014-11-29 03:58:44 -08:00
cb9507d292 tighten up title line height in digest email 2014-11-28 11:45:03 -08:00
cb0e7a5724 For performance reasons, use delete_all when removing a user's email logs 2014-11-28 14:20:43 -05:00
37a3e956b6 UX: Link categories in digest emails 2014-11-28 13:44:40 -05:00
a85a3da167 move digest email featured post category underneath 2014-11-28 00:38:08 -08:00
781807191e Version bump to v1.2.0.beta3 v1.2.0.beta3 2014-11-27 16:48:08 -05:00
07211489f0 FIX: hide restricted profile info from TL0 users to anonymous in 'JS-off' page 2014-11-27 19:51:13 +01:00
65c106325c remove old & useless import script 2014-11-27 19:30:19 +01:00
5b90ceb71d FEATURE: rolls up 1.2.*.* IP ranges when number of entries > 10 2014-11-27 19:29:30 +01:00
062e954122 Merge pull request #3007 from techAPJ/update-translations
Update Translations
2014-11-27 12:00:53 -05:00
cd8ab37507 Update Translations 2014-11-27 20:28:52 +05:30
31b769d4fa remove unneeded mobile footer left margin 2014-11-27 03:35:05 -08:00
4589f28676 remove unwanted global text input font sizing 2014-11-27 02:13:15 -08:00
c3a47aee70 use shorter Export button copy 2014-11-26 23:57:18 -08:00
Sam
013f1a6dd0 FEATURE: allow creating admin and moderator accounts via SSO 2014-11-27 12:39:00 +11:00
Sam
800ae5265f Add admin and moderator state to sso provider 2014-11-27 12:24:37 +11:00
f918d3e89b FEATURE: add Message-ID header to emails
when topic present for email of course
2014-11-26 16:36:02 -08:00
4e735e8aab FIX: roll up staff action wasn't working 2014-11-27 01:12:56 +01:00
Sam
3fd4fc679e a few missing spots 2014-11-27 11:02:54 +11:00