115461b395
Update translation text.
2016-09-19 10:17:01 +08:00
c463cf63d4
FEATURE: Webhook for user creation and approval
2016-09-19 10:12:55 +08:00
fd9056973a
FEATURE: increase interval to 24 hours for "please refresh site"
...
Used to be 2 hours, which is a bit tight, especially for people who leave
computer running overnight.
Keep in mind we always refresh on route change, so clicking on a topic will
trigger a refresh
2016-09-19 10:12:27 +10:00
24401e71bf
FEATURE: add seen_notification_id to current user serializer
2016-09-18 14:30:32 +10:00
6162768a3b
Merge pull request #4444 from cpradio/fix-backup-validation
...
FIX: Backup validation wasn't escaping hyphens
2016-09-17 01:08:45 +02:00
2eddeab66b
Escape the hyphen
2016-09-16 19:07:46 -04:00
48e4f88b08
fix js test
2016-09-16 15:33:51 -04:00
0d2d8797b6
FIX: Backup validation wasn't escaping hyphens
2016-09-16 15:20:42 -04:00
28f857c530
FIX: primary group name class missing from poster name
2016-09-16 15:09:35 -04:00
960620d91b
FIX: Respect the acting_user
attribute on the PostValidator
2016-09-16 13:15:01 -04:00
64094954bc
FIX: Broken posting
2016-09-16 13:12:05 -04:00
0bf7519a8a
FIX: tar --list
against a .tar.gz
file takes too long.
...
This resulted in requests being blocked for an extended amount
of time when initializing the restorer.
2016-09-16 17:11:14 +08:00
a04dadf9b4
FIX: Randomly failing specs try 2.
2016-09-16 15:10:37 +08:00
903d1dd326
FIX: Randomly failing specs.
2016-09-16 14:56:59 +08:00
770c5ea378
Merge pull request #4441 from tgxworld/fix_restore_not_respecting_folder_on_multisite
...
FIX: Uploads being restored into the wrong directory for multisite.
2016-09-16 14:31:55 +08:00
451050c6c4
Merge pull request #4437 from fantasticfears/webhooks-event-name
...
FIX: show event name in webhook headers
2016-09-16 14:27:12 +08:00
68637f2164
FIX: Uploads being restored into the wrong directory for multisite.
2016-09-16 14:26:06 +08:00
75f3f7fcbd
FEATURE: clean API method for reading a single notification
2016-09-16 16:14:15 +10:00
0290619669
Merge pull request #4443 from tgxworld/security_escape_input
...
SECUIRTY: Escape input made to system calls.
2016-09-16 12:09:27 +08:00
512922d776
SECURITY: Add filename validation for backup uploads.
2016-09-16 11:58:14 +08:00
f63a797e39
SECUIRTY: Escape input made to system calls.
2016-09-16 11:58:14 +08:00
8f36290c05
FIX: No need to list all the files.
2016-09-16 11:57:35 +08:00
e6fcaadd45
FIX: redirects back to origin for SSO and omniauth login
2016-09-16 13:48:50 +10:00
2f8c14fef1
FEATURE: allow write user api keys by default
...
app needs to write data regarding notifications and set read status etc
default allow.
2016-09-16 12:27:53 +10:00
25a82e7d22
PERF: only publish notification state if we changed it
...
also publish seen_notification_id so we can tell what is new and what is old
cleanup controller so it correctly checks user
fix bug around clearing notification when people click mark read
2016-09-16 12:02:19 +10:00
33578a2c17
FIX: always import avatars during SSO if they are missing
2016-09-16 09:45:00 +10:00
152e5b9b7e
parameterize database and fields, link to attachments
2016-09-15 15:24:06 -07:00
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
a74781fbbc
fix jslint error
2016-09-15 16:50:23 -04:00
d0ebde9d84
don't try to render flair if there's no primary group
2016-09-15 16:26:58 -04:00
e3e15182df
FEATURE: avatar flair on user cards
2016-09-15 16:15:18 -04:00
cd571b26ba
FIX: Allow Safe Redirections in Topic Embedding
2016-09-15 13:56:59 -04:00
596fcfeb58
FIX: Set formatter for original Rails logger.
2016-09-15 23:51:22 +08:00
5dbd6a304b
add search-container class to search page
2016-09-15 13:46:22 +05:30
baacb30ba1
FIX: Incorrect folder.
2016-09-15 15:20:07 +08:00
b0752b1f91
FIX: Don't bypass validations.
2016-09-15 10:15:17 +08:00
fe7883eeea
UX: don't allow user scaling in mobile view
...
on iOS 10 behavior of zoom restriction has changed.
This does not disable zooming on iOS 10 but it DOES stop it from randomly
zooming when you are composing
2016-09-15 07:36:16 +10:00
92e716a1fd
fix vbulletin import script
2016-09-14 08:15:48 +05:30
8087cca54d
Version bump to v1.7.0.beta4
v1.7.0.beta4
2016-09-13 12:23:51 -04:00
1a87960454
Update Translations
2016-09-13 21:21:19 +05:30
aa7c735d34
FIX: Improve selecting text over line breaks
2016-09-13 11:36:17 -04:00
e46204d195
FIX: allow long words if they contain periods
2016-09-13 09:15:05 +05:30
2c9a47dda5
FIX: Validate the raw content of posts before enqueuing them
2016-09-12 12:26:49 -04:00
06eb256d0a
FIX: blocking users should never hide all posts if they are trust level 1 or higher
2016-09-12 11:58:10 -04:00
7423140825
FIX: show event name in webhook headers
2016-09-12 17:48:54 +08:00
2d859ba0ed
FIX: user api should always be available to staff
2016-09-12 15:42:06 +10:00
b381d84dd9
FIX: tag search should not be case sensitive
2016-09-09 16:55:26 -04:00
d14a582fb7
Rubygems upgrade needed for mailcatcher
...
Recent version of mailcatcher giving error for the default rubygems version. The proposed solution is as mentioned in this [mailcatcher issue](https://github.com/sj26/mailcatcher/issues/267 ).
The updated rubygems version was 2.6.6. Although I was able to execute the rails server after the update, as changing the version might possibly have wide spread unwanted consequences, I will leave it to the developers to decide whether to accept this pull request or not.
2016-09-09 22:29:20 +05:00
e78b7a243e
FIX: Don't enqueue posts if the user can't create them (ex: closed)
2016-09-09 12:15:56 -04:00
1f5325e3f0
FIX: Only validate uploaded URLs if they change
2016-09-08 12:06:18 -04:00