This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/models
Martin Brennan 628ba9d1e2
FEATURE: Promote bookmarks with reminders to core functionality (#9369)
The main thrust of this PR is to take all the conditional checks based on the `enable_bookmarks_with_reminders` away and only keep the code from the `true` path, making bookmarks with reminders the core bookmarks feature. There is also a migration to create `Bookmark` records out of `PostAction` bookmarks for a site.

### Summary

* Remove logic based on whether enable_bookmarks_with_reminders is true. This site setting is now obsolete, the old bookmark functionality is being removed. Retain the setting and set the value to `true` in a migration.
* Use the code from the rake task to create a database migration that creates bookmarks from post actions.
* Change the bookmark report to read from the new table.
* Get rid of old endpoints for bookmarks
* Link to the new bookmarks list from the user summary page
2020-04-22 13:44:19 +10:00
..
action-summary.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
archetype.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
badge-grouping.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
badge.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
bookmark.js FEATURE: Allow editing bookmark reminders (#9437) 2020-04-17 11:08:07 +10:00
category-list.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
category.js FIX: when category or tag is muted, update user (#9456) 2020-04-21 08:33:55 +10:00
composer.js FIX: Quoting posts (#9378) 2020-04-08 16:28:23 +02:00
draft.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
group-history.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
group.js UX: Refresh group membership list when removing users or changing owners 2020-03-17 11:06:17 +00:00
invite.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
live-post-counts.js Last ES6 files in our app/assets/javascripts 2020-03-25 12:30:20 -04:00
login-method.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
nav-item.js Revert "DEV: allow nav items to override computed property values" 2020-04-21 09:58:46 -07:00
permission-type.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
post-action-type.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
post-stream.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
post.js FEATURE: Edit bookmark reminders from post and explicit delete button (#9455) 2020-04-20 13:30:04 +10:00
published-page.js FEATURE: Support for publishing topics as pages (#9364) 2020-04-08 12:52:36 -04:00
rest.js DEV: adds afterCreate/beforeUpdate hooks to rest models (#9253) 2020-03-23 16:58:40 +01:00
result-set.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
reviewable-history.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
reviewable.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
session.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
site.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
static-page.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
store.js FIX: allows adapters to define a custom primaryKey (#9254) 2020-03-30 15:23:59 +02:00
tag-group.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
tag.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
topic-details.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
topic-list.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
topic-timer.js FEATURE: automatically delete replies on a topic after N days. (#9209) 2020-03-19 21:06:31 +05:30
topic-tracking-state.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
topic.js FEATURE: Promote bookmarks with reminders to core functionality (#9369) 2020-04-22 13:44:19 +10:00
trust-level.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user-action-group.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user-action-stat.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user-action.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user-badge.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user-draft.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user-drafts-stream.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user-posts-stream.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user-stream.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
user.js FIX: when category or tag is muted, update user (#9456) 2020-04-21 08:33:55 +10:00