Merge pull request #4133 from pixelfed/staging

Staging
This commit is contained in:
daniel 2023-01-30 23:04:11 -07:00 committed by GitHub
commit 5f7531f3a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
72 changed files with 43 additions and 5 deletions

View file

@ -83,6 +83,7 @@
- Update ApiV1Controller, allow description (alt text) updates after status is published ([869c3ed1](https://github.com/pixelfed/pixelfed/commit/869c3ed1)) - Update ApiV1Controller, allow description (alt text) updates after status is published ([869c3ed1](https://github.com/pixelfed/pixelfed/commit/869c3ed1))
- Update AdminApiController, fix postgres support ([84fb59d0](https://github.com/pixelfed/pixelfed/commit/84fb59d0)) - Update AdminApiController, fix postgres support ([84fb59d0](https://github.com/pixelfed/pixelfed/commit/84fb59d0))
- Update StatusReplyPipeline, fix comment counts ([164aa577](https://github.com/pixelfed/pixelfed/commit/164aa577)) - Update StatusReplyPipeline, fix comment counts ([164aa577](https://github.com/pixelfed/pixelfed/commit/164aa577))
- Update ComposeModal, add Alt Text button to caption screen ([4db48188](https://github.com/pixelfed/pixelfed/commit/4db48188))
- ([](https://github.com/pixelfed/pixelfed/commit/)) - ([](https://github.com/pixelfed/pixelfed/commit/))
## [v0.11.4 (2022-10-04)](https://github.com/pixelfed/pixelfed/compare/v0.11.3...v0.11.4) ## [v0.11.4 (2022-10-04)](https://github.com/pixelfed/pixelfed/compare/v0.11.3...v0.11.4)

Binary file not shown.

BIN
public/js/activity.js vendored

Binary file not shown.

BIN
public/js/admin.js vendored

Binary file not shown.

Binary file not shown.

BIN
public/js/app.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/compose.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/daci.chunk.4e49bec856ffd88e.js vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/direct.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/discover.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/dms.chunk.ffe36114c17441be.js vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/hashtag.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/home.chunk.8c3769fdc92892bd.js vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
public/js/installer.js vendored

Binary file not shown.

BIN
public/js/kb.bundle.ffb0bccb31e767a2.js vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
public/js/manifest.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/portfolio.js vendored

Binary file not shown.

Binary file not shown.

BIN
public/js/post.chunk.a99f16eef68087b8.js vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/profile.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/rempos.js vendored

Binary file not shown.

BIN
public/js/rempro.js vendored

Binary file not shown.

BIN
public/js/search.js vendored

Binary file not shown.

BIN
public/js/spa.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/js/status.js vendored

Binary file not shown.

BIN
public/js/stories.js vendored

Binary file not shown.

Binary file not shown.

BIN
public/js/timeline.js vendored

Binary file not shown.

BIN
public/js/vendor.js vendored

Binary file not shown.

View file

@ -65,14 +65,14 @@
*/ */
/*! /*!
* Sizzle CSS Selector Engine v2.3.8 * Sizzle CSS Selector Engine v2.3.9
* https://sizzlejs.com/ * https://sizzlejs.com/
* *
* Copyright JS Foundation and other contributors * Copyright JS Foundation and other contributors
* Released under the MIT license * Released under the MIT license
* https://js.foundation/ * https://js.foundation/
* *
* Date: 2022-11-16 * Date: 2022-12-19
*/ */
/*! /*!
@ -82,7 +82,7 @@
*/ */
/*! /*!
* jQuery JavaScript Library v3.6.2 * jQuery JavaScript Library v3.6.3
* https://jquery.com/ * https://jquery.com/
* *
* Includes Sizzle.js * Includes Sizzle.js
@ -92,7 +92,7 @@
* Released under the MIT license * Released under the MIT license
* https://jquery.org/license * https://jquery.org/license
* *
* Date: 2022-12-13T14:56Z * Date: 2022-12-20T21:28Z
*/ */
/*! /*!
@ -197,6 +197,8 @@ and limitations under the License.
/*! ../loader/fragment-loader */ /*! ../loader/fragment-loader */
/*! ../loader/level-key */
/*! ../loader/load-stats */ /*! ../loader/load-stats */
/*! ../remux/mp4-remuxer */ /*! ../remux/mp4-remuxer */
@ -231,8 +233,12 @@ and limitations under the License.
/*! ../utils/ewma-bandwidth-estimator */ /*! ../utils/ewma-bandwidth-estimator */
/*! ../utils/hex */
/*! ../utils/imsc1-ttml-parser */ /*! ../utils/imsc1-ttml-parser */
/*! ../utils/keysystem-util */
/*! ../utils/logger */ /*! ../utils/logger */
/*! ../utils/mediakeys-helper */ /*! ../utils/mediakeys-helper */
@ -241,6 +247,8 @@ and limitations under the License.
/*! ../utils/mp4-tools */ /*! ../utils/mp4-tools */
/*! ../utils/numeric-encoding-utils */
/*! ../utils/output-filter */ /*! ../utils/output-filter */
/*! ../utils/texttrack-utils */ /*! ../utils/texttrack-utils */
@ -319,10 +327,14 @@ and limitations under the License.
/*! ./fragment-finders */ /*! ./fragment-finders */
/*! ./fragment-loader */
/*! ./fragment-tracker */ /*! ./fragment-tracker */
/*! ./gap-controller */ /*! ./gap-controller */
/*! ./hex */
/*! ./is-supported */ /*! ./is-supported */
/*! ./level-details */ /*! ./level-details */
@ -349,6 +361,8 @@ and limitations under the License.
/*! ./mpegaudio */ /*! ./mpegaudio */
/*! ./numeric-encoding-utils */
/*! ./sample-aes */ /*! ./sample-aes */
/*! ./src/polyfills/number */ /*! ./src/polyfills/number */
@ -359,6 +373,8 @@ and limitations under the License.
/*! ./typed-array */ /*! ./typed-array */
/*! ./types/level */
/*! ./utils/cues */ /*! ./utils/cues */
/*! ./utils/fetch-loader */ /*! ./utils/fetch-loader */
@ -409,6 +425,10 @@ and limitations under the License.
!*** ./src/task-loop.ts ***! !*** ./src/task-loop.ts ***!
\**************************/ \**************************/
/*!**************************!*\
!*** ./src/utils/hex.ts ***!
\**************************/
/*!***************************!*\ /*!***************************!*\
!*** ./src/demux/adts.ts ***! !*** ./src/demux/adts.ts ***!
\***************************/ \***************************/
@ -601,6 +621,10 @@ and limitations under the License.
!*** ./src/utils/cea-608-parser.ts ***! !*** ./src/utils/cea-608-parser.ts ***!
\*************************************/ \*************************************/
/*!*************************************!*\
!*** ./src/utils/keysystem-util.ts ***!
\*************************************/
/*!**************************************!*\ /*!**************************************!*\
!*** ./src/utils/discontinuities.ts ***! !*** ./src/utils/discontinuities.ts ***!
\**************************************/ \**************************************/
@ -705,6 +729,10 @@ and limitations under the License.
!*** ./src/controller/stream-controller.ts ***! !*** ./src/controller/stream-controller.ts ***!
\*********************************************/ \*********************************************/
/*!*********************************************!*\
!*** ./src/utils/numeric-encoding-utils.ts ***!
\*********************************************/
/*!**********************************************!*\ /*!**********************************************!*\
!*** ./src/controller/latency-controller.ts ***! !*** ./src/controller/latency-controller.ts ***!
\**********************************************/ \**********************************************/

Binary file not shown.

View file

@ -432,10 +432,19 @@
</div> </div>
</div> </div>
</div> </div>
<div class="border-bottom">
<p class="px-4 mb-0 py-2 cursor-pointer d-flex justify-content-between" @click="showMediaDescriptionsCard()">
<span>Alt Text</span>
<span>
<i v-if="media && media.filter(m => m.alt).length == media.length" class="fas fa-check-circle fa-lg text-success"></i>
<i v-else class="fas fa-chevron-right fa-lg text-lighter"></i>
</span>
</p>
</div>
<div class="border-bottom px-4 mb-0 py-2"> <div class="border-bottom px-4 mb-0 py-2">
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<div> <div>
<div class="text-dark ">Contains NSFW Media</div> <div class="text-dark ">Sensitive/NSFW Media</div>
</div> </div>
<div> <div>
<div class="custom-control custom-switch" style="z-index: 9999;"> <div class="custom-control custom-switch" style="z-index: 9999;">