Commit Graph

22 Commits

Author SHA1 Message Date
Cinder
4883912e93
[Security] Implement read only mode (#821) 2024-12-08 19:28:31 -08:00
Donovan Daniels
79e729e4f7
[PostSets] Add view access check to /post_sets/:id/maintainers 2024-03-25 17:52:35 -05:00
Earlopain
fc7d84affd
[RuboCop] Enable Style/FrozenStringLiteralComment
This reduces allocations on the posts page by about 5%, from basic testing
2024-02-25 18:15:55 +01:00
Donovan Daniels
e32718dd3d
[PostSets] Fix excluding all root level parameters (#603) 2024-01-27 13:52:35 +01:00
Donovan Daniels
21facdd638
[PostSets] require post_ids[] for adding/removing posts 2024-01-04 14:24:45 -06:00
Donovan Daniels
53cea71422
[PostSets] Render expected error when post_ids[] is missing 2023-12-20 22:46:27 -06:00
Earlopain
665f432e17
[Users] Allow moderators to handle tickets 2022-11-28 16:21:40 +01:00
Earlopain
4168692f2d
[PostSets] Fix exception on admin update
This code path had a few issues which weren't triggered previously.
Also changes the visibility change modaction to track the new visibility.
2022-05-23 18:18:26 +02:00
Earlopain
babffdf2d4
[PostSets] Refactor permission handling
Admins are no longer considered owner of all sets,
partically fixing the update modaction.
Closes #384
2022-05-23 18:07:50 +02:00
Earlopain
a9b6970956
[Controllers] Always allow search[id] parameter
It works for controllers which allow every parameter, but they need to be
explicitly set when permitting

Noticed because of e397a10e0d
2022-02-06 15:19:08 +01:00
Earlopain
e397a10e0d
[Sets] Allow searching by visibility 2022-01-18 14:15:36 +01:00
Earlopain
bb032f605c
[Sets] Fix double punctuation in update notice 2022-01-05 12:05:05 +01:00
Earlopain
7b3077e348
[PostSets] Remove atom feed 2021-10-02 21:02:41 +02:00
Kira
656719407c [Sets] Order the results of sets by name 2020-07-11 18:44:58 -07:00
Kira
cc71812fda Remove xml respond_to 2020-01-02 10:16:54 -08:00
Kira
3fd4f26456 Fix description on error for post sets 2019-10-29 04:31:31 -07:00
Kira
c117e253cd Fix exception on set deletion 2019-10-24 05:34:49 -07:00
Kira
32d8d8ac34 Update post mode menu
Add add to set and remove from set option
2019-09-19 12:41:37 -07:00
Kira
834d837572 Minor fixes for sets pages. 2019-08-28 19:03:39 -07:00
Kira
ebc23caa77 Refactor mod action log sites 2019-04-14 02:34:04 -07:00
Kira
d12e387ba7 Fix indexing race conditions in sets and pools 2019-03-30 08:48:05 -07:00
Kira
45394916d8 Sets 2019-03-23 00:40:44 -07:00