byte[]
2c9b27aee0
prepopulate tq on tags pagination
2020-02-10 22:41:41 -05:00
byte[]
e4e20033e7
fix misc pagination issues
2020-02-10 22:26:45 -05:00
Nebbie Zebbie
8f7a9b7c50
Make image [un]hiding wipe thumb target pre-transfer and not need source
2020-02-10 22:32:00 +00:00
Nebbie Zebbie
0a93da7952
Make dupe reports pagination preserve params
2020-02-10 21:38:21 +00:00
byte[]
edc127e46c
change topic notification line
2020-02-06 18:08:04 -05:00
byte[]
25ea2013c6
add missing eos token to force dase parser to backtrack
2020-02-06 18:01:22 -05:00
byte[]
8cb8e303a7
fix price listing inconsistency
2020-02-06 17:51:22 -05:00
byte[]
cdab7a5a61
one more
2020-02-06 17:42:09 -05:00
byte[]
dbc5291f89
abolish single quoted attributes
2020-02-06 17:40:25 -05:00
byte[]
58374d9604
fix single quotes in header dropdown
2020-02-06 17:34:10 -05:00
byte[]
3922e31c12
quotes
2020-02-06 17:32:35 -05:00
byte[]
f664be4f85
preload tags on update failure
2020-02-06 17:27:26 -05:00
byte[]
9ea7980e3f
hex upgrades
2020-02-06 17:24:41 -05:00
byte[]
18e932560d
validate commission base price to be present, example image in directory listing to be present
2020-02-06 17:24:41 -05:00
Joey
4c0b440f58
Replace mention of Google Reader, as it was discontinued seven years ago
2020-02-02 22:56:45 -06:00
byte[]
14e6439ea7
run formatter
2020-02-01 11:04:11 -05:00
byte[]
39d53ee763
fix mandatory descriptions for filters, missing public option
2020-02-01 10:57:57 -05:00
byte[]
f8e5feb24c
fix dnp editing
2020-02-01 10:45:44 -05:00
Nebbie Zebbie
7cee5f38ee
Image hide reason changing
2020-01-31 23:50:50 +00:00
Nebbie Zebbie
d35b7a2b0e
Allow repairing deleted images
2020-01-31 20:10:15 +00:00
byte[]
8128d48e8f
deletion_reason ngram
2020-01-30 10:48:51 -05:00
byte[]
85e0cadf33
PUT mapping
2020-01-30 10:39:45 -05:00
byte[]
9241a08bce
fix #23
2020-01-26 18:10:09 -05:00
SomewhatDamaged
c972f00cdc
Featured image hiding ( #24 )
...
* Featured image hiding
This makes sure the Featured Image on the front page obeys user hiding.
* Optimized
Took the `hidden=1` check out of the `WHERE` clause.
* proper anti join
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2020-01-26 18:04:30 -05:00
byte[]
f558e76cc8
thanks for the tip!
2020-01-23 12:32:31 -05:00
byte[]
c2d26029ae
more comprehensive fix
2020-01-22 09:12:37 -05:00
byte[]
f47e9f5e05
fix apparent author query
2020-01-22 09:01:10 -05:00
byte[]
dd915aa477
fix documentation
2020-01-22 08:51:27 -05:00
byte[]
63b2a146ec
add topic_position to searchable fields list
2020-01-22 08:47:09 -05:00
Nebbie Zebbie
134b684bdd
Allow user link editing to wipe tag
2020-01-21 08:24:08 +00:00
byte[]
4c4dc4b5ce
deleted by could be nil
2020-01-18 23:12:40 -05:00
SomewhatDamaged
feefc2e5a7
Fix to allow users to include deleted images again ( #22 )
...
This used to be allowed in the old searching with the `deleted` param for all users.
This should correctly add back the ability (using the new `del` param) to specify `del=1` for any user/API search, but correctly block them from doing the more specialized "staff only" searching.
2020-01-14 06:54:15 -05:00
byte[]
3315c60789
prevent setInterval calls from queueing
2020-01-13 08:14:16 -05:00
byte[]
85a903a191
remove spurious inspect line
2020-01-12 11:52:05 -05:00
byte[]
ce534b7962
propagate cookies correctly into form values
2020-01-11 14:35:02 -05:00
byte[]
b1381de587
create gallery with the specified image as the cover
2020-01-11 14:27:18 -05:00
byte[]
d184ee0817
copy and customize filters
2020-01-11 14:24:30 -05:00
byte[]
858ddcc8ec
add missing syntax toolbar to conversation creation form
2020-01-11 14:03:25 -05:00
byte[]
6294c94704
more complete tokenization of urls with internal parentheses
2020-01-11 13:57:58 -05:00
byte[]
3ac8687c18
allow get-based reverse searching
2020-01-11 13:51:14 -05:00
byte[]
ed44160603
run formatter
2020-01-10 23:20:19 -05:00
byte[]
4ac63f9f4e
use HTML escaping in RSS template, fixes #21
2020-01-10 12:43:56 -05:00
Nebbie Zebbie
9c45046669
Make tag change pagination remember added param
2020-01-07 22:26:54 +00:00
byte[]
d362304d2d
samesite=lax for persistent session
2020-01-07 10:43:16 -05:00
SomewhatDamaged
035b887f53
Somewhat damaged patch 1 ( #20 )
...
* Add new route
Adding route for
`/api/v1/json/posts/:id`
* Adding route controller
Adding route for
`/api/v1/json/posts/:id`
2020-01-07 10:35:24 -05:00
SomewhatDamaged
e918375c83
Somewhat damaged patch 1 ( #19 )
...
* Fix for module placement
Correcting my own mistake when I first made these routes
* Correcting module location
* Correcting module location
* Fix
Fixes a potential crash when no posts are returned.
2020-01-07 02:02:49 -05:00
byte[]
0c5e0d7fa7
fix pagination error
2020-01-07 01:14:06 -05:00
SomewhatDamaged
24b9863699
Featured image API route ( #18 )
...
* Add route
`/api/v1/json/features`
Shows current featured image
* Add route
`/api/v1/json/features`
Shows current featured image.
* Removed binding
* Moving this file to a more appropriate name.
* Correctly named and placed
Correctly named and placed to match its module name
* Updated per review
* Changed as per review
Renamed to `PhilomenaWeb.Api.Json.FeaturedController`
Moved to `lib/philomena_web/controllers/api/json/featured_controller.ex`
* Updated route
Route `/api/v1/json/images/featured` now uses `PhilomenaWeb.Api.Json.FeaturedController`
* like this
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2020-01-05 20:09:45 -05:00
byte[]
a98e268195
use iolist
2020-01-05 13:12:01 -05:00
byte[]
816e54fa12
use the range appropriately
2020-01-05 13:05:39 -05:00