Commit graph

1781 commits

Author SHA1 Message Date
liamwhite
e0dc9c79f2
fix gallery notification deletion (#183) 2023-05-10 21:42:56 -04:00
Meow
0090797074
Merge pull request #182 from Neetpone/feature/tag-changes-history-deletion
feat: add ability for staff to delete tag changes from tag change history
2023-05-05 06:31:12 +02:00
Floorb
9956ce2cb6 fix: requested changes 2023-05-04 23:05:36 -04:00
Floorb
9ec25a05ec fix: make it so moderators can delete tag changes too 2023-05-02 20:05:16 -04:00
Floorb
fe8395da99 feat: add ability for staff to delete tag changes from tag change history
This used to be a thing in Booru on Rails but wasn't added to Philomena
for some reason.
2023-05-02 19:58:06 -04:00
dependabot[bot]
a1ab17638a
Bump yaml, css-minimizer-webpack-plugin and postcss-loader in /assets (#181)
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) and [postcss-loader](https://github.com/webpack-contrib/postcss-loader). These dependencies need to be updated together.


Removes `yaml`

Updates `css-minimizer-webpack-plugin` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v4.2.2...v5.0.0)

Updates `postcss-loader` from 7.0.2 to 7.2.4
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.0.2...v7.2.4)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:production
- dependency-name: postcss-loader
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 21:36:53 -04:00
Meow
a239015484
Merge pull request #179 from philomena-dev/new-comrak
Update comrak to 0.18.0 (philomena fork)
2023-04-22 20:01:34 +02:00
byte[]
d0e77aab51 Update comrak to 0.18.0 (philomena fork) 2023-04-22 10:59:24 -04:00
byte[]
913b05b6fc Increase report limit to 5 2023-04-20 14:37:58 -04:00
byte[]
6fa7fb88c5 Exclude contacted artist links from open link count 2023-04-20 14:08:58 -04:00
byte[]
b513e66578 Clear deleted posts and topics from listings 2023-04-20 14:02:24 -04:00
byte[]
e2c94dda6c Lock the topic while computing topic_position 2023-04-10 22:16:10 -04:00
byte[]
5e908e40f6 Fix markdown embed displays for small images 2023-04-10 21:33:44 -04:00
byte[]
3366182557 Clean up poll validation 2023-04-09 19:30:18 -04:00
byte[]
3ff083f157 Use only hostname check in tor plug 2023-03-30 12:44:12 -04:00
byte[]
9b98299db9 Add missing full.mp4 and rendered.png versions to enumeration 2023-03-30 12:28:36 -04:00
byte[]
3a2492160e Bust clientside caches 2023-03-30 09:45:14 -04:00
Meow
c2dd9e84a3
Merge pull request #176 from philomena-dev/image-view-fix
Fix embedded image views for small images
2023-03-29 17:39:09 +02:00
byte[]
b579cc1c8d Fix opengraph meta for small images 2023-03-29 11:12:06 -04:00
byte[]
145ee74c69 Fix embedded image views for small images 2023-03-29 10:59:28 -04:00
byte[]
c218e50c1f Completely remove channel_url_root 2023-03-28 21:51:18 -04:00
Liam
d5215e38ed Greatly increase timeouts 2023-03-28 18:14:13 -04:00
byte[]
8b44b0ed0a Disable S3 Upload and use PutObject instead 2023-03-28 18:14:02 -04:00
Liam
ffe07cce3d Check for absence of thumbnails_generated instead of presence 2023-03-28 18:13:04 -04:00
Luna D
c38b50aafa
more accurate user statistics 2023-03-28 22:09:24 +02:00
byte[]
136bfa7eda Fix id generation in fast indexer 2023-03-27 19:14:41 -04:00
Luna D
d512ff1147
fix terser options for prod 2023-03-21 17:23:16 +01:00
Luna D
38b3f482ec
set prod ip via env var 2023-03-21 17:23:08 +01:00
Luna D
8c7f633b18
stringify boolean values in js datastore 2023-03-21 17:22:51 +01:00
byte[]
6cd71673fe Use postgresql15-client, rsvg-convert 2023-03-18 15:36:43 -04:00
dependabot[bot]
9414411a9d
Bump webpack from 5.75.0 to 5.76.0 in /assets (#175)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 09:20:22 -04:00
byte[]
44e592e382 increase precedence of escape matching in match_query 2023-02-25 20:25:32 -05:00
Luna D
59029c24e2
phoenix_html doesn't like booleans in data tags 2023-02-20 17:26:00 +01:00
Luna D
f954ce2951
bump phoenix_html to fix vulnerability 2023-02-19 20:47:36 +01:00
Luna D
d03375c604
mailer now returns a tuple 2023-02-19 17:26:09 +01:00
Luna D
128fd1e970
fix fa 2023-02-18 23:05:20 +01:00
Luna D
5f1c112b08
pass ci for real now also foxes cute 2023-02-18 22:36:15 +01:00
Luna D
30f78e003a
fix lint? 2023-02-18 22:29:19 +01:00
Luna D
18cd73704b
bump depends 2023-02-18 22:26:26 +01:00
dependabot[bot]
be5472f62f
Bump json5 from 2.2.1 to 2.2.3 in /assets (#172)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-08 11:22:07 -05:00
Meow
743699c6af
Merge pull request #166 from philomena-dev/s3
Migrate to object storage
2022-12-15 20:36:38 +01:00
Luna D
28523147a4
update s3proxy 2022-12-04 13:20:18 +01:00
Luna D
916b2331cb
Merge branch 'master' into s3 2022-12-04 13:17:47 +01:00
Luna D
47c15a38d8
update all dependencies, elixir and postgres 2022-11-20 13:54:57 +01:00
byte[]
1ce934b75a Catch more errors, adjust retries 2022-11-05 11:39:30 -04:00
byte[]
a7ffde8f89 Warn on copy failure 2022-11-05 09:44:34 -04:00
byte[]
464cc26a85 workaround for inconsistent PutObjectCopy on R2 2022-11-05 09:23:56 -04:00
byte[]
255a8526e9 Correct RSS endpoint content type (fixes #169) 2022-10-31 08:44:35 -04:00
byte[]
210f341bc3 Cache bust Dockerfile on ffmpeg version 2022-10-31 08:44:35 -04:00
byte[]
419ebdfe83 Remove retries configuration to fix overriding 2022-10-08 18:16:01 -04:00