Commit graph

1800 commits

Author SHA1 Message Date
Meow
ef64c6da41
Merge pull request #162 from philomena-dev/ts-utils
Convert utilities to TypeScript
2023-05-18 14:49:26 +02:00
Luna D
417bb79add
fix build 2023-05-18 14:40:24 +02:00
SeinopSys
9c8b6b8931
replace wrapper function with delegate in draggable utils 2023-05-18 12:53:23 +02:00
SeinopSys
efa5092502
remove unused insertBefore function from dom utils 2023-05-18 12:53:23 +02:00
SeinopSys
87f37ab8d4
adjustments based on PR comments 2023-05-18 12:53:22 +02:00
SeinopSys
aade85a0ff
fix coverage for tag utils 2023-05-18 12:53:22 +02:00
SeinopSys
8ca4a99a1c
fix coverage for image utils 2023-05-18 12:53:22 +02:00
SeinopSys
dc2037ee75
fix coverage for draggable utils 2023-05-18 12:53:22 +02:00
SeinopSys
a9de6e2d66
fix coverage for dom utils 2023-05-18 12:52:17 +02:00
SeinopSys
05cbd1d00c
fix compile error in tests 2023-05-18 12:52:15 +02:00
SeinopSys
445b31bbd7
convert image utils to typescript 2023-05-18 12:50:20 +02:00
SeinopSys
7f7228631d
convert store utils to typescript 2023-05-18 12:50:19 +02:00
SeinopSys
2b4ed32233
convert request utils to typescript 2023-05-18 12:50:19 +02:00
SeinopSys
cccbcd041f
convert local autocompleter to typescript 2023-05-18 12:50:19 +02:00
SeinopSys
6d85535abd
convert event utils to typescript 2023-05-18 12:50:19 +02:00
SeinopSys
7f744a2a46
convert draggable utils to typescript 2023-05-18 12:50:19 +02:00
SeinopSys
0628eb0c23
convert array, dom and tag utils to typescript 2023-05-18 12:50:16 +02:00
Meow
c401695513
Merge pull request #180 from philomena-dev/mod-note-display
Make mod notes show the tag name instead of the requesting user
2023-05-18 11:27:51 +02:00
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
byte[]
a82664720f Make mod notes show the tag name instead of the requesting user 2023-04-24 14:38:05 -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