discourse/test/javascripts
Sam ac0053f491 FEATURE: navigate to first post and auto bump category settings
### navigate_to_first_post_after_read setting for categories

When enabled on categories logged on users will return to OP after
reading the entire category. (useful for documentation categories)

### num_auto_bump_daily

Set a number of topics that will automatically bump daily on a category.

- Every 15 minutes we will check if any category has this setting
- Categories with the setting are shuffled
- We exclude pinned, closed, category description and archived topics
- Maximum of 1 topic for the list of categories is bumped till limit reached per category
- We always try to bump oldest first
- Limit is elastic using a RateLimiter that ensures that we only bump N per day

Also some minor organisation on category settings

Froze strings on category.rb
2018-07-16 18:10:35 +10:00
..
acceptance Make prettier happy. 2018-07-16 11:31:23 +08:00
admin DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
components copyedit on category drop down 2018-06-26 12:43:45 -07:00
controllers FIX: Selecting & moving posts not working on megatopics. 2018-07-13 11:16:43 +08:00
ember DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
fixtures FEATURE: adds a /admin/reports route to list all reports 2018-06-18 12:31:56 +02:00
helpers PERF: Make mega topics work without a stream. 2018-07-12 12:46:12 +08:00
initializers DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
lib tests for XSS injection in tooltips 2018-06-28 14:24:21 +02:00
mixins DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
models FEATURE: navigate to first post and auto bump category settings 2018-07-16 18:10:35 +10:00
widgets FIX: wrong url for default logos in header on subfolder installs 2018-07-13 14:21:15 -04:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js PERFORMANCE: disables jquery animations during testing 2018-04-24 18:29:26 +02:00