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/spec/requests/api
Martin Brennan 624b1b3820
FIX: Remove user_option saving for bookmark auto delete pref (#19476)
We were changing the user's user_option.bookmark_auto_delete_preference
to whatever they changed it to in the bookmark modal to use as default
for future bookmarks. However this was leading to a lot of confusion
since if you wanted to set it for one bookmark you had to remember to
change it back on the next one.

This commit removes that automatic functionality, and instead moves
the bookmark auto delete preference to User Preferences > Interface
in an explicit dropdown.
2022-12-16 08:50:31 +10:00
..
schemas FIX: Remove user_option saving for bookmark auto delete pref (#19476) 2022-12-16 08:50:31 +10:00
shared document user endpoints (#11894) 2021-01-29 11:27:11 -07:00
backups_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
badges_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
categories_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
groups_spec.rb DEV: Document create group api params (#18736) 2022-10-24 18:55:51 -06:00
invites_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
notifications_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
posts_spec.rb DEV: Add before parameter to /posts.json API docs (#18268) 2022-09-16 15:09:15 +01:00
private_messages_spec.rb DEV: Update rubocop (#18754) 2022-10-26 09:05:15 +08:00
search_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
site_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
tags_spec.rb DEV: Update rubocop (#18754) 2022-10-26 09:05:15 +08:00
topics_spec.rb DEV: Update rubocop (#18754) 2022-10-26 09:05:15 +08:00
uploads_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
user_badges_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
users_spec.rb FEATURE: Chat and Sidebar are now on by default (#19406) 2022-12-13 17:25:19 -07:00